:root {
    --rtb-red: #ed1c24;
    --rtb-red-dark: #c70f18;
    --rtb-ink: #0b0b0c;
    --rtb-paper: #f7f7f4;
    --rtb-white: #ffffff;
    --rtb-gray-100: #ecece8;
    --rtb-gray-300: #c9c9c3;
    --rtb-gray-600: #686865;
    --rtb-line: rgba(11, 11, 12, 0.16);
    --rtb-shell: min(calc(100% - 40px), 1440px);
    --rtb-poster-ratio: 4 / 5;
    --rtb-ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.rtb-site {
    margin: 0;
    color: var(--rtb-ink);
    background: var(--rtb-paper);
    font-family: "Albert Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.rtb-site img {
    max-width: 100%;
}

body.rtb-site a {
    color: inherit;
}

.rtb-shell {
    width: var(--rtb-shell);
    margin-inline: auto;
}

.rtb-skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1100;
    padding: 10px 14px;
    color: var(--rtb-white);
    background: var(--rtb-ink);
    transform: translateY(-160%);
    transition: transform 180ms var(--rtb-ease);
}

.rtb-skip-link:focus {
    transform: translateY(0);
}

.rtb-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(247, 247, 244, 0.97);
    border-bottom: 1px solid var(--rtb-line);
}

.rtb-header__inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
}

.rtb-logo {
    display: block;
    width: 190px;
    line-height: 0;
}

.rtb-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.rtb-nav {
    justify-self: center;
}

.rtb-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 34px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.rtb-nav__list a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--rtb-ink);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: color 200ms var(--rtb-ease), border-color 200ms var(--rtb-ease);
}

.rtb-nav__list a:hover,
.rtb-nav__list a:focus-visible,
.rtb-nav__list a[aria-current="page"] {
    color: var(--rtb-red);
    border-bottom-color: var(--rtb-red);
    outline: none;
}

.rtb-header__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    color: var(--rtb-white) !important;
    background: var(--rtb-ink);
    border: 1px solid var(--rtb-ink);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 200ms var(--rtb-ease), border-color 200ms var(--rtb-ease);
}

.rtb-header__action:hover,
.rtb-header__action:focus-visible {
    color: var(--rtb-white) !important;
    background: var(--rtb-red);
    border-color: var(--rtb-red);
    outline: 2px solid var(--rtb-ink);
    outline-offset: 3px;
}

.rtb-nav-toggle {
    display: none;
    width: 46px;
    height: 44px;
    padding: 11px;
    background: transparent;
    border: 1px solid var(--rtb-line);
}

.rtb-nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--rtb-ink);
    transition: transform 200ms var(--rtb-ease), opacity 200ms var(--rtb-ease);
}

.rtb-nav-toggle:focus-visible {
    outline: 2px solid var(--rtb-red);
    outline-offset: 3px;
}

.rtb-hero {
    width: var(--rtb-shell);
    min-height: 650px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    background: var(--rtb-white);
    border-right: 1px solid var(--rtb-line);
    border-bottom: 1px solid var(--rtb-line);
    border-left: 1px solid var(--rtb-line);
}

.rtb-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 6vw, 96px) clamp(30px, 5vw, 76px);
}

.rtb-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: var(--rtb-red);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rtb-kicker::before {
    width: 28px;
    height: 2px;
    content: "";
    background: var(--rtb-red);
}

.rtb-hero h1 {
    max-width: 10ch;
    margin: 0;
    font-size: clamp(3.25rem, 6vw, 7.6rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 0.86;
    text-wrap: balance;
}

.rtb-hero__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: clamp(34px, 5vw, 62px) 0 32px;
    padding: 0;
    border-top: 1px solid var(--rtb-line);
    border-bottom: 1px solid var(--rtb-line);
    list-style: none;
}

.rtb-hero__meta li {
    padding: 18px 16px 18px 0;
}

.rtb-hero__meta li + li {
    padding-left: 20px;
    border-left: 1px solid var(--rtb-line);
}

.rtb-hero__meta small {
    display: block;
    margin-bottom: 5px;
    color: var(--rtb-gray-600);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rtb-hero__meta strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.35;
}

.rtb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 48px;
    padding: 0 22px;
    color: var(--rtb-white) !important;
    background: var(--rtb-red);
    border: 1px solid var(--rtb-red);
    border-radius: 0;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.055em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 200ms var(--rtb-ease), border-color 200ms var(--rtb-ease), transform 200ms var(--rtb-ease);
}

