html {
    scroll-behavior: smooth;
}

:root {
    /* Colors */
    --main-color: #f3f3f3;
    --primary-color: #ffffff;
    --highlight-color: #fafafa;
    --nav-bg: #000;
    --background-color: #000000;
    --text-color: rgba(255, 255, 255, 0.87);
    --text-main-color: #ffffff;
    --border-color: rgba(255, 255, 255, 0.05);
}

.oid-secnav-container {
    width: 91vw !important;
    margin: auto !important;
}

.oid-po-nav-btn {
    background-color: #007bff;
    color: #fff;
}

.nav-title {
    font-size: 1em;
}

.oid-main-title {
    font-size: 2.9vw;
    line-height: 1.4em;
}

.oid-main-desc {
    font-size: 1vw;
}

.oid-text-1 {
    font-size: 2.6vw;
    line-height: 1.3em;
    font-weight: bold;
}

.oid-text-2 {
    font-size: 0.8vw;
    line-height: 1.3em;
}

.oid-text-3 {
    font-size: 0.7vw;
}

.oid-text-4 {
    font-size: 0.08vw;
}

.title-group {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
}

.oval-shape {
    background-color: #000000;
    color: #ffffff;
    padding: 0.3em 0.3em 0.2em;
    font-size: 0.8vw;
    width: 7vw;
}

.oid-product-title-text {
    font-size: 4vw;
}

.tnc-section {
    height: 13vw;
}

.accordion-toggle {
    font-size: 2em;
    font-weight: bold;
}

.accordion-title {
    padding: 2em;
}

.oid-container {
    width: 91vw;
    justify-content: flex-start;
    /* padding-top: 3vw; */
}

.kv-caption {
    position: absolute;
    align-items: center;
    padding-left: 35vw;
    height: 38vw;
}

.kv-desc-section {
    height: 100%;
    width: 100%;
    right: 0;
}

.kv-title:first-child {
    margin-top: 6vw;
}

.kv-title:nth-child(2) {
    margin-top: 5vw;
}

.kv-title {
    width: 68vw;
}

/* KV: tampil gambar desktop / sembunyikan gambar mobile di layar lebar */
#header-kv .oid-d-block-xs {
    display: none !important;
}

#header-kv .oid-d-none-xs {
    display: block !important;
}

.notes {
    font-size: 0.2vw;
}

/* .kv-title>div:first-child {
  width: 23vw;
} */

.oval-shape {
    background-color: #000000;
    color: #ffffff;
    padding: 0.3em 0.3em 0.2em;
    font-size: 1.2vw;
    width: 9vw;
}

.program-info-card {
    position: relative;
    border-radius: 1.8vw;
    padding: 3.4vw 3vw 2.6vw;
    box-shadow: 0 1.2vw 2.4vw rgba(0, 0, 0, 0.15);
    color: #0b4b46;
    margin-bottom: 2.5vw;
    background-color: #ffffff;
}

.program-info-card__header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%);
    background-image: url('https://assets.witel.co.id/assets/event/ramadan-2026/shape-button-green.webp');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0.9vw 4.2vw 0.7vw;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.program-info-card__body ol {
    margin: 0;
    padding-left: 1.3em;
}

.program-info-card__body li {
    margin-bottom: 0.4em;
}

.program-side-title {
    margin-top: 1.5vw;
}

.a6x-hero {
    align-items: center;
    justify-content: space-between;
    column-gap: 2.8vw;
}

.a6x-hero__image {
    flex: 0 0 34%;
    display: flex;
    justify-content: center;
}

.a6x-hero__image img {
    width: 100%;
    max-width: 22vw;
    height: auto;
    display: block;
}

#a6x-section .a6x-hero__content {
    flex: 0 0 50%;
    background-color: #f3f3f3;
    border-radius: 1.6vw;
    padding: 1.8vw 2.4vw;
}

