.seo-location-page {
    background: linear-gradient(135deg, #fffdf8 0%, #f6f2ea 48%, #eef4ef 100%);
    overflow-x: hidden;
}

html,
body,
.main-panel {
    overflow-x: hidden;
}

.seo-location-page h1,
.seo-location-page h2,
.seo-location-page h3 {
    color: #4b2217;
    font-family: var(--font-family-base);
    overflow-wrap: anywhere;
    word-break: normal;
}

.seo-location-page p,
.seo-location-page li {
    color: #6b4a3e;
    line-height: 1.8;
    overflow-wrap: anywhere;
    word-break: normal;
}

.seo-location-page .page-title-area {
    margin-top: 104px;
}

.seo-location-page .seo-location-breadcrumb {
    background-image: var(--seo-breadcrumb-image);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.seo-location-page .page-title-area .content h1 {
    max-width: 100%;
    line-height: 1.15;
}

.seo-location-page .breadcrumb {
    flex-wrap: wrap;
}

.seo-location-surface {
    position: relative;
    isolation: isolate;
}

.seo-location-surface::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(159, 118, 42, 0.12);
    pointer-events: none;
    z-index: 0;
}

.seo-location-surface > .container {
    position: relative;
    z-index: 1;
}

.seo-location-card {
    overflow: hidden;
    border: 1px solid rgba(110, 62, 47, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(74, 38, 24, 0.08);
}

.seo-location-card .card-body,
.seo-location-card .row,
.seo-location-card [class*="col-"] {
    min-width: 0;
}

.seo-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(var(--color-primary-rgb), 0.12);
    color: #8b5b47;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.seo-badge-link {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.seo-block-title {
    margin-bottom: 12px;
    font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}

.seo-hero-media a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.seo-hero-media img,
.seo-product-card img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.seo-hero-media img {
    min-height: 360px;
    max-height: 520px;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.seo-hero-media a:hover img,
.seo-hero-media a:focus-visible img {
    transform: scale(1.04);
    filter: saturate(1.05);
}

.seo-points {
    margin-bottom: 0;
    padding-left: 18px;
}

.seo-points li + li {
    margin-top: 8px;
}

.seo-card-muted {
    height: 100%;
    border: 1px solid rgba(110, 62, 47, 0.08);
    border-radius: 8px;
    background: #fffaf7;
}

.seo-section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #9a5d3f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.seo-location-page--una .seo-trust-section,
.seo-location-page--naya-nangal .seo-trust-section {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 245, 0.96)),
        radial-gradient(circle at 12% 20%, rgba(206, 150, 126, 0.18), transparent 28%);
}

.seo-intent-panel {
    padding: 34px;
    border: 1px solid rgba(137, 38, 43, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 250, 247, 0.96), rgba(255, 255, 255, 0.94));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.seo-points-premium {
    display: grid;
    gap: 12px;
    padding-left: 0;
    list-style: none;
}

.seo-points-premium li {
    position: relative;
    padding: 14px 16px 14px 42px;
    border: 1px solid rgba(137, 38, 43, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.seo-points-premium li::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 18px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c98a68, #8e2d2e);
    box-shadow: 0 0 0 5px rgba(201, 138, 104, 0.14);
}

.seo-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    height: 100%;
}

.seo-benefit-card {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(110, 62, 47, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 247, 0.94));
    box-shadow: 0 14px 32px rgba(74, 38, 24, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.seo-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(206, 150, 126, 0.14), transparent 42%);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.seo-benefit-card > * {
    position: relative;
    z-index: 1;
}

.seo-benefit-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #7b3128;
    background: rgba(206, 150, 126, 0.14);
    font-weight: 800;
}

.seo-benefit-card h3 {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.seo-benefit-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.seo-benefit-card:hover {
    transform: translateY(-4px);
    border-color: rgba(137, 38, 43, 0.18);
    box-shadow: 0 20px 44px rgba(74, 38, 24, 0.13);
}

.seo-benefit-card:hover::before {
    opacity: 1;
}

.seo-product-card img {
    height: auto;
    margin-bottom: 16px;
}

.seo-product-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.seo-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 18% 18%, rgba(206, 150, 126, 0.18), transparent 24%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 44%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s ease;
}

