@font-face {
    font-family: 'VL Axiforma';
    src: url('../fonts/VLAxiforma-Light.woff2') format('woff2'),
         url('../fonts/VLAxiforma-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VL Axiforma';
    src: url('../fonts/VLAxiforma-Regular.woff2') format('woff2'),
         url('../fonts/VLAxiforma-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VL Axiforma';
    src: url('../fonts/VLAxiforma-Medium.woff2') format('woff2'),
         url('../fonts/VLAxiforma-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VL Axiforma';
    src: url('../fonts/VLAxiforma-SemiBold.woff2') format('woff2'),
         url('../fonts/VLAxiforma-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VL Axiforma';
    src: url('../fonts/VLAxiforma-Bold.woff2') format('woff2'),
         url('../fonts/VLAxiforma-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --sago-font-primary: 'VL Axiforma', Arial, Helvetica, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a,
.accordion-title,
.tooltipster-base,
.ux-menu-link__link,
.widget-title,
.breadcrumbs,
.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
    font-family: var(--sago-font-primary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: var(--sago-font-primary) !important;
}
/* slider dm*/
.owl-sago .owl-dots button.active span {
    background: var(--primary-color);
}
.owl-sago .owl-dots button span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 10px;
}
.owl-sago  .owl-dots button {
    margin: 0;
    line-height: initial;
    height: initial;
    min-height: inherit;
}
.owl-sago .owl-dots {
    text-align: center;
    margin-top: 35px;
}
.owl-sago .owl-nav button.owl-prev {
       position: absolute;
    left: 42%;
    bottom: -11px;
    margin: 0 !important;
    background: 0 0 !important;
    width: initial;
    height: initial;
        
}
.owl-sago .owl-nav button.owl-next {
    position: absolute;
    right: 42%;
    bottom: -11px;
    margin: 0 !important;
    background: 0 0 !important;
    width: initial;
    height: initial;
}
.cate__item {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 12px;
}
.cate__item .post-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 12px;
}
.cate__item .img__bc img {
    width: auto;
    height: auto;
    max-height: 48px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cate__item .img__bc {
    height: 75px;
    margin-bottom: 0;
    width: 55px;
    min-width: 55px;
    position: relative;
}
.content__cate__home {
    text-align: left;
}
.content__cate__home a {
    font-size: 14px;
    color: #3c3c3c;
    margin: 0;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.number__pro {
    font-size: 14px;
    color: #828282;
}
.owl-sago  .owl-dots, .box__list__product .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.owl-sago .owl-nav button.owl-next span {
    text-indent: -99999px;
    background: url(../img/right.png)no-repeat;
    width: 8px;
    height: 15px;
    display: block;
}
.owl-sago .owl-nav button.owl-prev span{
    text-indent: -99999px;
    background: url(../img/left.png)no-repeat;
    width: 8px;
    height: 15px;
    display: block;
}
.owl-sago .owl-dots button{
        margin: 0;
    line-height: initial;
    height: initial;
    min-height: inherit;
}
.sago-partners-marquee {
    width: 100%;
    overflow: hidden;
    padding: 18px 0;
}

.sago-partners-marquee .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.sago-partners-marquee .swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sago-partner-logo {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sago-partner-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.sago-partner-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}



@media (max-width: 549px) {
    .sago-partners-marquee {
        padding: 12px 0;
    }

}
.sago-testimonials {
    width: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.sago-testimonials-slider {
    overflow: hidden;
    padding: 0 14px 54px;
    margin: 0 -14px;
}

.sago-testimonials .swiper-wrapper {
    align-items: stretch;
}

.sago-testimonials .swiper-slide {
    height: auto;
}

.sago-testimonial-card {
    min-height: 326px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 22px;
    padding: 28px 32px 30px;
    box-shadow: 0 12px 7px rgb(0 0 0 / 6%);
    color: #4d4d4f;
}

.sago-testimonial-content-wrap {
    flex: 1;
}

.sago-testimonial-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #5f5f63;
}

.sago-testimonial-content.is-open {
    display: block;
    overflow: visible;
}

.sago-testimonial-content p {
    margin: 0 0 8px;
}

.sago-testimonial-content p:last-child {
    margin-bottom: 0;
}

.sago-testimonial-toggle {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 12px;
    padding: 0;
    min-height: 24px;
    border: 0;
    background: transparent;
    color: #ff1a12;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: none;
}

.sago-testimonial-toggle[hidden] {
    display: none;
}

.sago-testimonial-author {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    padding-top: 32px;
    border-top: 1px solid #dcdcdc;
}

.sago-testimonial-avatar {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #f3f3f3;
}

.sago-testimonial-avatar img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sago-testimonial-author-text h3 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #343436;
}

.sago-testimonial-author-text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 300;
    color: #66666a;
}

.sago-testimonials-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.sago-testimonials-prev,
.sago-testimonials-next {
    width: 48px;
    height: 48px;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #222;
    background: transparent;
    color: #222;
    padding: 0;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.sago-testimonials-prev:hover,
.sago-testimonials-next:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.sago-testimonials-prev span,
.sago-testimonials-next span {
    width: 15px;
    height: 15px;
    border-top: 1.8px solid currentColor;
    border-right: 1.8px solid currentColor;
}

.sago-testimonials-prev span {
    transform: rotate(-135deg);
    margin-left: 5px;
}

.sago-testimonials-next span {
    transform: rotate(45deg);
    margin-right: 5px;
}

@media (max-width: 849px) {
    .sago-testimonials {
        max-width: 100%;
    }

    .sago-testimonials-slider {
        padding-bottom: 48px;
    }

    .sago-testimonial-card {
        min-height: 300px;
        padding: 24px 24px 26px;
        border-radius: 20px;
    }
}

@media (max-width: 549px) {
    .sago-testimonials-slider {
        padding: 0 10px 44px;
        margin: 0 -10px;
    }

    .sago-testimonial-card {
        min-height: 280px;
        padding: 22px 20px 24px;
    }

    .sago-testimonial-content,
    .sago-testimonial-toggle,
    .sago-testimonial-author-text p {
        font-size: 15px;
    }

    .sago-testimonial-author {
        gap: 16px;
        margin-top: 26px;
        padding-top: 24px;
    }

    .sago-testimonial-avatar {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
    }

    .sago-testimonial-author-text h3 {
        font-size: 16px;
    }

    .sago-testimonials-prev,
    .sago-testimonials-next {
        width: 40px;
        height: 40px;
    }

    .sago-testimonials-prev span,
    .sago-testimonials-next span {
        width: 12px;
        height: 12px;
    }
}
/* Recruitment archive and single */
.sago-job-archive,
.sago-job-single-wrap {
    background: #f7f7fb;
    color: #17233f;
    padding-bottom: 60px;
}

.sago-job-search-section {
    padding: 26px 0 24px;
    background: linear-gradient(180deg, rgba(0, 92, 185, .12), rgba(245, 248, 252, 0));
}

.sago-job-search {
    width: 100%;
    min-height: 56px;
    display: grid;
    grid-template-columns: minmax(220px, 1.25fr) 1px minmax(180px, 0.8fr) 1px minmax(170px, 0.7fr) 144px;
    align-items: center;
    gap: 0;
    padding: 6px 8px 6px 18px;
    background: #fff;
    border: 1px solid rgba(91, 52, 190, 0.10);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(31, 39, 71, 0.14);
}

.sago-job-search label {
    margin: 0;
}

.sago-job-search-keyword,
.sago-job-search-select {
    min-width: 0;
    display: flex;
    align-items: center;
    height: 44px;
}

.sago-job-search-icon {
    width: 26px;
    flex: 0 0 26px;
    color: #8f8da0;
    font-size: 18px;
}

.sago-job-search input,
.sago-job-search select {
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #414045;
    font-size: 15px;
    font-weight: 400;
}

.sago-job-search input:focus,
.sago-job-search select:focus {
    outline: 0;
    box-shadow: none;
}

.sago-job-search-divider {
    width: 1px;
    height: 32px;
    background: #e7e7e8;
}

.sago-job-search-button {
    min-height: 44px;
    height: 44px;
    margin: 0;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
}

.sago-job-search-button:hover {
    color: #fff;
    filter: brightness(1.05);
}

.sago-job-list-section {
    padding: 20px 0 70px;
}

.sago-job-list-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.sago-job-list-heading h1 {
    margin: 0;
    color: #0f1f44;
    font-size: 34px;
    font-weight: 700;
}

.sago-job-list-heading p {
    margin: 0;
    color: #7b8294;
	    min-width: 205px;
    text-align: right;
}

.sago-job-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.sago-job-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(31, 39, 71, 0.06);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(20, 28, 48, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sago-job-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(20, 28, 48, 0.16);
}

.sago-job-card-image {
    position: relative;
    display: block;
    aspect-ratio: 1.95 / 1;
    overflow: hidden;
    background: #eef1f6;
}

.sago-job-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sago-job-hot {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff;
    color: #f42f3a;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(18, 23, 42, 0.10);
}

.sago-job-card-body {
    padding: 22px 24px 24px;
}

.sago-job-card h2 {
    min-height: 56px;
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.sago-job-card h2 a {
    color: #071b42;
}

.sago-job-company {
    min-height: 26px;
    margin: 0 0 22px;
    color: #6f7788;
    font-size: 15px;
}

.sago-job-card-meta {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 12px;
    color: #0e2f68;
    font-size: 14px;
    font-weight: 600;
}

.sago-job-card-meta span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.sago-job-card-meta i {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #008cff;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
}

.sago-job-card-meta span:nth-child(2) i {
    color: #15b66d;
}

.sago-job-card-meta span:nth-child(3) i {
    color: #ff8a00;
}

.sago-job-pagination {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.sago-job-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    color: #442399;
    font-weight: 700;
}

.sago-job-pagination .page-numbers.current {
    background: var(--primary-color);
    color: #fff;
}

.sago-job-empty {
    padding: 44px 24px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    color: #6f7788;
}

.sago-job-single-wrap {
    padding: 36px 0 70px;
}

.sago-job-single-card {
    max-width: 1040px;
    margin: 0 auto;
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(31, 39, 71, 0.07);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(20, 28, 48, 0.08);
}

.sago-job-single-company {
    margin: 0 0 8px;
    color: #6f7788;
    font-weight: 500;
}

.sago-job-single-header h1 {
    margin: 0 0 26px;
    color: #222a3a;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
}

.sago-job-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.sago-job-summary-item {
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 10px;
    row-gap: 2px;
    align-items: center;
}

.sago-job-summary-icon {
    grid-row: span 2;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f3efff;
    color: var(--primary-color);
    font-weight: 700;
}

.sago-job-summary-item span:not(.sago-job-summary-icon) {
    color: #8b90a0;
    font-size: 13px;
}

.sago-job-summary-item strong {
    color: #171d2d;
    font-size: 15px;
    font-weight: 600;
}

.sago-job-deadline {
    margin: 4px 0 24px;
    color: #858b99;
    font-size: 15px;
}

.sago-job-deadline strong {
    margin: 0 8px;
    color: #222a3a;
}

.sago-job-deadline em {
    color: #0068d9;
    font-style: normal;
    font-weight: 600;
}

.sago-job-actions {
    display: grid;
    grid-template-columns: 1fr 210px;
    gap: 16px;
    padding-bottom: 28px;
    border-bottom: 1px solid #edf0f4;
}

.sago-job-apply,
.sago-job-apply {
    background: var(--primary-color);
    color: #fff;
}

.sago-job-apply:hover {
    color: #fff;
    filter: brightness(1.05);
}

.sago-job-content {
    padding: 28px 0 8px;
    color: #252b3a;
    font-size: 16px;
    line-height: 1.85;
}

.sago-job-content h2,
.sago-job-info-section h2,
.sago-job-location-section h2 {
    margin: 28px 0 18px;
    color: #222a3a;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
}

.sago-job-content ul {
    margin-left: 20px;
}

.sago-job-info-section {
    margin-top: 24px;
}

.sago-job-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 12px;
    background: #fbfaff;
}

.sago-job-info-grid div {
    min-height: 74px;
    padding: 18px 20px;
    border-right: 1px solid #edf0f4;
    border-bottom: 1px solid #edf0f4;
}

.sago-job-info-grid span {
    display: block;
    margin-bottom: 6px;
    color: #8b90a0;
    font-size: 13px;
}

.sago-job-info-grid strong {
    color: #171d2d;
    font-size: 15px;
    font-weight: 600;
}

.sago-job-location-section {
    margin-top: 26px;
}

.sago-job-location-text p,
.sago-job-location-section p {
    margin-bottom: 10px;
    color: #222a3a;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .sago-job-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sago-job-search {
        grid-template-columns: 1fr 1px 0.7fr 1px 0.7fr 130px;
    }

    .sago-job-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 849px) {
    .sago-job-search {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
        border-radius: 18px;
    }

    .sago-job-search-divider {
        display: none;
    }

    .sago-job-search-keyword,
    .sago-job-search-select,
    .sago-job-search-button {
        width: 100%;
    }

    .sago-job-search input,
    .sago-job-search select {
        padding: 0 8px;
    }

    .sago-job-grid,
    .sago-job-info-grid,
    .sago-job-actions {
        grid-template-columns: 1fr;
    }

    .sago-job-list-heading {
        display: block;
    }

    .sago-job-list-heading h1 {
        font-size: 28px;
    }

    .sago-job-card-meta {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sago-job-single-card {
        padding: 22px 18px;
    }

    .sago-job-single-header h1 {
        font-size: 25px;
    }

    .sago-job-summary-grid {
        grid-template-columns: 1fr;
    }
}
/* Recruitment refinement */
.sago-job-search-section {
    background: linear-gradient(180deg, rgba(0, 100, 200, 0.13), rgba(247, 250, 255, 0));
}

.sago-job-search {
    border-color: rgba(0, 95, 180, 0.14);
    box-shadow: 0 10px 26px rgba(21, 68, 132, 0.14);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sago-job-search:focus-within,
.sago-job-search:hover {
    border-color: rgba(0, 92, 185, 0.28);
    box-shadow: 0 14px 34px rgba(21, 68, 132, 0.18);
    transform: translateY(-1px);
}

.sago-job-search-keyword,
.sago-job-search-select {
    position: relative;
    border-radius: 999px;
    transition: background-color .2s ease;
}

.sago-job-search-keyword:focus-within,
.sago-job-search-select:focus-within,
.sago-job-search-keyword:hover,
.sago-job-search-select:hover {
    background: #f6f9ff;
}

.sago-job-search-select select {
    appearance: none;
    padding-right: 36px;
}

.sago-job-search-select > i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a93a7;
    pointer-events: none;
    font-size: 18px;
}

.sago-job-search-button {
    background: var(--primary-color);
    border: 2px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 84, 165, .2);
}

.sago-job-search-button:active {
    transform: translateY(1px);
}

.sago-job-list-heading h2 {
    margin: 0;
    color: #0f1f44;
    font-size: 34px;
    font-weight: 700;
}

.sago-job-hot {
    gap: 5px;
}

.sago-job-card-meta i,
.sago-job-related-card i {
    font-family: remixicon !important;
}

.sago-job-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
}

.sago-job-single-card {
    max-width: none;
}

.sago-job-summary-icon i {
    font-size: 17px;
    line-height: 1;
}

.sago-job-actions {
    grid-template-columns: 1fr 210px;
}

.sago-job-apply,
.sago-job-consult {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}

.sago-job-apply {
    background: var(--primary-color);
    color: #fff;
}

.sago-job-consult {
    background: #eef6ff;
    color: var(--primary-color);
}

.sago-job-apply:hover,
.sago-job-consult:hover {
    filter: brightness(1.04);
}

.sago-job-share {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0 0;
    color: #222a3a;
    font-weight: 600;
}

.sago-job-share a,
.sago-job-share button {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #f2f6ff;
    color: var(--primary-color);
    box-shadow: none;
    font-size: 18px;
}

.sago-job-share button.is-copied {
    background: var(--primary-color);
    color: #fff;
}

.sago-job-related {
    position: sticky;
    top: 24px;
    padding: 24px 18px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 28, 48, .08);
}

.sago-job-related h2 {
    margin: 0 0 18px;
    text-align: center;
    color: #222a3a;
    font-size: 21px;
    font-weight: 700;
}

.sago-job-related-list {
    display: grid;
    gap: 12px;
}

.sago-job-related-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #edf0f4;
    color: #222a3a;
}

.sago-job-related-card:last-child {
    border-bottom: 0;
}

.sago-job-related-thumb {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 8px;
    background: #eef1f6;
}

.sago-job-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sago-job-related-body h3 {
    margin: 0 0 6px;
    color: #17233f;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.sago-job-related-body p {
    margin: 0 0 6px;
    color: #8b90a0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sago-job-related-body span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0f56b3;
    font-size: 13px;
    line-height: 1.5;
}

.sago-job-related-foot {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #edf0f4;
}

.sago-job-related-foot em,
.sago-job-related-foot small {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #ff3d33;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
}

.sago-job-related-foot small {
    color: #5f6c80;
    font-weight: 500;
}

.sago-job-modal[hidden] {
    display: none;
}

.sago-job-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sago-job-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 22, 38, .56);
    backdrop-filter: blur(4px);
}

