:root {
    --pc-blue: #087cf0;
    --pc-blue-dark: #061c44;
    --pc-ink: #0a1d42;
    --pc-text: #263653;
    --pc-muted: #657089;
    --pc-line: #dce7f5;
    --pc-soft: #f3f8ff;
    --pc-panel: #ffffff;
    --pc-yellow: #ffd447;
    --pc-coral: #ff6b6b;
    --pc-mint: #28c6a3;
    --pc-shadow: 0 24px 60px rgba(6, 28, 68, 0.18);
    --pc-shadow-soft: 0 14px 34px rgba(6, 28, 68, 0.12);
    --pc-overlay: rgba(6, 28, 68, 0.46);
    --pc-radius: 8px;
}

html[data-theme="dark"] {
    color-scheme: dark;
    --blue: #5eb3ff;
    --blue-2: #8ad0ff;
    --navy: #f4f8ff;
    --ink: #edf5ff;
    --text: #d8e6f8;
    --muted: #aebdd2;
    --line: rgba(216, 230, 248, 0.18);
    --soft: #111d31;
    --panel: #0f1b2f;
    --green: #4ade80;
    --amber: #facc15;
    --red: #fb7185;
    --pc-ink: #f6f9ff;
    --pc-text: #dbe7fb;
    --pc-muted: #a9b8d1;
    --pc-line: rgba(219, 231, 251, 0.18);
    --pc-soft: #101a2d;
    --pc-panel: #111d31;
    --pc-blue-dark: #f6f9ff;
    --pc-overlay: rgba(3, 8, 20, 0.72);
    --pc-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

html[data-theme="light"] {
    color-scheme: light;
}

html[data-theme="light"] input,
html[data-theme="light"] select,
html[data-theme="light"] textarea {
    color-scheme: light;
}

html[data-theme="dark"] body {
    background: #081326 !important;
    color: var(--ink) !important;
}

html[data-theme="dark"] .site-shell,
html[data-theme="dark"] main,
html[data-theme="dark"] .article-body,
html[data-theme="dark"] .wait-app {
    background: #081326 !important;
    color: var(--ink) !important;
}

html[data-theme="dark"] .site-header,
html[data-theme="dark"] .mobile-menu-panel {
    border-color: var(--line) !important;
    background: rgba(8, 19, 38, 0.92) !important;
    color: var(--ink) !important;
}

html[data-theme="dark"] .site-footer {
    background: #050d1d !important;
    color: var(--text) !important;
}

html[data-theme="dark"] .hero,
html[data-theme="dark"] .section,
html[data-theme="dark"] .parks-band,
html[data-theme="dark"] .more-parks,
html[data-theme="dark"] .live-section,
html[data-theme="dark"] .show-section,
html[data-theme="dark"] .article-hero,
html[data-theme="dark"] .page-hero {
    background: transparent !important;
    color: var(--ink) !important;
}

html[data-theme="dark"] .feature-card,
html[data-theme="dark"] .benefit,
html[data-theme="dark"] .newsletter,
html[data-theme="dark"] .park-card,
html[data-theme="dark"] .park-tile,
html[data-theme="dark"] .hero-stat,
html[data-theme="dark"] .summary-item,
html[data-theme="dark"] .summary-strip,
html[data-theme="dark"] .live-panel,
html[data-theme="dark"] .chart-card,
html[data-theme="dark"] .wait-row-large,
html[data-theme="dark"] .unavailable-row,
html[data-theme="dark"] .show-row,
html[data-theme="dark"] .empty-state,
html[data-theme="dark"] .wait-empty-state,
html[data-theme="dark"] .cms-content pre,
html[data-theme="dark"] .cms-content table {
    border-color: var(--line) !important;
    background: var(--panel) !important;
    color: var(--ink) !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22) !important;
}

html[data-theme="dark"] .button-secondary,
html[data-theme="dark"] .mobile-menu-toggle,
html[data-theme="dark"] .filter-select,
html[data-theme="dark"] .filter-reset,
html[data-theme="dark"] .sort-tabs a,
html[data-theme="dark"] .switcher-link-copy,
html[data-theme="dark"] .range-controls button {
    border-color: var(--line) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: var(--ink) !important;
}

html[data-theme="dark"] .button-primary,
html[data-theme="dark"] .card-action,
html[data-theme="dark"] .pill-blue,
html[data-theme="dark"] .eyebrow {
    background: var(--blue) !important;
    color: #051023 !important;
}