.seo-product-card .card-body {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.seo-product-card img {
    transition: transform 0.45s ease, filter 0.45s ease;
}

.seo-product-card:hover,
.seo-product-card:focus,
.seo-product-card:focus-within {
    transform: translateY(-8px);
    border-color: rgba(137, 38, 43, 0.18);
    box-shadow: 0 22px 52px rgba(74, 38, 24, 0.15);
}

.seo-product-card:hover::before,
.seo-product-card:focus::before,
.seo-product-card:focus-within::before {
    opacity: 1;
}

.seo-product-card:hover img,
.seo-product-card:focus img,
.seo-product-card:focus-within img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.03);
}

.seo-product-card:focus {
    outline: 2px solid rgba(137, 38, 43, 0.28);
    outline-offset: 4px;
}

.seo-product-card a {
    color: inherit;
    text-decoration: none;
}

.seo-product-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    margin-top: auto;
    padding: 11px 18px;
    overflow: hidden;
    border: 1px solid rgba(137, 38, 43, 0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, #8f272b 0%, #6f211e 52%, #b27342 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(137, 38, 43, 0.18);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.seo-product-action::before {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    width: 52%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    transform: skewX(-18deg);
    transition: left 0.5s ease;
}

.seo-product-action span {
    position: relative;
    z-index: 1;
}

.seo-product-action:hover,
.seo-product-action:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(178, 115, 66, 0.44);
    box-shadow: 0 16px 34px rgba(137, 38, 43, 0.25);
}

.seo-product-action:hover::before,
.seo-product-action:focus-visible::before {
    left: 130%;
}

.seo-product-action:focus-visible {
    outline: 2px solid rgba(178, 115, 66, 0.42);
    outline-offset: 3px;
}

.seo-gallery-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(110, 62, 47, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 244, 0.94)),
        radial-gradient(circle at 16% 10%, rgba(201, 138, 104, 0.18), transparent 32%);
    box-shadow: 0 22px 56px rgba(74, 38, 24, 0.1);
}

.seo-gallery-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(137, 38, 43, 0.08);
    border-radius: 8px;
    pointer-events: none;
}

.seo-gallery-head {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 26px;
}

.seo-gallery-head p {
    margin-bottom: 0;
}

.seo-gallery-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.seo-gallery-item {
    position: relative;
    min-height: 250px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(110, 62, 47, 0.1);
    border-radius: 8px;
    background: #fffaf7;
    box-shadow: 0 14px 34px rgba(74, 38, 24, 0.09);
    transition: transform 0.34s ease, box-shadow 0.34s ease, border-color 0.34s ease;
}

.seo-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(52, 24, 17, 0.72));
    opacity: 0.84;
    transition: opacity 0.34s ease;
}

.seo-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.52s ease, filter 0.52s ease;
}

.seo-gallery-item figcaption {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.32);
    transform: translateY(6px);
    transition: transform 0.34s ease;
}

.seo-gallery-item:hover,
.seo-gallery-item:focus-within {
    transform: translateY(-8px);
    border-color: rgba(137, 38, 43, 0.18);
    box-shadow: 0 22px 52px rgba(74, 38, 24, 0.15);
}

.seo-gallery-item:hover img,
.seo-gallery-item:focus-within img {
    transform: scale(1.08);
    filter: saturate(1.08) contrast(1.04);
}

.seo-gallery-item:hover::after,
.seo-gallery-item:focus-within::after {
    opacity: 0.96;
}

.seo-gallery-item:hover figcaption,
.seo-gallery-item:focus-within figcaption {
    transform: translateY(0);
}

.seo-faq-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 8%, rgba(206, 150, 126, 0.24), transparent 30%),
        radial-gradient(circle at 92% 18%, rgba(137, 38, 43, 0.14), transparent 26%),
        linear-gradient(135deg, #fffaf7 0%, #fffdfb 48%, #fff1eb 100%);
    box-shadow: 0 26px 68px rgba(74, 38, 24, 0.12);
}

.seo-faq-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(137, 38, 43, 0.08);
    border-radius: 8px;
    pointer-events: none;
}

.seo-faq-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 28px;
    padding: 42px;
}

.seo-faq-intro {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100%;
    padding: 34px;
    border: 1px solid rgba(137, 38, 43, 0.12);
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 12%, rgba(206, 150, 126, 0.18), transparent 28%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 245, 239, 0.9));
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.72),
        0 18px 42px rgba(74, 38, 24, 0.08);
}

