/*
 * Final responsive layer for the primary navigation pages.
 * This file loads after critical CSS and intentionally wins the legacy cascade.
 */

:root {
    --csi-header-height: 78px;
    --csi-header-height-mobile: 68px;
    --csi-content-width: 1180px;
    --csi-page-gutter: clamp(1rem, 3vw, 2rem);
}

html {
    scroll-padding-top: calc(var(--csi-header-height) + 1rem);
}

html body.csi-page {
    font-family: "Manrope", "Inter", sans-serif;
}

html body.csi-page h1,
html body.csi-page h2,
html body.csi-page h3,
html body.csi-page h4,
html body.csi-page p,
html body.csi-page li,
html body.csi-page a,
html body.csi-page label,
html body.csi-page summary {
    overflow-wrap: break-word;
}

html body.csi-page h1,
html body.csi-page h2 {
    text-wrap: balance;
}

html body.csi-page img,
html body.csi-page iframe {
    max-width: 100%;
}

html body.csi-page :where(
    .csi-home-hero__shell,
    .csi-home-hero__main,
    .csi-home-hero__copy,
    .csi-home-hero__aside,
    .booking-layout,
    .taxi-layout,
    .grid-container,
    .stays-layout,
    .stay-grid,
    .area-grid,
    .fact-grid,
    .fit-grid,
    .plan-grid,
    .taxi-corbett-layout
) > * {
    min-width: 0;
}

/* Shared header */
html body.csi-page .modern-header {
    min-height: var(--csi-header-height);
    background: rgba(245, 249, 246, 0.96);
}

html body.csi-page .nav-container--header {
    width: min(100%, 1480px);
    min-height: var(--csi-header-height);
    padding: 0.4rem clamp(1rem, 2.4vw, 2rem);
    gap: clamp(0.7rem, 1.2vw, 1.15rem);
}

html body.csi-page .logo-container a {
    display: inline-flex;
    align-items: center;
}

html body.csi-page .logo-container img,
html body.page-index .logo-container img {
    width: auto;
    height: 58px;
    transform: none;
    filter: drop-shadow(0 3px 8px rgba(15, 45, 34, 0.12));
}

html body.csi-page .site-nav {
    display: flex;
    justify-content: center;
}

html body.csi-page .nav-links {
    align-items: center;
    justify-content: center;
    gap: clamp(0.55rem, 1vw, 1rem);
}

html body.csi-page .nav-links a,
html body.page-index .nav-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.15rem;
    color: #1d4d3d;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: clamp(0.67rem, 0.72vw, 0.76rem);
    font-weight: 800;
    letter-spacing: 0.08em;
}

html body.csi-page .nav-links a:focus-visible,
html body.csi-page .header-cta:focus-visible,
html body.csi-page .header-call:focus-visible,
html body.csi-page .mobile-nav-toggle:focus-visible,
html body.csi-page .csi-home-btn:focus-visible,
html body.csi-page .btn-modern:focus-visible,
html body.csi-page summary:focus-visible,
html body.csi-page input:focus-visible,
html body.csi-page select:focus-visible,
html body.csi-page textarea:focus-visible {
    outline: 3px solid rgba(197, 126, 75, 0.72);
    outline-offset: 3px;
}

html body.csi-page .header-actions {
    gap: 0.5rem;
}

html body.csi-page .header-call,
html body.csi-page .header-cta {
    min-height: 44px;
    margin: 0;
    padding: 0.7rem 0.9rem;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
}