.rtb-button:hover,
.rtb-button:focus-visible {
    color: var(--rtb-white) !important;
    background: var(--rtb-red-dark);
    border-color: var(--rtb-red-dark);
    outline: 2px solid var(--rtb-ink);
    outline-offset: 3px;
}

.rtb-button:active {
    transform: translateY(1px);
}

.rtb-hero__media {
    position: relative;
    height: 650px;
    min-height: 650px;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 32px;
    background: var(--rtb-ink);
}

.rtb-hero__poster {
    width: auto;
    height: 100%;
    max-width: 100%;
    aspect-ratio: var(--rtb-poster-ratio);
    justify-self: center;
    align-self: center;
    overflow: hidden;
}

.rtb-hero__poster img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.rtb-hero__media::after {
    position: absolute;
    inset: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.rtb-hero__folio {
    position: absolute;
    right: 22px;
    bottom: 16px;
    display: none;
    justify-items: end;
    color: var(--rtb-white);
    font-variant-numeric: tabular-nums;
    line-height: 0.82;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.34);
}

.rtb-hero__folio strong {
    font-size: clamp(5rem, 11vw, 10rem);
    font-weight: 900;
    letter-spacing: -0.09em;
}

.rtb-hero__folio span {
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.rtb-ticker {
    width: var(--rtb-shell);
    margin-inline: auto;
    overflow: hidden;
    color: var(--rtb-white);
    background: var(--rtb-red);
    border-right: 1px solid var(--rtb-red);
    border-left: 1px solid var(--rtb-red);
}

.rtb-ticker__track {
    width: max-content;
    padding: 10px 0;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    animation: rtb-ticker 24s linear infinite;
}

@keyframes rtb-ticker {
    to { transform: translateX(-50%); }
}

.rtb-section {
    padding-block: clamp(76px, 8vw, 128px);
}

.rtb-section--compact {
    padding-top: 0;
}

.rtb-section__header {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
    margin-bottom: 38px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--rtb-line);
}

.rtb-section__index {
    color: var(--rtb-red);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rtb-section__header h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5.4vw, 5.8rem);
    font-weight: 900;
    letter-spacing: -0.065em;
    line-height: 0.92;
    text-wrap: balance;
}

.rtb-section__count {
    color: var(--rtb-gray-600);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.rtb-event-list {
    border-top: 1px solid var(--rtb-line);
}

.rtb-event {
    display: grid;
    grid-template-columns: clamp(240px, 24vw, 320px) minmax(0, 1fr) 150px;
    min-height: 270px;
    color: var(--rtb-ink);
    background: var(--rtb-white);
    border-right: 1px solid var(--rtb-line);
    border-bottom: 1px solid var(--rtb-line);
    border-left: 1px solid var(--rtb-line);
    text-decoration: none;
    transition: color 220ms var(--rtb-ease), background 220ms var(--rtb-ease);
}

.rtb-event:hover,
.rtb-event:focus-visible {
    color: var(--rtb-white);
    background: var(--rtb-ink);
    outline: none;
}

.rtb-event:focus-visible {
    box-shadow: inset 0 0 0 3px var(--rtb-red);
}

.rtb-event__image {
    min-height: 0;
    overflow: hidden;
    display: grid;
    place-items: center;
    aspect-ratio: var(--rtb-poster-ratio);
    padding: 12px;
    background: var(--rtb-ink);
    border-right: 1px solid var(--rtb-line);
}

.rtb-event__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 500ms var(--rtb-ease);
}

.rtb-event:hover .rtb-event__image img,
.rtb-event:focus-visible .rtb-event__image img {
    transform: scale(1.035);
}

.rtb-event__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(26px, 4vw, 48px);
}

.rtb-event__category {
    color: var(--rtb-red);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rtb-event__body h3 {
    max-width: 18ch;
    margin: 14px 0 30px;
    font-size: clamp(2rem, 4vw, 4.3rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 0.96;
    text-wrap: balance;
}

.rtb-event__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin: 0;
    color: var(--rtb-gray-600);
    font-size: 0.9rem;
}

.rtb-event:hover .rtb-event__meta,
.rtb-event:focus-visible .rtb-event__meta {
    color: var(--rtb-gray-300);
}

.rtb-event__date {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 28px 24px;
    border-left: 1px solid var(--rtb-line);
    font-variant-numeric: tabular-nums;
}

.rtb-event__date strong {
    font-size: 4.6rem;
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 0.9;
}

.rtb-event__date span {
    color: var(--rtb-red);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rtb-event__price {
    font-size: 0.78rem;
    font-weight: 800;
    text-align: right;
}

.rtb-past-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--rtb-line);
    border-left: 1px solid var(--rtb-line);
}