html[data-theme="dark"] .nav-links,
html[data-theme="dark"] .nav-links a,
html[data-theme="dark"] .footer-links a,
html[data-theme="dark"] .footer-link-title,
html[data-theme="dark"] .hero-title,
html[data-theme="dark"] .section-title,
html[data-theme="dark"] .section-heading,
html[data-theme="dark"] .page-title,
html[data-theme="dark"] .article-title,
html[data-theme="dark"] .ride-name,
html[data-theme="dark"] .park-chain,
html[data-theme="dark"] .switcher-name,
html[data-theme="dark"] .unavailable-name,
html[data-theme="dark"] .show-head h2,
html[data-theme="dark"] .cms-content h1,
html[data-theme="dark"] .cms-content h2,
html[data-theme="dark"] .cms-content h3 {
    color: var(--navy) !important;
}

html[data-theme="dark"] .hero-copy,
html[data-theme="dark"] .section-copy,
html[data-theme="dark"] .page-copy,
html[data-theme="dark"] .article-excerpt,
html[data-theme="dark"] .article-meta,
html[data-theme="dark"] .footer-tagline,
html[data-theme="dark"] .footer-bottom,
html[data-theme="dark"] .ride-copy,
html[data-theme="dark"] .show-copy,
html[data-theme="dark"] .summary-note,
html[data-theme="dark"] .cms-content,
html[data-theme="dark"] .cms-content p,
html[data-theme="dark"] .cms-content li,
html[data-theme="dark"] .tone-muted {
    color: var(--text) !important;
}

html[data-theme="dark"] .hero-preview,
html[data-theme="dark"] .hero-media,
html[data-theme="dark"] .park-card-image,
html[data-theme="dark"] .park-detail-image,
html[data-theme="dark"] .ride-image {
    filter: brightness(0.9) contrast(1.06);
}

html[data-contrast="more"] {
    --blue: #005fcc;
    --pc-blue: #005fcc;
    --line: rgba(3, 18, 44, 0.42);
    --pc-line: rgba(3, 18, 44, 0.42);
}

html[data-theme="dark"][data-contrast="more"] {
    --blue: #8dccff;
    --pc-blue: #8dccff;
    --line: rgba(255, 255, 255, 0.42);
    --pc-line: rgba(255, 255, 255, 0.42);
}

html[data-contrast="more"] body,
html[data-contrast="more"] .hero-copy,
html[data-contrast="more"] .section-copy,
html[data-contrast="more"] .page-copy,
html[data-contrast="more"] .article-excerpt,
html[data-contrast="more"] .cms-content,
html[data-contrast="more"] .footer-bottom {
    color: var(--ink) !important;
}

html[data-contrast="more"] a,
html[data-contrast="more"] button,
html[data-contrast="more"] input,
html[data-contrast="more"] select,
html[data-contrast="more"] textarea,
html[data-contrast="more"] .feature-card,
html[data-contrast="more"] .park-card,
html[data-contrast="more"] .park-tile,
html[data-contrast="more"] .wait-row-large,
html[data-contrast="more"] .summary-item,
html[data-contrast="more"] .tw-consent-banner,
html[data-contrast="more"] .tw-accessibility-modal__card {
    border-width: 2px !important;
}

html[data-transparency="reduce"] .site-header,
html[data-transparency="reduce"] .tw-consent-banner,
html[data-transparency="reduce"] .tw-accessibility-modal,
html[data-transparency="reduce"] .tw-accessibility-modal__card,
html[data-transparency="reduce"] .tw-consent-settings-button,
html[data-datausage="reduce"] .site-header,
html[data-datausage="reduce"] .tw-consent-banner,
html[data-datausage="reduce"] .tw-accessibility-modal,
html[data-datausage="reduce"] .tw-accessibility-modal__card,
html[data-datausage="reduce"] .tw-consent-settings-button {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html[data-motion="reduce"],
html[data-motion="reduce"] *,
html[data-motion="reduce"] *::before,
html[data-motion="reduce"] *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
}

.tw-consent-banner,
.tw-consent-banner *,
.tw-accessibility-modal,
.tw-accessibility-modal *,
.tw-settings-dock,
.tw-settings-dock * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.tw-consent-banner {
    position: fixed;
    right: auto;
    bottom: 18px;
    left: 18px;
    z-index: 2147483646;
    display: grid;
    width: min(460px, calc(100vw - 36px));
    max-height: min(720px, calc(100dvh - 36px));
    overflow: hidden;
    border: 1px solid var(--pc-line);
    border-top: 5px solid var(--pc-blue);
    border-radius: var(--pc-radius);
    background: var(--pc-panel);
    color: var(--pc-ink);
    box-shadow: var(--pc-shadow);
    font: 400 15px/1.5 "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease;
}