.seo-faq-intro::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 26px;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(137, 38, 43, 0.1);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(206, 150, 126, 0.16) 0 36%, transparent 38%),
        rgba(255, 255, 255, 0.48);
}

.seo-faq-intro::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -44px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(137, 38, 43, 0.06);
    pointer-events: none;
}

.seo-faq-intro > * {
    position: relative;
    z-index: 1;
}

.seo-faq-intro .widget-title {
    margin-bottom: 16px;
    max-width: 420px;
    color: #4b2217;
    font-size: clamp(1.75rem, 2.2vw, 2.45rem);
    line-height: 1.16;
}

.seo-faq-intro p {
    max-width: 440px;
    margin-bottom: 28px;
    color: #765044;
    font-size: 1rem;
    line-height: 1.85;
}

.seo-faq-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
}

.seo-faq-highlights span {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid rgba(137, 38, 43, 0.1);
    border-radius: 8px;
    color: #7b3128;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 10px 22px rgba(74, 38, 24, 0.05);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-faq-highlights span:hover {
    transform: translateY(-2px);
    border-color: rgba(137, 38, 43, 0.18);
    box-shadow: 0 14px 28px rgba(74, 38, 24, 0.08);
}

.seo-faq-list {
    display: grid;
    gap: 14px;
}

.seo-faq-item {
    overflow: hidden;
    border: 1px solid rgba(165, 111, 89, 0.2);
    border-radius: 8px;
    background: rgba(255, 252, 249, 0.92);
    box-shadow: 0 14px 34px rgba(74, 38, 24, 0.07);
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.seo-faq-item:hover,
.seo-faq-item:focus-within {
    transform: translateY(-3px);
    border-color: rgba(137, 38, 43, 0.2);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 44px rgba(74, 38, 24, 0.11);
}

.seo-faq-button {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border: 0;
    color: #593325;
    background: transparent;
    font-weight: 800;
    text-align: left;
    transition: color 0.28s ease, background-color 0.28s ease;
}

.seo-faq-button[aria-expanded="true"] {
    color: #5e1917;
    background: linear-gradient(135deg, rgba(206, 150, 126, 0.18), rgba(255, 255, 255, 0.42));
}

.seo-faq-number {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #8b2c2b;
    background: rgba(206, 150, 126, 0.16);
    font-size: 13px;
    font-weight: 900;
}

.seo-faq-question {
    min-width: 0;
    line-height: 1.45;
    font-size: 20px;
}

.seo-faq-button::after {
    content: "+";
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #c98a68, #8e2d2e);
    box-shadow: 0 8px 18px rgba(137, 38, 43, 0.18);
    font-size: 22px;
    line-height: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-faq-button[aria-expanded="true"]::after {
    content: "-";
    transform: rotate(180deg);
    box-shadow: 0 10px 24px rgba(137, 38, 43, 0.24);
}

.seo-faq-panel {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px 0 76px;
    opacity: 0;
    transition: max-height 0.42s ease, opacity 0.3s ease, padding 0.3s ease;
}

.seo-faq-panel.is-open {
    max-height: 280px;
    padding: 10px 22px 10px 76px;
    opacity: 1;
}

.seo-faq-panel p {
    margin-bottom: 0;
    color: #70483c;
}

.seo-review__stars {
    color: #c98a2c;
    letter-spacing: 0.15em;
}

.seo-map-section {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}

.seo-map-heading-wrap {
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
}

.seo-map-frame iframe {
    display: block;
    width: 100%;
    min-height: 460px;
    border: 0;
}

.seo-cta-band {
    margin-top: 26px;
    background: linear-gradient(135deg, #fff8f6 0%, #f7ece7 46%, #f4e4de 100%);
}

.seo-cta-shell {
    width: 100%;
    padding: 68px 0;
}

.seo-cta-box {
    overflow: hidden;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 245, 0.86));
    box-shadow: 0 24px 60px rgba(99, 45, 34, 0.12);
}

.seo-cta-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: #9a5d3f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.seo-cta-copy .widget-title {
    margin-bottom: 16px;
    color: #6f211f;
    font-size: clamp(1.75rem, 3vw, 2.625rem);
    line-height: 1.12;
}