html body.csi-page .mobile-nav-toggle {
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-width: 48px;
    min-height: 48px;
    border: 1px solid rgba(29, 77, 61, 0.16);
    border-radius: 999px;
    background: rgba(29, 77, 61, 0.06);
    color: #1d4d3d;
    font-family: "Manrope", "Inter", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

html body.csi-page .mobile-nav-label {
    display: none;
}

/* Shared content rhythm */
html body.csi-page .section-padding {
    width: 100%;
    max-width: none;
    padding: clamp(3.5rem, 7vw, 5.5rem) var(--csi-page-gutter);
}

html body.csi-page main .nav-container:not(.csi-home-hero__shell):not(.csi-home-jumpbar__track) {
    width: min(100%, var(--csi-content-width));
    margin-inline: auto;
}

html body.csi-page .section-title {
    max-width: 18ch;
    margin-inline: auto;
    line-height: 1;
}

html body.csi-page .modern-form,
html body.csi-page .booking-form-card,
html body.csi-page .csi-shared-enquiry-card {
    min-width: 0;
}

html body.csi-page .form-input,
html body.csi-page input,
html body.csi-page select,
html body.csi-page textarea,
html body.csi-page button {
    font: inherit;
}

html body.csi-page .form-input,
html body.csi-page .csi-home-form__control input,
html body.csi-page .csi-home-form__control select {
    max-width: 100%;
}

html body.csi-page .table-responsive {
    max-width: 100%;
    border-radius: 18px;
}

/* Keep rich conversion heroes inside the viewport. */
html body.csi-page .csi-home-hero__shell {
    width: min(100%, 1440px);
    margin-inline: auto;
}

html body.csi-page .csi-home-hero__copy,
html body.csi-page .csi-home-hero__aside,
html body.csi-page .csi-home-card {
    min-width: 0;
    max-width: 100%;
}

html body.csi-page .csi-home-hero__eyebrow {
    max-width: 100%;
    white-space: normal;
}

html body.csi-page .csi-home-hero h1 {
    max-width: 100%;
}

/* Safari zones */
html body.page-safari-zones-in-corbett .modern-hero {
    min-height: clamp(520px, 74svh, 700px);
    padding: calc(var(--csi-header-height) + 3.5rem) var(--csi-page-gutter) 4rem;
    background:
        linear-gradient(110deg, rgba(6, 22, 16, 0.9), rgba(6, 22, 16, 0.38)),
        url("../img/jim-corbett-national-park-introduction.webp") center 48% / cover no-repeat;
}

html body.page-safari-zones-in-corbett .hero-content,
html body.page-jim-corbett-hotels-and-stays .hero-content,
html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-001 .hero-content {
    width: min(100%, 860px);
    margin: 0 auto;
    padding: clamp(1.6rem, 4vw, 2.8rem);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(8, 29, 22, 0.76), rgba(8, 29, 22, 0.38));
    box-shadow: 0 30px 70px rgba(3, 16, 12, 0.3);
    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

html body.page-safari-zones-in-corbett .hero-content h1,
html body.page-jim-corbett-hotels-and-stays .hero-content h1,
html body.page-taxi-in-corbett .hero-content h1 {
    max-width: 14ch;
    margin: 0 0 1rem;
    font-family: "Cormorant Garamond", "Outfit", serif;
    font-size: clamp(3rem, 7vw, 5.2rem);
    line-height: 0.92;
    letter-spacing: -0.035em;
    text-transform: none;
}

html body.page-safari-zones-in-corbett .hero-content p,
html body.page-jim-corbett-hotels-and-stays .hero-content p,
html body.page-taxi-in-corbett .hero-content p {
    max-width: 42rem;
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.72;
}

html body.page-safari-zones-in-corbett .hero-content h1,
html body.page-safari-zones-in-corbett .hero-content p,
html body.page-safari-zones-in-corbett .hero-content .btn-modern,
html body.page-jim-corbett-hotels-and-stays .hero-content h1,
html body.page-jim-corbett-hotels-and-stays .hero-content p,
html body.page-jim-corbett-hotels-and-stays .hero-content .btn-modern,
html body.page-taxi-in-corbett .hero-content h1,
html body.page-taxi-in-corbett .hero-content p,
html body.page-taxi-in-corbett .hero-content .btn-modern {
    animation: none;
}

html body.page-safari-zones-in-corbett .blog-content {
    width: 100%;
    min-width: 0;
    padding: clamp(1.3rem, 3vw, 2.5rem);
    border: 1px solid rgba(23, 49, 39, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 56px rgba(14, 34, 28, 0.08);
}

html body.page-safari-zones-in-corbett .blog-content > h2 {
    margin: 2.4rem 0 0.8rem;
    color: var(--primary);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1;
}

html body.page-safari-zones-in-corbett .blog-content > h2:first-child {
    margin-top: 0;
}

html body.page-safari-zones-in-corbett .blog-content > p,
html body.page-safari-zones-in-corbett .blog-content > ul {
    max-width: 76ch;
}

html body.page-safari-zones-in-corbett .blog-content > p + .table-responsive {
    margin-top: 1.5rem;
}

html body.page-safari-zones-in-corbett .section-padding > .nav-container {
    display: block;
    min-width: 0;
}

html body.page-safari-zones-in-corbett .table-responsive {
    display: block;
    min-width: 0;
    overflow-x: auto;
}

html body.page-safari-zones-in-corbett .comparison-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    background: #fff;
}

html body.page-safari-zones-in-corbett .comparison-table th,
html body.page-safari-zones-in-corbett .comparison-table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(23, 49, 39, 0.09);
    text-align: left;
    vertical-align: top;
}