.tw-consent-banner.is-entering,
.tw-consent-banner.is-leaving {
    opacity: 0;
    transform: translateY(10px);
}

.tw-consent-banner__body {
    min-height: 0;
    overflow-y: auto;
    padding: 20px 20px 14px;
}

.tw-consent-banner__header {
    position: relative;
    display: grid;
    gap: 8px;
}

.tw-consent-banner__eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    background: #eaf4ff;
    color: var(--pc-blue);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

html[data-theme="dark"] .tw-consent-banner__eyebrow {
    background: rgba(8, 124, 240, 0.18);
}

.tw-consent-banner__sparkles {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-grid;
    grid-template-columns: repeat(3, 8px);
    gap: 4px;
}

.tw-consent-banner__sparkles::before,
.tw-consent-banner__sparkles::after,
.tw-consent-banner__sparkles {
    color: transparent;
}

.tw-consent-banner__sparkles span,
.tw-consent-banner__sparkles::before,
.tw-consent-banner__sparkles::after {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    content: "";
}

.tw-consent-banner__sparkles::before {
    display: block;
    background: var(--pc-yellow);
}

.tw-consent-banner__sparkles::after {
    display: block;
    background: var(--pc-coral);
}

.tw-consent-banner__title,
.tw-consent-banner h3 {
    margin: 0;
    padding-right: 56px;
    color: var(--pc-blue-dark);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.12;
}

.tw-consent-banner__intro,
.tw-consent-banner p {
    margin: 0;
    color: var(--pc-text);
}

.tw-consent-banner__privacy {
    font-size: 14px;
}

.tw-consent-banner__privacy-link {
    color: var(--pc-blue);
    font-weight: 800;
}

.tw-consent-options {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.tw-consent-option {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 76px;
    border: 1px solid var(--pc-line);
    border-radius: var(--pc-radius);
    padding: 14px;
    background: var(--pc-soft);
    cursor: pointer;
}

.tw-consent-option.is-active {
    border-color: rgba(8, 124, 240, 0.42);
    background: #edf6ff;
}

html[data-theme="dark"] .tw-consent-option.is-active {
    background: rgba(8, 124, 240, 0.18);
}

.tw-consent-option__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.tw-consent-option__content {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.tw-consent-option__icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(8, 124, 240, 0.22);
    border-radius: var(--pc-radius);
    background: #ffffff;
    color: var(--pc-blue);
    font-weight: 900;
}

html[data-theme="dark"] .tw-consent-option__icon {
    background: rgba(255, 255, 255, 0.06);
}

.tw-consent-option__text {
    display: grid;
    gap: 4px;
}

.tw-consent-option__topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.tw-consent-option__topline strong {
    color: var(--pc-ink);
    font-size: 15px;
    line-height: 1.25;
}

.tw-consent-option__badge {
    border-radius: 999px;
    padding: 3px 8px;
    background: #ffffff;
    color: var(--pc-muted);
    font-size: 11px;
    font-weight: 900;
}

html[data-theme="dark"] .tw-consent-option__badge {
    background: rgba(255, 255, 255, 0.08);
}

.tw-consent-option small {
    color: var(--pc-muted);
    font-size: 13px;
    line-height: 1.45;
}

.tw-consent-option__toggle {
    display: grid;
    gap: 6px;
    justify-items: end;
}

.tw-consent-option__switch {
    position: relative;
    width: 48px;
    height: 28px;
    border-radius: 999px;
    background: #b6c2d4;
    transition: background 160ms ease;
}

.tw-consent-option__switch::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(6, 28, 68, 0.22);
    content: "";
    transition: transform 160ms ease;
}

.tw-consent-option.is-active .tw-consent-option__switch {
    background: var(--pc-blue);
}

.tw-consent-option.is-active .tw-consent-option__switch::after {
    transform: translateX(20px);
}

.tw-consent-option__status {
    color: var(--pc-muted);
    font-size: 12px;
    font-weight: 900;
}

.tw-consent-banner__footer {
    border-top: 1px solid var(--pc-line);
    padding: 14px 20px 20px;
    background: linear-gradient(180deg, rgba(243, 248, 255, 0), var(--pc-soft));
}

.tw-consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tw-consent-actions--preferences {
    grid-template-columns: 1fr;
}