.seo-cta-copy p {
    margin-bottom: 0;
    color: #71463c;
    font-size: 19px;
}

.seo-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.seo-cta-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 12px 18px;
    border: 1px solid rgba(137, 38, 43, 0.12);
    border-radius: 999px;
    color: #7b3128;
    background: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 600;
}

.seo-cta-meta {
    display: grid;
    gap: 10px;
    color: #71463c;
}

@media (max-width: 991.98px) {
    .seo-location-page .page-title-area {
        margin-top: 82px;
    }

    .seo-location-page .seo-location-surface.premium-catalogues-page {
        padding-top: 0 !important;
    }

    .seo-cta-shell {
        padding: 46px 0;
    }

    .seo-cta-copy p {
        font-size: 17px;
    }

    .seo-benefit-grid {
        grid-template-columns: 1fr;
    }

    .seo-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-faq-shell {
        grid-template-columns: 1fr;
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .seo-location-page,
    .seo-location-page * {
        box-sizing: border-box !important;
        max-width: 100% !important;
    }

    .seo-location-surface > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .seo-location-card {
        width: 100% !important;
        max-width: 100vw !important;
        border-radius: 0;
    }

    .seo-location-card .card-body {
        width: 100% !important;
        max-width: 100% !important;
    }

    .seo-location-card .row {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .seo-location-card [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .seo-location-page .seo-hero-row,
    .seo-location-page .seo-hero-copy,
    .seo-location-page .seo-hero-image-col {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        flex-basis: auto !important;
        flex-grow: 0 !important;
        flex-shrink: 1 !important;
    }

    .seo-location-page .seo-hero-copy {
        overflow: visible !important;
    }

    .seo-location-page .seo-hero-copy > * {
        width: 100% !important;
        min-width: 0 !important;
        max-width: min(340px, calc(100vw - 40px)) !important;
    }

    .seo-location-page .page-title-area {
        padding: 34px 0;
    }

    .seo-location-page .seo-location-breadcrumb {
        min-height: 180px;
        display: flex;
        align-items: center;
        background-position: 65% center;
        background-size: auto 100%;
    }

    .seo-location-page .page-title-area .content h1 {
        max-width: 320px;
        font-size: 2rem;
        margin-bottom: 8px;
    }

    .seo-location-page .breadcrumb {
        font-size: 0.95rem;
    }

    .seo-location-card .card-body {
        padding: 28px 20px !important;
    }

    .seo-intent-panel {
        padding: 24px 18px;
    }

    .seo-block-title {
        font-size: 1.42rem;
        line-height: 1.28 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .seo-location-page p {
        width: 100% !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .seo-faq-card {
        border-radius: 0;
    }

    .seo-faq-card::before {
        inset: 10px;
    }

    .seo-faq-shell {
        gap: 18px;
        padding: 24px 14px;
    }

    .seo-faq-intro {
        padding: 24px 18px;
    }

    .seo-gallery-card {
        padding: 26px 16px;
        border-radius: 0;
    }

    .seo-gallery-card::before {
        inset: 10px;
    }

    .seo-gallery-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .seo-gallery-item,
    .seo-gallery-item img {
        min-height: 230px;
    }

    .seo-faq-intro::before {
        top: 18px;
        right: 18px;
        width: 56px;
        height: 56px;
    }

    .seo-faq-intro .widget-title {
        max-width: calc(100% - 44px);
        font-size: 1.55rem;
    }

    .seo-faq-highlights {
        grid-template-columns: 1fr;
    }

    .seo-faq-button {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
        padding: 16px 14px;
    }

    .seo-faq-number {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .seo-faq-button::after {
        width: 30px;
        height: 30px;
        font-size: 19px;
    }

    .seo-faq-panel {
        padding-right: 14px;
        padding-left: 58px;
    }

    .seo-faq-panel.is-open {
        max-height: 420px;
        padding-right: 14px;
        padding-bottom: 18px;
        padding-left: 58px;
    }

    .seo-product-action {
        width: 100%;
        padding: 12px 14px;
        text-align: center;
    }

    .seo-hero-media img,
    .seo-map-frame iframe {
        min-height: 300px;
    }

    .seo-cta-actions .btn,
    .seo-cta-badge {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