html body.page-safari-zones-in-corbett .comparison-table th {
    background: #17392d;
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

html body.page-safari-zones-in-corbett .comparison-table tbody tr:nth-child(even) {
    background: rgba(29, 77, 61, 0.035);
}

/* Hotels and stays */
html body.page-jim-corbett-hotels-and-stays .stays-hero {
    min-height: clamp(540px, 76svh, 720px);
    padding: calc(var(--csi-header-height) + 3.5rem) var(--csi-page-gutter) 4rem;
}

html body.page-jim-corbett-hotels-and-stays .hero-content.stays-shell {
    width: min(100%, 900px);
}

html body.page-jim-corbett-hotels-and-stays .hero-actions,
html body.page-taxi-in-corbett .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
}

html body.page-jim-corbett-hotels-and-stays .hero-actions .btn-modern,
html body.page-taxi-in-corbett .hero-actions .btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.9rem 1.25rem;
}

html body.page-safari-zones-in-corbett .hero-content .btn-modern,
html body.page-jim-corbett-hotels-and-stays .hero-actions .btn-modern:not(.btn-outline-light),
html body.page-taxi-in-corbett .hero-actions .btn-modern:not(.btn-outline-light) {
    background: linear-gradient(135deg, #3f936c, #2f7658);
    color: #fff;
    box-shadow: 0 16px 34px rgba(8, 28, 21, 0.24);
}

html body.page-jim-corbett-hotels-and-stays .hero-actions .btn-outline-light,
html body.page-taxi-in-corbett .hero-actions .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

html body.page-jim-corbett-hotels-and-stays .stays-copy p + p,
html body.page-jim-corbett-hotels-and-stays .narrative-card p + p {
    margin-top: 1rem;
}

html body.page-jim-corbett-hotels-and-stays .stays-copy h2,
html body.page-jim-corbett-hotels-and-stays .stays-copy h3 {
    max-width: 22ch;
    line-height: 1.05;
}

html body.page-jim-corbett-hotels-and-stays .stay-card,
html body.page-jim-corbett-hotels-and-stays .area-card,
html body.page-jim-corbett-hotels-and-stays .fact-card,
html body.page-jim-corbett-hotels-and-stays .fit-card,
html body.page-jim-corbett-hotels-and-stays .plan-card {
    height: 100%;
}

/* Taxi in Corbett */
html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-001 {
    min-height: clamp(520px, 72svh, 680px);
    padding: calc(var(--csi-header-height) + 3.5rem) var(--csi-page-gutter) 4rem;
    background:
        linear-gradient(110deg, rgba(6, 22, 16, 0.88), rgba(6, 22, 16, 0.34)),
        url("../img/jim-corbett-trip-safari-booking.webp") center / cover no-repeat;
}

html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-006 li > span {
    min-width: 0;
}

html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-006 strong {
    color: var(--primary);
}

html body.page-taxi-in-corbett .btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

html body.page-taxi-in-corbett #taxi-corbett-enquiry {
    scroll-margin-top: calc(var(--csi-header-height) + 1rem);
}

@media (max-width: 1280px) and (min-width: 1181px) {
    html body.csi-page .header-call {
        display: none;
    }
}