.tw-consent-button,
.tw-accessibility-modal button,
.tw-consent-settings-button {
    appearance: none;
    border: 1px solid transparent;
    border-radius: var(--pc-radius);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.tw-consent-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    text-align: center;
}

.tw-consent-button--primary {
    background: var(--pc-blue);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(8, 124, 240, 0.24);
}

.tw-consent-button--ghost,
.tw-consent-button--minimal,
.tw-consent-button--save {
    border-color: var(--pc-line);
    background: var(--pc-panel);
    color: var(--pc-blue-dark);
}

.tw-consent-button--minimal {
    grid-column: 1 / -1;
}

.tw-consent-button:disabled {
    opacity: 0.62;
    cursor: default;
}

.tw-settings-dock {
    position: fixed;
    bottom: 18px;
    right: 18px;
    left: auto;
    z-index: 2147483645;
    display: flex;
    gap: 8px;
}

.tw-consent-settings-button {
    display: inline-flex;
    min-width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-color: var(--pc-line);
    background: var(--pc-panel);
    color: var(--pc-blue-dark);
    box-shadow: var(--pc-shadow-soft);
    transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.tw-consent-settings-button--consent {
    min-width: 52px;
    border-color: rgba(255, 212, 71, 0.72);
    background: linear-gradient(135deg, #fff7d7 0%, #ffffff 58%, #eaf5ff 100%);
    color: #673a10;
    --tw-cookie-bite: #ffffff;
}

html[data-theme="dark"] .tw-consent-settings-button--consent {
    border-color: rgba(255, 212, 71, 0.64);
    background: linear-gradient(135deg, #172640 0%, #101d33 58%, #0b1729 100%);
    --tw-cookie-bite: #111d31;
}

.tw-consent-settings-button:hover,
.tw-consent-settings-button:focus-visible {
    border-color: rgba(8, 124, 240, 0.42);
    transform: translateY(-1px);
}

.tw-consent-settings-button--consent:hover,
.tw-consent-settings-button--consent:focus-visible {
    border-color: var(--pc-yellow);
}

.tw-consent-settings-button.is-entering,
.tw-consent-settings-button.is-leaving {
    opacity: 0;
    transform: translateY(8px);
}

.tw-consent-settings-button__content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.tw-consent-settings-button__icon {
    font-size: 15px;
    font-weight: 950;
}

.tw-consent-settings-button__icon--consent {
    position: relative;
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
}

.tw-consent-settings-button__cookie {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
    border: 2px solid #8a4f16;
    border-radius: 999px;
    background:
        radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.38) 0 12%, transparent 13%),
        linear-gradient(135deg, #ffd978 0%, #e69539 100%);
    box-shadow:
        inset 2px -3px 0 rgba(115, 64, 18, 0.16),
        0 2px 4px rgba(6, 28, 68, 0.18);
}

.tw-consent-settings-button__cookie::before,
.tw-consent-settings-button__cookie::after {
    content: "";
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    background: var(--tw-cookie-bite);
}

.tw-consent-settings-button__cookie::before {
    top: -4px;
    right: -4px;
    width: 12px;
    height: 12px;
}

.tw-consent-settings-button__cookie::after {
    top: 6px;
    right: -3px;
    width: 8px;
    height: 8px;
}

.tw-consent-settings-button__cookie-chip {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #5b3414;
    box-shadow: 0 0 0 1px rgba(91, 52, 20, 0.08);
}

.tw-consent-settings-button__cookie-chip--one {
    top: 7px;
    left: 8px;
}

.tw-consent-settings-button__cookie-chip--two {
    top: 14px;
    left: 6px;
}

.tw-consent-settings-button__cookie-chip--three {
    right: 8px;
    bottom: 6px;
}

.tw-consent-settings-button__cookie-chip--four {
    top: 12px;
    right: 12px;
}

.tw-consent-settings-button__icon--accessibility {
    gap: 0;
}

.tw-consent-settings-button__glyph {
    line-height: 1;
}

.tw-consent-settings-button__glyph--lowercase {
    margin-left: -1px;
    transform: translateY(2px);
    opacity: 0.72;
}

.tw-accessibility-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: var(--pc-overlay);
    color: var(--pc-ink);
    font: 400 15px/1.5 "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
}

.tw-accessibility-modal__card {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(900px, 100%);
    max-height: min(88vh, 88dvh);
    overflow: hidden;
    border: 1px solid var(--pc-line);
    border-top: 5px solid var(--pc-mint);
    border-radius: var(--pc-radius);
    background: var(--pc-panel);
    box-shadow: var(--pc-shadow);
}

.tw-accessibility-modal__header {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 22px 72px 18px 22px;
    border-bottom: 1px solid var(--pc-line);
}

.tw-accessibility-modal__title {
    margin: 0;
    color: var(--pc-blue-dark);
    font-size: 28px;
    font-weight: 950;
    line-height: 1.1;
}

.tw-accessibility-modal__intro {
    max-width: 68ch;
    margin: 0;
    color: var(--pc-text);
}

.tw-accessibility-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    min-width: 44px;
    height: 44px;
    border-color: var(--pc-line);
    background: var(--pc-panel);
    color: var(--pc-blue-dark);
}