.a6x-hero__content {
    flex: 0 0 24%;
    background-color: #f3f3f3;
    border-radius: 1.6vw;
    padding: 1.8vw 2.4vw;
    /* box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.12); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 0.4vw;
}

.a6x-hero__content--wide {
    flex-basis: auto;
}

/* A6s hero: 2 cards top + 1 wide card bottom */
#a6s-section .a6s-hero-cards {
    flex: 0 0 52%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2vw;
    row-gap: 2vw;
}

#a6s-section .a6s-hero-cards .a6x-hero__content {
    flex: unset;
}

#a6s-section .a6s-hero-cards .a6x-hero__content--wide {
    grid-column: 1 / -1;
}

/* Reno hero: 2 cards top + 1 wide card bottom */
#reno15f-section .reno-hero-cards {
    flex: 0 0 52%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2vw;
    row-gap: 2vw;
}

#reno15f-section .reno-hero-cards .a6x-hero__content {
    flex: unset;
}

#reno15f-section .reno-hero-cards .a6x-hero__content--wide {
    grid-column: 1 / -1;
}

.a6x-hero__title {
    font-size: 1.6vw;
    font-weight: 700;
    color: #007c6f;
    margin: 0;
}

.a6x-hero__subtitle {
    font-size: 0.7vw;
    color: #666666;
    margin: 0;
}

.a6x-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3vw;
    row-gap: 2.6vw;
    margin-top: 3.2vw;
}

.a6x-price-item {
    text-align: left;
}

.a6x-price-item--full {
    grid-column: 1 / -1;
}

.a6x-price-item--span2 {
    grid-column: span 2;
}

.a6x-price-item__title {
    font-size: 2.8vw;
    font-weight: 700;
    margin: 0 0 0.4vw;
}

.reno-price-item__title {
    font-size: 1.4vw;
    font-weight: 700;
    margin: 0 0 0.4vw;
}

.reno-price-item__title span {
    font-size: 1.1vw;
    font-weight: 400;
    margin-left: 0.6vw;
}

.a6x-price-item__title span {
    font-size: 1.1vw;
    font-weight: 400;
    margin-left: 0.6vw;
}

.a6x-price-item__old {
    font-size: 1vw;
    color: #000000;
    text-decoration: line-through;
    text-decoration-color: #c00000;
    margin: 0 0 0.1vw;
}