/* Tablet navigation and page stacking */
@media (max-width: 1180px) {
    html {
        scroll-padding-top: calc(var(--csi-header-height-mobile) + 1rem);
    }

    html body.csi-page .modern-header {
        min-height: var(--csi-header-height-mobile);
    }

    html body.csi-page .nav-container--header {
        min-height: var(--csi-header-height-mobile);
        padding-block: 0.35rem;
    }

    html body.csi-page .logo-container img,
    html body.page-index .logo-container img {
        height: 54px;
    }

    html body.csi-page .header-actions {
        display: none;
    }

    html body.csi-page .site-nav,
    html body.page-index .site-nav {
        display: block;
        flex: 0 0 auto;
    }

    html body.csi-page .mobile-nav-toggle {
        position: relative;
        z-index: 1003;
        display: inline-flex;
        flex: 0 0 auto;
        margin-left: auto;
    }

    html body.csi-page .mobile-nav-label {
        display: inline;
    }

    html body.csi-page .nav-links,
    html body.page-index .nav-links {
        position: fixed;
        inset: 0 0 0 auto;
        width: min(88vw, 390px);
        max-width: none;
        height: 100vh;
        height: 100dvh;
        margin: 0;
        padding: calc(var(--csi-header-height-mobile) + 1.4rem) 1.1rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0.55rem;
        overflow-y: auto;
        overscroll-behavior: contain;
        border: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 28px 0 0 28px;
        background: linear-gradient(180deg, rgba(8, 28, 21, 0.99), rgba(12, 38, 29, 0.99));
        box-shadow: -24px 0 54px rgba(0, 0, 0, 0.35);
        z-index: 1001;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(105%);
        transition: transform 0.32s ease, visibility 0.32s ease;
    }

    html body.csi-page .nav-links.nav-active {
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    html body.csi-page .nav-links li {
        width: 100%;
    }

    html body.csi-page .nav-links a,
    html body.page-index .nav-links a {
        width: 100%;
        min-height: 50px;
        padding: 0.85rem 1rem;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.045);
        color: #f2f7f4;
        font-size: 0.88rem;
        letter-spacing: 0.05em;
    }

    html body.csi-page .nav-links a::after {
        display: none;
    }

    html body.csi-page .nav-links a.active,
    html body.page-index .nav-links a.active {
        border-color: rgba(228, 161, 93, 0.28);
        background: rgba(228, 161, 93, 0.15);
        color: #f7cfab;
    }

    html body.csi-page.nav-open .mobile-nav-toggle {
        border-color: rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.08);
        color: #f7efe4;
    }

    html body.csi-page.nav-open .csi-mobile-dock {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    html body.csi-page .csi-home-hero__shell {
        grid-template-columns: minmax(0, 1fr);
    }

    html body.csi-page .csi-home-hero__main {
        width: 100%;
        min-width: 0;
        flex-direction: column;
    }

    html body.csi-page .csi-home-hero__aside,
    html body.csi-page .csi-home-card {
        width: 100%;
        max-width: 520px;
        justify-self: start;
    }
}