.rtb-past-event {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 124px;
    padding: 18px;
    color: var(--rtb-ink);
    background: var(--rtb-white);
    border-right: 1px solid var(--rtb-line);
    border-bottom: 1px solid var(--rtb-line);
    text-decoration: none;
    transition: background 200ms var(--rtb-ease), color 200ms var(--rtb-ease);
}

.rtb-past-event:hover,
.rtb-past-event:focus-visible {
    color: var(--rtb-white);
    background: var(--rtb-ink);
    outline: none;
}

.rtb-past-event img {
    width: 80px;
    aspect-ratio: var(--rtb-poster-ratio);
    object-fit: contain;
    background: var(--rtb-ink);
    filter: grayscale(1);
}

.rtb-past-event h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.rtb-past-event time {
    color: var(--rtb-gray-600);
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
}

.rtb-past-event:hover time,
.rtb-past-event:focus-visible time {
    color: var(--rtb-gray-300);
}

.rtb-empty {
    padding: 54px;
    background: var(--rtb-white);
    border: 1px solid var(--rtb-line);
}

.rtb-empty h3 {
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 850;
}

.rtb-empty p {
    max-width: 56ch;
    margin: 0;
    color: var(--rtb-gray-600);
}

.rtb-footer {
    color: var(--rtb-white);
    background: var(--rtb-ink);
    border-top: 10px solid var(--rtb-red);
}

.rtb-footer__grid {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr 0.9fr;
    gap: clamp(44px, 7vw, 110px);
    padding-block: clamp(64px, 8vw, 112px);
}

.rtb-footer__logo {
    display: block;
    width: min(240px, 100%);
    margin-bottom: 24px;
}

.rtb-footer__about {
    max-width: 52ch;
    margin: 0;
    color: var(--rtb-gray-300);
}

.rtb-footer h2 {
    margin: 0 0 24px;
    color: var(--rtb-white);
    font-size: 0.74rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rtb-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rtb-footer li + li {
    margin-top: 12px;
}

.rtb-footer a {
    color: var(--rtb-gray-300) !important;
    text-decoration: none;
    transition: color 180ms var(--rtb-ease);
}

.rtb-footer a:hover,
.rtb-footer a:focus-visible {
    color: var(--rtb-red) !important;
    outline: none;
}

.rtb-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 26px;
}

.rtb-footer__social a {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rtb-footer__legal {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-block: 22px;
    color: var(--rtb-gray-300);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.78rem;
}

.rtb-footer__legal p {
    margin: 0;
}

/* Event detail pages keep their existing form logic while adopting the main site system. */
body.rtb-detail-page .event-hero {
    width: var(--rtb-shell);
    height: auto;
    min-height: 540px;
    margin-inline: auto;
    background: var(--rtb-ink);
    border-right: 1px solid var(--rtb-line);
    border-bottom: 1px solid var(--rtb-line);
    border-left: 1px solid var(--rtb-line);
}

body.rtb-detail-page .event-hero-bg {
    filter: none;
    opacity: 0.32;
}

body.rtb-detail-page .event-hero-bg::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(11, 11, 12, 0.48);
}

body.rtb-detail-page .event-hero-content {
    min-height: 540px;
    padding-block: 52px;
}

body.rtb-detail-page .event-poster {
    width: min(100%, 320px);
    aspect-ratio: var(--rtb-poster-ratio);
    max-height: 410px;
    object-fit: contain;
    background: var(--rtb-ink);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0;
    box-shadow: none;
}

body.rtb-detail-page .event-hero h1 {
    max-width: 14ch;
    font-size: clamp(3rem, 6vw, 6.4rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.065em;
    line-height: 0.92;
    text-wrap: balance;
}

body.rtb-detail-page .event-hero .badge {
    padding: 7px 10px;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.rtb-detail-page > main > .container,
body.rtb-detail-page > .container.mt-5 {
    width: var(--rtb-shell);
    max-width: none;
    margin-top: 0 !important;
    padding: clamp(54px, 7vw, 100px) 0 !important;
}

body.rtb-detail-page .card {
    background: var(--rtb-white);
    border: 1px solid var(--rtb-line) !important;
    border-radius: 0;
    box-shadow: none !important;
}

body.rtb-detail-page .card-header {
    padding: 26px 28px !important;
    background: var(--rtb-ink) !important;
    border: 0 !important;
    color: var(--rtb-white) !important;
}

body.rtb-detail-page .card-body {
    padding: clamp(26px, 4vw, 46px) !important;
}

body.rtb-detail-page .card-body h3,
body.rtb-detail-page .card-body h4 {
    font-weight: 900 !important;
    letter-spacing: -0.04em;
}

body.rtb-detail-page .sticky-sidebar {
    top: 108px;
}

body.rtb-detail-page .form-control,
body.rtb-detail-page .form-select {
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--rtb-gray-300);
    border-radius: 0;
    background: var(--rtb-white);
}

body.rtb-detail-page .form-control:focus,
body.rtb-detail-page .form-select:focus {
    border-color: var(--rtb-red);
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.18);
}