.a6x-price-item__new {
    font-size: 1.3vw;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.a6x-divider {
    margin-top: 4vw;
    border-bottom: 1px solid #000000;
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
    .oid-secnav-container {
        width: 100.5em;
    }

    .oid-product-title-text {
        font-size: 3.7em;
    }

    .oid-text-2 {
        font-size: 1em !important;
    }

    .tnc-section {
        height: 15em;
    }

    .program-info-card {
        border-radius: 1.6em;
        padding: 3em 2.4em 2em;
    }

    .program-info-card__header {
        padding: 0.8em 3.6em 0.6em;
    }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .oid-secnav-container {
        width: 92vw !important;
    }

    .oid-container {
        width: 92vw !important;
    }

    .oid-product-title-text {
        font-size: 3.7vw;
    }

    .oid-text-1 {
        font-size: 2.6vw;
    }

    .oid-text-2 {
        font-size: 1vw !important;
    }

    .tnc-section {
        height: 12vw;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .oid-secnav-container {
        padding: 2vw 4.5vw;
        width: 91vw !important;
    }

    .oid-container {
        width: 91vw !important;
        /* padding: 3vw 0 0 0; */
    }

    .oid-text-2 {
        font-size: 1.3vw;
    }

    .oid-text-3 {
        font-size: 1.18vw;
    }

    /* KV title – tablet: agar gambar title tidak berantakan, posisi 25% dari atas */
    #header-kv .kv-desc-section {
        width: 100%;
        top: -20%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 0 4vw;
        box-sizing: border-box;
    }

    .kv-title {
        width: 100%;
        max-width: 72vw;
        margin-left: auto;
        margin-right: auto;
        row-gap: 3vw;
    }

    .kv-title:first-child {
        margin-top: 0;
    }

    .kv-title img {
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .kv-title>div {
        display: flex;
        justify-content: center;
    }

    .kv-caption {
        padding-left: 40vw;
        height: 35vw;
    }

    .program-info-card {
        padding: 3.6vw 3vw 2.8vw;
        border-radius: 2.2vw;
    }

    .program-info-card__header {
        padding: 1vw 4.4vw 0.8vw;
        font-size: 1.4vw;
    }

    .a6x-hero {
        column-gap: 3vw;
    }

    .a6x-hero__content {
        border-radius: 2.2vw;
        padding: 2.4vw 3vw;
    }

    .a6x-hero__title {
        font-size: 2.1vw;
    }

    .a6x-hero__subtitle {
        font-size: 1.3vw;
    }

    .a6x-price-grid {
        column-gap: 5vw;
        row-gap: 3.4vw;
        margin-top: 5vw;
    }

    .a6x-price-item__title {
        font-size: 2.8vw;
    }

    .a6x-price-item__title span {
        font-size: 1.4vw;
    }

    .a6x-price-item__old {
        font-size: 1.4vw;
    }

    .a6x-price-item__new {
        font-size: 1.8vw;
    }
}

@media (min-width: 501px) and (max-width: 767.98px) {
    .oid-secnav-container {
        padding: 2vw 4.5vw;
    }

    .oid-product-title-text {
        font-size: 3.7vw;
    }

    .oid-text-1 {
        font-size: 2.3vw;
    }

    .oid-text-2 {
        font-size: 1.5vw !important;
    }

    .oid-text-3 {
        font-size: 1.18vw;
    }

    .tnc-section {
        height: 12vw;
    }

    .program-info-card {
        padding: 4vw 3.4vw 3vw;
        border-radius: 3vw;
    }

    .program-info-card__header {
        padding: 1.4vw 6vw 1vw;
        font-size: 1.8vw;
    }

    .a6x-hero {
        flex-direction: column;
        row-gap: 3vw;
    }

    .a6x-hero__image {
        flex-basis: auto;
        width: 80%;
        margin: 0 auto;
    }

    .a6x-hero__content {
        width: 100%;
        border-radius: 3vw;
        padding: 3vw 3.4vw;
        text-align: center;
    }

    .a6x-hero__title {
        font-size: 3vw;
    }

    .a6x-hero__subtitle {
        font-size: 1.8vw;
    }

    #a6x-section .a6x-hero__image img {
        max-width: none;
    }

    .a6x-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 6vw;
        row-gap: 4vw;
        margin-top: 6vw;
    }

    .a6x-price-item--span2 {
        grid-column: auto;
    }

    .a6x-price-item__title {
        font-size: 3.4vw;
    }

    .a6x-price-item__title span {
        font-size: 2.2vw;
    }

    .a6x-price-item__old {
        font-size: 2.3vw;
    }

    .a6x-price-item__new {
        font-size: 2.8vw;
    }

    #a6s-section .a6s-hero-cards {
        width: 100%;
        grid-template-columns: 1fr;
        row-gap: 3vw;
    }

    #reno15f-section .reno-hero-cards {
        width: 100%;
        grid-template-columns: 1fr;
        row-gap: 3vw;
    }
}

@media (max-width: 768px) {
    #header-kv .oid-d-none-xs {
        display: none !important;
    }

    #header-kv .oid-d-block-xs {
        display: block !important;
    }

    #header-kv img.oid-w-100 {
        width: 100%;
        height: auto;
        object-fit: contain;
        vertical-align: top;
    }

    #header-kv .oid-pt-5xs {
        padding-top: 16px;
    }

    #header-kv .oid-pos-rel {
        overflow: hidden;
    }
}