.sago-job-modal-dialog {
    position: relative;
    width: min(100%, 520px);
    padding: 30px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(8, 22, 48, .24);
}

.sago-job-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #f3f6fb;
    color: #4b5566;
    box-shadow: none;
}

.sago-job-modal-dialog h2 {
    margin: 0 42px 8px 0;
    color: #17233f;
    font-size: 25px;
}

.sago-job-modal-dialog > p {
    margin: 0 0 20px;
    color: #697488;
}

.sago-job-application-form {
    display: grid;
    gap: 14px;
}

.sago-job-application-form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #222a3a;
    font-weight: 600;
}

.sago-job-application-form input {
    height: 46px;
    margin: 0;
    border: 1px solid #dce4ef;
    border-radius: 10px;
    box-shadow: none;
}

.sago-job-application-form input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 92, 185, .12);
}

.sago-job-application-form button[type="submit"] {
    height: 48px;
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
}

.sago-job-application-form button[disabled] {
    opacity: .72;
}

.sago-job-form-message {
    min-height: 20px;
    color: #697488;
    font-size: 14px;
}

.sago-job-form-message.is-success {
    color: #0b8a55;
}

.sago-job-form-message.is-error {
    color: #d93025;
}

.sago-job-modal-open {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .sago-job-single-layout {
        grid-template-columns: 1fr;
    }

    .sago-job-related {
        position: static;
    }
}