body.rtb-detail-page .btn {
    min-height: 46px;
    border-radius: 0 !important;
    font-weight: 800;
}

body.rtb-detail-page .btn-danger,
body.rtb-detail-page .btn-primary {
    background: var(--rtb-red);
    border-color: var(--rtb-red);
}

body.rtb-detail-page .alert {
    border-radius: 0;
    box-shadow: none !important;
}

body.rtb-detail-page .event-warning-box {
    background: var(--rtb-paper);
    border: 1px solid var(--rtb-line) !important;
    border-left: 5px solid var(--rtb-red) !important;
}

@media (max-width: 1180px) {
    .rtb-header__inner {
        grid-template-columns: 190px minmax(0, 1fr) auto;
        gap: 18px;
    }

    .rtb-nav__list {
        gap: 16px;
    }

    .rtb-nav__list a {
        font-size: 0.7rem;
    }
}

@media (max-width: 980px) {
    :root {
        --rtb-shell: min(calc(100% - 28px), 1440px);
    }

    .rtb-header__inner {
        position: relative;
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 72px;
    }

    .rtb-logo {
        width: 172px;
    }

    .rtb-nav-toggle {
        display: block;
        justify-self: end;
    }

    .rtb-header__action {
        display: none;
    }

    .rtb-nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        display: none;
        justify-self: stretch;
        padding: 18px 14px 26px;
        background: var(--rtb-paper);
        border-right: 1px solid var(--rtb-line);
        border-bottom: 1px solid var(--rtb-line);
        border-left: 1px solid var(--rtb-line);
    }

    .rtb-nav.is-open {
        display: block;
    }

    .rtb-nav__list {
        display: block;
    }

    .rtb-nav__list a {
        display: flex;
        padding: 7px 2px;
        font-size: 0.88rem;
    }

    .rtb-nav-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .rtb-nav-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .rtb-nav-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .rtb-hero {
        grid-template-columns: 1fr;
    }

    .rtb-hero__media {
        order: -1;
        height: min(66vw, 560px);
        min-height: min(66vw, 560px);
        padding: 24px;
    }

    .rtb-hero__copy {
        padding-block: 56px 66px;
    }

    .rtb-event {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .rtb-event__date {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        padding: 18px 22px;
        border-top: 1px solid var(--rtb-line);
        border-left: 0;
    }

    .rtb-event__date strong {
        font-size: 2.7rem;
    }

    .rtb-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .rtb-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .rtb-hero__media {
        height: auto;
        min-height: 0;
        aspect-ratio: var(--rtb-poster-ratio);
        padding: 0;
    }

    .rtb-hero h1 {
        font-size: clamp(3rem, 16vw, 5.4rem);
    }

    .rtb-hero__meta {
        grid-template-columns: 1fr;
    }

    .rtb-hero__meta li + li {
        padding-left: 0;
        border-top: 1px solid var(--rtb-line);
        border-left: 0;
    }

    .rtb-section__header {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .rtb-section__count {
        justify-self: start;
    }

    .rtb-event {
        grid-template-columns: 1fr;
    }

    .rtb-event__image {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--rtb-line);
    }

    .rtb-event__body {
        padding: 28px 22px;
    }

    .rtb-event__body h3 {
        font-size: 2.45rem;
    }

    .rtb-past-list {
        grid-template-columns: 1fr;
    }

    .rtb-footer__grid {
        grid-template-columns: 1fr;
    }

    .rtb-footer__brand {
        grid-column: auto;
    }

    .rtb-footer__legal {
        flex-direction: column;
    }

    body.rtb-detail-page .event-hero {
        width: 100%;
    }

    body.rtb-detail-page .event-hero-content {
        min-height: 0;
        padding-block: 38px 48px;
    }

    body.rtb-detail-page .event-poster {
        max-height: 58vh;
    }

    body.rtb-detail-page .event-hero h1 {
        font-size: 3rem !important;
    }

    body.rtb-detail-page .sticky-sidebar {
        position: static;
    }
}

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