@media (max-width: 500.98px) {
    .oid-container {
        justify-content: center;
    }

    #header-kv {
        width: 100%;
        overflow: hidden;
    }

    #header-kv .oid-pos-rel {
        min-height: 0;
    }

    .kv-title:nth-child(2) {
        margin-left: 10vw;
        margin-top: 15vw;
    }

    .kv-desc-section {
        width: 83%;
        height: 100%;
        height: 96%;
        margin-left: auto;
        margin-right: auto;
        right: unset;
        justify-content: space-between;
    }

    .oval-shape {
        font-size: 3.5vw;
        width: 30vw;
    }

    .oid-product-title-text {
        font-size: 11.7vw;
    }

    .kv-title>div:nth-child(1) .oid-main-title {
        font-size: 11vw;
    }

    .kv-title {
        width: 85vw;
        row-gap: 4vw !important;
    }

    .kv-title img {
        max-width: 100%;
        height: auto;
    }

    .kv-title:first-child {
        margin-top: 8vw;
    }

    .oid-main-desc {
        font-size: 5vw;
    }

    .oid-text-1 {
        font-size: 5.3vw;
        width: 80%;
    }

    .oid-text-2 {
        font-size: 3vw !important;
    }

    .oid-text-3 {
        font-size: 2vw;
    }

    .tnc-section {
        height: 43vw;
    }

    .kv-caption {
        padding-left: 0;
    }

    .program-info-card {
        padding: 8vw 6vw 6vw;
        border-radius: 6vw;
    }

    .program-info-card__header {
        padding: 2.6vw 10vw 2.2vw;
        font-size: 3.4vw;
    }

    .a6x-hero {
        flex-direction: column;
        row-gap: 5vw;
    }

    .a6x-hero__image {
        flex-basis: auto;
        width: 90%;
        margin: 0 auto;
    }

    .a6x-hero__content {
        width: 100%;
        border-radius: 6vw;
        padding: 5vw 6vw;
        text-align: center;
    }

    .a6x-hero__title {
        font-size: 4.4vw;
    }

    .a6x-hero__subtitle {
        font-size: 2.6vw;
    }

    #a6x-section .a6x-hero__image img {
        max-width: none;
    }

    .a6x-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 8vw;
        row-gap: 5vw;
        margin-top: 8vw;
    }

    .a6x-price-item--span2 {
        grid-column: auto;
    }

    .a6x-price-item__title {
        font-size: 4.8vw;
    }

    .a6x-price-item__title span {
        display: block;
        margin-left: 0;
        margin-top: 0.8vw;
        font-size: 3.2vw;
    }

    .a6x-price-item__old {
        font-size: 3.2vw;
    }

    .a6x-price-item__new {
        font-size: 3.8vw;
    }

    .reno-price-item__title {
        font-size: 4vw;
    }

    .reno-price-item__title span {
        font-size: 2vw;
    }

    #a6s-section .a6s-hero-cards {
        width: 100%;
        grid-template-columns: 1fr;
        row-gap: 5vw;
    }

    #reno15f-section .reno-hero-cards {
        width: 100%;
        grid-template-columns: 1fr;
        row-gap: 5vw;
    }
}

/* 360×640 dan viewport kecil: hindari layout berantakan & scroll di dalam section */
@media (max-width: 400px) {

    #a6s-section,
    #a6-section,
    #a6x-section,
    #reno15f-section {
        row-gap: 2em !important;
    }

    #a6s-section .a6x-hero,
    #a6-section .a6x-hero,
    #reno15f-section .a6x-hero,
    #a6x-section .a6x-hero {
        row-gap: 3vw;
        overflow: visible;
    }

    #a6s-section .a6s-hero-cards,
    #reno15f-section .reno-hero-cards {
        overflow: visible;
        row-gap: 3vw;
        min-height: 0;
    }

    .a6x-hero__content {
        padding: 3.5vw 4vw;
        border-radius: 4vw;
    }

    .a6x-hero__title {
        font-size: 3.8vw;
    }

    .a6x-hero__subtitle {
        font-size: 2.2vw;
    }

    .a6x-hero__image {
        width: 85%;
    }
}