@media (max-width: 849px) {
    .sago-job-list-heading h2 {
        font-size: 28px;
    }

    .sago-job-actions {
        grid-template-columns: 1fr;
    }

    .sago-job-related-card {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .sago-job-modal-dialog {
        padding: 24px 18px;
    }
}
/* Recruitment polish v2 */
.sago-job-archive,
.sago-job-single-wrap {
    background: #f5f8fc;
}

.sago-job-search-section {
    background: linear-gradient(180deg, rgba(0, 92, 185, .12), rgba(245, 248, 252, 0));
}

.sago-job-search {
    border-color: rgba(0, 92, 185, .16);
    box-shadow: 0 12px 28px rgba(0, 72, 145, .13);
}

.sago-job-search:focus-within,
.sago-job-search:hover {
    border-color: rgba(0, 92, 185, .36);
    box-shadow: 0 16px 36px rgba(0, 72, 145, .18);
}

.sago-job-search-button,
.sago-job-apply,
.sago-job-application-form button[type="submit"] {
    background: #005bac;
    color: #fff;
}

.sago-job-consult {
    background: #eaf4ff;
    color: #005bac;
}

.sago-job-actions {
    grid-template-columns: minmax(0, 1fr) 210px;
    align-items: stretch;
}

.sago-job-apply,
.sago-job-consult {
    width: 100%;
    height: 54px;
    min-height: 54px;
    margin: 0;
    padding: 0 22px;
    line-height: 1;
    border-radius: 10px;
    box-sizing: border-box;
}

.sago-job-summary-grid {
    gap: 14px;
    padding: 8px 0 4px;
}

.sago-job-summary-item {
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
}

.sago-job-summary-icon {
    width: 34px;
    height: 34px;
    background: #eaf4ff;
    color: #005bac;
}

.sago-job-summary-item span:not(.sago-job-summary-icon) {
    color: #7d8798;
    line-height: 1.25;
}

.sago-job-summary-item strong {
    line-height: 1.35;
}

.sago-job-info-grid {
    background: #f8fbff;
}

.sago-job-share a,
.sago-job-share button {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    background: #eaf4ff;
    color: #005bac;
    line-height: 1;
}

.sago-job-share a:hover,
.sago-job-share button:hover,
.sago-job-share button.is-copied {
    background: #005bac;
    color: #fff;
}

.sago-job-related {
    padding: 22px 18px;
    background: #fff;
}

.sago-job-single-widget-area {
    margin-bottom: 18px;
}

.sago-job-related-card {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    min-height: 0;
}

.sago-job-related-thumb {
    width: 58px;
    height: 58px;
    border-radius: 9px;
}

.sago-job-related-body h3 {
    display: -webkit-box;
    margin-bottom: 4px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.32;
}

.sago-job-related-body p {
    margin-bottom: 4px;
    font-size: 13px;
}

.sago-job-related-body span {
    font-size: 13px;
    line-height: 1.35;
}

.sago-job-related-foot {
    margin-top: 6px;
    padding-top: 7px;
}

.sago-job-modal {
    padding: 24px;
}

.sago-job-modal-dialog {
    width: min(100%, 560px);
    min-height: 520px;
    padding: 38px 34px 34px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sago-job-modal-close {
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    background: #f0f5fb;
    color: #526173;
}

.sago-job-modal-dialog h2 {
    font-size: 29px;
    line-height: 1.2;
}

.sago-job-modal-dialog > p {
    margin-bottom: 24px;
    font-size: 16px;
}

.sago-job-application-form {
    gap: 16px;
}

.sago-job-application-form input {
    height: 52px;
    border-radius: 12px;
    border-color: #d7e1ed;
    font-size: 16px;
}

.sago-job-application-form input:focus {
    border-color: #005bac;
    box-shadow: 0 0 0 4px rgba(0, 91, 172, .12);
}

.sago-job-application-form button[type="submit"] {
    height: 54px;
    margin-top: 12px;
    border-radius: 999px;
    font-size: 17px;
}

.sago-job-pagination .page-numbers {
    color: #005bac;
}

.sago-job-pagination .page-numbers.current {
    background: #005bac;
}

@media (max-width: 849px) {
    .sago-job-actions {
        grid-template-columns: 1fr;
    }

    .sago-job-modal-dialog {
        min-height: auto;
        padding: 34px 20px 24px;
        border-radius: 22px;
    }
}
/* Recruitment polish v3 */
.sago-job-search-section,
.sago-job-single-wrap,
.sago-job-archive {
    background-color: #f5f8fc;
}

.sago-job-search-field input:focus,
.sago-job-search-select select:focus {
    background: #f7fbff;
}

.sago-job-search-button:hover,
.sago-job-apply:hover,
.sago-job-application-form button[type="submit"]:hover {
    background: #004f98;
    color: #fff;
}

.sago-job-actions {
    align-items: stretch;
}

.sago-job-apply,
.sago-job-consult {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px;
}

.sago-job-share {
    color: #17233f;
}

.sago-job-share a,
.sago-job-share button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    border: 0;
    border-radius: 999px !important;
    background: #eaf4ff !important;
    color: #005bac !important;
    box-shadow: none;
}

.sago-job-share a:hover,
.sago-job-share button:hover,
.sago-job-share button.is-copied {
    background: #005bac !important;
    color: #fff !important;
}

.sago-job-related h2 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.25;
}

.sago-job-related-card {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 11px;
    padding: 11px 0;
}

.sago-job-related-thumb {
    width: 56px;
    height: 56px;
}

.sago-job-related-body {
    min-width: 0;
}

.sago-job-related-body h3,
.sago-job-related-body p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sago-job-related-body p {
    white-space: nowrap;
}

.sago-job-related-body span {
    margin-top: 2px;
}

.sago-job-related-foot {
    margin-top: 5px;
    padding-top: 6px;
    gap: 8px;
}

.sago-job-modal-dialog {
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(7, 27, 66, .24);
}

.sago-job-modal-close {
    border-radius: 999px;
}

@media (max-width: 549px) {
    .sago-job-share a,
    .sago-job-share button {
        flex-basis: 34px;
        width: 34px !important;
        height: 34px !important;
    }

    .sago-job-apply,
    .sago-job-consult {
        height: 50px !important;
        min-height: 50px !important;
    }
}