.tw-accessibility-modal__body {
    display: grid;
    gap: 10px;
    min-height: 0;
    overflow-y: auto;
    padding: 18px 22px;
    background: var(--pc-soft);
}

.tw-accessibility-modal__section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 16px;
    align-items: center;
    border: 1px solid var(--pc-line);
    border-radius: var(--pc-radius);
    padding: 16px;
    background: var(--pc-panel);
}

.tw-accessibility-modal__section-title {
    margin: 0 0 4px;
    color: var(--pc-ink);
    font-size: 16px;
    font-weight: 950;
}

.tw-accessibility-modal__section-description {
    margin: 0;
    color: var(--pc-muted);
    font-size: 14px;
}

.tw-accessibility-segmented {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 0;
    padding: 4px;
    border: 1px solid var(--pc-line);
    border-radius: var(--pc-radius);
    background: var(--pc-soft);
}

.tw-accessibility-segmented__legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.tw-accessibility-segmented__option {
    position: relative;
    min-width: 0;
}

.tw-accessibility-segmented__option input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.tw-accessibility-segmented__label {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 8px;
    color: var(--pc-muted);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
}

.tw-accessibility-segmented__option.is-selected .tw-accessibility-segmented__label {
    background: var(--pc-blue);
    color: #ffffff;
}

.tw-accessibility-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    border-top: 1px solid var(--pc-line);
    padding: 14px 22px 18px;
}

.tw-consent-button:focus-visible,
.tw-consent-option__input:focus-visible + .tw-consent-option__content,
.tw-consent-settings-button:focus-visible,
.tw-accessibility-modal button:focus-visible,
.tw-accessibility-segmented__option input:focus-visible + .tw-accessibility-segmented__label {
    outline: 3px solid rgba(8, 124, 240, 0.24);
    outline-offset: 3px;
}

html[data-contrast="more"] .tw-consent-banner,
html[data-contrast="more"] .tw-consent-option,
html[data-contrast="more"] .tw-accessibility-modal__card,
html[data-contrast="more"] .tw-accessibility-modal__section,
html[data-contrast="more"] .tw-accessibility-segmented {
    border-width: 2px;
}

html[data-motion="reduce"] .tw-consent-banner,
html[data-motion="reduce"] .tw-consent-option__switch,
html[data-motion="reduce"] .tw-consent-option__switch::after,
html[data-motion="reduce"] .tw-consent-settings-button {
    transition: none;
}

@media (max-width: 700px) {
    .tw-consent-banner {
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom, 0px));
        left: 12px;
        width: auto;
        max-height: calc(100dvh - 24px - env(safe-area-inset-bottom, 0px));
    }

    .tw-consent-banner__body {
        padding: 18px 16px 12px;
    }

    .tw-consent-banner__footer {
        padding: 12px 16px 16px;
    }

    .tw-consent-actions {
        grid-template-columns: 1fr;
    }

    .tw-consent-button--minimal {
        grid-column: auto;
    }

    .tw-consent-option {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .tw-consent-option__toggle {
        justify-items: start;
    }

    .tw-settings-dock {
        top: calc(12px + env(safe-area-inset-top, 0px));
        right: 12px;
        bottom: auto;
        left: auto;
    }

    .tw-accessibility-modal {
        padding: 10px;
    }

    .tw-accessibility-modal__card {
        max-height: calc(100dvh - 20px);
    }

    .tw-accessibility-modal__header {
        padding: 18px 62px 16px 16px;
    }

    .tw-accessibility-modal__title {
        font-size: 24px;
    }

    .tw-accessibility-modal__body {
        padding: 14px 16px;
    }

    .tw-accessibility-modal__section {
        grid-template-columns: 1fr;
    }

    .tw-accessibility-segmented {
        grid-template-columns: 1fr;
    }

    .tw-accessibility-modal__actions {
        display: grid;
        grid-template-columns: 1fr;
        padding: 12px 16px 16px;
    }
}