@media (max-width: 360px) {

    #a6s-section .a6x-hero,
    #a6-section .a6x-hero,
    #reno15f-section .a6x-hero,
    #a6x-section .a6x-hero {
        row-gap: 2.5vw;
    }

    #a6s-section .a6s-hero-cards,
    #reno15f-section .reno-hero-cards {
        row-gap: 2.5vw;
    }

    .a6x-hero__content {
        padding: 3vw 3.5vw;
    }

    .a6x-hero__title {
        font-size: 3.5vw;
    }

    .a6x-hero__subtitle {
        font-size: 2vw;
    }
}

.page-disclaimer {
    margin: 7em auto 0;
    padding: 0 0 2em;
    font-size: 0.75vw;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
}

@media (max-width: 1023.98px) {
    .page-disclaimer {
        font-size: 1.6vw;
        margin-top: 4em;
    }
}

@media (max-width: 500.98px) {
    .page-disclaimer {
        font-size: 3.2vw;
        margin-top: 3.5em;
    }
}

/* ========== Keterangan Program Section (gambar) ========== */
.keterangan-program-section {
    padding: 32px 16px 48px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.keterangan-program-section__inner {
    width: 100%;
}

.keterangan-program-section__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* CTA di tengah banner keterangan program (tampilan seperti referensi) */
.keterangan-program-banner-wrap .keterangan-program-banner-cta {
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
}

.keterangan-program-banner__title {
    margin: 0;
    font-family: inherit;
    font-size: 3vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.keterangan-program-banner__btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #fff;
    color: #0d6b6b;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 999px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s, transform 0.2s;
}

.keterangan-program-banner__btn:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

/* Keterangan program banner – tablet */
@media (min-width: 501px) and (max-width: 767.98px) {
    .keterangan-program-banner-wrap {
        /* padding: 0 12px; */
        overflow: hidden;
    }

    .keterangan-program-banner-wrap img {
        width: 100%;
        height: auto;
        display: block;
    }

    .keterangan-program-banner-wrap .keterangan-program-banner-cta {
        left: 70%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        max-width: 280px;
        gap: 12px;
    }

    .keterangan-program-banner__title {
        font-size: 3.8vw;
        line-height: 1.3;
    }

    .keterangan-program-banner__btn {
        padding: 12px 24px;
        font-size: 15px;
    }

    /* KV title – tablet kecil: gambar title rapi, posisi 25% dari atas */
    #header-kv .kv-desc-section {
        width: 100%;
        top: -25%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 0 5vw;
        box-sizing: border-box;
    }

    .kv-title {
        width: 100%;
        max-width: 80vw;
        margin-left: auto;
        margin-right: auto;
        row-gap: 3.5vw;
    }

    .kv-title:first-child {
        margin-top: 0;
    }

    .kv-title img {
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .kv-title>div {
        display: flex;
        justify-content: center;
    }
}

/* Keterangan program banner – mobile */
@media (max-width: 500px) {
    .keterangan-program-banner-wrap .keterangan-program-banner-cta {
        left: 75%;
        top: 60%;
        transform: translate(-50%, -50%);
        width: 50%;
        max-width: none;
        gap: 12px;
    }

    .keterangan-program-banner__title {
        font-size: 4.5vw;
    }

    .keterangan-program-banner__btn {
        display: inline-block;
        padding: 2vw 6vw;
        background-color: #fff;
        color: #0d6b6b;
        font-size: 3vw;
        font-weight: 600;
        text-decoration: none;
        border: none;
        border-radius: 999px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
        transition: box-shadow 0.2s, transform 0.2s;
    }
}


.service-locator {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.15);
    background-color: #f3f5f6;
}