@media (max-width: 768px) {
    :root {
        --csi-page-gutter: 1rem;
    }

    html body.csi-page .nav-container--header {
        padding-inline: 0.9rem;
    }

    html body.csi-page .logo-container img,
    html body.page-index .logo-container img {
        height: 50px;
    }

    html body.csi-page .mobile-nav-toggle {
        min-width: 46px;
        min-height: 46px;
        padding: 0.55rem 0.7rem;
    }

    html body.csi-page .section-padding {
        padding: 3.5rem 1rem;
    }

    html body.csi-page .section-title {
        max-width: none;
        margin-bottom: 1.5rem;
        text-align: left;
    }

    html body.csi-page .csi-home-hero,
    html body.page-index .csi-home-hero,
    html body.page-jim-corbett-safari-booking .booking-hero,
    html body.page-jim-corbett-park-packages .modern-hero.csi-home-hero,
    html body.page-taxi-in-ramnagar .taxi-hero.csi-home-hero,
    html body.page-contact .modern-hero.csi-home-hero {
        min-height: auto;
        padding-top: calc(var(--csi-header-height-mobile) + 1.25rem);
    }

    html body.csi-page .csi-home-hero__shell,
    html body.page-index .csi-home-hero__shell {
        width: 100%;
        padding-inline: 1rem;
        gap: 1.4rem;
    }

    html body.csi-page .csi-home-hero__copy {
        width: 100%;
        min-width: 0;
        padding-top: 0;
    }

    html body.csi-page .csi-home-hero__eyebrow {
        width: fit-content;
        max-width: 100%;
        padding: 0.55rem 0.8rem;
        font-size: 0.62rem;
        line-height: 1.5;
        letter-spacing: 0.13em;
        overflow-wrap: anywhere;
    }

    html body.csi-page .csi-home-hero h1,
    html body.page-index .csi-home-hero h1,
    html body.page-jim-corbett-safari-booking .csi-home-hero h1,
    html body.page-jim-corbett-park-packages .csi-home-hero h1,
    html body.page-taxi-in-ramnagar .csi-home-hero h1,
    html body.page-contact .csi-home-hero h1 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(2.35rem, 12.4vw, 3.5rem);
        line-height: 0.94;
        letter-spacing: -0.025em;
    }

    html body.csi-page .csi-home-hero__lead {
        max-width: 100%;
        font-size: 0.96rem;
        line-height: 1.68;
    }

    html body.csi-page .csi-home-hero__actions,
    html body.csi-page .csi-home-form__actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: stretch;
        width: 100%;
    }

    html body.csi-page .csi-home-btn,
    html body.csi-page .csi-home-btn--submit {
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding-inline: 1rem;
        text-align: center;
    }

    html body.csi-page .csi-home-card,
    html body.csi-page .booking-form-card,
    html body.csi-page .modern-form {
        width: 100%;
        max-width: 100%;
        padding: 1.2rem;
        border-radius: 22px;
    }

    html body.csi-page .csi-home-form__grid,
    html body.csi-page .csi-home-hero__stats {
        grid-template-columns: minmax(0, 1fr);
    }

    html body.csi-page .csi-home-hero__microcopy span {
        width: 100%;
        align-items: flex-start;
    }

    html body.page-safari-zones-in-corbett .modern-hero,
    html body.page-jim-corbett-hotels-and-stays .stays-hero,
    html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-001 {
        min-height: auto;
        padding: calc(var(--csi-header-height-mobile) + 2rem) 1rem 3.2rem;
    }

    html body.page-safari-zones-in-corbett .hero-content,
    html body.page-jim-corbett-hotels-and-stays .hero-content,
    html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-001 .hero-content {
        width: 100%;
        padding: 1.35rem;
        border-radius: 22px;
    }

    html body.page-safari-zones-in-corbett .hero-content h1,
    html body.page-jim-corbett-hotels-and-stays .hero-content h1,
    html body.page-taxi-in-corbett .hero-content h1 {
        max-width: 100%;
        font-size: clamp(2.45rem, 12vw, 3.45rem);
        line-height: 0.94;
    }

    html body.page-safari-zones-in-corbett .hero-content p,
    html body.page-jim-corbett-hotels-and-stays .hero-content p,
    html body.page-taxi-in-corbett .hero-content p {
        font-size: 0.96rem;
        line-height: 1.65;
    }

    html body.page-safari-zones-in-corbett .hero-content .btn-modern,
    html body.page-jim-corbett-hotels-and-stays .hero-actions,
    html body.page-taxi-in-corbett .hero-actions {
        width: 100%;
    }

    html body.page-jim-corbett-hotels-and-stays .hero-actions,
    html body.page-taxi-in-corbett .hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    html body.page-jim-corbett-hotels-and-stays .hero-actions .btn-modern,
    html body.page-taxi-in-corbett .hero-actions .btn-modern {
        width: 100%;
    }

    html body.page-safari-zones-in-corbett .blog-content {
        padding: 1.2rem;
        border-radius: 22px;
    }

    html body.page-safari-zones-in-corbett .section-padding > .nav-container {
        padding-inline: 0;
    }

    html body.page-safari-zones-in-corbett .blog-content > h2 {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
    }

    html body.page-jim-corbett-hotels-and-stays .section-intro {
        text-align: left;
    }

    html body.page-jim-corbett-hotels-and-stays .section-intro h2 {
        font-size: clamp(1.9rem, 9vw, 2.7rem);
        line-height: 1;
    }

    html body.page-taxi-in-corbett main .nav-container.csi-inline-taxi-in-corbett-002 {
        padding-inline: 0;
    }

    html body.page-taxi-in-corbett .taxi-corbett-copy,
    html body.page-taxi-in-corbett .modern-form.csi-inline-taxi-in-corbett-016,
    html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-008 {
        padding: 1.2rem;
        border-radius: 22px;
    }

    html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-006 li {
        padding: 0.95rem;
    }
}

@media (max-width: 420px) {
    html body.csi-page .mobile-nav-label {
        display: none;
    }

    html body.csi-page .nav-links,
    html body.page-index .nav-links {
        width: min(92vw, 360px);
        border-radius: 22px 0 0 22px;
    }

    html body.csi-page .csi-home-hero__shell,
    html body.page-index .csi-home-hero__shell {
        padding-inline: 0.85rem;
    }

    html body.csi-page .csi-home-card,
    html body.csi-page .booking-form-card,
    html body.csi-page .modern-form {
        padding: 1.05rem;
    }

    html body.page-taxi-in-corbett .csi-inline-taxi-in-corbett-010 td {
        grid-template-columns: minmax(105px, 42%) 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body.csi-page *,
    html body.csi-page *::before,
    html body.csi-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