.service-locator__panel {
    width: 36%;
    min-width: 23.611vw;
    background-color: #f2f3f5;
    padding: 1.4vw 1.2vw;
    display: flex;
    flex-direction: column;
    row-gap: 0.9vw;
}

.service-locator__count-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.1vw 0.2vw;
}

.service-locator__count-text {
    font-size: 0.82vw;
    color: #4b5563;
    margin: 0;
    line-height: 1.4;
}

.service-locator__count-text strong {
    color: #111827;
    font-weight: 700;
}

.service-locator__region {
    background-color: #fff;
    border-radius: 0.5vw;
    padding: 0.8vw 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9vw;
    color: #222;
}

.service-locator__filters {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.8vw;
    row-gap: 0.6vw;
}

.service-locator__filter--full {
    grid-column: 1 / -1;
}

.service-locator__filter-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.2vw;
}

.service-locator__filter-clear {
    border: 0;
    background: transparent;
    color: #2458ea;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.78vw;
    padding: 0.35vw 0;
    text-decoration: none;
}

.service-locator__filter-clear:hover {
    text-decoration: underline;
}

.service-locator__filter {
    display: flex;
    flex-direction: column;
    row-gap: 0.35vw;
    margin: 0;
    /* Allow grid children to shrink so long Select2 text does not overflow */
    min-width: 0;
}

.service-locator__filter-label {
    font-size: 0.7vw;
    color: #62676f;
}

.service-locator__select {
    width: 100%;
    border: 0.069vw solid #e2e4ea;
    border-radius: 69.375vw;
    padding: 0.7vw 3.5vw 0.7vw 1vw;
    font-size: 0.82vw;
    background-color: #fff;
    color: #222;
    text-decoration: none;
    appearance: none;
    text-align: left;
}

.service-locator__select:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Select2 basic harmonization (handles generated markup) */
.service-locator__filters .select2-container {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
}

.service-locator__filters .select2-container .select2-selection--single {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0.069vw solid rgba(0, 0, 0, 0.08);
    border-radius: 69.375vw;
    padding: 0.55vw 0.9vw;
    background-color: #fff;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.service-locator__filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    line-height: normal;
    padding-left: 0 !important;
    padding-right: 2.8vw !important;
    font-size: 0.9vw;
    font-weight: 500;
    color: #222;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    text-align: left;
}

.service-locator__filters .select2-container--default .select2-selection--single:hover .select2-selection__rendered,
.service-locator__filters .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
    text-decoration: none !important;
}

.service-locator__filters .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 0.75vw !important;
    z-index: 10 !important;
}

.service-locator__filters .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute !important;
    float: none !important;
    margin: 0 !important;
    right: 2.2vw !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 1.1em !important;
    color: #6b7280 !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

.service-locator__filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #111 transparent transparent transparent;
    border-width: 0.417vw 0.347vw 0 0.347vw;
    margin-left: -0.347vw;
    margin-top: -0.139vw;
}

.service-locator__filters .select2-container--default.select2-container--open .select2-selection--single {
    border-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0.208vw rgba(36, 88, 234, 0.10);
    border-radius: 69.375vw;
}

.select2-container--default .select2-dropdown {
    border: 0;
    border-radius: 1.25vw;
    overflow: hidden;
    box-shadow: 0 1.25vw 3.472vw rgba(0, 0, 0, 0.16);
}

.select2-container--default .select2-results__options {
    padding: 0.556vw;
}

.select2-container--default .select2-results__option {
    border-radius: 0.833vw;
    padding: 0.694vw 0.833vw;
    white-space: normal;
    word-break: break-word;
    text-decoration: none !important;
    text-align: left;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #eef2ff;
    color: #111;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f3f4f6;
    color: #111;
}

.service-locator__search {
    background-color: #fff;
    border-radius: 0.5vw;
    padding: 0.8vw 1vw;
    display: flex;
    align-items: center;
    column-gap: 0.7vw;
}

.service-locator__search-icon {
    width: 1vw;
    height: 1vw;
    object-fit: contain;
    flex-shrink: 0;
}

.service-locator__search input {
    border: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
    font-size: 0.85vw;
}

.service-locator__tabs {
    border-top: 0.069vw solid #d8dbe1;
    border-bottom: 0.069vw solid #d8dbe1;
    padding: 0.8vw 0.2vw;
    display: flex;
    align-items: center;
    column-gap: 1.3vw;
    font-size: 0.82vw;
}

.service-locator__tabs span {
    color: #62676f;
    cursor: default;
}

.service-locator__tabs .is-active {
    color: #171717;
    font-weight: 700;
}

.service-locator__list {
    display: flex;
    flex-direction: column;
    row-gap: 0.8vw;
    max-height: 31vw;
    overflow: auto;
    padding-right: 0.2vw;
}

.service-card {
    background-color: #fff;
    border: 0.069vw solid #e2e4ea;
    border-radius: 0.8vw;
    padding: 1vw;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.service-card.is-active {
    border-color: #0d6b6b;
    box-shadow: 0 0 0 0.069vw rgba(13, 107, 107, 0.2);
}

.service-card--has-closest h3 {
    padding-right: 5.5vw;
}

.service-card h3 {
    margin: 0 0 0.7vw;
    font-size: 1.05vw;
    font-weight: 700;
    color: #1f1f1f;
}

.service-card p {
    margin: 0 0 0.55vw;
    font-size: 0.8vw;
    color: #4e5661;
    line-height: 1.45;
}

.service-card__badge {
    position: absolute;
    right: 0.8vw;
    top: 0.8vw;
    z-index: 1;
    background-color: #28a745;
    color: #fff;
    border-radius: 2vw;
    font-size: 0.62vw;
    font-weight: 700;
    padding: 0.2vw 0.55vw;
}

.service-card__row--address {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    column-gap: 0.45vw;
}

.service-card__row {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    column-gap: 0.45vw;
}

.service-card__row--phone,
.service-card__row--hours {
    align-items: center;
}

.service-card__icon {
    flex-shrink: 0;
    width: 0.75em;
    height: 0.75em;
    margin-top: 0.1em;
}

.service-card__address-text {
    flex: 1;
    min-width: 0;
}

.service-card__distance {
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 0.35vw;
    color: #0069d9;
    font-weight: 700;
    font-size: 0.85em;
    white-space: nowrap;
}

.service-card__meta {
    margin-top: 0.8vw;
    display: flex;
    align-items: center;
    column-gap: 0.8vw;
    font-size: 0.72vw;
    color: #3f4a57;
}

.service-card__meta span:first-child i {
    color: #2da650;
    font-size: 0.55vw;
}

.service-card__meta a {
    margin-left: auto;
    color: #0069d9;
    text-decoration: none;
    font-weight: 600;
}

.service-card__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35vw;
    margin-bottom: 0.7vw;
}

.service-card__tag {
    display: inline-block;
    background-color: #5cff76;
    color: #111;
    border-radius: 0.25vw;
    padding: 0.15vw 0.45vw;
    font-size: 0.78vw;
    margin-bottom: 0 !important;
}

.service-card__actions {
    margin-top: 0.7vw;
    display: flex;
    align-items: center;
    column-gap: 1vw;
}

.service-card__actions a {
    color: #2458ea;
    text-decoration: none;
    font-size: 0.85vw;
    font-weight: 600;
}

.service-card__coords {
    color: #0d6b6b !important;
    font-weight: 600;
}

.service-locator__empty {
    margin: 0;
    padding: 1.2vw 0.8vw;
    color: #4e5661;
    font-size: 0.9vw;
}

.service-locator__loading-more {
    margin: 0;
    padding: 0.8vw 0.4vw;
    text-align: center;
    color: #6b7280;
    font-size: 0.78vw;
    flex-shrink: 0;
}

.service-locator__map {
    flex: 1;
    min-height: 37vw;
    background-color: #e8edf0;
    position: relative;
}

.service-locator__map #store-map {
    width: 100%;
    height: 100%;
    border: 0;
}


@media screen and (max-width: 1024px) {
    .service-locator {
        flex-direction: column;
        border-radius: 16px;
        align-items: center;
    }

    .service-locator__panel {
        width: 90%;
        min-width: 0;
        padding: 0.2rem 0.16rem;
        row-gap: 0.12rem;
        display: flex;
        justify-content: center;
    }

    .service-locator__count-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 2px 0;
    }

    .service-locator__count-text {
        font-size: 13px;
    }

    .service-locator__filters {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .service-locator__region,
    .service-locator__search {
        font-size: 14px;
        border-radius: 10px;
        padding: 12px 14px;
    }

    .service-locator__search-icon {
        width: 16px;
        height: 16px;
    }

    .service-locator__filter-label {
        font-size: 12px;
    }

    .service-locator__filter-clear {
        font-size: 12px;
        padding: 6px 0;
    }

    .service-locator__select {
        border-width: 1px;
        border-radius: 999px;
        padding: 10px 9vw 10px 14px;
        font-size: 13px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .service-locator__filters .select2-container .select2-selection--single {
        border-width: 1px;
        border-radius: 999px;
        padding: 9px 12px;
        min-height: 40px;
        display: flex !important;
        align-items: center;
        justify-content: flex-start;
        position: relative !important;
    }

    .service-locator__filters .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        line-height: normal;
        padding-left: 0 !important;
        padding-right: 14vw !important;
        min-width: 0 !important;
        text-align: left;
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    .service-locator__filters .select2-container--default .select2-selection--single .select2-selection__arrow {
        position: absolute !important;
        right: 2.5vw !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 10 !important;
    }

    .service-locator__filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 4px 0 4px;
        margin-left: -4px;
        margin-top: -2px;
    }

    .service-locator__filters .select2-container--default .select2-selection--single .select2-selection__clear {
        position: absolute !important;
        float: none !important;
        margin: 0 !important;
        right: 7.5vw !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 14px !important;
        z-index: 10 !important;
    }

    .service-locator__search input {
        font-size: 14px;
    }

    .service-locator__tabs {
        font-size: 13px;
        padding: 12px 4px;
    }

    .service-locator__list {
        max-height: 360px;
        row-gap: 10px;
    }

    .service-card {
        border-radius: 12px;
        padding: 14px;
    }

    .service-card--has-closest h3 {
        padding-right: 88px;
    }

    .service-card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .service-card p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .service-card__distance {
        font-size: 12px;
    }

    .service-card__badge {
        font-size: 10px;
        right: 12px;
        top: 12px;
        border-radius: 18px;
        padding: 4px 8px;
    }

    .service-card__meta {
        font-size: 12px;
        margin-top: 10px;
    }

    .service-card__meta span:first-child i {
        font-size: 8px;
    }

    .service-card__tags {
        gap: 6px;
        margin-bottom: 8px;
    }

    .service-card__tag {
        border-radius: 4px;
        padding: 3px 8px;
        font-size: 12px;
        margin-bottom: 0 !important;
    }

    .service-card__actions {
        margin-top: 8px;
        column-gap: 14px;
    }

    .service-card__actions a {
        font-size: 13px;
    }

    .service-locator__empty {
        padding: 10px 4px;
        font-size: 13px;
    }

    .service-locator__map {
        min-height: 420px;
        width: 100%;
    }

}

#submission select,
input[type='date'],
.select2-container .select2-selection--single .select2-selection__rendered {
    border: none !important;
}