/* Self-hosted Google Fonts keep the public UI consistent when Google font CDNs are blocked. */
@font-face {
    font-family: "Audiowide";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/kartdirectory/audiowide-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Audiowide";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/fonts/kartdirectory/audiowide-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("/fonts/kartdirectory/roboto-latin-ext-variable.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("/fonts/kartdirectory/roboto-latin-variable.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("/fonts/kartdirectory/roboto-latin-ext-italic-variable.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url("/fonts/kartdirectory/roboto-latin-italic-variable.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "tabler-icons";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/vendor/tabler/icons/fonts/tabler-icons.woff2?v3.34.1") format("woff2");
}

:root {
    --font-body: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-heading: "Audiowide", "Roboto", system-ui, sans-serif;
    --font-heading-weight: 400;
    --kd-display-font: var(--font-heading);
    --kd-heading-font: var(--font-heading);
    --kd-red: #c7352f;
    --kd-red-dark: #8f241f;
    --kd-yellow: #ffe500;
    --kd-link: #f7d75a;
    --kd-link-hover: #fff2a6;
    --kd-bg: #050607;
    --kd-surface: #11161b;
    --kd-surface-2: #151b21;
    --kd-surface-3: #1d252c;
    --kd-border: #2a3138;
    --kd-text: #eef3f7;
    --kd-muted: #aeb9c3;
    --kd-muted-strong: #d3dbe3;
    --kd-main-background:
        linear-gradient(180deg, rgba(5, 6, 7, .66), rgba(5, 6, 7, .54)),
        url("/media/brand/KD-BG.webp") center / cover no-repeat,
        var(--kd-bg);
    --kd-site-width: 1600px;
    --kd-site-gutter: clamp(1rem, 4vw, 3rem);
    --kd-site-padding-x: clamp(.75rem, 2vw, 2rem);
    --kd-fixed-header-height: 8.25rem;
    --kd-fixed-header-clearance: 1rem;
    --kd-body-top-offset: var(--kd-fixed-header-height);
    --kd-sticky-rail-top: calc(var(--kd-fixed-header-height) + var(--kd-fixed-header-clearance));
    --kd-header-control-size: 2.75rem;
    --kd-header-control-radius: 6px;
    --tblr-font-sans-serif: var(--font-body);
    --tblr-font-weight-headings: 400;
    --tblr-font-size-h1: 2.6875rem;
    --tblr-font-size-h2: 1.9375rem;
    --tblr-font-size-h3: 1.4375rem;
    --tblr-font-size-h4: 1.1875rem;
    --tblr-font-size-h5: 1.0625rem;
    --tblr-font-size-h6: .9375rem;
    --tblr-line-height-h1: 3.1875rem;
    --tblr-line-height-h2: 2.4375rem;
    --tblr-line-height-h3: 1.9375rem;
    --tblr-line-height-h4: 1.4375rem;
    --tblr-line-height-h5: 1.3125rem;
    --tblr-line-height-h6: 1.1875rem;
    --tblr-primary: var(--kd-yellow);
    --tblr-primary-rgb: 255, 229, 0;
    --tblr-link-color: var(--kd-link);
    --tblr-link-hover-color: var(--kd-link-hover);
    --tblr-border-color: var(--kd-border);
    --tblr-border-color-translucent: rgba(238, 243, 247, .12);
    --tblr-border-radius: 8px;
    --tblr-border-radius-lg: 8px;
    --tblr-border-radius-sm: 6px;
    --tblr-box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
    --tblr-box-shadow-sm: 0 10px 24px rgba(0, 0, 0, .22);
    --bs-body-font-family: var(--font-body);
    --bs-body-bg: var(--kd-bg);
    --bs-body-color: var(--kd-text);
    --bs-primary: var(--kd-yellow);
    --bs-primary-rgb: 255, 229, 0;
    --bs-secondary-color: var(--kd-muted);
    --bs-border-color: var(--kd-border);
    --bs-border-radius: 8px;
    --bs-border-radius-lg: 8px;
    --bs-border-radius-sm: 6px;
    --bs-link-color: var(--kd-link);
    --bs-link-hover-color: var(--kd-link-hover);
    --bs-tertiary-bg: var(--kd-surface-2);
}

.fixed-header-anchor {
    scroll-margin-top: calc(var(--kd-sticky-rail-top) + 1rem);
}

html {
    overflow-x: clip;
}

body {
    overflow-x: clip;
    background: var(--kd-bg);
    color: var(--kd-text);
    font-family: var(--font-body);
    font-synthesis-weight: none;
    font-size: 1rem;
    line-height: 1.6;
}

/* Error pages */
.error-page-body {
    background: var(--kd-bg);
}

.error-page {
    display: grid;
    min-height: 0;
    flex: 1 0 auto;
    padding: 0;
    place-items: center;
}

.error-page__shell {
    width: min(100%, var(--kd-site-width));
    padding: clamp(3rem, 6vw, 6rem) var(--kd-site-gutter);
}

.error-page__copy {
    position: relative;
    z-index: 2;
    max-width: 43rem;
}

.error-page__eyebrow {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 0 0 1rem;
    color: var(--kd-muted-strong);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.error-page__eyebrow span {
    padding: .25rem .55rem;
    border-radius: 4px;
    background: var(--kd-yellow);
    color: #070809;
    letter-spacing: .08em;
}

.error-page h1 {
    max-width: 12ch;
    margin: 0;
    color: #fff;
    font-family: var(--kd-display-font);
    font-size: clamp(3rem, 6vw, 6.5rem);
    font-weight: var(--font-heading-weight);
    letter-spacing: -.045em;
    line-height: .98;
}

.error-page h1 em {
    display: block;
    color: var(--kd-yellow);
    font-style: normal;
}

.error-page__lede {
    max-width: 36rem;
    margin: 1.75rem 0 0;
    color: var(--kd-muted-strong);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2rem;
}

.error-page__actions .btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.error-page__hint {
    margin: 1.25rem 0 0;
    color: var(--kd-muted);
    font-size: .9rem;
}

@media (max-width: 991.98px) {
    .error-page__shell {
        padding-bottom: 3rem;
        text-align: center;
    }

    .error-page__copy,
    .error-page__lede {
        margin-right: auto;
        margin-left: auto;
    }

    .error-page__eyebrow,
    .error-page__actions {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .error-page__shell {
        gap: 2rem;
        padding-top: 3rem;
    }

    .error-page__actions {
        flex-direction: column;
    }

    .error-page__actions .btn {
        justify-content: center;
        width: 100%;
    }
}
/* Keep Symfony's development toolbar from adding height beneath the site footer. */
body > .sf-toolbar {
    position: fixed !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
}

body > .sf-toolbar .sf-toolbar-clearer {
    display: none !important;
}

body:has(> .site-footer--compact) {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

body > .site-footer--compact {
    margin-top: auto;
}

.community-content-carousel__viewport {
    margin: -.25rem;
    overflow-x: auto;
    padding: .25rem;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.community-content-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.community-content-carousel__track {
    display: flex;
    gap: 1rem;
}

.community-content-carousel__item {
    flex: 0 0 calc((100% - 3rem) / 4);
    min-width: 0;
    scroll-snap-align: start;
}

.community-content-carousel .card {
    min-height: 100%;
}

.community-content-carousel [data-community-carousel-prev]:disabled,
.community-content-carousel [data-community-carousel-next]:disabled {
    opacity: .45;
    pointer-events: none;
}

@media (max-width: 1199.98px) {
    .community-content-carousel__item {
        flex-basis: calc((100% - 2rem) / 3);
    }
}

@media (max-width: 767.98px) {
    [data-community-carousel] > .d-flex:first-child {
        align-items: flex-start !important;
        flex-direction: column;
    }

    [data-community-carousel] > .d-flex:first-child > div:first-child {
        width: 100%;
        min-width: 0;
    }

    [data-community-carousel] > .d-flex:first-child > .btn-list {
        width: 100%;
        justify-content: flex-start;
    }

    .community-content-carousel__item {
        flex-basis: calc((100% - 1rem) / 2);
    }
}

@media (max-width: 575.98px) {
    .community-content-carousel__item {
        flex-basis: 84%;
    }
}

main {
    position: relative;
    isolation: isolate;
    padding-bottom: clamp(4rem, 5vw, 7rem);
    background: var(--kd-main-background);
    background-attachment: fixed, fixed, scroll;
    background-position: center top, center top, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: cover, cover, auto;
}

main::before {
    content: none;
}

main > * {
    position: relative;
    z-index: 1;
}

main .page-wrapper,
main .page-body {
    background: transparent;
}

main.search-page {
    padding-bottom: 0;
    background-color: var(--kd-bg);
    background-image:
        linear-gradient(180deg, rgba(5, 6, 7, .66), rgba(5, 6, 7, .54)),
        url("/media/brand/KD-BG.webp");
    background-attachment: fixed, fixed;
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
}

.btn-primary,
.btn-warning {
    --tblr-btn-color: #050607;
    --tblr-btn-hover-color: #050607;
    --tblr-btn-active-color: #050607;
    --bs-btn-color: #050607;
    --bs-btn-hover-color: #050607;
    --bs-btn-active-color: #050607;
}

.tabler-public {
    --tblr-body-bg: var(--kd-bg);
    --tblr-body-color: var(--kd-text);
    --tblr-bg-surface: var(--kd-surface);
    --tblr-bg-surface-secondary: var(--kd-surface-2);
    --tblr-bg-surface-tertiary: var(--kd-surface-3);
    --tblr-card-bg: var(--kd-surface);
    --tblr-card-border-color: var(--kd-border);
    --tblr-secondary-color: var(--kd-muted);
    --tblr-muted: var(--kd-muted);
    --tblr-heading-color: #fff;
    --tblr-body-color-rgb: 238, 243, 247;
    --tblr-secondary-color-rgb: 159, 172, 183;
    min-height: 100vh;
}

.tabler-public .page,
.tabler-public .page-wrapper,
.tabler-public .page-body {
    color: var(--kd-text);
}

body .page-header,
.tabler-public .page-header {
    margin-bottom: 0;
    padding-bottom: clamp(1.25rem, 2vw, 2rem);
}

body .page-body,
.tabler-public .page-body {
    margin-top: 0;
    padding-top: 0;
}

body .page-header .breadcrumb,
.tabler-public .page-header .breadcrumb {
    margin-bottom: clamp(1rem, 1.4vw, 1.35rem);
}

body .page-header .page-title + .text-secondary,
.tabler-public .page-header .page-title + .text-secondary {
    margin-top: .9rem !important;
}

body .card,
.tabler-public .card {
    --bs-card-bg: rgba(17, 22, 27, .9);
    --bs-card-border-color: var(--kd-border);
    --bs-card-color: var(--kd-text);
    --bs-card-cap-bg: rgba(255, 255, 255, .02);
    --bs-card-cap-color: #fff;
    --tblr-card-bg: rgba(17, 22, 27, .9);
    --tblr-card-border-color: var(--kd-border);
    border-radius: 8px;
    background: rgba(17, 22, 27, .9);
    color: var(--kd-text);
    backdrop-filter: blur(5px);
}

body .card-header,
body .card-footer,
body .list-group-item,
.tabler-public .card-header,
.tabler-public .card-footer,
.tabler-public .list-group-item {
    border-color: var(--kd-border);
    background: transparent;
    color: var(--kd-text);
}

body .list-group-item-action:hover,
body .list-group-item-action:focus,
body .list-group-item-action:focus-visible,
body .list-group-item-action.active,
.tabler-public .list-group-item-action:hover,
.tabler-public .list-group-item-action:focus,
.tabler-public .list-group-item-action:focus-visible,
.tabler-public .list-group-item-action.active {
    border-color: var(--kd-border);
    outline: 0;
    background: rgba(255, 229, 0, .08) !important;
    color: var(--kd-text) !important;
    box-shadow: none;
}

body .card a.list-group-item:hover,
body .card a.list-group-item:focus,
body .card a.list-group-item:focus-visible,
body .card a.list-group-item.active,
.tabler-public .card a.list-group-item:hover,
.tabler-public .card a.list-group-item:focus,
.tabler-public .card a.list-group-item:focus-visible,
.tabler-public .card a.list-group-item.active {
    color: var(--kd-text) !important;
    text-decoration: none;
}

body .card a.list-group-item:hover :is(.fw-bold, strong, h1, h2, h3, h4, h5, h6),
body .card a.list-group-item:focus :is(.fw-bold, strong, h1, h2, h3, h4, h5, h6),
body .card a.list-group-item:focus-visible :is(.fw-bold, strong, h1, h2, h3, h4, h5, h6),
body .card a.list-group-item.active :is(.fw-bold, strong, h1, h2, h3, h4, h5, h6),
.tabler-public .card a.list-group-item:hover :is(.fw-bold, strong, h1, h2, h3, h4, h5, h6),
.tabler-public .card a.list-group-item:focus :is(.fw-bold, strong, h1, h2, h3, h4, h5, h6),
.tabler-public .card a.list-group-item:focus-visible :is(.fw-bold, strong, h1, h2, h3, h4, h5, h6),
.tabler-public .card a.list-group-item.active :is(.fw-bold, strong, h1, h2, h3, h4, h5, h6) {
    color: var(--kd-text) !important;
}

body .list-group-item-action:hover .text-secondary,
body .list-group-item-action:focus .text-secondary,
body .list-group-item-action:focus-visible .text-secondary,
body .list-group-item-action.active .text-secondary,
.tabler-public .list-group-item-action:hover .text-secondary,
.tabler-public .list-group-item-action:focus .text-secondary,
.tabler-public .list-group-item-action:focus-visible .text-secondary,
.tabler-public .list-group-item-action.active .text-secondary {
    color: var(--kd-muted-strong) !important;
}

.jobs-tools-nav .list-group-item-action:hover,
.jobs-tools-nav .list-group-item-action:focus,
.jobs-tools-nav .list-group-item-action:focus-visible,
.jobs-tools-nav .list-group-item-action.active {
    border-color: var(--kd-border);
    background: rgba(255, 229, 0, .08);
    color: var(--kd-text);
    outline: 0;
    box-shadow: none;
}

.jobs-tools-nav .list-group-item-action.active {
    border-left: 2px solid var(--kd-yellow);
}

.jobs-tools-nav .list-group-item-action:hover i,
.jobs-tools-nav .list-group-item-action:focus i,
.jobs-tools-nav .list-group-item-action:focus-visible i,
.jobs-tools-nav .list-group-item-action.active i {
    color: var(--kd-yellow);
}

.jobs-list-item {
    cursor: pointer;
    padding-right: 4.75rem;
    transition: background-color .16s ease, color .16s ease;
}

.jobs-list-item:hover,
.jobs-list-item:focus-within {
    background: rgba(255, 229, 0, .08);
    color: var(--kd-text);
}

.jobs-list-item:hover .text-secondary,
.jobs-list-item:focus-within .text-secondary {
    color: var(--kd-muted-strong) !important;
}

.jobs-list-item .jobs-list-save-button {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    z-index: 2;
    transform: translateY(-50%);
}

.jobs-list-item h2 {
    font-size: 1.45rem;
    line-height: 1.18;
}

.jobs-list-title-link,
.jobs-list-title-link:hover,
.jobs-list-title-link:focus {
    text-decoration: none;
}

[data-job-save-button].is-saved {
    border-color: rgba(58, 185, 118, .6);
    background: rgba(35, 101, 66, .18);
    color: #d9fbe8;
}

[data-job-save-button].is-saved:hover,
[data-job-save-button].is-saved:focus {
    border-color: rgba(94, 224, 142, .8);
    background: rgba(35, 101, 66, .28);
    color: #f0fff6;
}

[data-job-save-button].is-saved i {
    color: #5ee08e;
}

.job-save-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.job-save-icon-combo {
    position: relative;
    display: inline-flex;
    width: 1.15em;
    height: 1.15em;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.job-save-icon-combo .ti-bookmark {
    font-size: 1.08em;
}

.job-save-icon-combo .ti-check {
    position: absolute;
    right: -.28em;
    bottom: -.16em;
    width: .78em;
    height: .78em;
    border-radius: 50%;
    background: var(--kd-surface);
    color: #5ee08e;
    font-size: .78em;
    line-height: .78em;
}

@media (max-width: 575.98px) {
    .jobs-list-item {
        padding-right: 3.9rem;
    }

    .jobs-list-item .jobs-list-save-button {
        right: .85rem;
    }

    .jobs-list-item h2 {
        font-size: 1.28rem;
    }
}

.card-list-link-title {
    line-height: 1.15;
    overflow-wrap: anywhere;
    white-space: normal;
}

.saved-jobs-shortlist {
    overflow: hidden;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: rgba(10, 14, 18, .35);
}

.saved-jobs-shortlist-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--kd-border);
}

.saved-jobs-shortlist-title-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .65rem;
}

.saved-jobs-shortlist-title {
    color: var(--kd-text);
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: var(--font-heading-weight);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.saved-jobs-shortlist-title-wrap .badge {
    flex: 0 0 auto;
}

.saved-jobs-shortlist-actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: .5rem;
}

.job-shortlist-create-form {
    width: min(100%, 26rem);
}

.job-shortlists-divider {
    margin: 0 0 1.25rem;
    border-color: var(--kd-border);
    opacity: 1;
}

.saved-jobs-list-item {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.saved-jobs-list-link {
    flex: 1 1 auto;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.saved-jobs-list-link:hover,
.saved-jobs-list-link:focus {
    color: inherit;
    text-decoration: none;
}

.saved-jobs-shortlist-empty {
    padding: 1rem 1.25rem;
    color: var(--kd-muted);
}

.job-alert-card-body {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    padding: 1rem 1.25rem;
    color: var(--kd-muted-strong);
}

.job-alert-card-body span {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: .35rem;
}

.job-alert-card-body i {
    color: var(--kd-muted);
}

.job-post-package-summary {
    padding: 1rem;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: rgba(255, 229, 0, .06);
    color: var(--kd-text);
}

.job-post-step-list {
    margin-top: 0;
}

.job-post-step[hidden] {
    display: none !important;
}

.job-post-step.booking-wizard-step {
    padding: clamp(1.25rem, 2vw, 2rem);
}

.job-post-step.booking-wizard-step.is-active {
    background: rgba(255, 255, 255, .018);
}

.job-post-step > .booking-wizard-step-heading + .job-post-step-intro {
    margin-left: 3rem;
}

.job-post-step.is-complete > .job-post-step-intro {
    display: none;
}

.job-post-step.is-collapsed > :not(.booking-wizard-step-heading):not(.job-post-step-intro):not(.job-post-step-playback) {
    display: none !important;
}

.job-post-step-playback {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: .45rem;
    margin: .9rem 0 0 3rem;
    padding: .75rem;
}

.booking-wizard-summary-card.job-post-step-playback {
    justify-content: flex-start;
}

.job-post-step-playback[hidden] {
    display: none !important;
}

.job-post-step-playback-title {
    color: #eef3f7;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.job-post-step-playback-tier {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    color: #eef3f7;
    font-size: 1rem;
}

.job-post-step-playback-tier > :last-child {
    margin-left: auto;
    color: var(--kd-yellow);
    text-align: right;
}

.job-post-step-playback-media {
    display: grid;
    gap: .75rem;
    width: 100%;
}

.job-post-step-playback-media-count {
    color: var(--kd-muted);
}

.job-post-step-playback-media-count strong {
    color: var(--kd-text);
}

.job-post-step-playback-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.job-post-step-playback-thumbnails img {
    width: 5rem;
    height: 3.75rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    object-fit: cover;
}

.job-post-step-playback-thumbnails img:first-child {
    border-color: var(--kd-yellow);
}

.job-post-step-playback-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.job-post-step-playback-pills > span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    min-height: 1.85rem;
    padding: .25rem .65rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: #cbd5de;
    font-size: .86rem;
    font-weight: 700;
}

.job-post-step-playback-pills > span > span {
    display: inline;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
}

.job-post-step-playback i {
    color: var(--kd-yellow);
    font-size: 1rem;
    line-height: 1;
}

.job-post-step-edit-button {
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    cursor: pointer;
}

.job-post-step-edit-button:hover,
.job-post-step-edit-button:focus-visible {
    border-color: var(--kd-yellow);
    color: var(--kd-yellow);
    outline: 0;
}

.booking-wizard-input.has-prepend.job-post-url-input {
    grid-template-columns: 7rem minmax(0, 1fr);
}

.job-post-url-prepend {
    min-width: 7rem;
    padding-inline: 1.15rem;
    font-size: .86rem;
    font-weight: 800;
}

.jobs-post-form-card [data-employer-lookup] {
    z-index: 20;
}

.jobs-post-form-card [data-employer-lookup-results] {
    top: calc(100% + .45rem);
    left: 0;
    z-index: 40;
    overflow: hidden auto;
    max-height: min(22rem, 58vh);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #11161b;
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .5);
}

.jobs-post-form-card [data-employer-lookup-results] .list-group-item {
    padding: .85rem 1rem;
    border-color: rgba(255, 255, 255, .12);
    background: #11161b;
    color: var(--kd-text);
}

.jobs-post-form-card [data-employer-lookup-results] .list-group-item:hover,
.jobs-post-form-card [data-employer-lookup-results] .list-group-item:focus-visible {
    background: rgba(255, 229, 0, .08);
    color: #fff;
}

.jobs-post-form-card [data-employer-lookup-results] .text-muted {
    color: var(--kd-muted) !important;
}

.job-post-step-actions,
.booking-wizard-step-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 1.5rem;
}

.job-post-step-actions .btn,
.booking-wizard-step-actions .btn {
    min-width: 10rem;
}

.jobs-post-form-card .card-footer {
    background: rgba(10, 14, 18, .28);
}

.jobs-post-form-card .tox.tox-tinymce {
    overflow: hidden;
    border-color: var(--kd-border);
    border-radius: 8px;
    background: #070b0f;
    box-shadow: none;
}

.jobs-post-form-card .tox .tox-editor-header,
.jobs-post-form-card .tox .tox-toolbar-overlord,
.jobs-post-form-card .tox .tox-toolbar,
.jobs-post-form-card .tox .tox-toolbar__primary,
.jobs-post-form-card .tox .tox-menubar {
    background: #11161b !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.jobs-post-form-card .tox .tox-editor-header {
    padding: 0 !important;
    border: 0 !important;
}

.jobs-post-form-card .tox .tox-toolbar-overlord,
.jobs-post-form-card .tox .tox-toolbar,
.jobs-post-form-card .tox .tox-toolbar__primary {
    border: 0 !important;
}

.jobs-post-form-card .tox .tox-toolbar-overlord,
.jobs-post-form-card .tox .tox-toolbar,
.jobs-post-form-card .tox .tox-toolbar__primary {
    min-height: 0;
}

.jobs-post-form-card .tox .tox-toolbar__primary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem .45rem;
    padding: .45rem !important;
}

.jobs-post-form-card .tox .tox-toolbar::before,
.jobs-post-form-card .tox .tox-toolbar::after,
.jobs-post-form-card .tox .tox-toolbar__primary::before,
.jobs-post-form-card .tox .tox-toolbar__primary::after {
    display: none !important;
    content: none !important;
}

.jobs-post-form-card .tox .tox-toolbar__group {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .2rem;
    padding: 0 .35rem 0 0;
    margin: 0;
    border: 0;
    background: transparent;
}

.jobs-post-form-card .tox .tox-toolbar__group:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .12);
}

.jobs-post-form-card .tox .tox-tbtn {
    width: 2.35rem;
    height: 2.35rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #29313c;
    color: #dce3ea;
}

.jobs-post-form-card .tox .tox-tbtn svg {
    fill: currentColor;
}

.jobs-post-form-card .tox .tox-tbtn:hover,
.jobs-post-form-card .tox .tox-tbtn:focus {
    border-color: rgba(255, 229, 0, .25);
    background: rgba(255, 229, 0, .1);
    color: #fff;
}

.jobs-post-form-card .tox .tox-tbtn--enabled,
.jobs-post-form-card .tox .tox-tbtn--enabled:hover {
    border-color: rgba(255, 229, 0, .3);
    background: rgba(255, 229, 0, .16);
    color: #fff;
}

.jobs-post-form-card .tox .tox-edit-area,
.jobs-post-form-card .tox .tox-edit-area__iframe {
    background: #070b0f;
}

.jobs-post-form-card .tox .tox-edit-area {
    border-top: 1px solid rgba(255, 255, 255, .08) !important;
}

.jobs-post-form-card .tox .tox-edit-area::before {
    border-color: rgba(255, 229, 0, .45);
}

.jobs-post-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top);
}

body.jobs-post-funnel-page .jobs-post-page .row > aside.col-lg-4 {
    position: sticky;
    top: calc(4.75rem + 1rem);
    align-self: flex-start;
}

body.jobs-post-funnel-page .jobs-post-page .row > aside.col-lg-4 .jobs-post-rail {
    position: static;
}

.jobs-post-help-card .card-body {
    padding: 1.25rem;
}

.jobs-post-help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 229, 0, .2);
    border-radius: 8px;
    background: rgba(255, 229, 0, .08);
    color: var(--kd-yellow);
    font-size: 1.25rem;
    line-height: 1;
}

@media (max-width: 991.98px) {
    body.jobs-post-funnel-page .jobs-post-page .row > aside.col-lg-4,
    .jobs-post-rail {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .job-post-step-actions,
    .booking-wizard-step-actions {
        display: grid;
    }

    .job-post-step-actions .btn,
    .booking-wizard-step-actions .btn {
        width: 100%;
    }
}

.shortlist-danger-button {
    --tblr-btn-hover-color: #fff;
    --tblr-btn-hover-bg: var(--kd-red);
    --tblr-btn-hover-border-color: var(--kd-red);
    --tblr-btn-active-color: #fff;
    --tblr-btn-active-bg: var(--kd-red-dark);
    --tblr-btn-active-border-color: var(--kd-red-dark);
}

.shortlist-danger-button i {
    color: var(--kd-muted-strong);
}

.shortlist-danger-button:hover i,
.shortlist-danger-button:focus i {
    color: #fff;
}

.confirm-action-modal {
    z-index: 1210;
}

.job-shortlist-form-modal {
    z-index: 1210;
}

.confirm-action-modal .modal-content {
    border: 1px solid var(--kd-border);
    background: var(--kd-surface);
    color: var(--kd-text);
}

.job-shortlist-form-modal .modal-content,
.job-shortlist-form-modal .modal-header,
.job-shortlist-form-modal .modal-footer,
.confirm-action-modal .modal-header,
.confirm-action-modal .modal-footer {
    border-color: var(--kd-border);
    background: var(--kd-surface);
    color: var(--kd-text);
}

.confirm-action-modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-right: 5.25rem;
}

.confirm-action-modal-backdrop.show,
.confirm-action-modal-backdrop,
.job-shortlist-form-modal-backdrop.show,
.job-shortlist-form-modal-backdrop {
    z-index: 1200;
    opacity: .78;
    background-color: #020406;
}

.confirm-action-modal-close {
    --tblr-btn-color: var(--kd-text);
    --tblr-btn-border-color: var(--kd-border);
    --tblr-btn-hover-color: #050607;
    --tblr-btn-hover-bg: var(--kd-yellow);
    --tblr-btn-hover-border-color: var(--kd-yellow);
    --tblr-btn-active-color: #050607;
    --tblr-btn-active-bg: var(--kd-yellow);
    --tblr-btn-active-border-color: var(--kd-yellow);
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    color: var(--kd-text);
}

.job-save-modal .modal-content {
    border: 1px solid var(--kd-border);
    background: var(--kd-surface);
    color: var(--kd-text);
}

.job-save-modal {
    z-index: 1210;
}

.job-save-modal .modal-header,
.job-save-modal .modal-footer {
    border-color: var(--kd-border);
    background: var(--kd-surface);
    color: var(--kd-text);
}

.job-save-modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-right: 5.25rem;
}

.job-save-modal-header .modal-title {
    min-width: 0;
}

.job-save-modal-backdrop.show,
.job-save-modal-backdrop {
    z-index: 1200;
    opacity: .78;
    background-color: #020406;
}

.job-save-modal-close {
    --tblr-btn-color: var(--kd-text);
    --tblr-btn-border-color: var(--kd-border);
    --tblr-btn-hover-color: #050607;
    --tblr-btn-hover-bg: var(--kd-yellow);
    --tblr-btn-hover-border-color: var(--kd-yellow);
    --tblr-btn-active-color: #050607;
    --tblr-btn-active-bg: var(--kd-yellow);
    --tblr-btn-active-border-color: var(--kd-yellow);
    position: absolute;
    top: 50%;
    right: 1.25rem;
    flex: 0 0 auto;
    transform: translateY(-50%);
    color: var(--kd-text);
}

.job-save-modal-close i {
    color: currentColor;
    font-size: 1.2rem;
    stroke-width: 2.25;
}

.job-save-modal-loading {
    display: flex;
    align-items: center;
    gap: .85rem;
    min-height: 9rem;
    color: var(--kd-muted-strong);
    font-weight: 700;
}

.job-save-modal-loading .spinner-border {
    width: 1.75rem;
    height: 1.75rem;
    border-width: .18rem;
}

.job-save-modal .form-selectgroup-label {
    width: 100%;
    border-color: var(--kd-border);
    background: rgba(10, 14, 18, .45);
    color: var(--kd-text);
}

.job-save-modal .form-selectgroup-input:checked + .form-selectgroup-label {
    border-color: var(--kd-yellow);
    background: rgba(255, 229, 0, .08);
}

.job-save-modal .form-selectgroup-input:disabled + .form-selectgroup-label {
    cursor: not-allowed;
    border-color: rgba(58, 185, 118, .35);
    background: rgba(35, 101, 66, .12);
    color: var(--kd-muted-strong);
    opacity: .82;
}

.job-save-modal .form-selectgroup-input:disabled + .form-selectgroup-label .badge {
    background: rgba(35, 101, 66, .34) !important;
    color: #8ff0b1 !important;
}

.job-save-success-alert {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.05rem 1.25rem;
    border-color: rgba(58, 185, 118, .5);
    background: rgba(35, 101, 66, .26);
    color: #d9fbe8;
    font-weight: 700;
}

.job-save-success-alert i {
    flex: 0 0 auto;
    color: #5ee08e;
    font-size: 1.35rem;
    line-height: 1;
}

.content-share-modal {
    z-index: 1210;
}

.content-share-modal .modal-content {
    border: 1px solid var(--kd-border);
    background: var(--kd-surface);
    color: var(--kd-text);
}

.content-share-modal .modal-header {
    border-color: var(--kd-border);
}

.content-share-modal .modal-footer {
    border-color: var(--kd-border);
    background: var(--kd-surface);
    color: var(--kd-text);
}

.content-share-modal-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-right: 5.25rem;
}

.content-share-modal-backdrop.show,
.content-share-modal-backdrop {
    z-index: 1200;
    opacity: .78;
    background-color: #020406;
}

.content-share-modal-close {
    --tblr-btn-color: var(--kd-text);
    --tblr-btn-border-color: var(--kd-border);
    --tblr-btn-hover-color: #050607;
    --tblr-btn-hover-bg: var(--kd-yellow);
    --tblr-btn-hover-border-color: var(--kd-yellow);
    --tblr-btn-active-color: #050607;
    --tblr-btn-active-bg: var(--kd-yellow);
    --tblr-btn-active-border-color: var(--kd-yellow);
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    color: var(--kd-text);
}

.content-share-preview {
    display: flex;
    min-width: 0;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: rgba(10, 14, 18, .45);
}

.content-share-preview > .min-w-0 {
    max-width: 100%;
}

.content-share-preview-media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4.25rem;
    width: 4.25rem;
    height: 4.25rem;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
}

.content-share-preview-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-share-preview-icon {
    color: var(--kd-yellow);
    font-size: 1.7rem;
}

.content-share-preview-initials {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #69707d;
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 900;
}

.content-share-preview h3 {
    margin: 0 0 .25rem;
    color: var(--kd-text);
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.content-share-preview p {
    margin: 0 0 .35rem;
    color: var(--kd-muted);
    overflow-wrap: anywhere;
}

.content-share-preview span {
    display: block;
    color: var(--kd-muted-strong);
    font-size: .82rem;
    overflow-wrap: anywhere;
    white-space: normal;
}

.content-share-native {
    margin-top: 1rem;
}

.content-share-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
}

.content-share-option {
    display: flex;
    align-items: center;
    gap: .6rem;
    min-height: 3rem;
    padding: .7rem .85rem;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: rgba(10, 14, 18, .35);
    color: var(--kd-text);
    text-decoration: none;
}

.content-share-option:hover,
.content-share-option:focus {
    border-color: var(--kd-yellow);
    background: rgba(255, 229, 0, .08);
    color: var(--kd-text);
    text-decoration: none;
}

.content-share-option i {
    color: var(--kd-yellow);
}

.content-share-copy {
    margin-top: 1rem;
}

.content-share-copy .form-control {
    min-width: 0;
}

@media (max-width: 575.98px) {
    .content-share-options {
        grid-template-columns: 1fr;
    }

    .content-share-preview {
        align-items: flex-start;
    }
}

body .card-title,
.tabler-public .card-title {
    font-family: var(--font-heading);
    color: #fff;
    font-size: clamp(1.18rem, .35vw + 1.08rem, 1.42rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.18;
}

body .text-muted,
.tabler-public .text-muted {
    color: var(--kd-muted-strong) !important;
}

body .text-secondary,
.tabler-public .text-secondary {
    color: var(--kd-muted) !important;
}

body .table,
.tabler-public .table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--kd-text);
    --bs-table-border-color: var(--kd-border);
    --bs-table-striped-bg: rgba(255, 255, 255, .025);
    --bs-table-striped-color: var(--kd-text);
    --bs-table-hover-bg: rgba(255, 229, 0, .055);
    --bs-table-hover-color: #fff;
    color: var(--kd-text);
}

body .dropdown-menu,
.tabler-public .dropdown-menu {
    --bs-dropdown-bg: var(--kd-surface);
    --bs-dropdown-border-color: var(--kd-border);
    --bs-dropdown-link-color: var(--kd-text);
    --bs-dropdown-link-hover-bg: var(--kd-surface-3);
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-active-bg: var(--kd-yellow);
    --bs-dropdown-link-active-color: #050607;
    --bs-dropdown-header-color: var(--kd-muted);
    border-radius: 8px;
    box-shadow: var(--tblr-box-shadow-sm);
}

body .modal-content,
.tabler-public .modal-content,
body .toast,
.tabler-public .toast {
    border-color: var(--kd-border);
    border-radius: 8px;
    background: var(--kd-surface);
    color: var(--kd-text);
}

body .modal-header,
body .modal-footer,
.tabler-public .modal-header,
.tabler-public .modal-footer {
    border-color: var(--kd-border);
    background: var(--kd-surface);
    color: var(--kd-text);
}

body .accordion,
.tabler-public .accordion {
    --bs-accordion-bg: rgba(17, 22, 27, .96);
    --bs-accordion-border-color: rgba(238, 243, 247, .16);
    --bs-accordion-color: var(--kd-muted-strong);
    --bs-accordion-btn-bg: rgba(17, 22, 27, .96);
    --bs-accordion-btn-color: #eef3f7;
    --bs-accordion-active-bg: rgba(29, 37, 44, .96);
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-focus-border-color: var(--kd-yellow);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(255, 229, 0, .14);
    border-color: var(--bs-accordion-border-color);
    color: var(--bs-accordion-color);
}

body .accordion-item,
.tabler-public .accordion-item {
    overflow: hidden;
    border-color: var(--bs-accordion-border-color);
    background: var(--bs-accordion-bg);
    color: var(--bs-accordion-color);
}

body .accordion-button,
body .accordion-button.collapsed,
.tabler-public .accordion-button,
.tabler-public .accordion-button.collapsed {
    display: flex;
    width: 100%;
    align-items: center;
    text-align: left;
    background: var(--bs-accordion-btn-bg);
    color: var(--bs-accordion-btn-color);
    box-shadow: none;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: 0;
}

body .faq-accordion .accordion-button,
.tabler-public .faq-accordion .accordion-button {
    font-size: .9375rem;
    line-height: 1.4;
}

body .accordion-button:not(.collapsed),
.tabler-public .accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--bs-accordion-border-color);
    background: var(--bs-accordion-active-bg);
    color: var(--bs-accordion-active-color);
}

body .accordion-button:hover,
body .accordion-button:focus,
.tabler-public .accordion-button:hover,
.tabler-public .accordion-button:focus {
    background: rgba(29, 37, 44, .98);
    color: #fff;
}

body .accordion-button::after,
.tabler-public .accordion-button::after {
    filter: invert(1) grayscale(1);
    opacity: .9;
    transition: filter .18s ease, opacity .18s ease;
}

body .accordion-button:hover::after,
body .accordion-button:focus::after,
body .accordion-button:not(.collapsed)::after,
.tabler-public .accordion-button:hover::after,
.tabler-public .accordion-button:focus::after,
.tabler-public .accordion-button:not(.collapsed)::after {
    filter: invert(81%) sepia(97%) saturate(857%) hue-rotate(358deg) brightness(105%) contrast(104%);
    opacity: 1;
}

body .accordion-button:has(.accordion-button-toggle)::after,
.tabler-public .accordion-button:has(.accordion-button-toggle)::after {
    display: none;
}

body .accordion-button-toggle,
.tabler-public .accordion-button-toggle {
    display: inline-grid;
    width: 1.75rem;
    height: 1.75rem;
    margin-left: auto;
    place-items: center;
    color: var(--kd-muted-strong);
    transition: color .18s ease, transform .18s ease;
}

body .accordion-button:hover .accordion-button-toggle,
body .accordion-button:focus .accordion-button-toggle,
body .accordion-button:not(.collapsed) .accordion-button-toggle,
.tabler-public .accordion-button:hover .accordion-button-toggle,
.tabler-public .accordion-button:focus .accordion-button-toggle,
.tabler-public .accordion-button:not(.collapsed) .accordion-button-toggle {
    color: var(--kd-yellow);
}

body .accordion-button:not(.collapsed) .accordion-button-toggle,
.tabler-public .accordion-button:not(.collapsed) .accordion-button-toggle {
    transform: rotate(180deg);
}

body .accordion-body,
.tabler-public .accordion-body {
    padding-top: 1.25rem;
    background: rgba(12, 17, 22, .88);
    color: var(--kd-muted-strong);
    line-height: 1.65;
}

body .form-control,
body .form-select,
.tabler-public .form-control,
.tabler-public .form-select {
    border-color: #34404a;
    border-radius: 6px;
    background-color: #090d11;
    color: var(--kd-text);
}

body .form-control:focus,
body .form-select:focus,
.tabler-public .form-control:focus,
.tabler-public .form-select:focus {
    border-color: var(--kd-yellow);
    background-color: #090d11;
    color: #fff;
    box-shadow: 0 0 0 .1rem rgba(255, 229, 0, .1);
}

body .form-control::placeholder,
.tabler-public .form-control::placeholder {
    color: #72808c;
}

body .form-control:-webkit-autofill,
body .form-control:-webkit-autofill:hover,
body .form-control:-webkit-autofill:active,
.tabler-public .form-control:-webkit-autofill,
.tabler-public .form-control:-webkit-autofill:hover,
.tabler-public .form-control:-webkit-autofill:active {
    caret-color: var(--kd-text) !important;
    color: var(--kd-text) !important;
    color-scheme: dark;
    -webkit-text-fill-color: var(--kd-text) !important;
    -webkit-box-shadow: 0 0 0 1000px #090d11 inset !important;
    box-shadow: 0 0 0 1000px #090d11 inset !important;
    transition: background-color 9999s ease-in-out 0s;
}

body .form-control:-webkit-autofill:focus,
.tabler-public .form-control:-webkit-autofill:focus {
    border-color: var(--kd-yellow);
    caret-color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 1000px #090d11 inset, 0 0 0 .1rem rgba(255, 229, 0, .1) !important;
    box-shadow: 0 0 0 1000px #090d11 inset, 0 0 0 .1rem rgba(255, 229, 0, .1) !important;
}

body .form-control:autofill,
.tabler-public .form-control:autofill {
    caret-color: var(--kd-text) !important;
    color: var(--kd-text) !important;
    -webkit-text-fill-color: var(--kd-text) !important;
    box-shadow: 0 0 0 1000px #090d11 inset !important;
}

body .form-control:-internal-autofill-selected,
.tabler-public .form-control:-internal-autofill-selected {
    appearance: none;
    background-color: #090d11 !important;
    color: var(--kd-text) !important;
    -webkit-text-fill-color: var(--kd-text) !important;
}

.directory-ad-slot {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    line-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.directory-ad-slot__link,
.directory-ad-slot__image {
    display: block;
    line-height: 0;
}

.directory-ad-slot__item {
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: var(--bs-border-radius);
    background: transparent;
    box-shadow: none;
}

.directory-ad-slot__item--adsense {
    width: 100%;
    min-height: 268px;
    text-align: center;
}

.directory-ad-slot__item--adsense:has(.directory-ad-slot__adsense[data-ad-status="unfilled"]) {
    display: none;
}

.directory-ad-slot__label {
    display: block;
    margin: 0 0 .35rem;
    color: var(--kd-muted);
    font-size: .65rem;
    line-height: 1;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.directory-ad-slot__item--adsense:not(.directory-ad-slot__item--adsense-test) .directory-ad-slot__label {
    visibility: hidden;
}

.directory-ad-slot__item--adsense:has(.directory-ad-slot__adsense[data-ad-status="filled"]) .directory-ad-slot__label,
.directory-ad-slot__item--adsense:has(.directory-ad-slot__adsense[data-ad-status="unfill-optimized"]) .directory-ad-slot__label {
    visibility: visible;
}

.directory-ad-slot__adsense {
    max-width: 100%;
}

.directory-ad-slot__adsense-preview {
    display: flex;
    width: min(100%, 300px);
    height: 250px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .55rem;
    border: 1px dashed rgba(255, 255, 255, .24);
    border-radius: var(--bs-border-radius);
    background: rgba(255, 255, 255, .04);
    color: var(--kd-muted-strong);
    font-size: .85rem;
    line-height: 1.3;
}

.directory-ad-slot__adsense-preview strong {
    color: var(--kd-text);
    font-size: 1rem;
}

.directory-ad-slot__adsense-preview small {
    color: var(--kd-muted);
}

.directory-ad-slot__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: var(--bs-border-radius);
    background: transparent;
    box-shadow: none;
}

.directory-ad-slot__link {
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

.content-end-ad {
    width: min(calc(100% - 2rem), 970px);
    margin: clamp(2rem, 5vw, 4rem) auto;
    line-height: 0;
    text-align: center;
}

.content-end-ad--adsense:has(.content-end-ad__adsense[data-ad-status="unfilled"]) {
    display: none;
}

.content-end-ad__label {
    display: block;
    margin-bottom: .5rem;
    color: var(--kd-muted);
    font-size: .65rem;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.content-end-ad--adsense:not(:has(.content-end-ad__item--test)) .content-end-ad__label {
    visibility: hidden;
}

.content-end-ad--adsense:has(.content-end-ad__adsense[data-ad-status="filled"]) .content-end-ad__label,
.content-end-ad--adsense:has(.content-end-ad__adsense[data-ad-status="unfill-optimized"]) .content-end-ad__label {
    visibility: visible;
}

.content-end-ad__adsense {
    width: 100%;
    max-width: 970px;
    margin-inline: auto;
}

.content-end-ad--direct .directory-ad-slot__link,
.content-end-ad--direct .directory-ad-slot__image {
    width: 100%;
}

.content-end-ad--direct .directory-ad-slot__image {
    max-height: 250px;
    object-fit: contain;
}

.content-end-ad__preview {
    display: flex;
    min-height: 90px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: .35rem;
    border: 1px dashed rgba(255, 255, 255, .24);
    border-radius: var(--bs-border-radius);
    background: rgba(255, 255, 255, .04);
    color: var(--kd-muted-strong);
    font-size: .85rem;
    line-height: 1.3;
}

.content-end-ad__preview strong {
    color: var(--kd-text);
}

.directory-ad-slot.card,
.directory-ad-slot.venue-show-card,
.directory-ad-slot.city-guides-ad-slot,
.directory-ad-slot.category-ad-slot {
    padding: 0;
}

.directory-ad-slot.card .directory-ad-slot__image,
.directory-ad-slot.venue-show-card .directory-ad-slot__image,
.directory-ad-slot.city-guides-ad-slot .directory-ad-slot__image,
.directory-ad-slot.category-ad-slot .directory-ad-slot__image {
    border-radius: inherit;
}

body .form-label,
.tabler-public .form-label {
    color: var(--kd-muted-strong);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.marketplace-page {
    padding-bottom: clamp(4rem, 5vw, 7rem) !important;
}

.marketplace-listing-card__image,
.marketplace-listing-hero {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.marketplace-listing-card__placeholder {
    display: grid;
    min-height: 220px;
    place-items: center;
    background: rgba(255, 255, 255, .04);
    color: var(--kd-muted);
    font-size: 3rem;
}

.marketplace-sidebar .list-group-item {
    display: flex;
    align-items: center;
}

.marketplace-mobile-nav-toggle {
    display: flex;
    width: 100%;
    min-height: 3.5rem;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid #303a43;
    background: #0d1217;
    color: #eef3f7;
    font-weight: 800;
    text-align: left;
}

.marketplace-mobile-nav-toggle:hover,
.marketplace-mobile-nav-toggle:focus-visible {
    background: #151b21;
    color: #fff;
}

.marketplace-mobile-nav-chevron {
    transition: transform .2s ease;
}

.marketplace-mobile-nav-toggle[aria-expanded="true"] .marketplace-mobile-nav-chevron {
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .marketplace-page:has(.marketplace-sidebar) {
        padding-top: 0 !important;
    }

    .marketplace-sidebar {
        position: relative;
        left: 50%;
        z-index: 20;
        width: 100vw;
        max-width: 100vw;
        margin-left: -50vw;
    }

    .marketplace-section-navigation {
        width: 100%;
        border-bottom: 1px solid #303a43;
        background: #0d1217;
        box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .42);
    }

    .marketplace-section-navigation > .card {
        border: 0;
        border-radius: 0;
    }

    .marketplace-section-navigation .marketplace-safety-alert {
        margin: 1rem !important;
    }
}

.marketplace-listings-table thead th {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 229, 0, .38);
    background: linear-gradient(180deg, #1b2026, #15191e);
    color: #aeb7c1;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.marketplace-listings-table thead th:first-child {
    box-shadow: inset 3px 0 0 var(--kd-yellow);
}

.marketplace-listings-table tbody tr:first-child td {
    border-top: 0;
}

.marketplace-safety-alert {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1.15rem;
    border: 1px solid rgba(70, 156, 255, 0.55);
    border-radius: var(--tblr-border-radius-lg, 0.5rem);
    background: linear-gradient(135deg, rgba(32, 107, 196, 0.28), rgba(25, 72, 128, 0.18));
    color: #e7f2ff;
    box-shadow: inset 3px 0 0 #469cff;
}

.marketplace-safety-alert__icon {
    display: inline-flex;
    flex: 0 0 2.5rem;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(116, 180, 255, 0.55);
    border-radius: 50%;
    background: rgba(32, 107, 196, 0.35);
    color: #8fc5ff;
    font-size: 1.35rem;
}

.marketplace-safety-alert strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 1rem;
}

.marketplace-safety-alert p {
    margin: 0;
    color: #c8dcf4;
    font-size: 0.875rem;
    line-height: 1.55;
}

.marketplace-affiliate-product__media {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.marketplace-affiliate-product__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marketplace-description {
    color: var(--kd-muted-strong);
    line-height: 1.75;
}

.marketplace-tier-option {
    cursor: pointer;
}

.marketplace-tier-option--premium,
.marketplace-listing-card:has(.badge.bg-yellow-lt) {
    border-color: rgba(245, 198, 30, .55);
    box-shadow: 0 0 0 1px rgba(245, 198, 30, .12), 0 1rem 2.5rem rgba(0, 0, 0, .18);
}

.marketplace-listing--premium {
    border-color: rgba(245, 198, 30, .55);
}

.marketplace-photo-dropzone { display:grid; min-height:9rem; padding:1.5rem; place-items:center; border:2px dashed rgba(255,255,255,.22); border-radius:10px; background:rgba(255,255,255,.025); color:var(--kd-muted); cursor:pointer; text-align:center; transition:border-color .18s ease,background-color .18s ease,color .18s ease; }
.marketplace-photo-dropzone:hover, .marketplace-photo-dropzone:focus-within, .marketplace-photo-dropzone.is-dragover { border-color:var(--kd-yellow); background:rgba(255,229,0,.06); color:var(--kd-text); }
.marketplace-photo-dropzone i { color:var(--kd-yellow); font-size:2rem; }
.marketplace-photo-dropzone strong, .marketplace-photo-dropzone span { display:block; }
.marketplace-photo-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(145px,1fr)); gap:.75rem; }
.marketplace-photo-preview { position:relative; overflow:hidden; border:1px solid var(--kd-border); border-radius:8px; background:var(--kd-surface-2); cursor:grab; }
.marketplace-photo-preview.is-dragging { opacity:.45; }
.marketplace-photo-preview img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.marketplace-photo-preview-meta { display:grid; gap:.15rem; padding:.65rem; }
.marketplace-photo-preview-meta span { overflow:hidden; color:var(--kd-muted); font-size:.75rem; text-overflow:ellipsis; white-space:nowrap; }
.marketplace-photo-remove { position:absolute; top:.4rem; right:.4rem; }
.marketplace-description ul, .marketplace-description ol { padding-left:1.4rem; }

.marketplace-description-counter {
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.marketplace-description-counter.is-at-limit {
    color: var(--kd-yellow);
}

.marketplace-description-counter.is-over-limit {
    color: var(--tblr-danger);
}

body .form-check,
.tabler-public .form-check {
    display: flex;
    gap: .7rem;
    align-items: center;
    min-height: 1.75rem;
    padding-left: 0;
}

body .form-check-input,
.tabler-public .form-check-input {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0;
    border: 1px solid rgba(238, 243, 247, .32);
    background-color: rgba(8, 11, 14, .94);
    background-position: center;
    background-repeat: no-repeat;
    background-size: .82rem .82rem;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .22);
}

body .form-check-input[type="checkbox"],
.tabler-public .form-check-input[type="checkbox"] {
    border-radius: 6px;
}

body .form-check-input[type="radio"],
.tabler-public .form-check-input[type="radio"] {
    border-radius: 50%;
}

body .form-check-input:hover,
.tabler-public .form-check-input:hover {
    border-color: rgba(255, 229, 0, .68);
}

body .form-check-input:focus,
.tabler-public .form-check-input:focus {
    border-color: var(--kd-yellow);
    box-shadow: 0 0 0 .2rem rgba(255, 229, 0, .14);
}

body .form-check-input:checked,
.tabler-public .form-check-input:checked {
    border-color: var(--kd-yellow);
    background-color: #090d11;
}

body .form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked,
.tabler-public .form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffe500' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M3.25 8.25 6.75 11.5 12.75 4.5'/%3e%3c/svg%3e");
}

body .form-check-input[type="radio"]:checked,
.tabler-public .form-check-input[type="radio"]:checked {
    background-image: radial-gradient(circle, var(--kd-yellow) 0 38%, transparent 41%);
}

body .form-check-input:disabled,
.tabler-public .form-check-input:disabled {
    border-color: rgba(238, 243, 247, .14);
    background-color: rgba(17, 22, 27, .72);
}

body .form-check-label,
.tabler-public .form-check-label {
    color: var(--kd-muted-strong);
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.35;
    text-transform: none;
}

body .card-header .form-label,
.tabler-public .card-header .form-label {
    font-size: .72rem;
}

body .input-group-text,
.tabler-public .input-group-text {
    border-color: #34404a;
    background: var(--kd-surface-2);
    color: var(--kd-muted-strong);
}

body .nav-tabs,
.tabler-public .nav-tabs,
body .card-header .nav-tabs,
.tabler-public .card-header .nav-tabs {
    --bs-nav-tabs-border-color: var(--kd-border);
    --bs-nav-tabs-link-hover-border-color: transparent transparent var(--kd-muted);
    --bs-nav-tabs-link-active-bg: var(--kd-surface);
    --bs-nav-tabs-link-active-border-color: var(--kd-border) var(--kd-border) var(--kd-surface);
    --bs-nav-tabs-link-active-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--bs-nav-tabs-border-color) !important;
    border-radius: 0;
    background: transparent !important;
}

body .card-header-tabs,
.tabler-public .card-header-tabs,
body .card-header .card-header-tabs,
.tabler-public .card-header .card-header-tabs {
    margin-top: .25rem;
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: -1px;
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

body .nav-tabs .nav-link,
.tabler-public .nav-tabs .nav-link,
body .card-header .nav-tabs .nav-link,
.tabler-public .card-header .nav-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    margin-bottom: -1px;
    border: 1px solid transparent !important;
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
    background: transparent !important;
    color: var(--kd-muted-strong);
    font-weight: 600;
}

body .nav-tabs .nav-link:hover,
body .nav-tabs .nav-link:focus,
.tabler-public .nav-tabs .nav-link:hover,
.tabler-public .nav-tabs .nav-link:focus,
body .card-header .nav-tabs .nav-link:hover,
body .card-header .nav-tabs .nav-link:focus,
.tabler-public .card-header .nav-tabs .nav-link:hover,
.tabler-public .card-header .nav-tabs .nav-link:focus {
    border-color: transparent transparent var(--kd-muted) !important;
    border-bottom-color: var(--kd-yellow) !important;
    color: #fff;
    background: rgba(255, 255, 255, .04) !important;
}

body .nav-tabs .nav-link.active,
body .nav-tabs .nav-item.show .nav-link,
.tabler-public .nav-tabs .nav-link.active,
.tabler-public .nav-tabs .nav-item.show .nav-link,
body .card-header .nav-tabs .nav-link.active,
body .card-header .nav-tabs .nav-item.show .nav-link,
.tabler-public .card-header .nav-tabs .nav-link.active,
.tabler-public .card-header .nav-tabs .nav-item.show .nav-link {
    border-color: var(--kd-border) var(--kd-border) var(--kd-surface) !important;
    background: var(--kd-surface) !important;
    color: #fff;
}

body .card-header:has(.nav-tabs),
.tabler-public .card-header:has(.nav-tabs) {
    padding-bottom: 0;
}

body .nav-link,
.tabler-public .nav-link {
    color: var(--kd-muted-strong);
}

body .nav-link:hover,
body .nav-link:focus,
.tabler-public .nav-link:hover,
.tabler-public .nav-link:focus {
    color: #fff;
}

body .nav-segmented,
.tabler-public .nav-segmented {
    gap: .2rem;
    padding: .2rem;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: rgba(8, 11, 14, .94);
    box-shadow: none;
}

body .nav-segmented .nav-link,
.tabler-public .nav-segmented .nav-link {
    min-height: 2.35rem;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: var(--kd-muted-strong);
}

body .nav-segmented .nav-link:hover,
body .nav-segmented .nav-link:focus,
.tabler-public .nav-segmented .nav-link:hover,
.tabler-public .nav-segmented .nav-link:focus {
    border-color: rgba(238, 243, 247, .18);
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

body .nav-segmented .nav-link.active,
body .nav-segmented .nav-link[aria-current="page"],
.tabler-public .nav-segmented .nav-link.active,
.tabler-public .nav-segmented .nav-link[aria-current="page"] {
    border-color: rgba(238, 243, 247, .32);
    background: var(--kd-surface-3);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(238, 243, 247, .08);
}

body .btn,
.tabler-public .btn {
    border-radius: 6px;
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    letter-spacing: 0;
    text-transform: uppercase;
}

body .btn-link,
.tabler-public .btn-link {
    text-transform: none;
}

body .btn-sm,
.tabler-public .btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    padding: .3125rem .5rem;
    line-height: 1.333333;
}

body .btn-outline-secondary,
.tabler-public .btn-outline-secondary {
    --tblr-btn-color: var(--kd-muted-strong);
    --tblr-btn-bg: rgba(12, 17, 22, .98);
    --tblr-btn-border-color: rgba(238, 243, 247, .28);
    --tblr-btn-hover-bg: var(--kd-surface-3);
    --tblr-btn-hover-border-color: rgba(238, 243, 247, .42);
    --tblr-btn-hover-color: #fff;
    --tblr-btn-active-bg: var(--kd-surface-3);
    --tblr-btn-active-border-color: rgba(238, 243, 247, .42);
    --tblr-btn-active-color: #fff;
    --bs-btn-color: var(--kd-muted-strong);
    --bs-btn-bg: rgba(12, 17, 22, .98);
    --bs-btn-border-color: rgba(238, 243, 247, .28);
    --bs-btn-hover-bg: var(--kd-surface-3);
    --bs-btn-hover-border-color: rgba(238, 243, 247, .42);
    --bs-btn-hover-color: #fff;
    --bs-btn-active-bg: var(--kd-surface-3);
    --bs-btn-active-border-color: rgba(238, 243, 247, .42);
    --bs-btn-active-color: #fff;
    border-color: var(--bs-btn-border-color);
    background: var(--bs-btn-bg);
    color: var(--bs-btn-color);
}

body .form-switch .form-check-input,
.tabler-public .form-switch .form-check-input {
    width: 2em;
    border-color: #4a535c;
    border-radius: 2em;
    background-color: #242a30;
    background-size: contain;
}

body .form-switch .form-check-input:checked,
.tabler-public .form-switch .form-check-input:checked {
    border-color: var(--kd-yellow);
    background-color: var(--kd-yellow);
    background-image: none;
}

body .btn-close,
.tabler-public .btn-close {
    filter: invert(1) grayscale(1);
    opacity: .8;
}

body .modal-header .btn-close,
.tabler-public .modal-header .btn-close,
body .offcanvas-header .btn-close,
.tabler-public .offcanvas-header .btn-close {
    width: 2.5rem;
    height: 2.5rem;
    margin: -.35rem -.35rem -.35rem auto;
    padding: .75rem;
    border: 1px solid rgba(238, 243, 247, .34);
    border-radius: 8px;
    background-color: rgba(238, 243, 247, .08);
    background-size: 1rem;
    opacity: 1;
    filter: invert(1) grayscale(1) brightness(1.45);
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, filter .18s ease;
}

body .modal-header .btn-close:hover,
body .modal-header .btn-close:focus,
.tabler-public .modal-header .btn-close:hover,
.tabler-public .modal-header .btn-close:focus,
body .offcanvas-header .btn-close:hover,
body .offcanvas-header .btn-close:focus,
.tabler-public .offcanvas-header .btn-close:hover,
.tabler-public .offcanvas-header .btn-close:focus {
    border-color: var(--kd-yellow);
    background-color: rgba(255, 235, 59, .16);
    box-shadow: 0 0 0 4px rgba(255, 235, 59, .12);
    filter: invert(91%) sepia(94%) saturate(679%) hue-rotate(354deg) brightness(104%) contrast(105%);
}

.booking-modal-close,
body .modal-header .booking-modal-close,
.tabler-public .modal-header .booking-modal-close {
    display: inline-grid;
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    margin-left: auto;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(238, 243, 247, .46);
    border-radius: 8px;
    background: rgba(238, 243, 247, .1);
    color: #f4f7fa;
    font-size: 1.45rem;
    line-height: 1;
    opacity: 1;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.booking-modal-close:hover,
.booking-modal-close:focus-visible {
    border-color: var(--kd-yellow);
    background: rgba(255, 235, 59, .16);
    color: var(--kd-yellow);
    box-shadow: 0 0 0 4px rgba(255, 235, 59, .12);
    outline: none;
}

.tabler-public .btn-primary,
.tabler-public .btn-warning {
    --tblr-btn-bg: var(--kd-yellow);
    --tblr-btn-border-color: var(--kd-yellow);
    --tblr-btn-color: #050607;
    --tblr-btn-hover-bg: var(--kd-yellow);
    --tblr-btn-hover-border-color: var(--kd-yellow);
    --tblr-btn-hover-color: #050607;
    --bs-btn-bg: var(--kd-yellow);
    --bs-btn-border-color: var(--kd-yellow);
    --bs-btn-color: #050607;
    --bs-btn-hover-bg: var(--kd-yellow);
    --bs-btn-hover-border-color: var(--kd-yellow);
    --bs-btn-hover-color: #050607;
    font-weight: 400;
}

body .btn-outline-primary,
.tabler-public .btn-outline-primary {
    --tblr-btn-color: var(--kd-yellow);
    --tblr-btn-border-color: var(--kd-yellow);
    --tblr-btn-hover-bg: var(--kd-yellow);
    --tblr-btn-hover-border-color: var(--kd-yellow);
    --tblr-btn-hover-color: #050607;
    --tblr-btn-active-bg: #d9c817;
    --tblr-btn-active-border-color: #d9c817;
    --tblr-btn-active-color: #050607;
    --bs-btn-color: var(--kd-yellow);
    --bs-btn-border-color: var(--kd-yellow);
    --bs-btn-hover-bg: var(--kd-yellow);
    --bs-btn-hover-border-color: var(--kd-yellow);
    --bs-btn-hover-color: #050607;
    --bs-btn-active-bg: #d9c817;
    --bs-btn-active-border-color: #d9c817;
    --bs-btn-active-color: #050607;
}

body .pagination,
.tabler-public .pagination {
    --bs-pagination-padding-x: .72rem;
    --bs-pagination-padding-y: .45rem;
    --bs-pagination-color: var(--kd-muted-strong);
    --bs-pagination-bg: rgba(8, 11, 14, .94);
    --bs-pagination-border-color: rgba(238, 243, 247, .18);
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: var(--kd-surface-3);
    --bs-pagination-hover-border-color: rgba(238, 243, 247, .32);
    --bs-pagination-focus-bg: var(--kd-surface-3);
    --bs-pagination-active-bg: var(--kd-yellow);
    --bs-pagination-active-border-color: var(--kd-yellow);
    --bs-pagination-active-color: #050607;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-box-shadow: 0 0 0 .2rem rgba(255, 229, 0, .14);
    --bs-pagination-disabled-color: rgba(211, 219, 227, .52);
    --bs-pagination-disabled-bg: rgba(17, 22, 27, .72);
    --bs-pagination-disabled-border-color: rgba(238, 243, 247, .1);
    flex-wrap: wrap;
    gap: .35rem;
}

body .page-link,
.tabler-public .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.35rem;
    min-height: 2.35rem;
    border-radius: var(--bs-border-radius-sm);
    border-color: var(--bs-pagination-border-color);
    background: var(--bs-pagination-bg);
    color: var(--bs-pagination-color);
    font-weight: 700;
    line-height: 1;
}

body .page-link:hover,
body .page-link:focus,
.tabler-public .page-link:hover,
.tabler-public .page-link:focus {
    border-color: var(--bs-pagination-hover-border-color);
    background: var(--bs-pagination-hover-bg);
    color: var(--bs-pagination-hover-color);
}

body .page-item:not(:first-child) .page-link,
.tabler-public .page-item:not(:first-child) .page-link {
    margin-left: 0;
}

body .page-item.active .page-link,
.tabler-public .page-item.active .page-link {
    border-color: var(--bs-pagination-active-border-color);
    background: var(--bs-pagination-active-bg);
    color: #050607;
    box-shadow: 0 0 0 1px rgba(255, 229, 0, .28);
}

body .page-item.disabled .page-link,
.tabler-public .page-item.disabled .page-link {
    border-color: var(--bs-pagination-disabled-border-color);
    background: var(--bs-pagination-disabled-bg);
    color: var(--bs-pagination-disabled-color);
    opacity: 1;
}

body .kd-pagination-ellipsis .page-link,
.tabler-public .kd-pagination-ellipsis .page-link {
    min-width: 1.65rem;
    border-color: transparent;
    background: transparent;
    color: rgba(211, 219, 227, .7);
}

.tabler-public .badge {
    font-weight: 800;
}

.directory-region-pill {
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.directory-region-pill:hover,
.directory-region-pill:focus-visible {
    background-color: rgba(255, 255, 255, .16) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .92) !important;
    transform: translateY(-1px);
}

.directory-region-pill:hover .badge,
.directory-region-pill:focus-visible .badge {
    border-color: rgba(255, 255, 255, .36) !important;
    color: rgba(255, 255, 255, .78) !important;
}

.container {
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    max-width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter))) !important;
    padding-right: var(--kd-site-padding-x);
    padding-left: var(--kd-site-padding-x);
}

h1,
.site-brand-name {
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    font-synthesis-weight: none;
    letter-spacing: 0;
}

h2,
h3 {
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    font-synthesis-weight: none;
    letter-spacing: 0;
}

h4,
h5,
h6 {
    letter-spacing: 0;
}

a {
    color: var(--kd-link);
}

a:hover {
    color: var(--kd-link-hover);
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.breadcrumb {
    --bs-breadcrumb-divider-color: rgba(238, 243, 247, .58);
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: .35rem 0 1.15rem;
    padding: 0;
    list-style: none;
    color: rgba(238, 243, 247, .68);
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.5;
}

.breadcrumb a {
    color: rgba(238, 243, 247, .76);
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #fff;
}

.breadcrumb .breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: inline-flex;
    align-items: center;
    content: "/";
    margin: 0 .4rem;
    padding: 0;
    color: rgba(238, 243, 247, .58);
    font-weight: 800;
}

.directory-breadcrumb {
    margin-top: clamp(1rem, 1.5vw, 1.5rem) !important;
}

.accordion-button > .ti-chevron-down {
    color: var(--kd-muted-strong);
    transition: color .18s ease, transform .2s ease;
}

.accordion-button:hover > .ti-chevron-down,
.accordion-button:focus > .ti-chevron-down,
.accordion-button:not(.collapsed) > .ti-chevron-down {
    color: var(--kd-yellow);
}

.accordion-button:not(.collapsed) > .ti-chevron-down {
    transform: rotate(180deg);
}

.breadcrumb-home-icon {
    position: relative;
    top: -.08rem;
    width: .9rem;
    height: .9rem;
    color: currentColor;
    line-height: 1;
}

.article-detail-tab-icon {
    display: none;
}

.video-detail-tab-icon {
    display: none;
}

.page-title {
    font-size: clamp(1.65rem, 1.25vw + 1.25rem, 2.55rem);
    font-weight: 400;
    line-height: 1.1;
}

.organisation-result-title,
.organisation-result-title a {
    font-weight: 400;
}

@media (min-width: 992px) {
    .organisation-result-title {
        font-size: clamp(1.2rem, .45vw + 1.05rem, 1.45rem);
    }
}

.organisation-result-avatar {
    align-items: center;
    background: #fff;
    border: 1px solid #fff;
    display: inline-flex;
    height: 3.75rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 3.75rem;
}

.organisation-result-avatar img {
    height: 100%;
    object-fit: contain;
    padding: 0;
    width: 100%;
}

.organisation-result-counts {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin: 0 0 .85rem;
}

.organisation-result-count {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    color: #dce5ec;
    display: inline-flex;
    font-size: .72rem;
    gap: .3rem;
    min-height: 1.65rem;
    padding: .2rem .55rem;
}

.organisation-result-count i {
    color: var(--kd-yellow);
    font-size: .85rem;
}

.organisation-result-count > span {
    color: #dce5ec;
}

.organisation-result-count strong {
    color: #fff;
    font-size: .78rem;
}

.organisation-header-avatar {
    margin-bottom: 1rem;
}

.site-header-shell {
    z-index: 1100;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(5, 6, 7, .96);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .32);
}

.site-header-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding-right: var(--kd-site-padding-x);
    padding-left: var(--kd-site-padding-x);
}

.site-header-main {
    min-height: 74px;
    border-bottom: 1px solid #27313a;
    background:
        linear-gradient(90deg, rgba(20, 25, 31, .98), rgba(11, 14, 18, .98));
}

.site-header-nav {
    background: #080b0e;
}

.site-header-nav .navbar {
    min-height: 56px;
    padding: 0;
    border-bottom: 1px solid #1d252c;
    background: #080b0e;
}

.site-header-nav .site-header-container {
    justify-content: space-between;
}

.site-header-main .navbar-toggler {
    border-color: #4a535c;
}

.site-header-main .navbar-toggler-icon {
    filter: invert(1);
}

.site-mobile-menu-toggle,
.site-header-icon-button {
    display: inline-grid;
    width: var(--kd-header-control-size);
    height: var(--kd-header-control-size);
    place-items: center;
    border: 1px solid #4a535c;
    border-radius: var(--kd-header-control-radius);
    background: #11161b;
    color: #eef3f7;
    font-size: 1.3rem;
    text-decoration: none;
}

.site-header-main .navbar-nav.order-md-last .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--kd-header-control-size);
    padding: 0 .85rem;
    border-radius: var(--kd-header-control-radius);
    line-height: 1;
}

.site-header-territory-toggle {
    display: inline-grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .6rem;
    align-items: center;
    min-height: var(--kd-header-control-size);
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    text-align: left;
}

.site-header-territory-toggle::after {
    align-self: center;
    margin-left: .25rem;
}

.site-header-territory-icon {
    margin: 0;
    color: rgba(238, 243, 247, .82);
    font-size: 1.35rem;
}

.site-header-territory-copy {
    display: grid;
    gap: .12rem;
    min-width: 0;
    line-height: 1.1;
}

.site-header-territory-country {
    overflow: hidden;
    color: rgba(238, 243, 247, .82);
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-header-territory-place {
    display: inline-flex;
    gap: .25rem;
    align-items: center;
    overflow: hidden;
    color: rgba(201, 211, 220, .76);
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.15;
}

.site-header-territory-place[hidden] {
    display: none;
}

.site-header-territory-place i {
    flex: 0 0 auto;
    color: var(--kd-red);
    font-size: .82rem;
}

.site-header-territory-place span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-header-account-button {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    height: var(--kd-header-control-size);
    padding: .25rem .65rem .25rem .25rem;
    border: 1px solid #4a535c;
    border-radius: var(--kd-header-control-radius);
    background: #11161b;
    color: #eef3f7;
    text-decoration: none;
}

.site-header-account-button .avatar {
    width: 2rem;
    height: 2rem;
    font-size: .9rem;
}

.site-header-account-button .d-none {
    line-height: 1.1;
}

.site-header-account-button .d-none > div:first-child {
    font-size: .95rem;
}

.site-header-account-button .small {
    margin-top: .1rem !important;
    font-size: .72rem;
}

.site-header-account-button:hover,
.site-header-account-button:focus {
    border-color: var(--kd-yellow);
    color: #fff;
    text-decoration: none;
}

.site-header-account-button:hover *,
.site-header-account-button:focus * {
    text-decoration: none;
}

.site-header-account-button .text-secondary {
    color: #aeb9c3 !important;
}

.site-header-basket-button {
    position: relative;
}

.site-header-basket-count {
    position: absolute;
    top: -.45rem;
    right: -.45rem;
    display: inline-grid;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 .3rem;
    place-items: center;
    border: 2px solid #080b0e;
    border-radius: 999px;
    background: var(--kd-yellow);
    color: #080b0e;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1;
}

.site-mobile-menu-toggle:hover,
.site-mobile-menu-toggle:focus,
.site-mobile-menu-toggle:focus-visible,
.site-header-icon-button:hover,
.site-header-icon-button:focus,
.site-header-icon-button:focus-visible {
    border-color: var(--kd-yellow);
    color: #fff;
    text-decoration: none;
}

.search-page .search-hero {
    padding: clamp(2rem, 4vw, 4rem) 0 1.5rem;
    border-bottom: 1px solid var(--kd-border);
    background: linear-gradient(180deg, rgba(18, 24, 30, .92), rgba(10, 14, 18, .78));
}

.search-hero-form {
    padding: 1rem;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: var(--kd-surface);
}

.search-summary-card {
    border-color: rgba(251, 230, 0, .22);
}

.search-summary-types {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-content: flex-start;
    justify-content: flex-start;
}

.search-summary-types a {
    text-decoration: none;
}

.search-result-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.search-result-row-body {
    display: grid;
    gap: .25rem;
    min-width: 0;
}

.search-result-row-title {
    color: var(--kd-text);
    font-size: 1.05rem;
    font-weight: 800;
}

.search-result-meta {
    color: var(--kd-muted);
    font-size: .85rem;
    font-weight: 700;
}

.search-section {
    margin-top: 1.5rem;
}

.search-carousel-viewport {
    overflow-x: auto;
    padding: 1rem;
    scroll-snap-type: x proximity;
}

.search-carousel-track {
    display: flex;
    gap: 1rem;
    min-width: min-content;
}

.search-result-card {
    flex: 0 0 min(21rem, 82vw);
    scroll-snap-align: start;
}

.search-result-card .card-body {
    display: flex;
    flex-direction: column;
}

.search-result-card-media {
    display: grid;
    aspect-ratio: 16 / 9;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--kd-border);
    background: var(--kd-surface-2);
    color: var(--kd-muted);
    text-decoration: none;
}

.search-result-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-result-card-media-fallback i {
    font-size: 2.5rem;
}

.search-empty {
    margin-top: 1.5rem;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: var(--kd-surface);
}

.search-serp {
    color: #e8eaed;
}

.search-serp a {
    text-decoration: none;
}

.search-serp-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: #202124;
}

.search-serp-header-inner {
    display: grid;
    gap: .55rem;
    align-items: start;
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding: .85rem 0 .45rem;
}

.search-serp-logo {
    display: inline-flex;
    gap: .65rem;
    align-items: center;
    color: #fff;
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    font-size: 1.1rem;
}

.search-serp-logo img {
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
}

.search-serp-form {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.85rem;
    border-radius: 999px;
    background: #303134;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.search-serp-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #f1f3f4;
    font-size: 1rem;
    outline: 0;
    padding: .8rem .25rem .8rem 1.25rem;
}

.search-serp-form button {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border: 0;
    background: transparent;
    color: #bdc1c6;
}

.search-serp-form-submit {
    color: #8ab4f8 !important;
}

.search-serp-tabs {
    display: flex;
    gap: 1.25rem;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    overflow-x: auto;
}

.search-serp-tabs a {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    padding: .65rem 0 .75rem;
    border-bottom: 2px solid transparent;
    color: #bdc1c6;
    white-space: nowrap;
}

.search-serp-tabs a.active,
.search-serp-tabs a:hover,
.search-serp-tabs a:focus {
    border-color: #8ab4f8;
    color: #e8eaed;
}

.search-serp-tabs span {
    color: #9aa0a6;
    font-size: .78rem;
}

.search-serp-body {
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 3rem) var(--kd-site-padding-x) 2.25rem;
}

.search-serp-controls {
    display: grid;
    gap: .7rem;
    min-width: 0;
}

.search-serp-breadcrumb {
    display: flex;
    gap: .45rem;
    align-items: center;
    margin: 0;
    color: #9aa0a6;
    font-size: .82rem;
    text-transform: uppercase;
}

.search-serp-breadcrumb.breadcrumb {
    --bs-breadcrumb-divider-color: #9aa0a6;
    margin-bottom: 0;
}

.search-serp-breadcrumb a {
    color: #bdc1c6;
    font-weight: 700;
}

.search-serp-breadcrumb a:hover,
.search-serp-breadcrumb a:focus {
    color: #f1f3f4;
}

.search-serp-results-note {
    color: #9aa0a6;
    font-size: .86rem;
    margin: .35rem 0 1rem;
}

.search-serp-layout {
    display: grid;
    grid-template-columns: minmax(0, 8fr) minmax(1.5rem, 1fr) minmax(280px, 3fr);
    column-gap: 0;
    row-gap: 1.25rem;
    align-items: start;
}

.search-serp-layout > .search-serp-main {
    grid-column: 1;
}

.search-serp-control-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
    gap: clamp(2.5rem, 4vw, 4rem);
    align-items: start;
    margin-bottom: 1.15rem;
}

.search-serp-main {
    display: grid;
    gap: 1.15rem;
    min-width: 0;
}

.search-serp-module,
.search-ai-overview,
.search-booking-cta,
.search-related,
.search-knowledge-panel,
.search-serp-empty,
.search-start {
    max-width: 100%;
    border-radius: 10px;
    background: transparent;
}

.search-serp-module {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 0 0 1rem;
    overflow: hidden;
}

.search-serp-module-header {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.search-serp-module-header h1,
.search-serp-module-header h2 {
    margin: 0;
    color: #f1f3f4;
    font-size: 1.25rem;
    font-weight: 500;
}

.search-serp-module-header p {
    margin: .2rem 0 0;
    color: #9aa0a6;
    font-size: .9rem;
}

.search-serp-module-header > a {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    color: #8ab4f8;
    white-space: nowrap;
}

.search-ai-overview {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    background: rgba(48, 49, 52, .45);
}

.search-ai-heading {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    color: #d2e3fc;
    font-size: .9rem;
    font-weight: 700;
    margin-bottom: .75rem;
}

.search-ai-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 1rem;
}

.search-ai-grid p {
    color: #e8eaed;
    line-height: 1.65;
}

.search-ai-grid h2 {
    color: #f1f3f4;
    font-size: 1.05rem;
    margin: .75rem 0 .25rem;
}

.search-ai-grid a {
    color: #8ab4f8;
}

.search-ai-sources {
    display: grid;
    gap: .75rem;
    min-width: 0;
}

.search-ai-sources a {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: .65rem;
    color: #e8eaed;
    min-width: 0;
}

.search-ai-sources img,
.search-ai-sources span {
    width: 76px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    background: #303134;
}

.search-ai-sources span {
    display: grid;
    place-items: center;
    color: #8ab4f8;
}

.search-ai-sources strong {
    align-self: end;
    color: #e8eaed;
    font-size: .86rem;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-ai-sources small {
    color: #9aa0a6;
}

.search-show-more {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    justify-content: center;
    width: min(100%, 420px);
    min-height: 2.25rem;
    margin-top: .75rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: transparent;
    color: #e8eaed;
}

.search-booking-cta {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: .9rem 1rem;
    border: 1px solid rgba(138, 180, 248, .35);
    background: linear-gradient(135deg, rgba(26, 115, 232, .18), rgba(52, 168, 83, .12));
}

.search-booking-cta h2 {
    margin: .25rem 0;
    color: #f1f3f4;
    font-size: 1.15rem;
}

.search-booking-cta p {
    margin: 0;
    color: #bdc1c6;
}

.search-booking-cta .subheader {
    display: flex;
    gap: .4rem;
    align-items: center;
    color: #d2e3fc;
}

.search-featured-result {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(138, 180, 248, .28);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(48, 49, 52, .72), rgba(25, 32, 39, .92));
}

.search-featured-result-wide {
    margin-bottom: 1.15rem;
}

.search-featured-copy {
    display: grid;
    gap: .8rem;
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.35rem);
}

.search-featured-eyebrow,
.search-featured-actions,
.search-featured-subpages {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
}

.search-featured-eyebrow {
    color: #d2e3fc;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.search-featured-result h1 {
    margin: 0;
    color: #f1f3f4;
    font-size: clamp(1.55rem, 2vw, 2.2rem);
    font-weight: 500;
    line-height: 1.12;
}

.search-featured-result h1 a {
    color: #f1f3f4;
}

.search-featured-result p {
    margin: 0;
    color: #d7dce1;
    line-height: 1.55;
}

.search-featured-meta {
    color: #9aa0a6 !important;
    font-size: .92rem;
}

.search-featured-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .65rem;
    margin: .2rem 0 0;
}

.search-featured-facts div {
    min-width: 0;
    padding: .65rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.search-featured-facts dt {
    color: #9aa0a6;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.search-featured-facts dd {
    margin: .2rem 0 0;
    color: #f1f3f4;
    font-size: .9rem;
}

.search-featured-subpages a {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    min-height: 2.1rem;
    padding: .35rem .6rem;
    border: 1px solid rgba(138, 180, 248, .26);
    border-radius: 999px;
    background: rgba(138, 180, 248, .09);
    color: #d2e3fc;
    font-weight: 800;
}

.search-featured-venues {
    display: grid;
    gap: .55rem;
    padding: .75rem;
    border: 1px solid rgba(138, 180, 248, .2);
    border-radius: 8px;
    background: rgba(10, 15, 20, .36);
}

.search-featured-venues-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    color: #f1f3f4;
}

.search-featured-venues-header span {
    color: #9aa0a6;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.search-featured-venues-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
}

.search-featured-venue-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .55rem;
    align-items: center;
    min-width: 0;
    min-height: 3.4rem;
    padding: .55rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
    color: #e8eaed;
}

.search-featured-venue-row:hover {
    border-color: rgba(255, 229, 0, .45);
    color: #fff;
    text-decoration: none;
}

.search-featured-venue-row strong,
.search-featured-venue-row small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-featured-venue-row small {
    margin-top: .1rem;
    color: #9aa0a6;
    font-size: .78rem;
}

.search-featured-venue-action {
    color: #ffe500;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.search-featured-media {
    min-width: 0;
    min-height: 300px;
    background: #303134;
}

.search-featured-media > a {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 260px;
    place-items: center;
}

.search-featured-media > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-featured-map {
    width: 100%;
    min-height: 300px;
    height: 100%;
    background: #16252f;
    z-index: 0;
}

.search-featured-map .leaflet-control a,
.search-places-map[data-directory-map] .leaflet-control a {
    display: block;
    width: 30px;
    height: 30px;
    min-height: 0;
    color: #111827;
    line-height: 30px;
    text-align: center;
}

.search-featured-map .leaflet-control-attribution,
.search-places-map[data-directory-map] .leaflet-control-attribution {
    width: auto;
    height: auto;
    min-height: 0;
    line-height: 1.35;
}

.search-featured-map .leaflet-control-attribution a,
.search-places-map[data-directory-map] .leaflet-control-attribution a {
    display: inline;
    width: auto;
    height: auto;
    color: #0078a8;
    line-height: inherit;
}

.search-featured-media-fallback i {
    color: #8ab4f8;
    font-size: 4rem;
}

.search-places-map {
    display: grid;
    min-height: 132px;
    place-items: center;
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(138, 180, 248, .18) 1px, transparent 1px),
        linear-gradient(rgba(138, 180, 248, .18) 1px, transparent 1px),
        #16252f;
    background-size: 34px 34px;
    color: #d2e3fc;
    margin-bottom: .75rem;
}

.search-places-map[data-directory-map] {
    display: block;
    min-height: 220px;
    overflow: hidden;
    background: #16252f;
}

.search-places-map[data-directory-map] .leaflet-control-attribution {
    font-size: .65rem;
}

.search-places-map i {
    font-size: 2rem;
}

.search-place-list {
    display: grid;
}

.search-place-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 78px;
    gap: .8rem;
    align-items: center;
    padding: .8rem 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #e8eaed;
}

.search-place-rank {
    color: #9aa0a6;
}

.search-place-copy {
    display: grid;
    gap: .15rem;
}

.search-match-line,
.search-knowledge-score {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    align-items: center;
}

.search-match-pill,
.search-weight-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 1.35rem;
    padding: .15rem .45rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
}

.search-match-pill {
    background: rgba(138, 180, 248, .16);
    color: #d2e3fc;
}

.search-weight-pill {
    background: rgba(52, 168, 83, .16);
    color: #ceead6;
}

.search-place-copy strong,
.search-job-row strong {
    color: #8ab4f8;
    font-weight: 500;
}

.search-place-copy span,
.search-place-copy small,
.search-job-row small {
    color: #bdc1c6;
}

.search-job-row > span:nth-child(2) {
    display: grid;
    gap: .18rem;
    min-width: 0;
}

.search-distance-pill {
    display: inline-flex;
    width: fit-content;
    min-height: 1.25rem;
    align-items: center;
    padding: .12rem .42rem;
    border-radius: 999px;
    background: rgba(52, 168, 83, .16);
    color: #ceead6;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1;
}

.search-place-row img,
.search-place-thumb {
    width: 78px;
    height: 58px;
    border-radius: 8px;
    object-fit: cover;
    background: #303134;
}

.search-place-thumb {
    display: grid;
    place-items: center;
    color: #8ab4f8;
}

.search-jobs-list {
    display: grid;
}

.search-job-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    gap: .85rem;
    align-items: center;
    padding: .75rem 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #e8eaed;
}

.search-organic-results {
    display: grid;
    gap: 1.35rem;
}

.search-organic-result {
    display: grid;
    gap: .25rem;
}

.search-organic-source {
    display: flex;
    gap: .55rem;
    align-items: center;
    color: #bdc1c6;
    font-size: .85rem;
}

.search-organic-result h2 {
    margin: 0;
    font-size: 1.18rem;
    font-weight: 400;
}

.search-organic-result h2 a {
    color: #8ab4f8;
}

.search-organic-url {
    color: #bdc1c6;
    font-size: .82rem;
}

.search-organic-result p {
    margin: .25rem 0 0;
    color: #bdc1c6;
    line-height: 1.5;
}

.search-rich-viewport {
    overflow-x: auto;
    padding-bottom: .25rem;
}

.search-rich-track {
    display: flex;
    gap: .75rem;
    min-width: min-content;
}

.search-rich-card {
    display: grid;
    flex: 0 0 calc((100% - 2.25rem) / 4);
    align-content: start;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 8px;
    background: rgba(32, 33, 36, .86);
    color: #e8eaed;
}

.search-rich-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #303134;
}

.search-rich-media img,
.search-rich-media-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-rich-media-fallback {
    display: grid;
    place-items: center;
    color: #8ab4f8;
    font-size: 2rem;
}

.search-rich-play {
    position: absolute;
    inset: 50% auto auto 50%;
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border-radius: 999px;
    background: rgba(5, 6, 7, .72);
    color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .16);
}

.search-rich-card-body {
    display: grid;
    gap: .55rem;
    padding: .75rem;
}

.search-rich-card strong {
    color: #e8eaed;
    font-size: .9rem;
    line-height: 1.3;
}

.search-rich-card small {
    color: #9aa0a6;
}

.search-rich-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem .4rem;
    align-items: center;
    color: #9aa0a6;
    font-size: .72rem;
}

.city-guide-rich-card__summary {
    color: #c5cfd8;
    font-size: .82rem;
    line-height: 1.42;
}

.city-guide-rich-card .search-rich-card-meta i {
    margin-right: .25rem;
    color: #ffe500;
}

.search-rich-creator {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .45rem;
    align-items: center;
    color: #d7dce1;
    font-size: .76rem;
    font-weight: 700;
}

.search-rich-creator > span:last-child {
    display: grid;
    min-width: 0;
}

.search-rich-creator span,
.search-rich-creator small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-rich-creator small {
    color: #9aa0a6;
    font-size: .68rem;
    font-weight: 700;
}

.job-company-avatar {
    font-weight: 900;
}

.job-company-avatar--logo {
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
}

.job-company-avatar-sm {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
}

.job-company-avatar-detail {
    width: 3.25rem;
    height: 3.25rem;
    flex: 0 0 3.25rem;
}

.search-rich-card .search-match-pill {
    min-height: 1.15rem;
    padding: .1rem .38rem;
    font-size: .66rem;
}
.search-rich-card--region {
    min-height: 12rem;
    background:
        radial-gradient(circle at 100% 0, rgba(138, 180, 248, .14), transparent 48%),
        linear-gradient(145deg, rgba(32, 33, 36, .96), rgba(21, 24, 28, .96));
    text-decoration: none;
    transition: border-color .16s ease, transform .16s ease;
}

.search-rich-card--region:hover,
.search-rich-card--region:focus-visible {
    border-color: rgba(138, 180, 248, .55);
    transform: translateY(-2px);
}

.search-rich-card--region .search-rich-card-body {
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
    gap: .75rem;
    min-height: 100%;
    padding: 1rem;
}

.search-rich-card--region strong {
    color: #f1f3f4;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
}

.search-region-card-kicker,
.search-region-card-footer,
.search-region-card-action,
.search-region-card-location {
    display: flex;
    gap: .4rem;
    align-items: center;
}

.search-region-card-kicker {
    color: var(--kd-yellow);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.search-region-card-kicker i {
    color: #8ab4f8;
    font-size: 1.15rem;
}

.search-region-card-summary {
    display: -webkit-box;
    overflow: hidden;
    color: #aeb8c2;
    font-size: .78rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search-region-card-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .65rem;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.search-region-card-location {
    min-width: 0;
    color: #bdc1c6;
    font-size: .74rem;
    font-weight: 700;
}

.search-region-card-action {
    justify-content: space-between;
    color: #8ab4f8;
    font-size: .76rem;
    font-weight: 900;
}

.search-related {
    padding-top: .75rem;
    padding-bottom: 0;
}

.search-related h2 {
    color: #f1f3f4;
    font-size: 1.15rem;
    margin-bottom: .85rem;
}

.search-related > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem .75rem;
}

.search-related a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 2.75rem;
    padding: .65rem .9rem;
    border-radius: 8px;
    background: #303134;
    color: #e8eaed;
    font-weight: 700;
}

.near-me-location-card .card-body {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.near-me-saved-location-alert,
.near-me-saved-location-alert strong,
.near-me-saved-location-alert .alert-icon {
    text-decoration: none !important;
}

.near-me-location-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    min-width: min(100%, 28rem);
}

.near-me-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.near-me-location-form-wrap[hidden] {
    display: none;
}

.near-me-location-form {
    width: 100%;
}

.near-me-page .page-header {
    padding-bottom: clamp(.75rem, 1.2vw, 1rem);
}

.near-me-page .page-title + .text-secondary {
    margin-top: .55rem !important;
}

.near-me-place-field {
    max-width: min(100%, 46rem);
}

.near-me-place-field.input-group-lg > .form-control,
.near-me-place-field.input-group-lg > .input-group-text,
.near-me-place-field.input-group-lg > .btn {
    min-height: 4rem;
    font-size: 1.08rem;
}

.near-me-place-field.input-group-lg > .input-group-text,
.near-me-place-field.input-group-lg > .btn {
    min-width: 4rem;
    justify-content: center;
}

.near-me-place-field .near-me-current-location-button {
    border-color: #34404a;
    border-left-color: #34404a;
    background: var(--kd-surface-2);
    color: var(--kd-yellow);
}

.near-me-place-field .near-me-current-location-button i {
    color: inherit;
    font-size: 1.35rem;
}

.near-me-place-field .near-me-current-location-button:hover,
.near-me-place-field .near-me-current-location-button:focus-visible {
    border-color: rgba(255, 229, 0, .68);
    background: rgba(255, 229, 0, .08);
    color: var(--kd-yellow);
    box-shadow: none;
}

.near-me-place-field .form-control.pac-target-input {
    background-color: var(--kd-surface);
    color: var(--kd-text);
}

.near-me-location-notice {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
    justify-content: space-between;
    padding: .75rem .9rem;
    border-color: rgba(255, 229, 0, .32);
    background: rgba(255, 229, 0, .16);
    color: var(--kd-text);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.near-me-location-notice-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
}

.near-me-location-notice-copy > i {
    color: var(--kd-yellow);
    font-size: 1.25rem;
    line-height: 1;
}

.near-me-location-notice .btn-icon {
    --bs-btn-color: var(--kd-yellow);
    --bs-btn-border-color: rgba(255, 229, 0, .36);
    --bs-btn-hover-color: #050607;
    --bs-btn-hover-bg: var(--kd-yellow);
    --bs-btn-hover-border-color: var(--kd-yellow);
    --bs-btn-active-color: #050607;
    --bs-btn-active-bg: var(--kd-yellow);
    --bs-btn-active-border-color: var(--kd-yellow);
    width: 2.5rem;
    height: 2.5rem;
    border-color: rgba(255, 229, 0, .52) !important;
    background: #050607;
    color: var(--kd-yellow) !important;
}

.near-me-location-notice .btn-icon i {
    margin: 0;
    font-size: 1.1rem;
}

.near-me-hero-hub .search-featured-copy h2 {
    margin: 0;
    color: #f1f3f4;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: .98;
}

.near-me-empty-state .card {
    background: rgba(21, 24, 31, .9);
}

.near-me-empty-card {
    color: inherit;
    text-decoration: none;
    transition: border-color .16s ease, transform .16s ease;
}

.near-me-empty-card:hover,
.near-me-empty-card:focus-visible {
    border-color: rgba(255, 229, 0, .55);
    color: inherit;
    transform: translateY(-2px);
}

.near-me-empty-card .card-body {
    display: flex;
    flex-direction: column;
}

.near-me-empty-card-action {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
    margin-top: auto;
    padding-top: 1rem;
    color: var(--kd-yellow);
    font-weight: 800;
}

.search-sidebar-rail {
    grid-column: 3;
    position: sticky;
    top: var(--kd-sticky-rail-top);
    align-self: flex-start;
    display: grid;
    gap: 1rem;
}
.search-advertise-link {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: flex-end;
    color: #aeb8c2;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.search-advertise-link:hover,
.search-advertise-link:focus-visible {
    color: var(--kd-yellow);
}


.search-knowledge-panel {
    position: sticky;
    top: var(--kd-sticky-rail-top);
    align-self: flex-start;
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background: #202124;
}

.search-knowledge-media {
    display: grid;
    aspect-ratio: 16 / 9;
    place-items: center;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    background: #303134;
}

.search-knowledge-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-knowledge-media-fallback i {
    color: #8ab4f8;
    font-size: 3rem;
}

.search-knowledge-body {
    padding: 1rem;
}

.search-knowledge-body h2 {
    margin: .25rem 0 .75rem;
    font-size: 1.35rem;
}

.search-knowledge-body h2 a {
    color: #f1f3f4;
}

.search-knowledge-body p,
.search-knowledge-body dd {
    color: #bdc1c6;
}

.search-knowledge-body dt {
    color: #f1f3f4;
    font-weight: 700;
}

.search-knowledge-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.search-serp-empty,
.search-start {
    display: grid;
    place-items: center;
    min-height: 360px;
    text-align: center;
}

.search-serp-empty i,
.search-start i {
    color: #8ab4f8;
    font-size: 2.5rem;
}

.search-start-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: .75rem;
    width: min(100%, 760px);
    margin-top: 1rem;
}

.search-start-grid div {
    display: grid;
    gap: .45rem;
    padding: 1rem;
    border-radius: 8px;
    background: #303134;
}

@media (max-width: 991.98px) {
    .search-serp-header-inner {
        display: grid;
        gap: .8rem;
    }

    .search-serp-logo span {
        display: none;
    }

    .search-serp-layout,
    .search-serp-control-layout {
        grid-template-columns: 1fr;
    }

    .search-serp-layout > .search-serp-main,
    .search-sidebar-rail {
        grid-column: auto;
    }

    .search-sidebar-rail,
    .search-knowledge-panel {
        position: static;
    }

    .search-featured-result {
        grid-template-columns: 1fr;
    }

    .search-featured-media {
        order: -1;
        min-height: 240px;
    }

    .search-featured-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .search-featured-venues-list {
        grid-template-columns: 1fr;
    }

    .search-ai-grid {
        grid-template-columns: 1fr;
    }

    .search-related > div {
        grid-template-columns: 1fr;
    }

    .search-booking-cta {
        display: grid;
    }

    .search-rich-card {
        flex-basis: calc((100% - .75rem) / 2);
    }
}

.community-content-carousel .search-rich-card {
    flex: 0 0 calc((100% - 3rem) / 4);
    text-decoration: none;
}

.video-index-rich-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
    gap: 1rem;
}

.video-index-rich-grid .search-rich-card {
    text-decoration: none;
}

.video-index-rich-empty {
    grid-column: 1 / -1;
}

.article-index-rich-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.article-index-rich-grid .search-rich-card {
    text-decoration: none;
}

.article-index-rich-empty {
    grid-column: 1 / -1;
}

.video-related-rich-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
    gap: 1rem;
}

.video-related-rich-grid .search-rich-card {
    text-decoration: none;
}

.venue-video-rich-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
    gap: 1rem;
}

.venue-video-rich-grid .search-rich-card {
    text-decoration: none;
}

.venue-video-rich-card .search-rich-creator .avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 4px;
}

.venue-track-map-modal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
    gap: 1rem;
}

.venue-track-map-modal .modal-content {
    border-color: var(--kd-border);
    background: var(--kd-surface);
}

.venue-track-map-modal .modal-header,
.venue-track-map-modal .modal-footer {
    border-color: var(--kd-border);
}

.track-map-card {
    overflow: hidden;
}

.track-map-card--purchased {
    border-color: var(--kd-red);
    box-shadow: inset 0 0 0 1px rgba(199, 53, 47, .18);
}

.track-map-card-owned-badge {
    position: absolute;
    z-index: 4;
    top: .75rem;
    left: .75rem;
    border: 1px solid rgba(255, 255, 255, .18);
    background: var(--kd-red);
    color: #fff;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .3);
}

.track-map-card-download {
    border-color: var(--kd-red);
    background: var(--kd-red);
    color: #fff;
}

.track-map-card-download:hover,
.track-map-card-download:focus-visible {
    border-color: var(--kd-red-dark);
    background: var(--kd-red-dark);
    color: #fff;
}

.track-map-nav-count {
    min-width: 1.75rem;
    border: 1px solid var(--tblr-border-color);
    background: var(--tblr-bg-surface-secondary);
    color: var(--tblr-secondary-color);
    font-variant-numeric: tabular-nums;
}

.shop-catalogue-navigation .list-group-item.active .track-map-nav-count {
    border-color: rgba(255, 229, 0, .35);
    background: rgba(255, 229, 0, .12);
    color: var(--kd-yellow);
}

.track-map-variant-card--purchased {
    border-color: var(--kd-red);
    box-shadow: inset 0 0 0 1px rgba(199, 53, 47, .18);
}

.track-map-owned-status {
    border: 1px solid rgba(255, 255, 255, .18);
    background: var(--kd-red);
    color: #fff;
}

.track-map-card-kicker {
    font-size: .7rem;
}

.track-map-card-title {
    font-size: clamp(1.15rem, 1.35vw, 1.45rem);
    line-height: 1.3;
}

.track-map-card-variant {
    font-size: .78rem;
}

.track-map-card-cta {
    font-size: .82rem;
}

.track-map-card-media {
    aspect-ratio: 16 / 10;
    background: #fff;
}

.track-map-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    user-select: none;
}

.track-map-card-media-link {
    position: absolute;
    z-index: 2;
    inset: 0;
}

.track-map-card-media .carousel-indicators {
    z-index: 3;
    gap: .45rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.track-map-card-media .carousel-indicators [data-bs-target] {
    width: 2rem;
    height: .1875rem;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(5, 6, 7, .4);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .22);
    opacity: 1;
}

.track-map-card-media .carousel-indicators .active {
    background-color: #1293e6;
    box-shadow: 0 0 0 1px rgba(5, 6, 7, .32);
}

.track-map-product-media {
    display: flex;
    min-height: 420px;
    flex-direction: column;
}

.track-map-media-view-switcher {
    position: absolute;
    z-index: 5;
    top: 1rem;
    right: 1rem;
    padding: .2rem;
    border: 1px solid var(--kd-border);
    border-radius: var(--tblr-border-radius);
    background: rgba(11, 16, 20, .92);
    box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .28);
    backdrop-filter: blur(8px);
}

.track-map-media-view-switcher .btn {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: calc(var(--tblr-border-radius) - .15rem) !important;
    background: transparent;
    color: var(--kd-muted-strong);
    font-size: 1.25rem;
}

.track-map-media-view-switcher .btn:hover,
.track-map-media-view-switcher .btn:focus-visible,
.track-map-media-view-switcher .btn.active {
    background: rgba(255, 229, 0, .09);
    color: var(--kd-yellow);
}

.track-map-media-view-switcher .btn:focus-visible {
    box-shadow: inset 0 0 0 2px var(--kd-yellow);
}

.track-map-media-panels {
    min-height: 0;
    flex: 1 1 auto;
}

.track-map-product-gallery {
    display: grid;
    min-height: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    padding: .75rem;
}

.track-map-product-gallery-item {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--kd-border);
    border-radius: var(--tblr-border-radius);
    background: #fff;
}

.track-map-product-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: contain;
}

.track-map-feature-list {
    margin-block: 1.5rem;
}

.track-map-feature-list-heading {
    margin-bottom: .75rem;
}

.track-map-feature-list ul {
    display: grid;
    gap: .55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.track-map-feature-list li {
    position: relative;
    padding-left: 1.4rem;
}

.track-map-feature-list li::before {
    position: absolute;
    top: .1em;
    left: 0;
    color: var(--kd-red);
    content: "\276F";
    font-weight: 800;
}

@media (min-width: 1200px) {
    .track-map-ad-rail {
        align-self: stretch;
    }

    .track-map-ad-rail-inner {
        position: sticky;
        top: var(--kd-sticky-rail-top);
        max-height: calc(100vh - var(--kd-sticky-rail-top) - 1rem);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: none;
    }

    .track-map-ad-rail-inner::-webkit-scrollbar {
        display: none;
    }
}

[data-kd-carousel-drag] {
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

[data-kd-carousel-drag].is-dragging {
    cursor: grabbing;
}

@media (min-width: 1200px) {
    .shop-catalogue-sidebar {
        position: sticky;
        top: var(--kd-sticky-rail-top);
        align-self: flex-start;
        z-index: 1;
    }
}

.shop-catalogue-nav-toggle {
    display: flex;
    width: 100%;
    min-height: 3.5rem;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border: 1px solid var(--kd-border);
    border-radius: var(--tblr-border-radius);
    background: #0d1217;
    color: var(--kd-text);
    font-weight: 700;
    text-align: left;
}

.shop-catalogue-nav-toggle:hover,
.shop-catalogue-nav-toggle:focus-visible {
    border-color: var(--kd-yellow);
    color: #fff;
}

.shop-catalogue-nav-chevron {
    transition: transform .2s ease;
}

.shop-catalogue-nav-toggle[aria-expanded="true"] .shop-catalogue-nav-chevron {
    transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
    .shop-catalogue-nav-toggle[aria-expanded="true"] {
        border-radius: var(--tblr-border-radius) var(--tblr-border-radius) 0 0;
    }

    .shop-catalogue-navigation .card {
        border-top: 0;
        border-radius: 0 0 var(--tblr-border-radius) var(--tblr-border-radius);
    }

    .shop-catalogue-navigation .card-header {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .community-content-carousel .search-rich-card {
        flex-basis: calc((100% - 2rem) / 3);
    }

    .article-index-rich-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767.98px) {
    .community-content-carousel .search-rich-card {
        flex-basis: calc((100% - 1rem) / 2);
    }
}

@media (max-width: 575.98px) {
    .community-content-carousel .search-rich-card {
        flex-basis: 100%;
    }

    .article-index-rich-grid {
        grid-template-columns: 1fr;
    }

}

.site-header-brand {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 1vw + .9rem, 1.55rem);
    font-weight: 400;
    letter-spacing: 0;
}

.site-header-brand .avatar {
    width: var(--kd-header-control-size);
    height: var(--kd-header-control-size);
    border-radius: var(--kd-header-control-radius);
}

.site-header-brand .avatar img {
    border-radius: var(--kd-header-control-radius);
}

.site-header-brand:hover,
.site-header-brand:focus {
    color: #fff;
}

.site-header-shell .avatar {
    border-radius: var(--kd-header-control-radius);
}

.site-header-shell .navbar-nav .nav-link {
    position: relative;
    color: #dbe5ef;
    font-size: 1rem;
    font-weight: 500;
}

.site-header-shell .navbar-nav .nav-link:hover,
.site-header-shell .navbar-nav .nav-link:focus,
.site-header-shell .navbar-nav .active > .nav-link,
.site-header-shell .navbar-nav .nav-item.active .nav-link {
    color: #fff;
}

.site-header-nav .navbar-nav > .nav-item > .nav-link {
    align-items: center;
    min-height: 56px;
    padding: .95rem 1rem;
}

.site-header-nav .navbar-nav > .nav-item {
    position: relative;
}

.site-header-nav .navbar-nav > .nav-item > .nav-link::before {
    display: none !important;
}

.site-header-nav .navbar-nav > .nav-item > .nav-link::after {
    display: none !important;
}

.site-header-nav .navbar-nav > .nav-item.active::after {
    position: absolute;
    right: .8rem;
    bottom: 0;
    left: .8rem;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: var(--kd-yellow);
    content: "";
    pointer-events: none;
}

.site-header-shell .nav-link-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    color: var(--kd-yellow);
    opacity: .9;
}

.site-header-nav .nav-link-icon {
    position: static;
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    justify-content: center;
}

.site-header-shell .nav-link-icon > .ti {
    line-height: 1;
    transform: none;
}

.site-header-nav .navbar-nav > .nav-item > .nav-link {
    display: inline-flex;
    gap: .6rem;
}

.site-header-nav .nav-link-title {
    line-height: 1.25rem;
}

.site-header-shell .dropdown-menu {
    border-color: #34404a;
    background: #10161b;
}

@media (min-width: 768px) {
    .site-header-main .nav-item.dropdown > .dropdown-menu {
        top: 100%;
        right: 0;
        left: auto;
        min-width: 14rem;
        margin-top: 0;
        transform: none;
    }

    .site-header-main .nav-item.dropdown:hover > .dropdown-menu,
    .site-header-main .nav-item.dropdown:focus-within > .dropdown-menu {
        display: block;
    }

    .site-header-main .site-header-account-dropdown > .dropdown-menu {
        top: 100%;
        right: 0;
        left: auto;
        min-width: 14rem;
        margin-top: 0;
        transform: none;
    }

    .site-header-main .site-header-account-dropdown:hover > .dropdown-menu,
    .site-header-main .site-header-account-dropdown:focus-within > .dropdown-menu {
        display: block;
    }

    .site-header-main .site-header-account-dropdown:hover > .site-header-account-button,
    .site-header-main .site-header-account-dropdown:focus-within > .site-header-account-button {
        border-color: var(--kd-yellow);
        color: #fff;
    }

    .site-header-nav .nav-item.dropdown > .dropdown-menu {
        top: 100%;
        right: auto;
        left: 0;
        min-width: 13rem;
        margin-top: 0;
        transform: none;
    }

    .site-header-nav .nav-item.dropdown:hover > .dropdown-menu,
    .site-header-nav .nav-item.dropdown:focus-within > .dropdown-menu {
        display: block;
    }

    .site-header-nav .nav-item.dropdown:hover > .nav-link,
    .site-header-nav .nav-item.dropdown:focus-within > .nav-link {
        color: #fff;
    }
}

.site-header-shell .dropdown-item {
    color: #dbe5ef;
    font-weight: 600;
}

.site-header-shell .dropdown-item:hover,
.site-header-shell .dropdown-item:focus {
    background: #1d252c;
    color: #fff;
}

.site-header-shell .dropdown-item.active {
    background: var(--kd-yellow);
    color: #050607;
}

.site-header-shell .dropdown-header {
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: 0;
}

.site-header-shell .form-control {
    min-width: min(20rem, 28vw);
    border-color: #53606b;
    background: #050708;
    color: #eef3f7;
}

.site-header-shell .form-control::placeholder {
    color: #aeb9c3;
}

.site-mobile-menu {
    --bs-offcanvas-width: min(100vw, 400px);
    border-left: 1px solid #34404a;
    background: #0d1217;
    color: #eef3f7;
}

.site-mobile-menu .offcanvas-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    padding: 1rem 1.125rem;
    border-bottom: 1px solid #26313a;
    background: #111820;
}

.site-mobile-menu-close,
.site-mobile-menu-avatar {
    display: inline-grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border: 1px solid rgba(238, 243, 247, .26);
    border-radius: var(--kd-header-control-radius);
    background: rgba(8, 11, 14, .62);
    color: #dbe5ef;
    font-size: 1.35rem;
    line-height: 1;
    text-decoration: none;
}

.site-mobile-menu-close:hover,
.site-mobile-menu-close:focus {
    color: #fff;
}

.site-mobile-menu-brand {
    display: inline-flex;
    gap: .65rem;
    align-items: center;
    justify-self: start;
    min-width: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.18rem, 4.1vw, 1.55rem);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.site-mobile-menu-brand .avatar {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: var(--kd-header-control-radius);
}

.site-mobile-menu-brand .avatar img {
    border-radius: var(--kd-header-control-radius);
}

.site-mobile-menu-brand:hover,
.site-mobile-menu-brand:focus {
    color: #fff;
}

.site-mobile-menu-auth {
    display: flex;
    gap: .5rem;
    align-items: center;
}

.site-mobile-menu-auth .btn {
    min-height: 2.35rem;
    padding-right: .75rem;
    padding-left: .75rem;
    font-size: .88rem;
}

.site-mobile-menu .offcanvas-body {
    padding: 0;
    background: #0d1217;
    color: #eef3f7;
}

.site-mobile-menu-territory {
    background: #141b24;
    color: #dbe5ef;
}

.site-mobile-menu-nav {
    padding: .5rem 0 2rem;
}

.site-mobile-menu-row {
    display: flex;
    width: 100%;
    min-height: 3.55rem;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .72rem 1.125rem;
    border: 0;
    background: transparent;
    color: #dbe5ef;
    font: inherit;
    font-size: 1.02rem;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.site-mobile-menu-territory .site-mobile-menu-row {
    min-height: 3.75rem;
    color: #e8edf4;
    font-size: 1.05rem;
}

.site-mobile-menu-row span {
    display: inline-flex;
    gap: .75rem;
    align-items: center;
}

.site-mobile-menu-row i {
    flex: 0 0 auto;
    color: var(--kd-yellow);
    font-size: 1.22rem;
}

.site-mobile-menu-row:hover,
.site-mobile-menu-row:focus {
    color: #fff;
}

.site-mobile-menu-territory .site-mobile-menu-row:hover,
.site-mobile-menu-territory .site-mobile-menu-row:focus {
    color: #fff;
}

.site-mobile-menu-sublist {
    display: grid;
    gap: .1rem;
    padding: 0 1.125rem .75rem 3.1rem;
}

.site-mobile-menu-sublist a,
.site-mobile-menu-sublist button,
.site-mobile-account-links a {
    padding: .45rem 0;
    border: 0;
    background: transparent;
    color: #cbd5df;
    font: inherit;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}

.site-mobile-menu-territory .site-mobile-menu-sublist a,
.site-mobile-menu-territory .site-mobile-menu-sublist button {
    color: #dbe5ef;
}

.site-mobile-account-links {
    display: grid;
    gap: .1rem;
    margin: 0 1.125rem 1.5rem;
    padding-top: .75rem;
    border-top: 1px solid #34404a;
}

.site-mobile-account-links a {
    display: inline-flex;
    gap: .75rem;
    align-items: center;
}

.site-brand {
    color: #fff;
    text-decoration: none;
}

.site-brand:hover {
    color: #fff;
}

.site-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    object-fit: contain;
    background: #fff;
}

.site-brand-name {
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
}

.site-brand-territory,
.eyebrow,
.site-footer-heading {
    color: var(--bs-secondary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.site-brand-territory {
    color: #ffe500;
}

.site-mainnav .nav-link {
    color: #e6edf3;
    font-weight: 900;
    text-transform: uppercase;
}

.site-mainnav .nav-link:hover,
.site-mainnav .nav-link:focus {
    color: #fff;
}

.site-mainnav .dropdown-menu {
    border-color: #2a3138;
    background: #11161b;
}

.site-mainnav .dropdown-item {
    font-weight: 800;
}

.site-megamenu {
    min-width: 520px;
    padding: .75rem;
}

.site-megamenu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .65rem;
}

.site-megamenu-item {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .65rem;
    min-height: 86px;
    padding: .75rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #151b21;
    color: #eef3f7;
    text-decoration: none;
}

.site-megamenu-item:hover,
.site-megamenu-item:focus {
    border-color: #ffe500;
    background: #1d252c;
    color: #fff;
}

.site-megamenu-item i {
    color: #ff3b36;
    font-size: 1.35rem;
}

.site-megamenu-item strong,
.site-megamenu-item small {
    display: block;
}

.site-megamenu-item small {
    margin-top: .2rem;
    color: #aeb9c3;
    font-weight: 700;
}

.site-claim-button,
.submission-form button {
    --bs-btn-bg: var(--kd-red);
    --bs-btn-border-color: var(--kd-red);
    --bs-btn-hover-bg: var(--kd-red-dark);
    --bs-btn-hover-border-color: var(--kd-red-dark);
    font-weight: 800;
}

.site-claim-button {
    --bs-btn-color: #fff;
    --bs-btn-border-color: var(--kd-red);
    --bs-btn-hover-bg: var(--kd-red);
    --bs-btn-hover-border-color: var(--kd-red);
    min-width: 128px;
}

.site-booking-button {
    --bs-btn-bg: #ffe500;
    --bs-btn-border-color: #ffe500;
    --bs-btn-color: #050607;
    --bs-btn-hover-bg: var(--kd-yellow);
    --bs-btn-hover-border-color: var(--kd-yellow);
    --bs-btn-hover-color: #050607;
    --bs-btn-active-bg: #d9c817;
    --bs-btn-active-border-color: #d9c817;
    --bs-btn-active-color: #050607;
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    font-weight: 900;
}

body.auth-entry-page {
    margin: 0;
    min-height: 100vh;
    padding-top: 0 !important;
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .82), rgba(5, 6, 7, .54)),
        url("/media/generic/karting-action-hero.webp");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-entry-page::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 76% 12%, rgba(255, 229, 0, .14), transparent 26rem);
    content: "";
}

body.booking-entry-page {
    margin: 0;
    min-height: 100vh;
    padding-top: 0 !important;
    background:
        linear-gradient(90deg, rgba(3, 5, 8, .84) 0%, rgba(3, 5, 8, .64) 46%, rgba(3, 5, 8, .42) 100%),
        radial-gradient(circle at 72% 16%, rgba(255, 229, 0, .18), transparent 21rem),
        linear-gradient(180deg, rgba(3, 5, 8, .34), rgba(3, 5, 8, .68)),
        url("/media/brand/KD-BG.webp");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.booking-entry-page::before {
    position: absolute;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 34%),
        radial-gradient(circle at 82% 8%, rgba(255, 229, 0, .12), transparent 19rem);
}

.funnel-shell {
    box-sizing: border-box;
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding-right: var(--kd-site-padding-x);
    padding-left: var(--kd-site-padding-x);
}

.funnel-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1100;
    padding: 0;
    background: transparent;
}

.funnel-header .funnel-shell,
.funnel-footer .funnel-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.funnel-header .funnel-shell {
    min-height: 4.75rem;
}

.funnel-brand {
    display: inline-flex;
    gap: .65rem;
    align-items: center;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
}

.funnel-brand:hover,
.funnel-brand:focus {
    color: #fff;
}

.funnel-footer a:hover,
.funnel-footer a:focus {
    color: #ffe500;
}

.funnel-brand-mark {
    display: inline-grid;
    width: var(--kd-header-control-size);
    height: var(--kd-header-control-size);
    place-items: center;
    overflow: hidden;
    border-radius: var(--kd-header-control-radius);
    background: #fff;
}

.funnel-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: var(--kd-header-control-radius);
}

.funnel-footer,
.funnel-footer a {
    color: rgba(255, 255, 255, .82);
    font-weight: 800;
    text-decoration: none;
}

.funnel-close-button {
    display: inline-grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 6px;
    background: rgba(5, 6, 7, .28);
    color: #fff;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.funnel-close-button:hover,
.funnel-close-button:focus {
    border-color: #ffe500;
    background: rgba(5, 6, 7, .42);
    color: #ffe500;
}

.funnel-close-button i {
    font-size: 1.45rem;
    line-height: 1;
}

.funnel-footer {
    position: fixed;
    inset: auto 0 0;
    z-index: 1090;
    padding: .85rem 0;
    background: transparent;
    font-size: .85rem;
}

body.booking-entry-page .funnel-header {
    position: sticky;
    top: 0;
    inset-inline: auto;
    z-index: 1100;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(3, 5, 8, .8);
    backdrop-filter: blur(12px);
}

body.booking-entry-page .funnel-footer {
    position: static;
    inset: auto;
    background: rgba(3, 5, 8, .34);
    backdrop-filter: blur(10px);
}

body.booking-entry-page .funnel-footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.funnel-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
}

.account-profile-editor {
    overflow: hidden;
}

.account-success-alert {
    border: 1px solid rgba(47, 179, 68, .58);
    border-left-width: 5px;
    background:
        linear-gradient(100deg, rgba(47, 179, 68, .24), rgba(15, 54, 28, .86));
    color: #e9ffed;
    box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .22);
}

.account-success-alert .alert-title {
    color: #fff;
}

.account-success-alert-icon {
    flex: 0 0 auto;
    color: #51cf66;
    font-size: 1.75rem;
    line-height: 1;
}

.account-success-alert .btn-close {
    filter: invert(1);
    opacity: .78;
}

.account-mobile-nav-toggle {
    display: flex;
    width: 100%;
    min-height: 3.5rem;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid #303a43;
    background: #0d1217;
    color: #eef3f7;
    font-weight: 700;
    text-align: left;
}

.account-mobile-nav-toggle:hover,
.account-mobile-nav-toggle:focus-visible {
    background: #151b21;
    color: #fff;
}

.account-mobile-nav-chevron {
    transition: transform .2s ease;
}

.account-mobile-nav-toggle[aria-expanded="true"] .account-mobile-nav-chevron {
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .account-page:has(.account-settings-sidebar) {
        padding-top: 0 !important;
    }

    .account-settings-sidebar {
        position: relative;
        left: 50%;
        z-index: 1095;
        width: 100vw;
        max-width: 100vw;
        margin-left: -50vw;
        padding-right: 0;
        padding-left: 0;
    }

    .account-settings-navigation {
        position: static;
        width: 100%;
        border-bottom: 1px solid #303a43;
        background: #0d1217;
        box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, .48);
    }

    .account-settings-navigation .card {
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .account-settings-navigation .card-body {
        padding: .5rem 0 1rem;
    }

    .account-settings-navigation .list-group-item {
        padding: .85rem 1rem .85rem 2.5rem !important;
        border-radius: 0;
    }

    .account-settings-navigation .list-group-item > i {
        flex: 0 0 1.5rem;
        width: 1.5rem;
        margin-left: 0 !important;
        text-align: center;
    }

    .account-settings-navigation .subheader {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .account-settings-navigation .btn {
        width: calc(100% - 2rem) !important;
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

.account-profile-cover {
    position: relative;
    display: flex;
    min-height: 260px;
    align-items: flex-end;
    isolation: isolate;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.account-profile-cover-empty {
    background:
        radial-gradient(circle at 78% 28%, rgba(255, 229, 0, .18), transparent 25%),
        linear-gradient(120deg, #202932, #0b1015 62%, #151b21);
}

.account-profile-cover-shade {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 7, 9, .1), rgba(5, 7, 9, .94));
}

.account-profile-cover-edit {
    position: absolute;
    z-index: 2;
    top: 1.25rem;
    right: 1.25rem;
    border-color: rgba(255, 255, 255, .28);
    background: rgba(7, 11, 15, .82);
    color: #fff;
    backdrop-filter: blur(8px);
}

.account-profile-identity {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 2rem;
}

.account-profile-avatar-button {
    position: relative;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: inherit;
}

.account-profile-avatar-button:focus-visible {
    outline: 3px solid var(--kd-yellow);
    outline-offset: 4px;
}

.account-profile-identity > div {
    min-width: 0;
}

.account-profile-identity h1,
.account-profile-identity p {
    color: #fff;
    overflow-wrap: anywhere;
}

.account-profile-avatar {
    flex: 0 0 auto;
    width: 6rem;
    height: 6rem;
    border: 3px solid rgba(255, 255, 255, .92);
    border-radius: 8px;
    background-color: #fff;
    color: #18212a;
    font-size: 2rem;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .38);
}

.account-profile-avatar-edit {
    position: absolute;
    right: -.4rem;
    bottom: -.4rem;
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #151b21;
    color: #fff;
    box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .4);
}

.profile-media-modal.modal {
    z-index: 2060;
}

body:has(.profile-media-modal.show) > .modal-backdrop {
    z-index: 2050;
}

.profile-media-modal .modal-dialog {
    --bs-modal-width: 48rem;
    z-index: 1;
    margin: calc(74px + 1rem) auto 1rem;
    isolation: isolate;
}

.profile-media-modal .modal-content {
    z-index: 1;
    max-height: calc(100vh - 74px - 2rem);
    border-color: #38434d;
    background: #11161b !important;
    opacity: 1;
    box-shadow: 0 1.75rem 5rem rgba(0, 0, 0, .72);
    transform: translateZ(0);
}

.profile-media-modal .modal-body {
    overflow-y: auto;
}

.profile-media-stage {
    position: relative;
    overflow: hidden;
    width: min(100%, 42rem);
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, .16);
    background:
        linear-gradient(45deg, rgba(255, 255, 255, .04) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, .04) 25%, transparent 25%),
        #080c10;
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px;
    touch-action: none;
}

.profile-media-stage.is-editable {
    cursor: grab;
}

.profile-media-stage.is-editable:active {
    cursor: grabbing;
}

.profile-media-stage--square {
    width: min(100%, 27rem);
    aspect-ratio: 1;
    border-radius: 12px;
}

.profile-media-stage--cover {
    aspect-ratio: 8 / 3;
    border-radius: 8px;
}

.profile-media-stage img {
    width: 100%;
    height: 100%;
    transform-origin: center;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.profile-media-zoom-controls {
    position: absolute;
    z-index: 2;
    right: .75rem;
    bottom: .75rem;
    display: flex;
    gap: .4rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity .16s ease;
}

.profile-media-stage.is-editable .profile-media-zoom-controls {
    opacity: 1;
    pointer-events: auto;
}

.profile-media-zoom-controls .btn {
    border-color: rgba(255, 255, 255, .38);
    background: rgba(7, 11, 15, .84);
    color: #fff;
    backdrop-filter: blur(8px);
}

.profile-media-touch-hint {
    display: none;
}

@media (hover: none), (pointer: coarse) {
    .profile-media-zoom-controls {
        display: none;
    }

    .profile-media-desktop-hint {
        display: none;
    }

    .profile-media-touch-hint {
        display: inline;
    }
}

.profile-media-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: .75rem;
    color: var(--kd-muted);
    text-align: center;
}

.profile-media-placeholder[hidden] {
    display: none;
}

.profile-media-placeholder i {
    font-size: 2.25rem;
}

.account-profile-section {
    display: grid;
    grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.account-profile-section .eyebrow {
    color: var(--kd-yellow);
}

.account-profile-section .form-hint {
    margin-top: .5rem;
    color: var(--kd-muted);
}

.account-profile-editor .input-group-text {
    min-width: 3.25rem;
    justify-content: center;
}

.account-profile-editor textarea {
    resize: vertical;
}

.auth-entry-page .account-page {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 6.25rem !important;
    padding-bottom: 5.25rem !important;
}

.auth-entry-page .account-page .card {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(10, 14, 18, .9);
    color: #eef3f7;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .42);
    backdrop-filter: blur(10px);
}

.auth-entry-page .account-page .form-control,
.auth-entry-page .account-page .form-select {
    border-color: rgba(255, 255, 255, .28);
    background-color: rgba(255, 255, 255, .08);
    color: #fff;
}

.auth-entry-page .account-page .form-control::placeholder {
    color: rgba(255, 255, 255, .48);
}

.auth-entry-page .account-page .form-control:disabled {
    background-color: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .7);
}

.auth-entry-page .account-page .alert-light {
    background: rgba(255, 255, 255, .08);
    color: #eef3f7;
}

.auth-page-title {
    margin: 0;
    font-family: var(--kd-heading-font);
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: var(--font-heading-weight);
    line-height: 1.05;
}

.auth-section-title {
    margin: 0;
    font-family: var(--kd-heading-font);
    font-size: clamp(1.25rem, 1.6vw, 1.55rem);
    font-weight: var(--font-heading-weight);
    line-height: 1.15;
}

.auth-page-subtitle {
    max-width: 46rem;
    font-size: 1.1rem;
    line-height: 1.55;
}

.auth-method-grid > [class*="col-"] {
    min-width: 0;
}

.auth-method-social {
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding-top: 1.5rem;
}

.account-register-card {
    overflow: hidden;
}

.account-register-steps {
    display: grid;
    gap: .75rem;
}

.account-register-step {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
    color: var(--bs-secondary-color);
}

.account-register-step span {
    display: inline-grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border: 1px solid var(--bs-border-color);
    border-radius: 50%;
    font-weight: 900;
}

.account-register-step strong {
    color: inherit;
}

.account-register-step.is-current,
.account-register-step.is-complete {
    color: var(--kd-text);
}

.account-register-step.is-current span,
.account-register-step.is-complete span {
    border-color: var(--kd-yellow);
    background: var(--kd-yellow);
    color: #050607;
}

.account-register-divider {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    margin: 1.25rem 0;
    color: var(--bs-secondary-color);
    font-size: .85rem;
    font-weight: 800;
    text-align: center;
}

.account-register-divider::before,
.account-register-divider::after {
    height: 1px;
    background: var(--bs-border-color);
    content: "";
}

.account-social-stack {
    display: grid;
    gap: .75rem;
}

.account-social-button {
    display: grid;
    grid-template-columns: 1.5rem minmax(0, 1fr) auto;
    gap: .65rem;
    align-items: center;
    min-height: 3rem;
    text-align: left;
}

.account-social-button,
.account-social-button:hover,
.account-social-button:focus {
    color: #fff;
}

.account-social-button-google {
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #dadce0;
    --bs-btn-color: #202124;
    --bs-btn-hover-bg: #f8fafd;
    --bs-btn-hover-border-color: #dadce0;
    --bs-btn-hover-color: #202124;
    --tblr-btn-bg: #fff;
    --tblr-btn-border-color: #dadce0;
    --tblr-btn-color: #202124;
}

.account-social-button-google,
.account-social-button-google:hover,
.account-social-button-google:focus {
    color: #202124;
}

.account-social-button-facebook {
    --bs-btn-bg: #1877f2;
    --bs-btn-border-color: #1877f2;
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #166fe5;
    --bs-btn-hover-border-color: #166fe5;
    --bs-btn-hover-color: #fff;
    --tblr-btn-bg: #1877f2;
    --tblr-btn-border-color: #1877f2;
    --tblr-btn-color: #fff;
}

.account-social-button-facebook:disabled,
.account-social-button-facebook.disabled {
    background-color: #1877f2;
    border-color: #1877f2;
    color: #fff;
}

.account-social-button-linkedin {
    --bs-btn-bg: #0a66c2;
    --bs-btn-border-color: #0a66c2;
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: #095cad;
    --bs-btn-hover-border-color: #095cad;
    --bs-btn-hover-color: #fff;
    --tblr-btn-bg: #0a66c2;
    --tblr-btn-border-color: #0a66c2;
    --tblr-btn-color: #fff;
}

.account-social-button-linkedin:disabled,
.account-social-button-linkedin.disabled {
    background-color: #0a66c2;
    border-color: #0a66c2;
    color: #fff;
}

.account-social-button:disabled,
.account-social-button.disabled {
    opacity: .72;
}

.account-social-button span {
    font-weight: 900;
}

.account-social-button small {
    color: currentColor;
    font-size: .75rem;
    font-weight: 800;
    opacity: .76;
}

.account-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.account-interest-option {
    position: relative;
    display: block;
    cursor: pointer;
}

.account-interest-option input {
    position: absolute;
    opacity: 0;
}

.account-interest-option span {
    display: flex;
    gap: .65rem;
    align-items: center;
    min-height: 4rem;
    padding: .85rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
    background: rgba(255, 255, 255, .02);
    color: var(--kd-text);
    font-weight: 900;
}

.account-interest-option i {
    color: var(--kd-yellow);
    font-size: 1.25rem;
}

.account-interest-option input:checked + span {
    border-color: var(--kd-yellow);
    box-shadow: inset 0 0 0 1px var(--kd-yellow);
}

.account-interest-option input:focus-visible + span {
    outline: 3px solid rgba(255, 229, 0, .4);
    outline-offset: 3px;
}

.site-footer {
    position: relative;
    z-index: 2;
    border-top: 1px solid #20262d;
    background: linear-gradient(180deg, #101418 0%, #080b0e 100%);
    color: #e6edf3;
    isolation: isolate;
}

.site-footer-shell {
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding: 3rem var(--kd-site-padding-x) 2rem;
}

.site-footer--compact .site-footer-shell {
    padding-top: 0;
}

.site-footer--compact .site-footer-bottom {
    margin-top: 0;
    border-top: 0;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, .72fr)) minmax(210px, .95fr);
    gap: 2rem;
    align-items: start;
}

.site-footer-grid > [class*="col-"] {
    width: auto;
    max-width: none;
    padding: 0;
}

.site-footer-heading {
    margin-bottom: .85rem;
    color: #fff;
    font-size: .88rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.site-footer-copy,
.site-footer-bottom,
.site-footer .nav-link {
    color: #cbd5df;
}

.site-footer a {
    color: #e4edf5;
    font-weight: 500;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--kd-link-hover);
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    margin-top: 1rem;
}

.site-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
}

.site-footer-social a:hover,
.site-footer-social a:focus-visible {
    border-color: var(--kd-link-hover);
    background: rgb(255 255 255 / 8%);
    color: var(--kd-link-hover);
}

.site-footer ul {
    margin: 0;
}

.site-footer li + li {
    margin-top: .28rem;
}

.site-footer .nav-link::before {
    margin-right: .45rem;
    color: var(--kd-yellow);
    content: ">";
    font-weight: 700;
}

.site-footer .disabled {
    color: #9aa7b3;
    opacity: 1;
}

.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem 2rem;
    align-items: center;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #2a3138;
}

.site-footer-copy,
.site-footer-bottom,
.lede,
.section-note,
.empty-state,
.venue-row p,
.venue-tile p,
.job-row p,
.job-row time,
.article-meta,
.organisation-card p,
.home-module-grid p,
.home-list-panel p,
.action-panel p {
    color: var(--bs-secondary-color);
}

.site-footer .site-footer-copy,
.site-footer .site-footer-bottom,
.site-footer .site-footer-bottom a {
    color: #dbe5ef;
}

.site-footer .site-footer-bottom a:hover {
    color: var(--kd-link-hover);
}

.site-footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.1rem;
    justify-content: flex-end;
}

.site-footer-cookie-button {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    color: #e4edf5;
    font: inherit;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: .18em;
}

.site-footer-cookie-button::before {
    color: #7f8d9b;
    content: "(";
    text-decoration: none;
}

.site-footer-cookie-button::after {
    color: #7f8d9b;
    content: ")";
    text-decoration: none;
}

.site-footer-cookie-button:hover,
.site-footer-cookie-button:focus {
    color: var(--kd-link-hover);
}

.site-footer-cookie-group {
    display: inline-flex;
    gap: .35rem;
    align-items: baseline;
    white-space: nowrap;
}

.platform-shell {
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding: 3rem 0;
    color: #eef3f7;
}

.directory-shell {
    padding-top: 2rem;
}

.platform-shell a,
.directory-shell a {
    color: #ffd1cd;
}

.platform-shell a:hover,
.directory-shell a:hover,
.platform-shell a:focus,
.directory-shell a:focus {
    color: #fff;
}

.global-home {
    flex-shrink: 0;
    overflow-x: clip;
    background:
        linear-gradient(180deg, rgba(5, 6, 7, .86), rgba(5, 6, 7, .9)),
        url("/media/brand/KD-BG.webp") center top / cover fixed no-repeat,
        #050607;
    color: #eef3f7;
}

.global-home-shell {
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding-right: var(--kd-site-padding-x);
    padding-left: var(--kd-site-padding-x);
}

.global-home-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #20262d;
    background: #080b0e;
}

.global-home-hero::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .82) 0%, rgba(5, 6, 7, .56) 48%, rgba(5, 6, 7, .18) 100%),
        linear-gradient(180deg, rgba(5, 6, 7, .02), rgba(5, 6, 7, .48));
    content: "";
    pointer-events: none;
}

.global-home-hero-slides,
.global-home-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.global-home-hero-slide {
    object-fit: cover;
    object-position: center 58%;
    opacity: 0;
    transition: opacity 1.4s ease-in-out;
}

.global-home-hero-slide.is-active {
    opacity: 1;
}

.global-home-simple-hero {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: end;
    min-height: 480px;
    padding-top: 6rem;
    padding-bottom: 3.5rem;
}

.global-home-hero-motion {
    position: absolute;
    z-index: 3;
    right: max(calc((100% - var(--kd-site-width)) / 2 + var(--kd-site-padding-x)), calc(var(--kd-site-gutter) / 2 + var(--kd-site-padding-x)));
    bottom: 3.5rem;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 6px;
    background: rgba(5, 6, 7, .72);
    color: #fff;
    font-size: 1rem;
    backdrop-filter: blur(5px);
}

.global-home-hero-motion:hover,
.global-home-hero-motion:focus-visible {
    border-color: #ffe500;
    background: #11161b;
    outline: 3px solid rgba(255, 229, 0, .25);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .global-home-hero-slide {
        transition: none;
    }
}

/* Worldwide surfaces follow the Kart Directory brand rather than the retired
   generic blue/red platform skin. Keep these overrides last so the global and
   territory search primitives share structure without sharing blue accents. */
.worldwide-surface {
    background:
        linear-gradient(rgba(5, 7, 9, .92), rgba(5, 7, 9, .96)),
        url('/media/karting-background.webp') center top / cover fixed;
    color: #eef3f7;
}

.worldwide-header {
    border-bottom: 1px solid #242b31;
    background:
        linear-gradient(105deg, rgba(4, 6, 8, .98) 0%, rgba(8, 11, 14, .92) 58%, rgba(8, 11, 14, .72) 100%),
        url('/media/homepage-heroes/world-karting-hero.webp') center 58% / cover no-repeat;
}

.worldwide-header h1 {
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.02;
}

.worldwide-header p {
    color: #b9c4ce;
}

.worldwide-back,
.worldwide-card-label {
    color: #ffe500;
}

.worldwide-nav a {
    border: 1px solid #353d45;
    border-radius: 7px;
    background: #101418;
    box-shadow: none;
    color: #dce5ec;
    font-weight: 800;
}

.worldwide-nav a:hover,
.worldwide-nav a:focus-visible,
.worldwide-nav a.is-active {
    border-color: #ffe500;
    background: #ffe500;
    color: #080b0e;
}

.worldwide-grid {
    background: transparent;
}

.worldwide-card {
    border-color: #2a3138;
    border-radius: 10px;
    background: #101418;
    box-shadow: none;
}

.worldwide-card h2 a {
    color: #fff;
}

.worldwide-card h2 a:hover,
.worldwide-card h2 a:focus-visible {
    color: #ffe500;
}

.worldwide-card p,
.worldwide-card small {
    color: #aebbc7;
}

.worldwide-search-form,
.worldwide-search-form--home {
    border: 1px solid #3b454e;
    border-radius: 8px;
    background: #101418;
    box-shadow: none;
}

.worldwide-search-form input {
    background: transparent;
    color: #fff;
}

.worldwide-search-form button {
    border-radius: 6px;
    background: #ffe500;
    color: #080b0e;
    font-family: var(--font-heading);
    text-transform: uppercase;
}

.worldwide-search-serp .search-serp-form:focus-within {
    border-color: #ffe500;
    box-shadow: 0 0 0 3px rgba(255, 229, 0, .13);
}

.worldwide-search-serp .search-serp-form-submit,
.worldwide-search-serp .search-serp-tabs a.active,
.worldwide-search-serp .search-serp-tabs a:hover,
.worldwide-search-serp .search-serp-tabs a:focus-visible,
.worldwide-search-serp .search-serp-module-header > a,
.worldwide-search-serp .search-place-row-body strong {
    color: #ffe500;
}

.worldwide-search-serp .search-serp-tabs a.active::after {
    background: #ffe500;
}

.worldwide-search-serp .search-match-pill {
    background: rgba(255, 229, 0, .12);
    color: #fff06a;
}

.worldwide-search-serp .search-featured-result {
    border-color: #30383f;
    background: #101418;
    box-shadow: inset 3px 0 0 #ffe500;
}

.worldwide-search-serp .search-featured-media,
.worldwide-search-serp .search-featured-media-fallback {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 229, 0, .12), transparent 34%),
        linear-gradient(135deg, #171d22, #0a0d10);
    color: #ffe500;
}

.worldwide-search-serp .search-featured-media-fallback i {
    color: #ffe500;
}

.worldwide-search-serp .search-rich-card,
.worldwide-search-serp .search-start-grid div {
    border-color: #2a3138;
    background: #101418;
}

.worldwide-search-serp .search-rich-card:hover,
.worldwide-search-serp .search-rich-card:focus-visible {
    border-color: #ffe500;
}

.worldwide-search-serp .search-rich-media-fallback,
.worldwide-search-serp .search-start-grid i {
    color: #ffe500;
}

/* Worldwide search uses the same result language as territory search, but has
   no territory-specific advert rail. Let its results use the full content
   width and give each result enough room to identify its location. */
.worldwide-search-serp .search-serp-control-layout,
.worldwide-search-serp .search-serp-layout {
    grid-template-columns: minmax(0, 1fr);
}

.worldwide-search-serp .search-serp-layout > .search-serp-main {
    grid-column: 1;
}

.worldwide-search-serp .search-place-row {
    grid-template-columns: 24px 78px minmax(0, 1fr) auto 24px;
}

.worldwide-search-serp .search-place-row-media {
    display: grid;
    width: 78px;
    height: 58px;
    overflow: hidden;
    place-items: center;
    border-radius: 8px;
    background: #303134;
    color: #8ab4f8;
}

.worldwide-search-serp .search-place-row-media img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.worldwide-search-serp .search-place-row-body {
    display: grid;
    min-width: 0;
    gap: .15rem;
}

.worldwide-search-serp .search-place-row-body strong {
    color: #8ab4f8;
    font-weight: 500;
}

.worldwide-search-serp .search-place-row-body small,
.worldwide-search-serp .search-place-row-body > span {
    overflow: hidden;
    color: #bdc1c6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.worldwide-result-territory {
    color: #ffe500;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .worldwide-search-serp .search-place-row {
        grid-template-columns: 24px 64px minmax(0, 1fr) 20px;
        gap: .6rem;
    }

    .worldwide-search-serp .search-place-row-media {
        width: 64px;
        height: 52px;
    }

    .worldwide-search-serp .search-place-row > .search-match-pill {
        display: none;
    }
}

.global-home-copy h1,
.global-home-section-heading h2,
.global-home-upcoming h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: 0;
}

.global-home-copy h1 {
    max-width: 820px;
    font-size: clamp(2.6rem, 4.3vw, 4.9rem);
    line-height: 1.03;
}

.global-home .eyebrow {
    color: #ffe500;
}

.global-home-copy .lede {
    max-width: 680px;
    color: #dce5ec;
    font-size: 1.1rem;
    line-height: 1.6;
}

.global-home-real-counts {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.35rem;
}

.global-home-real-counts span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: .45rem .7rem;
    border: 1px solid rgba(255, 229, 0, .36);
    border-radius: 8px;
    background: rgba(5, 6, 7, .62);
    color: #fff;
    font-weight: 900;
}

.global-home-section {
    padding: 3rem 0;
    border-bottom: 1px solid #20262d;
    background:
        linear-gradient(180deg, rgba(5, 6, 7, .88), rgba(5, 6, 7, .92)),
        url("/media/brand/KD-BG.webp") center top / cover fixed no-repeat,
        #050607;
}

.global-home-section-heading {
    max-width: 820px;
    margin-bottom: 1.5rem;
}

.global-home-section-heading h2 {
    font-size: clamp(2rem, 3.4vw, 3.5rem);
    line-height: 1.08;
}

.global-home-section-heading p:not(.eyebrow) {
    margin: .85rem 0 0;
    color: #cbd5df;
    font-size: 1.05rem;
    line-height: 1.55;
}

.global-locations-header {
    padding: 4rem 0 2.5rem;
    border-bottom: 1px solid #20262d;
    background: linear-gradient(135deg, #111820, #07090c);
}

.global-locations-header h1 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    font-weight: 400;
}

.global-locations-header p:last-child {
    max-width: 720px;
    margin: 1rem 0 0;
    color: #cbd5df;
    font-size: 1.08rem;
}

.global-locations-map-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.global-locations-map {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    border: 1px solid #2a3138;
    border-radius: 12px;
    background: radial-gradient(circle at 50% 45%, #1b252d, #0b0f13 72%);
}

.global-locations-map svg {
    display: block;
    width: 100%;
    height: auto;
}

.global-locations-map-context {
    fill: #263039;
    opacity: .82;
}

.global-locations-map-country {
    fill: #d8c94a;
    cursor: pointer;
    filter: drop-shadow(0 0 3px rgba(255, 229, 0, .32));
    transition: fill .16s ease, filter .16s ease;
}

.global-locations-map a:hover .global-locations-map-country,
.global-locations-map a:focus .global-locations-map-country {
    fill: #ffe500;
    filter: drop-shadow(0 0 7px rgba(255, 229, 0, .82));
    outline: none;
}

.global-territory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.global-territory-card {
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: 246px;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
    color: #eef3f7;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.global-territory-card:hover,
.global-territory-card:focus {
    border-color: #ffe500;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.global-territory-card:hover *,
.global-territory-card:focus * {
    text-decoration: none;
}

.global-territory-card-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 6, 7, .04) 0%, rgba(5, 6, 7, .5) 60%, rgba(5, 6, 7, .96) 100%),
        radial-gradient(circle at 78% 18%, rgba(255, 229, 0, .08), transparent 38%),
        linear-gradient(135deg, #1c2730, #0b1014);
    transition: transform .22s ease, filter .22s ease;
}

.global-territory-card-media svg {
    position: absolute;
    top: 8%;
    right: 4%;
    width: 64%;
    height: 62%;
    overflow: visible;
    fill: none;
    filter:
        drop-shadow(0 8px 22px rgba(0, 0, 0, .18));
    stroke: none;
}

.global-territory-card-media use {
    stroke: none;
}

.global-territory-card-media .global-territory-map-context {
    fill: #263039;
    opacity: .72;
}

.global-territory-card-media .global-territory-map-highlight {
    fill: rgba(255, 229, 0, .58);
    filter:
        drop-shadow(0 0 1px rgba(255, 242, 166, .68))
        drop-shadow(0 6px 16px rgba(255, 229, 0, .16));
}

.global-territory-card:hover .global-territory-card-media,
.global-territory-card:focus .global-territory-card-media {
    filter: saturate(1.08) brightness(1.08);
    transform: scale(1.035);
}

.global-territory-card-body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .38rem;
    align-content: end;
    min-height: 100%;
    padding: 1rem;
}

.global-territory-label {
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.global-territory-code {
    width: max-content;
    color: #ffe500;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 400;
    line-height: .95;
}

.global-territory-card .global-territory-meta {
    color: #dce5ec;
    font-size: .9rem;
    font-weight: 900;
}

.global-territory-modules {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .2rem;
}

.global-territory-modules span {
    padding: .18rem .42rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(5, 6, 7, .56);
    color: #dce5ec;
    font-size: .72rem;
    font-weight: 900;
}

.global-home-upcoming {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #20262d;
}

.global-home-upcoming h2 {
    margin-bottom: .75rem;
    font-size: 1.6rem;
}

.global-home-upcoming-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: .75rem;
}

.global-home-upcoming-list a {
    display: grid;
    gap: .15rem;
    padding: .9rem 1rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #0d1115;
    color: #eef3f7;
    text-decoration: none;
}

.global-home-upcoming-list a:hover,
.global-home-upcoming-list a:focus {
    border-color: #ffe500;
    color: #fff;
    text-decoration: none;
}

.global-home-upcoming-list span {
    font-weight: 900;
}

.global-home-upcoming-list small {
    color: #aeb8c2;
    font-weight: 800;
}

.territory-coming-soon-page {
    background: var(--kd-bg);
    color: var(--kd-text);
}

.territory-coming-soon-hero {
    min-height: 58vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--kd-border);
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .9) 0%, rgba(5, 6, 7, .7) 48%, rgba(5, 6, 7, .36) 100%),
        linear-gradient(180deg, rgba(5, 6, 7, .1), rgba(5, 6, 7, .55)),
        var(--territory-coming-soon-image) center / cover no-repeat;
}

.territory-coming-soon-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
}

.territory-coming-soon-copy h1 {
    max-width: 860px;
    font-family: var(--kd-display-font);
    font-weight: var(--font-heading-weight);
    font-size: clamp(2.4rem, 6vw, 5.5rem);
    line-height: 1;
}

.territory-coming-soon-copy .lede {
    max-width: 680px;
}

.territory-coming-soon-panel {
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: rgba(17, 24, 29, 0.88);
    padding: clamp(1.25rem, 3vw, 2rem);
}

.territory-coming-soon-panel ul {
    display: grid;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

.territory-coming-soon-panel li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--kd-muted);
}

.territory-coming-soon-panel i {
    color: var(--kd-red);
    font-size: 1.25rem;
}

@media (max-width: 900px) {
    .territory-coming-soon-grid {
        grid-template-columns: 1fr;
    }
}

.circuit-index-shell .site-footer {
    margin-top: 0;
}

.circuit-index-breadcrumb {
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding: 1.5rem 0 0;
}

.circuit-index-breadcrumb a {
    text-decoration: none;
}

.circuit-index-breadcrumb a::after {
    margin: 0 .65rem;
    content: none;
}

.circuit-index-page {
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding: 0 0 3rem;
    color: #eef3f7;
}

@media (min-width: 992px) {
    .circuit-right-rail {
        position: sticky;
        top: var(--kd-sticky-rail-top);
        align-self: flex-start;
        z-index: 1;
    }
}

.circuit-index-hero {
    display: flex;
    align-items: end;
    min-height: 390px;
    padding: 2rem;
    border-bottom: 1px solid #20262d;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .88) 0%, rgba(5, 6, 7, .68) 42%, rgba(5, 6, 7, .2) 100%),
        url("/media/generic/karting-action-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
}

.circuit-index-hero-copy {
    max-width: 760px;
}

.circuit-index-hero h1 {
    max-width: 760px;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    line-height: 1.04;
}

.circuit-index-hero .eyebrow {
    color: #ffe500;
}

.circuit-index-hero .lede {
    color: #cbd5df;
}

.circuit-filter-panel {
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) minmax(180px, .7fr) minmax(200px, .8fr);
    gap: 1rem;
    align-items: end;
    padding: 1rem;
    margin: 1.25rem 0;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
}

.circuit-filter-panel label {
    display: block;
    margin-bottom: .35rem;
    color: #cbd5df;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.circuit-filter-panel .form-control,
.circuit-filter-panel .form-select,
.circuit-filter-panel .input-group-text {
    border-color: #3b4650;
    background-color: #07090b;
    color: #eef3f7;
}

.circuit-filter-panel .form-control::placeholder {
    color: #77838e;
}

.circuit-filter-actions {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
}

.circuit-filter-actions .btn-link {
    color: #cbd5df;
    text-decoration: none;
}

.circuit-advanced-search {
    padding-top: .25rem;
}

.circuit-advanced-search summary {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    color: var(--kd-muted-strong);
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: .9rem;
    font-weight: 400;
}

.circuit-advanced-search summary:hover,
.circuit-advanced-search summary:focus {
    color: #fff;
}

.circuit-advanced-search summary::marker {
    color: var(--kd-yellow);
}

.circuit-filter-panel-grid {
    display: grid;
    grid-template-columns: minmax(180px, .8fr) minmax(260px, 1.2fr) auto;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: rgba(5, 6, 7, .42);
}

.circuit-filter-checks {
    display: grid;
    gap: .45rem;
}

.circuit-filter-checks .form-check {
    display: flex;
    gap: .7rem;
    align-items: center;
    min-height: 1.6rem;
    margin: 0;
    padding-left: 0;
}

.circuit-filter-checks .form-check .form-check-input {
    float: none;
    margin: 0;
}

.circuit-filter-checks .form-check-label {
    margin: 0;
}

.circuit-filter-panel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    justify-content: flex-end;
}

[data-circuit-results-frame] {
    transition: opacity .16s ease;
}

[data-circuit-results-frame].is-loading {
    opacity: .62;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .circuit-filter-panel-grid {
        grid-template-columns: 1fr;
    }

    .circuit-filter-panel-actions {
        justify-content: flex-start;
    }
}

.circuit-index-summary {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1rem;
}

.circuit-index-summary span {
    padding: .45rem .65rem;
    border: 1px solid #2a3138;
    border-radius: 999px;
    background: #101418;
    color: #cbd5df;
    font-size: .88rem;
    font-weight: 900;
}

.circuit-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 1rem;
}

.circuit-card {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body .circuit-index-shell .circuit-card {
    background: transparent;
    backdrop-filter: none;
}

.circuit-card-media {
    position: relative;
}

.circuit-card-setting-pill {
    position: absolute;
    top: .65rem;
    left: .65rem;
    z-index: 2;
    padding: .18rem .45rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(5, 7, 9, .72);
    color: rgba(238, 243, 247, .9);
    font-size: .68rem;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}

.circuit-card-image {
    display: grid;
    place-items: center;
    min-height: 190px;
    background: #151b21;
    color: #ff3b36;
    text-decoration: none;
}

.circuit-card-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.circuit-card-media .ratio img,
.circuit-index-shell [data-directory-view-pane="list"] .ratio img {
    transition: transform .28s ease, filter .28s ease;
}

.circuit-card-media .ratio:hover img,
.circuit-card-media .ratio:focus-visible img,
.circuit-card:hover .circuit-card-media .ratio img,
.circuit-card:focus-within .circuit-card-media .ratio img,
.circuit-index-shell [data-directory-view-pane="list"] .ratio:hover img,
.circuit-index-shell [data-directory-view-pane="list"] .ratio:focus-visible img,
.circuit-index-shell [data-directory-view-pane="list"] .list-group-item:hover .ratio img,
.circuit-index-shell [data-directory-view-pane="list"] .list-group-item:focus-within .ratio img {
    transform: scale(1.045);
    filter: brightness(1.04);
}

@media (prefers-reduced-motion: reduce) {
    .circuit-card-media .ratio img,
    .circuit-index-shell [data-directory-view-pane="list"] .ratio img {
        transition: none;
    }

    .circuit-card-media .ratio:hover img,
    .circuit-card-media .ratio:focus-visible img,
    .circuit-card:hover .circuit-card-media .ratio img,
    .circuit-card:focus-within .circuit-card-media .ratio img,
    .circuit-index-shell [data-directory-view-pane="list"] .ratio:hover img,
    .circuit-index-shell [data-directory-view-pane="list"] .ratio:focus-visible img,
    .circuit-index-shell [data-directory-view-pane="list"] .list-group-item:hover .ratio img,
    .circuit-index-shell [data-directory-view-pane="list"] .list-group-item:focus-within .ratio img {
        transform: none;
        filter: none;
    }
}

.circuit-card-image span {
    display: grid;
    place-items: center;
    width: 4rem;
    height: 4rem;
    border: 1px solid #2a3138;
    border-radius: 999px;
    font-size: 2rem;
}

.circuit-card-body {
    display: grid;
    gap: .5rem;
    padding: .75rem 0 .1rem;
}

.circuit-card-kicker {
    margin: 0 0 .25rem;
    color: #ffe500;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.circuit-card h2 {
    margin: 0;
    font-size: 1.2rem;
}

.circuit-card h2 a {
    color: #fff;
    text-decoration: none;
}

.venue-verified-badge {
    display: inline-grid;
    width: 1.15rem;
    height: 1.15rem;
    margin-left: .2rem;
    place-items: center;
    border-radius: 50%;
    background: #1d9bf0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .16);
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: .78rem;
    line-height: 1;
    vertical-align: .08em;
}

.venue-verified-badge i {
    font-size: .82rem;
    font-weight: 900;
}

.venue-verified-badge-lg {
    width: 1.45rem;
    height: 1.45rem;
    margin-left: .3rem;
    vertical-align: middle;
    transform: translateY(-.2rem);
}

.venue-verified-badge-lg i {
    font-size: 1rem;
}

.circuit-card-location {
    margin: 0;
    color: #cbd5df;
}

.circuit-card-location {
    display: flex;
    gap: .38rem;
    align-items: flex-start;
    color: rgba(203, 213, 223, .76);
    font-size: .86rem;
    font-weight: 400;
    line-height: 1.35;
}

.circuit-card-location i {
    color: rgba(255, 83, 77, .78);
    padding-top: .08rem;
}

.circuit-distance {
    align-self: start;
    white-space: nowrap;
    padding: .25rem .5rem;
    border: 1px solid rgba(255, 229, 0, .5);
    border-radius: 999px;
    color: #ffe500;
    font-size: .82rem;
    font-weight: 900;
}

.circuit-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
}

.circuit-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 1.35rem;
    padding: .1rem .42rem;
    border: 1px solid rgba(238, 243, 247, .12);
    border-radius: 999px;
    background: rgba(29, 34, 40, .72);
    color: rgba(203, 213, 223, .72);
    font-family: var(--font-body);
    font-size: .68rem;
    font-weight: 500;
    line-height: 1.2;
}

.circuit-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    padding: 0;
    line-height: 1;
}

.circuit-index-shell [data-directory-view-pane="grid"] .row-cards {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.75rem;
}

.circuit-index-shell [data-directory-view-pane="grid"] .row-cards > .col {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(238, 243, 247, .11);
}

.circuit-index-shell [data-directory-view-pane="grid"] .circuit-card .ratio {
    overflow: hidden;
    border-radius: 8px;
    background: var(--kd-surface-2);
}

.circuit-index-shell [data-directory-view-pane="grid"] .circuit-card .ratio img,
.circuit-index-shell [data-directory-view-pane="grid"] .circuit-card .ratio span {
    border-radius: 8px;
}

.circuit-index-shell [data-directory-view-pane="list"] .list-group {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
}

.circuit-index-shell [data-directory-view-pane="list"] .list-group-item {
    padding: 1.6rem 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
}

.circuit-index-shell [data-directory-view-pane="list"] .list-group-item:first-child {
    border-top: 1px solid var(--kd-border);
}

.circuit-index-shell [data-directory-view-pane="list"] .list-group-item:last-child {
    border-bottom: 1px solid var(--kd-border);
}

.circuit-list-media {
    position: relative;
}

.circuit-list-copy {
    display: grid;
    gap: .5rem;
}

.circuit-list-header {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
}

.circuit-list-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.22;
}

.circuit-list-title a {
    color: #fff;
    text-decoration: none;
}

.circuit-list-title + .circuit-card-location {
    margin-top: .35rem;
}

.circuit-list-teaser {
    max-width: 82ch;
    margin: .1rem 0 0;
    color: rgba(203, 213, 223, .76);
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.45;
}

.circuit-list-meta {
    justify-content: flex-end;
    min-width: max-content;
    padding-top: .05rem;
}

.circuit-list-actions {
    margin-top: .15rem;
}

.circuit-list-actions .btn {
    min-height: 0;
    padding: .32rem .7rem;
    font-size: .8rem;
    line-height: 1.15;
}

@media (max-width: 767.98px) {
    .circuit-list-header {
        flex-direction: column;
        gap: .55rem;
    }

    .circuit-list-meta {
        justify-content: flex-start;
        min-width: 0;
    }
}

.circuit-index-shell [data-directory-view-pagination][hidden] {
    display: none !important;
}

.directory-map {
    min-height: 24rem;
    z-index: 0;
}

.circuit-index-shell .directory-map {
    min-height: clamp(32rem, 72vh, 58rem);
}

@media (min-width: 992px) {
    .directory-map.directory-results-map {
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }
}

.directory-map-popup {
    min-height: 3rem;
    color: #17202a;
}

.directory-map-popup::after {
    display: block;
    clear: both;
    content: "";
}

.directory-map-popup-logo {
    float: left;
    width: 3rem;
    height: 3rem;
    margin-right: .75rem;
    border: 1px solid rgba(23, 32, 42, .14);
    border-radius: .45rem;
    background: #fff;
    object-fit: contain;
}

.directory-map-popup-details {
    display: grid;
    gap: .18rem;
    min-width: 0;
    padding-top: .15rem;
}

.directory-map-popup-name {
    color: #173f7a;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

a.directory-map-popup-name:hover,
a.directory-map-popup-name:focus-visible {
    color: #0d62c7;
    text-decoration: underline;
}

.directory-map-popup-town {
    color: #66727f;
    font-size: .8rem;
    line-height: 1.3;
}

.directory-map-cluster {
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(50, 110, 210, .28);
}

.directory-map-cluster span {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 999px;
    background: #376fce;
    color: #fff;
    font-family: var(--font-body);
    font-size: .9rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 0 .45rem rgba(55, 111, 206, .2);
}

.directory-map-cluster-md span {
    width: 2.55rem;
    height: 2.55rem;
    background: #d6a81c;
    box-shadow: 0 0 0 .55rem rgba(214, 168, 28, .22);
}

.directory-map-cluster-lg span {
    width: 2.9rem;
    height: 2.9rem;
    background: #d19216;
    box-shadow: 0 0 0 .65rem rgba(209, 146, 22, .24);
}

@media (max-width: 767.98px) {
    .circuit-index-shell .directory-map {
        min-height: 28rem;
    }
}

.circuit-pagination {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    color: #cbd5df;
    font-weight: 900;
}

.regions-page {
    color: #eef3f7;
}

.region-show-page {
    color: #eef3f7;
}

.region-show-hero {
    border-bottom: 1px solid #20262d;
}

.region-show-panel,
.region-show-section,
.region-side-card,
.region-ad-slot {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
}

.region-show-panel {
    padding: 1.25rem;
}

.region-show-panel h1 {
    max-width: 760px;
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1.08;
}

.region-show-panel .eyebrow,
.region-show-section .eyebrow {
    color: #ffe500;
}

.region-show-panel .lede,
.region-show-intro,
.region-show-section p,
.region-side-card p {
    color: #cbd5df;
}

.region-show-intro {
    max-width: 780px;
    line-height: 1.65;
}

.region-show-child-links {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.25rem;
}

.region-show-child-links a {
    display: inline-flex;
    gap: .45rem;
    min-height: 2rem;
    align-items: center;
    padding: .25rem .55rem;
    border: 1px solid #3b4650;
    border-radius: 999px;
    color: #eef3f7;
    font-weight: 900;
    text-decoration: none;
}

.region-show-child-links a[aria-current="page"] {
    border-color: #ffe500;
    color: #ffe500;
}

.region-show-child-links span {
    display: inline-grid;
    place-items: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 .35rem;
    border-radius: 999px;
    background: #26313a;
    color: #cbd5df;
    font-size: .78rem;
    line-height: 1;
}

.region-show-child-links a[aria-current="page"] span {
    background: #ffe500;
    color: #050607;
}

.region-show-child-links a:hover,
.region-show-child-links a:focus {
    border-color: #ffe500;
    color: #ffe500;
}

.region-directory-map {
    height: 290px;
    min-height: 290px;
}

.region-show-section {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.region-detail-tagline {
    margin: 0 0 .7rem;
    color: #eef3f7;
    font-size: clamp(1.05rem, .55vw + .92rem, 1.35rem);
    font-weight: 800;
    line-height: 1.3;
}

.region-show-count {
    white-space: nowrap;
    padding: .4rem .65rem;
    border: 1px solid #303943;
    border-radius: 999px;
    color: #cbd5df;
    font-weight: 900;
}

.region-circuit-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.region-circuit-grid .circuit-card-image {
    min-height: 150px;
}

.region-detail-page-header {
    padding-bottom: clamp(.75rem, 1vw, 1.1rem) !important;
}

.region-detail-results-card [data-directory-view-pane="grid"] .row-cards {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.75rem;
}

.region-detail-results-card [data-directory-view-pane="grid"] .row-cards > .col {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(238, 243, 247, .11);
}

.region-detail-results-card [data-directory-view-pane="grid"] .circuit-card .ratio {
    overflow: hidden;
    border-radius: 8px;
    background: var(--kd-surface-2);
}

.region-detail-results-card [data-directory-view-pane="grid"] .circuit-card .ratio img,
.region-detail-results-card [data-directory-view-pane="grid"] .circuit-card .ratio span {
    border-radius: 8px;
}

.region-detail-results-card [data-directory-view-pane="list"] .list-group {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
}

.region-detail-results-card [data-directory-view-pane="list"] .list-group-item {
    padding: 1.6rem 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
}

.region-detail-results-card [data-directory-view-pane="list"] .list-group-item:first-child {
    border-top: 1px solid var(--kd-border);
}

.region-detail-results-card [data-directory-view-pane="list"] .list-group-item:last-child {
    border-bottom: 1px solid var(--kd-border);
}

.region-museum-list .region-museum-item {
    display: flex;
    gap: .8rem;
    align-items: center;
    justify-content: space-between;
    color: #eef3f7;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}

.region-museum-copy {
    display: grid;
    gap: .35rem;
    min-width: 0;
}

.region-museum-title {
    color: #eef3f7;
    line-height: 1.25;
}

.region-museum-location {
    font-size: .82rem;
}

.region-museum-list .region-museum-item:hover,
.region-museum-list .region-museum-item:focus-visible {
    background: rgba(255, 229, 0, .09);
    color: #fff;
}

.region-museum-status {
    border: 1px solid rgba(255, 83, 77, .42);
    background: rgba(255, 59, 54, .16);
    color: #ff8a85;
    font-family: var(--font-body);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.region-museum-item:hover .region-museum-status,
.region-museum-item:focus-visible .region-museum-status {
    border-color: rgba(255, 83, 77, .72);
    background: rgba(255, 59, 54, .24);
    color: #ffd4d1;
}

@media (max-width: 575.98px) {
    .region-museum-list .region-museum-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

.region-museum-panel ul {
    margin-bottom: 0;
    color: #cbd5df;
}

.region-museum-panel a {
    color: #eef3f7;
}

.region-show-sidebar {
    position: sticky;
    top: var(--kd-sticky-rail-top);
    display: grid;
    gap: 1rem;
}

.region-side-card {
    padding: 1rem;
}

.region-side-card h2 {
    margin-bottom: .85rem;
    font-size: 1.1rem;
}

.region-side-list {
    display: grid;
    gap: .55rem;
}

.region-side-list a {
    display: grid;
    gap: .15rem;
    padding: .65rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #151b21;
    color: #eef3f7;
    text-decoration: none;
}

.region-side-list a:hover,
.region-side-list a:focus {
    border-color: #ffe500;
}

.region-side-list span {
    font-weight: 900;
}

.region-side-list small {
    color: #aeb9c3;
    font-weight: 700;
}

.region-side-more {
    display: inline-flex;
    align-items: center;
    margin-top: .85rem;
    color: #ffe500;
    font-weight: 900;
    text-decoration: none;
}

.region-ad-slot {
    display: grid;
    gap: .35rem;
    padding: 1rem;
    background:
        linear-gradient(135deg, rgba(255, 229, 0, .18), rgba(255, 59, 54, .16)),
        #101418;
}

.region-ad-slot span {
    color: #ffe500;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.regions-hero {
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .95), rgba(5, 6, 7, .78), rgba(5, 6, 7, .9)),
        url("/media/generic/karting-action-hero.webp");
    background-color: #080a0c;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.regions-hero h1 {
    max-width: 680px;
    font-size: clamp(2.5rem, 6vw, 4.75rem);
    line-height: 1.02;
}

.regions-hero .lede {
    color: #d7e0e7;
}

.regions-map-panel {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(18, 25, 31, .92), rgba(8, 11, 14, .92));
    box-shadow: 0 22px 50px rgba(0, 0, 0, .34);
}

.regions-map-loading {
    display: grid;
    place-items: center;
    min-height: 560px;
    color: #cbd5df;
    font-weight: 900;
}

.regions-map-loading i {
    color: #ff3b36;
    font-size: 2rem;
}

.regions-map-panel[data-map-territory="us"] {
    min-height: 460px;
    background:
        radial-gradient(circle at 48% 48%, rgba(255, 255, 255, .08), transparent 18rem),
        linear-gradient(180deg, rgba(14, 19, 24, .96), rgba(5, 7, 9, .96));
}

.regions-map-panel[data-map-territory="us"] .regions-map-loading {
    min-height: 460px;
}

.regions-map-panel[data-leaflet-region-map] {
    min-height: 560px;
}

.regions-map-panel[data-leaflet-region-map][data-map-territory="us"] {
    min-height: 460px;
}

.regions-lead-card .regions-map-panel {
    min-height: 448px;
}

.regions-lead-card .regions-map-panel[data-leaflet-region-map] {
    min-height: 448px;
}

.regions-lead-card .regions-map-loading {
    min-height: 448px;
}

.regions-page-title {
    color: #f5f8fb;
    font-size: clamp(2.25rem, 3.2vw, 4rem);
    line-height: 1.05;
}

.regions-tier-one-title {
    font-size: clamp(1.25rem, 1.45vw, 1.7rem);
    line-height: 1.1;
}

.regions-tier-one-title a:hover {
    color: #ffe500 !important;
}

.region-browse-heading {
    margin: 0 0 .8rem;
    color: #f5f8fb;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 1.6vw, 1.8rem);
    font-weight: var(--font-heading-weight);
    line-height: 1.1;
}

.regions-subregion-pill {
    transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}

.regions-subregion-pill:hover,
.regions-subregion-pill:focus-visible {
    background: rgba(30, 39, 49, .96) !important;
    color: #eef3f7 !important;
}

.regions-region-pill-count {
    background: rgba(8, 12, 16, .72);
    color: #cbd5df;
    transition: background-color .16s ease, color .16s ease;
}

.regions-subregion-pill:hover .regions-region-pill-count,
.regions-subregion-pill:focus-visible .regions-region-pill-count {
    background: #ffe500;
    color: #111820;
}

.regions-city-guides-carousel {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(11, 16, 21, .72);
}

.regions-city-guides-carousel__cta {
    color: #f5f8fb;
}

.regions-city-guides-carousel__cta:hover,
.regions-city-guides-carousel__cta:focus-visible {
    color: #111820;
}

.regions-city-guide-carousel-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #eef3f7;
}

.regions-city-guide-carousel-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #080b0e;
}

.regions-city-guide-carousel-card__media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.regions-city-guide-carousel-card__fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #ffe500;
    font-size: 2rem;
}

.regions-city-guide-carousel-card__distance {
    position: absolute;
    right: .65rem;
    bottom: .65rem;
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    padding: .35rem .55rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(5, 7, 9, .88);
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
    backdrop-filter: blur(4px);
}

.regions-city-guide-carousel-card__distance i { color: #ffe500; }

.regions-city-guide-carousel-card__content {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    flex: 1 1 auto;
}

.regions-city-guide-carousel-card strong,
.regions-city-guide-carousel-card small {
    display: block;
}

.regions-city-guide-carousel-card strong {
    font-size: 1.05rem;
    line-height: 1.2;
}

.regions-city-guide-carousel-card small {
    margin-top: .2rem;
    color: #98a6b3;
    font-size: .88rem;
}

.regions-city-guide-carousel-card__tagline {
    display: block;
    margin-top: .15rem;
    color: #c5cfd8;
    font-size: .9rem;
    line-height: 1.42;
}

.regions-city-guide-carousel-card__action {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
    margin-top: auto;
    padding-top: .8rem;
    color: #ffe500;
    font-family: var(--font-heading);
    font-size: .75rem;
    text-transform: uppercase;
}

.regions-city-guide-carousel-card:hover {
    border-color: rgba(255, 229, 0, .55);
    color: #fff;
}

@media (min-width: 1200px) {
    .regions-lead-copy-col {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .regions-lead-map-col {
        flex: 0 0 40%;
        max-width: 40%;
        position: sticky;
        top: var(--kd-sticky-rail-top);
        z-index: 1;
    }
}

[data-leaflet-region-map][data-map-static="true"] {
    width: 100%;
    min-height: 8rem;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .08), transparent 8rem),
        linear-gradient(180deg, rgba(14, 19, 24, .96), rgba(5, 7, 9, .96));
}

.region-detail-lead-card .region-detail-map-panel {
    min-height: 22rem;
}

.region-detail-lead-card .region-detail-venue-map,
.region-detail-lead-card .region-detail-venue-map-empty {
    min-height: 22rem;
}

.region-detail-lead-card .regions-map-loading {
    min-height: 22rem;
}

.region-rail-map-card {
    overflow: hidden;
}

.region-card-context {
    display: flex;
    gap: .4rem;
    align-items: center;
    margin-top: .35rem;
    color: var(--kd-muted-strong);
    font-size: .78rem;
    line-height: 1.3;
}

.region-card-context .ti {
    flex: 0 0 auto;
    color: #ff4d49;
}

.region-rail-map-panel,
.region-rail-map-panel[data-leaflet-region-map],
.region-rail-map-panel .regions-map-loading {
    min-height: 17rem;
}

.region-rail-map-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.region-rail-map-panel .leaflet-control-attribution {
    max-width: 100%;
    font-size: .5rem !important;
}

@media (min-width: 1200px) {
    .region-detail-lead-card--children .region-detail-lead-copy-col {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .region-detail-lead-card--children .region-detail-lead-map-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .region-detail-lead-card--leaf .region-detail-lead-copy-col,
    .region-detail-lead-card--leaf .region-detail-lead-map-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .region-detail-lead-map-col {
        position: sticky;
        top: var(--kd-sticky-rail-top);
        align-self: flex-start;
        z-index: 1;
    }
}

.regions-map-panel[data-leaflet-region-map] .leaflet-container {
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .08), transparent 18rem),
        linear-gradient(180deg, rgba(14, 19, 24, .96), rgba(5, 7, 9, .96));
    font-family: var(--font-sans);
}

.regions-map-panel[data-leaflet-region-map],
[data-leaflet-region-map][data-map-static="true"] {
    font-family: var(--font-sans);
}

.regions-map-panel[data-leaflet-region-map] .leaflet-control-attribution {
    width: auto;
    min-height: 0;
    padding: .2rem .45rem;
    border-top-left-radius: 6px;
    background: rgba(5, 6, 7, .78);
    color: #aeb9c3;
    font-size: .62rem;
    line-height: 1.25;
}

.regions-map-panel[data-leaflet-region-map] .leaflet-control-attribution,
[data-leaflet-region-map][data-map-static="true"] .leaflet-control-attribution {
    width: auto;
    min-height: 0;
}

[data-leaflet-region-map][data-map-static="true"] .leaflet-control-attribution {
    display: none;
}

.regions-map-panel[data-leaflet-region-map] .leaflet-control-attribution a {
    color: #dce5ec;
}

.regions-map-panel[data-leaflet-region-map] .leaflet-control-zoom {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .32);
}

.regions-map-panel[data-leaflet-region-map] .leaflet-control-zoom a {
    width: 34px;
    height: 34px;
    border: 0;
    background: rgba(11, 16, 21, .92);
    color: #f7fbff;
    font-family: var(--font-sans);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 34px;
}

.regions-map-panel[data-leaflet-region-map] .leaflet-control-zoom a:hover,
.regions-map-panel[data-leaflet-region-map] .leaflet-control-zoom a:focus {
    background: #ffe500;
    color: #101820;
}

.leaflet-region-map-path {
    transition: fill .16s ease, fill-opacity .16s ease, stroke .16s ease, opacity .16s ease;
}

.leaflet-region-map-path-link {
    cursor: pointer;
}

.leaflet-region-map-path-selected {
    fill: #ffe500 !important;
    stroke: #050607 !important;
    stroke-width: 2 !important;
}

.leaflet-region-map-path-link:hover,
.leaflet-region-map-path-link:focus,
.leaflet-region-map-path-hover {
    fill: #ffe500 !important;
    stroke: #050607 !important;
    outline: none;
}

.leaflet-region-map-path-zero-count {
    opacity: .72;
}

.leaflet-region-map-path-disabled {
    cursor: default;
    opacity: .35;
}

.leaflet-region-map-path-backdrop {
    pointer-events: none;
}

.leaflet-region-map-count-badge {
    pointer-events: none;
}

.leaflet-region-map-count-badge span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 50%;
    background: #f7fbff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .42), 0 0 0 1px rgba(5, 6, 7, .35);
    color: #101820;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
}

.leaflet-region-map-count-badge-hidden {
    display: none;
}

.leaflet-region-map-count-leader {
    stroke-dasharray: 3 3;
    stroke-linecap: round;
}

.leaflet-region-map-distance-break {
    pointer-events: none;
    stroke-linecap: round;
}

.regions-map-panel[data-map-territory="uk"] .leaflet-region-map-count-badge span {
    width: 26px;
    height: 26px;
    font-size: .66rem;
}

.leaflet-region-map-tooltip {
    border: 1px solid rgba(255, 229, 0, .6);
    border-radius: 6px;
    background: rgba(5, 6, 7, .96);
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    line-height: 1.25;
    box-shadow: 0 .75rem 1.6rem rgba(0, 0, 0, .34);
}

.leaflet-region-map-tooltip::before {
    border-top-color: rgba(255, 229, 0, .6);
}

.regions-county-svg {
    display: block;
    width: min(100%, 520px);
    height: auto;
    max-height: 640px;
    margin: 0 auto;
    padding: 1rem;
}

.regions-county-svg-locator {
    max-height: 700px;
    padding: 1.25rem;
}

.regions-map-panel[data-map-territory="us"] .regions-county-svg-locator {
    width: min(100%, 760px);
    max-height: 500px;
    padding: .75rem;
}

.regions-county-path {
    fill: #26313a;
    stroke: #0b1116;
    stroke-width: 1.4;
    transition: fill .16s ease, stroke .16s ease;
}

.regions-county-path-static {
    fill: #d1d8e0 !important;
    stroke: #8792a0 !important;
}

.regions-county-path-static.regions-county-path-current {
    fill: var(--tblr-primary, #066fd1) !important;
    stroke: var(--tblr-primary, #066fd1) !important;
}

.region-guide-toggle[aria-expanded="false"] .region-guide-toggle-less,
.region-guide-toggle[aria-expanded="true"] .region-guide-toggle-more {
    display: none;
}

.region-guide-toggle-rule {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

.region-guide-toggle-rule::before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(238, 243, 247, .18), transparent);
    content: "";
}

body .region-guide-toggle.btn,
.tabler-public .region-guide-toggle.btn {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 229, 0, .42) !important;
    background: rgba(17, 22, 27, .84) !important;
    color: #eef3f7 !important;
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

body .region-guide-toggle.btn:hover,
body .region-guide-toggle.btn:focus-visible,
.tabler-public .region-guide-toggle.btn:hover,
.tabler-public .region-guide-toggle.btn:focus-visible {
    border-color: #ffe500 !important;
    background: #ffe500 !important;
    color: #111820 !important;
}

body .region-guide-toggle.btn:focus-visible,
.tabler-public .region-guide-toggle.btn:focus-visible {
    outline: 2px solid rgba(255, 229, 0, .35);
    outline-offset: 2px;
}

.region-guide-toggle-icon {
    transition: transform .18s ease;
}

.region-guide-toggle[aria-expanded="true"] .region-guide-toggle-icon {
    transform: rotate(180deg);
}

.regions-county-path-link {
    cursor: pointer;
    fill: #e8eef4;
}

.regions-map-panel[data-map-territory="uk"] .regions-county-path {
    fill: #13293b;
    stroke: #071016;
}

.regions-map-panel[data-map-territory="uk"] .regions-county-path-link {
    fill: #176fb6 !important;
}

.regions-map-panel[data-map-territory="us"] .regions-county-path-target-western-usa {
    fill: #d7b540;
}

.regions-map-panel[data-map-territory="us"] .regions-county-path-target-midwest-usa {
    fill: #609d47;
}

.regions-map-panel[data-map-territory="us"] .regions-county-path-target-northeast-usa {
    fill: #ca5c56;
}

.regions-map-panel[data-map-territory="us"] .regions-county-path-target-southern-usa {
    fill: #5b98d7;
}

.regions-county-path-link:hover,
.regions-county-path-link:focus,
.regions-county-path-related-hover {
    fill: #ffe500;
    stroke: #0b1116;
    outline: none;
}

.regions-map-panel[data-map-territory="uk"] .regions-county-path-link:hover,
.regions-map-panel[data-map-territory="uk"] .regions-county-path-link:focus,
.regions-map-panel[data-map-territory="uk"] .regions-county-path-related-hover {
    fill: #ffe500 !important;
}

.regions-county-path-disabled {
    opacity: .35;
}

.regions-map-tooltip {
    position: absolute;
    z-index: 2;
    max-width: 240px;
    padding: .45rem .6rem;
    border: 1px solid rgba(255, 229, 0, .45);
    border-radius: 6px;
    background: rgba(5, 6, 7, .95);
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    line-height: 1.25;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .12s ease, transform .12s ease;
}

.regions-map-tooltip.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.regions-content {
    color: #eef3f7;
}

.regions-count {
    color: #a9b4bf;
    font-weight: 800;
}

.regions-card-grid {
    display: grid;
    gap: 1rem;
}

.regions-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

.regions-card h3 {
    margin: 0;
    font-size: 1.25rem;
}

.regions-card h3 a {
    color: #fff;
    text-decoration: none;
}

.regions-card p {
    margin: .35rem 0 0;
    color: #a9b4bf;
    font-weight: 800;
}

.regions-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #33404a;
    border-radius: 999px;
    color: #ffd1cd;
    text-decoration: none;
}

.regions-card-action:hover,
.regions-card-action:focus {
    border-color: #ffe500;
    background: #ffe500;
    color: #050607;
}

.regions-child-links {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: .5rem;
    padding-top: .75rem;
    border-top: 1px solid #2a3138;
}

.regions-child-links a {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
    min-height: 2rem;
    padding: .25rem .55rem;
    border: 1px solid #33404a;
    border-radius: 999px;
    background: #151b21;
    color: #eef3f7;
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

.regions-child-links a:hover,
.regions-child-links a:focus {
    border-color: #c7352f;
    background: #1d252c;
    color: #ffe500;
}

.regions-child-links span {
    color: #a9b4bf;
}

.regions-side-panel {
    position: sticky;
    top: var(--kd-sticky-rail-top);
    padding: 1.25rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
    color: #eef3f7;
}

.regions-side-panel h2 {
    margin-bottom: .6rem;
}

.regions-side-panel p {
    color: #cbd5df;
}

.regions-city-list {
    display: grid;
    gap: .65rem;
    margin-top: 1rem;
}

.regions-city-list a {
    display: grid;
    gap: .15rem;
    padding: .75rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #161c22;
    color: #eef3f7;
    text-decoration: none;
}

.regions-city-list a:hover,
.regions-city-list a:focus {
    border-color: #ffe500;
    background: #1d252c;
}

.regions-city-list span {
    display: flex;
    gap: .45rem;
    align-items: center;
    font-weight: 900;
}

.regions-city-list i {
    color: #ff3b36;
}

.regions-city-list small {
    color: #aeb9c3;
    font-weight: 700;
}

.city-guides-index-page {
    --bs-body-color: #eef3f7;
    --bs-secondary-color: #a9b4bf;
    min-height: 100vh;
    color: #eef3f7;
}

.city-guides-hero {
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .94), rgba(5, 6, 7, .76), rgba(5, 6, 7, .9)),
        url("/media/generic/karting-action-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.city-guides-hero h1 {
    max-width: 860px;
    font-size: clamp(2.5rem, 6vw, 4.75rem);
    line-height: 1.02;
}

.city-guides-hero .lede {
    max-width: 780px;
    color: #d7e0e7;
}

.city-guides-hero-card,
.city-guide-card,
.city-guides-side-card,
.city-guides-ad-slot {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

.city-guides-hero-card {
    padding: 1.25rem;
    background: rgba(18, 23, 28, .86);
}

.city-guides-hero-card strong,
.city-guides-hero-card span {
    display: block;
}

.city-guides-hero-card strong {
    color: #ffe500;
    font-size: 3rem;
    line-height: 1;
}

.city-guides-hero-card span {
    margin-top: .35rem;
    color: #d7e0e7;
    font-weight: 900;
}

.city-guide-card-grid,
.city-guides-sidebar,
.city-guides-side-links {
    display: grid;
    gap: 1rem;
}

.city-guide-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 1200px) {
    .city-guides-sidebar {
        position: sticky;
        top: var(--kd-sticky-rail-top);
        align-self: flex-start;
        max-height: calc(100vh - var(--kd-sticky-rail-top) - 1rem);
        padding-right: .25rem;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: thin;
    }
}

.city-guide-card {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
}

.city-guide-card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid #2c3740;
    background: #090d11;
}

.city-guide-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease, filter .35s ease;
}

.city-guide-card:hover .city-guide-card-image img {
    transform: scale(1.035);
    filter: saturate(1.08) contrast(1.03);
}

.city-guide-card-body {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr) auto;
    gap: .85rem;
    padding: 1rem;
    min-height: 13rem;
}

.city-guide-card h3 {
    margin: 0;
    font-size: 1.25rem;
}

.city-guide-card h3 a,
.regions-side-panel h2 a {
    color: #fff;
    text-decoration: none;
}

.city-guide-card h3 a:hover,
.regions-side-panel h2 a:hover {
    color: #ffe500;
}

.city-guide-card p {
    margin: .65rem 0 0;
    color: #cbd5df;
}

.city-guide-card-marker,
.city-guide-card-action {
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #33404a;
    border-radius: 999px;
    color: #ff3b36;
}

.city-guide-card-action {
    color: #eef3f7;
    text-decoration: none;
}

.city-guide-card-action:hover {
    border-color: #ffe500;
    color: #ffe500;
}

.city-guide-list {
    overflow: hidden;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

.city-guide-list .list-group-item {
    border-color: #2a3138;
    background: transparent;
}

.city-guide-list-link {
    display: grid;
    grid-template-columns: minmax(12rem, 15rem) minmax(0, 1fr) auto;
    gap: 1.15rem;
    align-items: center;
    padding: 1rem;
    color: #eef3f7;
    text-decoration: none;
}

.city-guide-list-link:hover,
.city-guide-list-link:focus-visible {
    border-color: #394650;
    background: #171e24;
    color: #fff;
}

.city-guide-list-image {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid #33404a;
    border-radius: 7px;
    background: #090d11;
    color: #ff3b36;
    font-size: 1.8rem;
}

.city-guide-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.city-guide-list-link:hover .city-guide-list-image img {
    transform: scale(1.025);
}

.city-guide-list-copy {
    display: grid;
    gap: .45rem;
    min-width: 0;
}

.city-guide-list-copy .eyebrow {
    margin: 0;
}

.city-guide-list-title {
    color: #fff;
    font-family: var(--kd-display-font);
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.1;
}

.city-guide-list-intro {
    max-width: 72ch;
    color: #b9c4ce;
    font-size: .9rem;
    line-height: 1.5;
}

.city-guide-list-copy .city-guide-card-meta {
    margin-top: .15rem;
}

.directory-map-popup-image {
    object-fit: cover;
}

.city-guides-results-map {
    background: #16252f;
}

.city-guide-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .85rem;
}

.city-guide-card-meta span,
.city-guide-card-meta a {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    padding: .25rem .55rem;
    border: 1px solid #33404a;
    border-radius: 999px;
    color: #dce5ec;
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .city-guide-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .city-guide-list-link {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .city-guide-list-image {
        grid-column: 1 / -1;
    }

    .city-guide-list-intro {
        display: none;
    }
}

.city-guide-card-meta a:hover {
    border-color: #ffe500;
    color: #fff;
}

.city-guides-side-card,
.city-guides-ad-slot {
    padding: 1rem;
}

.city-guides-side-card p,
.city-guides-ad-slot p {
    color: #cbd5df;
}

.city-guides-side-links a {
    display: flex;
    gap: .55rem;
    align-items: center;
    padding: .7rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #151b21;
    color: #eef3f7;
    font-weight: 900;
    text-decoration: none;
}

.city-guides-side-links a:hover {
    border-color: #ffe500;
}

.city-guides-side-links i,
.city-guide-card-meta i {
    color: #ff3b36;
}

.city-guides-ad-slot {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.city-guides-ad-slot span {
    display: inline-flex;
    margin-bottom: .75rem;
    color: #ffe500;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.city-guides-ad-slot strong {
    display: block;
    margin-bottom: .35rem;
    color: #fff;
    font-size: 1.15rem;
}

.city-guide-detail-page {
    min-height: 100vh;
    color: #eef3f7;
}

.city-guide-detail-hero {
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .96), rgba(5, 6, 7, .66), rgba(5, 6, 7, .92)),
        var(--city-guide-hero-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.city-guide-detail-hero h1 {
    max-width: 960px;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1.05;
}

.city-guide-detail-hero .lede,
.city-guide-detail-intro {
    max-width: 880px;
    color: #d7e0e7;
}

.city-guide-detail-intro {
    line-height: 1.65;
}

.city-guide-booking-card,
.city-guide-detail-panel,
.city-guide-ranked-card,
.city-guide-ranked-facilities,
.city-guide-map-empty {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    color: #eef3f7;
}

.city-guide-booking-card {
    padding: 1.25rem;
    background: rgba(12, 17, 23, .94);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .36);
}

.city-guide-booking-card h2 {
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    line-height: 1.05;
}

.city-guide-booking-card label {
    margin-bottom: .35rem;
    color: #dce5ec;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.city-guide-booking-card .form-control {
    border-color: #33404a;
}

.city-guide-detail-panel {
    padding: clamp(1rem, 2vw, 1.5rem);
}

.city-guide-ranked-list,
.city-guide-detail-sidebar {
    display: grid;
    gap: 1rem;
}

.city-guide-detail-sidebar {
    top: var(--kd-sticky-rail-top);
}

.city-guide-ranked-card {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(220px, 32%) minmax(0, 1fr) minmax(180px, 220px);
    min-height: 260px;
}

.city-guide-ranked-image {
    position: relative;
    display: block;
    min-height: 240px;
    background: #0a0e12;
}

.city-guide-ranked-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .45));
    content: "";
}

.city-guide-ranked-image img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
}

.city-guide-ranked-image span {
    display: grid;
    place-items: center;
    height: 100%;
    min-height: 240px;
    color: #ffe500;
    font-size: 3rem;
}

.city-guide-ranked-body {
    padding: 1.25rem;
}

.city-guide-ranked-chips,
.city-guide-ranked-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.city-guide-ranked-chips span {
    padding: .2rem .45rem;
    border: 1px solid #33404a;
    border-radius: 4px;
    background: #1d252c;
    color: #fff;
    font-size: .75rem;
    font-weight: 800;
}

.city-guide-ranked-body h3 {
    margin: .65rem 0 .4rem;
    font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.city-guide-ranked-body h3 span {
    color: #ff3b36;
}

.city-guide-ranked-body h3 a {
    color: #fff;
    text-decoration: none;
}

.city-guide-ranked-body h3 a:hover {
    color: #ffe500;
}

.city-guide-ranked-location {
    display: flex;
    gap: .35rem;
    align-items: center;
    color: #d7e0e7;
    font-weight: 900;
}

.city-guide-ranked-location i,
.city-guide-ranked-facilities i {
    color: #ff3b36;
}

.city-guide-ranked-body p {
    color: #dce5ec;
    line-height: 1.55;
}

.city-guide-ranked-actions {
    margin-top: 1rem;
}

.city-guide-ranked-actions .btn {
    font-weight: 900;
}

.city-guide-ranked-facilities {
    align-self: center;
    display: grid;
    gap: .45rem;
    margin: 1rem;
    padding: .9rem;
    background: #1a2026;
}

.city-guide-ranked-facilities strong {
    color: #fff;
}

.city-guide-ranked-facilities span {
    display: flex;
    gap: .4rem;
    align-items: center;
    color: #dce5ec;
    font-size: .86rem;
    font-weight: 800;
}

.city-guide-map,
.city-guide-map-empty {
    min-height: 320px;
    overflow: hidden;
}

.city-guide-map-empty {
    display: grid;
    place-items: center;
    gap: .5rem;
    color: #cbd5df;
    font-weight: 900;
}

.city-guide-map-empty i {
    color: #ffe500;
    font-size: 2rem;
}

.city-guide-faq-intro {
    color: #cbd5df;
}

.uk-home-shell {
    color: #eef3f7;
}

.uk-home-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid #20262d;
}

.uk-home-hero-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.uk-home-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(180deg, rgba(5, 6, 7, .32), rgba(5, 6, 7, .92)),
        linear-gradient(90deg, rgba(5, 6, 7, .9), rgba(5, 6, 7, .48) 62%, rgba(5, 6, 7, .66));
    content: "";
}

.uk-home-hero-inner {
    display: grid;
    gap: clamp(1.2rem, 3vw, 2rem);
    align-content: center;
    min-height: min(36rem, calc(100vh - var(--kd-body-top-offset) - 2rem));
    max-width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
}

.uk-home-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: end;
}

.uk-home-search-panel {
    width: min(100%, 1080px);
    padding: .85rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    background: rgba(5, 6, 7, .74);
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .36);
    backdrop-filter: blur(10px);
}

.uk-home-hero-copy {
    max-width: 980px;
}

.uk-home-hero-breadcrumb {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    color: rgba(220, 229, 236, .66);
    font-size: .82rem;
    font-weight: 800;
}

.uk-home-hero-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.uk-home-hero-breadcrumb a:hover {
    color: #fff;
}

.uk-home-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(220, 229, 236, .42);
}

.uk-home-hero-copy h1 {
    max-width: 940px;
    color: #fff;
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    font-size: clamp(3rem, 6vw, 6.2rem);
    line-height: .92;
}

.uk-home-hero-copy p {
    max-width: 820px;
    color: #dce5ec;
    font-size: 1.08rem;
    line-height: 1.6;
}

.uk-home-global-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .75rem;
    max-width: 820px;
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

.uk-home-global-search-field {
    min-width: 0;
}

.uk-home-global-search-field .form-control {
    min-height: 3.5rem;
}

.uk-home-global-search-field .input-icon-addon {
    color: #aebbc7;
    font-size: 1.25rem;
}

.uk-home-global-search > .btn {
    min-width: 6rem;
}

.uk-home-global-search-control {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr) auto;
    overflow: hidden;
    min-height: 3.8rem;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, .24);
}

.uk-home-global-search-control i {
    display: grid;
    place-items: center;
    color: var(--kd-muted-strong);
    font-size: 1.25rem;
}

.uk-home-global-search-control input {
    min-width: 0;
    min-height: 3.8rem;
    padding: .75rem .9rem .75rem 0;
    border: 0;
    background: transparent;
    color: #050607;
    font: inherit;
    font-size: 1rem;
    font-weight: 800;
}

.uk-home-global-search-control input:focus {
    outline: 0;
}

.uk-home-global-search-control:focus-within {
    border-color: #ffe500;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .2), 0 1rem 2.4rem rgba(0, 0, 0, .24);
}

.uk-home-global-search-control button {
    min-width: 8.5rem;
    border: 0;
    background: #ffe500;
    color: #050607;
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    text-transform: uppercase;
}

.uk-home-booking-section {
    width: min(calc(var(--kd-site-width) - (2 * var(--kd-site-padding-x))), calc(100% - var(--kd-site-gutter) - (2 * var(--kd-site-padding-x))));
    max-width: min(calc(var(--kd-site-width) - (2 * var(--kd-site-padding-x))), calc(100% - var(--kd-site-gutter) - (2 * var(--kd-site-padding-x))));
    margin: 1rem auto 0;
    position: relative;
    z-index: 2;
}

.uk-home-marketplace-card {
    min-height: 100%;
}

.uk-home-marketplace-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    align-items: center;
}

@media (max-width: 575.98px) {
    .uk-home-marketplace-actions {
        grid-template-columns: 1fr;
    }
}

.uk-home-booking-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 30rem);
    gap: 1.25rem;
    align-items: end;
    min-width: 0;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(255, 229, 0, .34);
    border-radius: 8px;
    background: rgba(10, 14, 18, .9);
    box-shadow: 0 1.4rem 3.5rem rgba(0, 0, 0, .38);
    backdrop-filter: blur(10px);
}

.uk-home-booking-card h2 {
    margin: .4rem 0 .55rem;
    color: #fff;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1.12;
}

.uk-home-booking-card p:not(.eyebrow):not(.booking-wizard-field-note) {
    color: #cbd5df;
    font-size: .94rem;
    line-height: 1.45;
}

.uk-home-booking-card label {
    display: block;
    margin: 0 0 .4rem;
    color: #eef3f7;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.uk-home-booking-location {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-height: 3.35rem;
    margin-bottom: .85rem;
    border: 1px solid #606a73;
    border-radius: 8px;
    background: #11161b;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.uk-home-booking-location:hover,
.uk-home-booking-location:focus-within {
    border-color: #ffe500;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .13);
}

.uk-home-booking-location-trigger {
    display: grid;
    width: 3.4rem;
    min-width: 3.4rem;
    height: 100%;
    place-items: center;
    border: 0;
    border-left: 1px solid #606a73;
    border-radius: 0;
    background: transparent;
    color: #ffe500;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease;
}

.uk-home-booking-location-trigger i {
    font-size: 1.2rem;
}

.uk-home-booking-location-trigger:hover,
.uk-home-booking-location-trigger:focus-visible {
    background: rgba(255, 229, 0, .12);
    color: #fff36a;
    outline: 0;
}

.uk-home-booking-location input {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: .75rem .9rem;
    border: 0;
    background: transparent;
    background: #11161b;
    color: #eef3f7;
    cursor: text;
    font: inherit;
    font-weight: 800;
}

.uk-home-booking-location input::placeholder {
    color: #87939f;
    opacity: 1;
}

.uk-home-booking-location input:focus {
    outline: 0;
}

.uk-home-search-pane {
    display: block;
    padding: 0;
}

.uk-home-search-pane form {
    display: grid;
    grid-template-columns: minmax(260px, 1.35fr) minmax(180px, .72fr) minmax(190px, .8fr) auto;
    gap: .8rem;
    align-items: end;
}

.uk-home-field {
    min-width: 0;
}

.uk-home-field label {
    display: block;
    margin-bottom: .4rem;
    color: #dce5ec;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.uk-home-field-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    min-height: 3.15rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
}

.uk-home-field-control.has-icon {
    grid-template-columns: 3.1rem minmax(0, 1fr);
}

.uk-home-field-control i {
    display: grid;
    height: 100%;
    place-items: center;
    border-right: 1px solid rgba(5, 6, 7, .14);
    color: #176fb6;
    font-size: 1.1rem;
}

.uk-home-field input,
.uk-home-field select {
    width: 100%;
    min-height: 3.15rem;
    padding: .75rem .9rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
    color: #050607;
    font: inherit;
    font-weight: 800;
}

.uk-home-field-control input {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.uk-home-field input:focus,
.uk-home-field select:focus,
.uk-home-field-control:focus-within {
    border-color: #ffe500;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .18);
}

.uk-home-search-submit {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: .75rem 1.15rem;
    border: 0;
    border-radius: 8px;
    background: #ffe500;
    color: #050607;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.uk-home-search-submit:hover,
.uk-home-search-submit:focus {
    background: var(--kd-yellow);
}

.uk-home-stats,
.uk-home-signposts,
.uk-home-region-section,
.uk-home-featured,
.uk-home-content-grid,
.uk-home-jobs,
.uk-home-actions {
    max-width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 2rem auto 0;
}

.uk-home-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.uk-home-stats a {
    display: flex;
    flex-direction: column;
    min-height: 104px;
    padding: 1.1rem;
    border: 1px solid #33404a;
    border-radius: 8px;
    background: #11171d;
    color: #eef3f7;
    text-decoration: none;
}

.uk-home-stats strong {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.uk-home-stats span {
    margin-top: .45rem;
    color: #cbd5df;
    font-weight: 900;
}

.uk-home-signposts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.uk-home-signpost {
    display: grid;
    gap: .65rem;
    align-content: start;
    min-height: 9.5rem;
    padding: 1rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: rgba(17, 23, 29, .86);
    color: #eef3f7;
    text-decoration: none;
}

.uk-home-signpost:hover,
.uk-home-signpost:focus {
    border-color: rgba(255, 229, 0, .45);
    color: #fff;
}

.uk-home-signpost i {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border: 1px solid rgba(255, 229, 0, .38);
    border-radius: 8px;
    background: rgba(255, 229, 0, .1);
    color: #ffe500;
    font-size: 1.35rem;
}

.uk-home-signpost span {
    color: #fff;
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    line-height: 1.1;
}

.uk-home-signpost strong {
    color: #cbd5df;
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.45;
}

.uk-home-region-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 1.25rem;
    align-items: stretch;
    padding: 1.25rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
}

.uk-home-region-copy h2,
.uk-home-section-heading h2,
.uk-home-panel h2 {
    margin: 0;
    color: #fff;
}

.uk-home-region-copy p {
    max-width: 720px;
    color: #cbd5df;
}

.uk-home-region-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    margin-top: 1.25rem;
}

.uk-home-region-links a {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    padding: .65rem .75rem;
    border: 1px solid #2a3138;
    border-radius: 6px;
    background: #151b21;
    color: #eef3f7;
    font-weight: 900;
    text-decoration: none;
}

.uk-home-region-links a:hover,
.uk-home-region-links a:focus,
.uk-home-more-link:hover,
.uk-home-panel a:hover,
.uk-home-job-list a:hover,
.uk-home-section-heading a:hover {
    color: #ffe500;
}

.uk-home-region-links span {
    color: #ffe500;
}

.uk-home-more-link {
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    color: #eef3f7;
    font-weight: 900;
    text-decoration: none;
}

.uk-home-map-panel {
    min-height: 520px;
    margin: 0;
    background: #080b0e;
}

.uk-home-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uk-home-section-heading,
.uk-home-panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
}

.uk-home-section-heading a,
.uk-home-panel-heading a {
    color: #eef3f7;
    font-weight: 900;
    text-decoration: none;
}

.uk-home-content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.uk-home-panel,
.uk-home-jobs {
    padding: 1.25rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
}

.uk-home-panel > a,
.uk-home-job-list a {
    display: block;
    padding: .65rem 0;
    border-top: 1px solid #20262d;
    color: #eef3f7;
    font-weight: 800;
    text-decoration: none;
}

.uk-home-panel > a:first-of-type {
    border-top: 0;
}

.uk-home-job-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem 1.25rem;
}

.uk-home-job-list a {
    padding: .75rem;
    border: 1px solid #2a3138;
    border-radius: 6px;
    background: #151b21;
}

.uk-home-job-list span,
.uk-home-job-list small {
    display: block;
}

.uk-home-job-list small {
    margin-top: .25rem;
    color: #aeb8c2;
}

.uk-home-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.uk-home-actions a {
    display: grid;
    place-items: center;
    min-height: 132px;
    padding: 1rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
    color: #eef3f7;
    font-size: 1.1rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.uk-home-actions i {
    color: #ff3b36;
    font-size: 2rem;
}

.uk-home-stats,
.uk-home-signposts,
.uk-home-region-section,
.uk-home-content-grid,
.uk-home-actions {
    display: none;
}

.uk-home-section {
    max-width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    margin: 1rem auto 0;
    padding: 1rem;
    border: 1px solid rgba(238, 243, 247, .12);
    border-radius: 8px;
    background: rgba(10, 14, 18, .86);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .18);
}

.uk-home-city-guides {
    position: relative;
    z-index: 2;
    margin-top: -2.25rem;
}


.uk-home-shell .eyebrow {
    color: var(--bs-secondary-color);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.uk-home-section-heading .eyebrow {
    margin-bottom: .35rem;
}

.uk-home-hero-inner,
.uk-home-section {
    width: min(calc(var(--kd-site-width) - (2 * var(--kd-site-padding-x))), calc(100% - var(--kd-site-gutter) - (2 * var(--kd-site-padding-x))));
    max-width: min(calc(var(--kd-site-width) - (2 * var(--kd-site-padding-x))), calc(100% - var(--kd-site-gutter) - (2 * var(--kd-site-padding-x))));
}

.uk-home-hero {
    border-bottom: 1px solid rgba(238, 243, 247, .11);
}

.uk-home-hero-media {
    object-position: center right;
}

.uk-home-hero::after {
    background:
        linear-gradient(180deg, rgba(5, 6, 7, .04), rgba(5, 6, 7, .66)),
        linear-gradient(90deg, rgba(5, 6, 7, .72) 0%, rgba(5, 6, 7, .5) 42%, rgba(5, 6, 7, .12) 72%);
}

.uk-home-hero-inner {
    min-height: min(33rem, calc(100vh - var(--kd-body-top-offset) - 2rem));
}

.uk-home-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    line-height: 1;
}

.uk-home-hero-copy p {
    max-width: 620px;
}

.uk-home-global-search {
    max-width: 660px;
}

.uk-home-global-search-control {
    min-height: 3.45rem;
    background: rgba(5, 8, 12, .88);
}

.uk-home-global-search-control input {
    min-height: 3.45rem;
    color: #eef3f7;
}

.uk-home-global-search-control input::placeholder {
    color: rgba(238, 243, 247, .62);
}

.uk-home-booking-section {
    margin-top: 1rem;
}

.uk-home-booking-card {
    background: rgba(10, 14, 18, .94);
}

.uk-home-media-grid,
.uk-home-featured-grid,
.uk-home-job-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.uk-home-media-card,
.uk-home-job-card,
.uk-home-region-strip-links a {
    min-width: 0;
    border: 1px solid rgba(238, 243, 247, .12);
    border-radius: 8px;
    background: rgba(17, 23, 29, .86);
    color: #eef3f7;
    text-decoration: none;
}


.uk-home-media-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.uk-home-carousel .community-content-carousel__item {
    display: flex;
}

.uk-home-featured .community-content-carousel__item {
    flex: 0 0 calc((100% - 3rem) / 4);
}

.uk-home-carousel .community-content-carousel__item > * {
    width: 100%;
}

.uk-home-carousel .circuit-card {
    height: 100%;
}

.uk-home-featured .circuit-card {
    overflow: hidden;
    border: 1px solid rgba(238, 243, 247, .12);
    border-radius: 8px;
    background: rgba(17, 23, 29, .86);
}

.uk-home-featured .circuit-card-body {
    padding: .75rem;
}

.uk-home-carousel .circuit-card h2 {
    font-size: clamp(1.18rem, .35vw + 1.08rem, 1.42rem);
    line-height: 1.18;
}

.uk-home-carousel .circuit-card .ratio {
    overflow: hidden;
    border-radius: 8px;
    background: var(--kd-surface-2);
}

.uk-home-carousel .btn-outline-secondary:hover,
.uk-home-carousel .btn-outline-secondary:focus-visible {
    border-color: var(--kd-yellow);
}

@media (max-width: 767.98px) {
    .uk-home-featured .community-content-carousel__item {
        flex-basis: calc((100% - 1rem) / 2);
    }
}

@media (max-width: 575.98px) {
    .uk-home-featured .community-content-carousel__item {
        flex-basis: 84%;
    }
}

.uk-home-media-thumb {
    position: relative;
    display: block;
    flex: 0 0 auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #151b21;
}

.uk-home-media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uk-home-media-fallback {
    display: grid;
    height: 100%;
    place-items: center;
    color: #ffe500;
    font-size: 2rem;
}

.uk-home-play,
.uk-home-type-pill {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.uk-home-play {
    inset: 50% auto auto 50%;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    background: rgba(5, 6, 7, .72);
    color: #fff;
    transform: translate(-50%, -50%);
}

.uk-home-type-pill {
    top: .5rem;
    left: .5rem;
    min-height: 1.45rem;
    padding: .15rem .45rem;
    border-radius: 999px;
    background: rgba(5, 6, 7, .76);
    color: #fff;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.uk-home-media-card strong,
.uk-home-media-card small,
.uk-home-media-eyebrow {
    display: block;
    padding-inline: .75rem;
}

.uk-home-media-eyebrow {
    padding-top: .75rem;
    color: var(--bs-secondary-color);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.uk-home-media-owner {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin: .55rem .75rem 0;
}

.uk-home-media-owner .avatar {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
}

.uk-home-media-owner > span:last-child {
    display: grid;
    gap: .08rem;
    min-width: 0;
}

.uk-home-media-owner > span:last-child > span {
    display: block;
    overflow: hidden;
    color: #eef3f7;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uk-home-media-card .uk-home-media-owner small {
    padding: 0;
    color: rgba(203, 213, 223, .72);
    font-size: .74rem;
    line-height: 1.05;
}

.uk-home-media-card strong {
    padding-top: .28rem;
    color: #fff;
    line-height: 1.25;
}

.uk-home-media-card small {
    padding-top: .35rem;
    padding-bottom: .8rem;
    color: rgba(203, 213, 223, .78);
    font-size: .8rem;
}

.uk-home-media-card > .uk-home-media-meta {
    margin-top: auto;
}

.uk-home-news-card {
    border: 1px solid rgba(238, 243, 247, .12);
    border-radius: 8px;
    background: rgba(17, 23, 29, .86);
    color: #eef3f7;
    text-decoration: none;
}

.uk-home-news-summary {
    display: -webkit-box;
    overflow: hidden;
    margin-top: .4rem;
    padding: 0 .75rem;
    color: rgba(203, 213, 223, .78);
    font-size: .82rem;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.uk-home-media-card:hover,
.uk-home-media-card:focus,
.uk-home-job-card:hover,
.uk-home-job-card:focus,
.uk-home-job-list a:hover,
.uk-home-job-list a:focus,
.uk-home-region-strip-links a:focus,
.uk-home-region-strip-links a:hover {
    border-color: rgba(255, 229, 0, .45);
    color: #fff;
    text-decoration: none;
}

.uk-home-job-list a,
.uk-home-job-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .8rem;
    padding: .85rem;
    border: 1px solid rgba(238, 243, 247, .12);
    border-radius: 8px;
    background: rgba(17, 23, 29, .86);
    color: #eef3f7;
    text-decoration: none;
}

.uk-home-job-logo {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, #dcefff, #7aa6c7);
    color: #15202a;
    font-weight: 900;
}

.uk-home-job-logo.job-company-avatar--logo {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.uk-home-job-list strong,
.uk-home-job-list small,
.uk-home-job-card strong,
.uk-home-job-card small {
    display: block;
}

.uk-home-job-list strong,
.uk-home-job-card strong {
    color: #fff;
    line-height: 1.25;
}

.uk-home-job-list small,
.uk-home-job-card small {
    margin-top: .25rem;
    color: rgba(203, 213, 223, .78);
    font-size: .8rem;
}

.uk-home-region-strip {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 5fr) minmax(0, 4fr);
    grid-template-areas: "copy links map";
    gap: 1rem;
    align-items: stretch;
    margin-bottom: 2rem;
}

.uk-home-region-strip-copy {
    grid-area: copy;
    align-self: center;
}

.uk-home-region-strip-copy h2 {
    margin: .2rem 0;
}

.uk-home-region-strip-copy p {
    color: rgba(203, 213, 223, .82);
}

.uk-home-region-strip-links {
    display: grid;
    grid-area: links;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.uk-home-region-strip-map {
    grid-area: map;
    min-width: 0;
    min-height: 25rem;
    overflow: hidden;
    border: 1px solid rgba(238, 243, 247, .12);
    border-radius: 8px;
    background: var(--tblr-bg-surface-secondary);
}

.uk-home-region-strip-map .regions-map-panel,
.uk-home-region-strip-map .leaflet-container {
    width: 100%;
    height: 100%;
    min-height: 25rem;
    border: 0 !important;
    border-radius: 0 !important;
}

.uk-home-region-strip-links a {
    display: flex;
    min-height: 4.75rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 1rem;
    text-align: left;
}

.uk-home-region-strip-links strong {
    color: #fff;
}

.uk-home-region-strip-links span {
    flex: 0 0 auto;
    color: rgba(203, 213, 223, .78);
    font-size: .8rem;
    white-space: nowrap;
}

.platform-hero,
.directory-header,
.venue-hero,
.video-detail-hero,
.profile-hero {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #20262d;
}

.platform-hero,
.directory-header,
.profile-hero {
    color: #eef3f7;
}

.lede {
    max-width: 760px;
    margin: 1rem 0 0;
    font-size: 1.15rem;
    line-height: 1.6;
}

.hero-actions,
.venue-actions,
.directory-summary,
.category-chip-list,
.layout-facts,
.profile-video-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.primary-link,
.external-link,
.category-chip-list a,
.venue-section-nav a,
.region-child-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: .45rem .8rem;
    border: 1px solid #33404a;
    border-radius: var(--bs-border-radius);
    background: #12171c;
    color: #eef3f7;
    font-weight: 700;
    text-decoration: none;
}

.primary-link {
    border-color: var(--kd-red);
    background: var(--kd-red);
    color: #fff;
}

.primary-link:hover {
    color: #fff;
    background: var(--kd-red-dark);
}

.circuit-index-breadcrumb,
.circuit-index-breadcrumb a {
    color: #fff;
}

.directory-summary span,
.profile-video-meta div,
.layout-facts div {
    padding: .5rem .65rem;
    border: 1px solid #33404a;
    border-radius: var(--bs-border-radius);
    background: #12171c;
    color: #cbd5df;
    font-size: .9rem;
    font-weight: 700;
}

.territory-grid,
.region-grid,
.organisation-grid,
.media-grid,
.article-grid,
.venue-card-grid,
.home-module-grid,
.home-split-grid,
.city-guide-ranking,
.video-list,
.layout-list,
.review-list,
.profile-video-list,
.alternative-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.territory-grid,
.region-grid,
.organisation-grid,
.media-grid,
.article-grid,
.venue-card-grid,
.home-module-grid,
.home-split-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.territory-card,
.region-card,
.organisation-card,
.media-card,
.article-card,
.venue-tile,
.venue-row,
.venue-main,
.venue-facts,
.venue-participation,
.hub-faqs,
.city-guide-map-note,
.city-guide-finder,
.job-list,
.job-detail-main,
.job-sidebar,
.article-header,
.article-body,
.related-articles,
.home-module-grid article,
.home-list-panel,
.action-panel article,
.alternative-list article {
    padding: 1.25rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
    color: #eef3f7;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.venue-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.venue-row h2,
.venue-row h3,
.venue-tile h3,
.article-card h2,
.media-card h3,
.job-row h3,
.organisation-card h3 {
    margin: 0;
    font-size: 1.15rem;
}

.venue-row h2 a,
.venue-tile h3 a,
.article-card h2 a,
.media-card h3 a,
.job-row h3 a,
.region-card h2 a,
.organisation-card h3 a,
.home-module-grid h2 a,
.home-list-panel a,
.job-sidebar a {
    color: #eef3f7;
    text-decoration: none;
}

.venue-row h2 a:hover,
.venue-tile h3 a:hover,
.article-card h2 a:hover,
.media-card h3 a:hover,
.job-row h3 a:hover,
.region-card h2 a:hover,
.organisation-card h3 a:hover,
.home-module-grid h2 a:hover,
.home-list-panel a:hover,
.job-sidebar a:hover {
    color: #ffe500;
}

.venue-content,
.job-layout,
.job-detail,
.video-detail-hero,
.city-guide-hero,
.action-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem;
    margin-top: 1.75rem;
}

.venue-sidebar,
.job-sidebar,
.action-panel,
.home-list-panel {
    display: grid;
    align-content: start;
    gap: .75rem;
}

.job-row,
.profile-video-item,
.city-guide-venue {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid #2a3138;
}

.job-row img,
.job-employer-box img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.media-card img,
.article-card img,
.video-poster,
.profile-identity img,
.profile-video-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.video-embed {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border-radius: var(--bs-border-radius);
    background: var(--bs-dark);
}

.video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.article-card {
    overflow: hidden;
}

.article-card > a {
    display: block;
    margin: -1.25rem -1.25rem 1rem;
    background: #151b21;
}

.article-card > a:empty {
    display: none;
}

.article-card img,
.media-card img {
    display: block;
    border-bottom: 1px solid #2a3138;
}

.article-header img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    margin-top: 1.5rem;
    border-radius: 8px;
}

.article-body {
    color: #dce5ec;
    line-height: 1.72;
}

.article-body img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: 8px;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
    margin-top: 1.6rem;
    color: #fff;
    font-family: var(--font-body);
    font-weight: 900;
}

.article-body p,
.article-body li,
.article-body dd {
    color: #dce5ec;
}

.article-body blockquote {
    padding-left: 1rem;
    border-left: 4px solid #c7352f;
    color: #cbd5df;
}

.related-articles {
    display: grid;
    gap: .6rem;
    margin-top: 1.5rem;
}

.related-articles a,
.job-sidebar a {
    display: block;
    padding: .65rem .75rem;
    border: 1px solid #2a3138;
    border-radius: 6px;
    background: #151b21;
    font-weight: 800;
    text-decoration: none;
}

.job-list h2,
.job-sidebar h2,
.job-detail-main h1,
.article-header h1,
.organisation-grid h2,
.venue-main h2,
.venue-facts h2,
.home-list-panel h2,
.action-panel h2 {
    color: #fff;
}

.job-row time,
.job-detail dl,
.venue-facts dl {
    color: #cbd5df;
}

.job-employer-box {
    display: flex;
    gap: .75rem;
    align-items: center;
    padding: .85rem;
    margin: 1.25rem 0;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #151b21;
}

.job-detail-summary {
    display: grid;
    gap: 1rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #2a3138;
}

.job-detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.job-detail-meta-item {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    min-width: 0;
    padding: .9rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: rgba(21, 27, 33, .9);
}

.job-detail-meta-item > i {
    flex: 0 0 auto;
    margin-top: .15rem;
    color: var(--kd-yellow);
    font-size: 1.15rem;
}

.job-detail-meta-item > span {
    display: grid;
    gap: .15rem;
    min-width: 0;
}

.job-detail-meta-item strong {
    color: #a9b4bf;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.job-detail-meta-item span span {
    color: #eef3f7;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.job-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.job-apply-panel {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-top: 1.5rem;
    scroll-margin-top: calc(var(--kd-sticky-rail-top) + 1rem);
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: rgba(255, 229, 0, .08);
}

.job-apply-panel h2 {
    margin: 0 0 .25rem;
    color: #fff;
    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .job-detail-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .job-detail-meta-grid {
        grid-template-columns: 1fr;
    }

    .job-detail-actions,
    .job-apply-panel {
        display: grid;
    }

    .job-detail-actions .btn,
    .job-apply-panel .btn {
        width: 100%;
    }
}

.job-employer-box img,
.organisation-card img {
    padding: .35rem;
    border-radius: 6px;
    background: #fff;
}

.job-sidebar dl,
.venue-facts dl {
    margin-bottom: 1.25rem;
}

.job-sidebar dl div,
.venue-facts dl div {
    padding: .65rem 0;
    border-top: 1px solid #2a3138;
}

.job-sidebar dl div:first-child,
.venue-facts dl div:first-child {
    border-top: 0;
}

.job-sidebar dt,
.venue-facts dt,
.profile-video-meta dt {
    color: #a9b4bf;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.job-sidebar dd,
.venue-facts dd,
.profile-video-meta dd {
    margin: .15rem 0 0;
    color: #eef3f7;
    font-weight: 800;
}

.job-facts-list {
    margin: 0;
    color: #cbd5df;
}

.job-facts-list div {
    padding: .75rem 0;
    border-top: 1px solid #2a3138;
}

.job-facts-list div:first-child {
    padding-top: 0;
    border-top: 0;
}

.job-facts-list div:last-child {
    padding-bottom: 0;
}

.job-facts-list dt {
    color: #a9b4bf;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.job-facts-list dd {
    margin: .15rem 0 0;
    color: #eef3f7;
    font-weight: 800;
}

.jobs-index-page {
    max-width: min(1440px, calc(100% - var(--kd-site-gutter)));
}

.jobs-index-heading {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2rem 0;
}

.jobs-index-heading h1 {
    margin-bottom: .75rem;
    font-family: var(--font-body);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 900;
}

.jobs-index-layout {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
}

.jobs-filter-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top);
}

.jobs-filter-card {
    border: 0;
    background: transparent;
}

.jobs-filter-card h2,
.jobs-filter-card h3 {
    font-family: var(--font-body);
    font-weight: 800;
}

.jobs-filter-options {
    display: grid;
    gap: .75rem;
}

.jobs-filter-link {
    display: flex;
    gap: .75rem;
    align-items: center;
    color: var(--kd-text);
    text-decoration: none;
}

.jobs-filter-link:hover,
.jobs-filter-link:focus {
    color: #fff;
}

.jobs-filter-link .form-check-input {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0;
    border-radius: 5px;
}

.jobs-filter-link .form-check-input.checked {
    border-color: var(--kd-yellow);
    background: var(--kd-yellow);
    box-shadow: inset 0 0 0 4px #11161b;
}

.jobs-results {
    min-width: 0;
}

.jobs-results-summary {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.jobs-results-summary h2 {
    font-family: var(--font-body);
    font-weight: 900;
}

.jobs-card-list {
    display: grid;
    gap: 1rem;
}

.jobs-result-card {
    background: #11161b;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.jobs-result-card:hover {
    border-color: rgba(255, 229, 0, .42);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .26);
    transform: translateY(-1px);
}

.jobs-result-grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(180px, auto);
    gap: 1.25rem;
    align-items: center;
}

.jobs-result-avatar {
    border: 1px solid var(--kd-border);
    background-color: #fff;
    color: #101418;
    font-weight: 900;
}

.jobs-result-title {
    margin: 0 0 .8rem;
    font-family: var(--font-body);
    font-size: 1.18rem;
    font-weight: 900;
}

.jobs-result-title a {
    color: #fff;
    text-decoration: none;
}

.jobs-result-title a:hover,
.jobs-result-title a:focus {
    color: var(--kd-yellow);
}

.jobs-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
    color: var(--kd-muted);
}

.jobs-result-meta span {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    min-width: 0;
}

.jobs-result-side {
    display: grid;
    gap: .8rem;
    justify-items: end;
}

.jobs-result-salary {
    color: #35d15f;
    font-size: 1rem;
    white-space: nowrap;
}

.jobs-result-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    justify-content: flex-end;
}

.profile-hero {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.25rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
}

.profile-identity {
    display: grid;
    place-items: center;
}

.profile-identity span {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    border-radius: 999px;
    background: #ffe500;
    color: #070707;
    font-size: 2.4rem;
    font-weight: 900;
}

.profile-identity img {
    border-radius: 999px;
    background: #151b21;
}

.profile-video-item {
    padding: 1rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
}

.profile-video-thumb {
    display: block;
    overflow: hidden;
    width: 180px;
    border-radius: 6px;
    background: #151b21;
}

.profile-video-thumb span {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 9;
    color: #ffe500;
    font-weight: 900;
}

.directory-map {
    height: 260px;
    min-height: 260px;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

.venue-show-page {
    --bs-body-color: #eef3f7;
    --bs-secondary-color: #a9b4bf;
    --bs-border-color: #2a3138;
    --bs-link-color: #ff6a61;
    --bs-link-hover-color: #ff8d86;
    --bs-primary: #1293e6;
    --bs-primary-rgb: 18, 147, 230;
    color: var(--bs-body-color);
}

.venue-show-hero-panel {
    border-bottom: 1px solid #26313a;
    border-radius: 8px 8px 0 0;
    background: #14191e;
}

.venue-show-hero-panel img {
    height: clamp(240px, 34vw, 390px);
}

.venue-show-hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .22));
}

.venue-show-eyebrow {
    color: #ffe500;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.venue-show-location {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
}

.venue-show-chip {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .25rem .45rem;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 4px;
    background: rgba(255, 255, 255, .9);
    color: #0c1014;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.venue-show-tabs .nav-link {
    min-height: 42px;
    border-radius: 0;
    color: #dce5ec;
    font-weight: 800;
    text-transform: uppercase;
}

.venue-show-tabs .nav-link:hover,
.venue-show-tabs .nav-link:focus {
    color: #fff;
    background: #151b21;
}

.venue-show-tabs .nav-link.active {
    background: var(--bs-primary);
    color: #fff;
}

.venue-show-page-layout {
    align-items: flex-start;
}

.venue-show-main {
    min-width: 0;
}

.venue-show-main-card {
    overflow: hidden;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #11161b;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.venue-show-main-card > .venue-show-breadcrumb {
    padding: 1rem 1.25rem 0;
}

.venue-show-main-card > .venue-show-tabs {
    gap: 0 !important;
    padding: 0 1rem;
    border-bottom: 1px solid #242b32;
    background: #1a2026;
}

.venue-show-content-grid,
.venue-show-main-card > .venue-show-section {
    padding: clamp(1.25rem, 2.4vw, 2rem);
}

.venue-show-content-grid + .venue-show-section,
.venue-show-main-card > .venue-show-section + .venue-show-section {
    padding-top: 0;
}

.venue-show-section {
    padding: 0 0 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #242b32;
}

.venue-show-section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.venue-show-summary,
.venue-show-rich-text {
    max-width: 820px;
    color: #dde6ec;
    line-height: 1.68;
}

.venue-show-rich-text h1,
.venue-show-rich-text h2,
.venue-show-rich-text h3,
.venue-show-rich-text h4 {
    margin-top: 1.6rem;
    margin-bottom: .6rem;
    font-family: var(--font-body);
    font-weight: 900;
}

.venue-show-rich-text h3 {
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
}

.article-body ul,
.venue-show-rich-text ul {
    padding-left: 0;
    list-style: none;
}

.article-body ul > li,
.venue-show-rich-text ul > li {
    position: relative;
    padding-left: 1.5rem;
}

.article-body ul > li + li,
.venue-show-rich-text ul > li + li {
    margin-top: .25rem;
}

.article-body ul > li::before,
.venue-show-rich-text ul > li::before {
    position: absolute;
    top: .78em;
    left: .15rem;
    width: .5rem;
    height: .5rem;
    border: 2px solid var(--kd-red);
    border-radius: 50%;
    background: transparent;
    content: "";
    transform: translateY(-50%);
}

.venue-show-fact,
.venue-show-layout-card,
.venue-show-card,
.venue-show-video-card {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    color: #eef3f7;
}

.venue-show-fact {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    padding: 1rem;
}

.venue-show-fact > div > div:first-child,
.venue-show-card .small,
.venue-show-video-card .small,
.venue-show-layout-card .small {
    color: #9facb7;
}

.venue-show-fact-icon,
.venue-show-list-icon,
.venue-show-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #ff3b36;
}

.venue-show-fact-icon {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(255, 59, 54, .32);
    border-radius: 999px;
    background: rgba(255, 59, 54, .08);
    font-size: 1.05rem;
}

.venue-booking-options {
    display: grid;
    gap: .5rem;
}

.venue-booking-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .65rem;
    align-items: center;
    padding: .6rem .75rem;
    border: 1px solid #3a424b;
    border-radius: 6px;
    background: #1a2026;
    color: #eef3f7;
    cursor: pointer;
}

.venue-booking-option-input {
    width: .75rem;
    height: .75rem;
    accent-color: #ffe500;
}

.venue-booking-option-name {
    min-width: 0;
    font-weight: 800;
}

.venue-booking-option-meta,
.venue-booking-option-description {
    color: #eef3f7;
    font-size: .82rem;
    font-weight: 800;
}

.venue-booking-option-meta {
    white-space: nowrap;
}

.venue-booking-option-description {
    grid-column: 2 / -1;
    color: var(--kd-text-muted);
    font-weight: 500;
}

.venue-booking-action {
    display: flex;
    justify-content: flex-end;
}

.venue-booking-continue {
    min-width: 14.25rem;
    min-height: 2.75rem;
    padding: .62rem 1.45rem;
    border-radius: 999px;
    color: #050607;
    font-size: 15px !important;
    line-height: 1;
}

.venue-booking-continue:hover,
.venue-booking-continue:focus-visible {
    background-color: #d9c817;
    border-color: #d9c817;
    color: #050607;
    box-shadow: 0 0 0 4px rgba(217, 200, 23, .18), 0 .75rem 1.6rem rgba(0, 0, 0, .24);
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .venue-booking-option {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .venue-booking-option-input {
        grid-column: 1;
        grid-row: 1;
        margin-top: .2rem;
    }

    .venue-booking-option-name {
        grid-column: 2;
        grid-row: 1;
    }

    .venue-booking-option-meta {
        grid-column: 2;
        grid-row: 2;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .venue-booking-option-description {
        grid-column: 2;
        grid-row: 3;
        overflow-wrap: anywhere;
    }

    .venue-booking-continue {
        width: 100%;
        min-width: 0;
    }
}

.booking-catalogue-journey-cards {
    display: grid;
    gap: 1rem;
}

.venue-section-page .booking-catalogue-journey-cards .booking-support-card,
.venue-section-page .booking-catalogue-journey-cards .booking-secure-card {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(10, 14, 18, .94);
}
.booking-journey-modal {
    --bs-modal-width: min(1180px, calc(100vw - 2rem));
    z-index: 2060;
}

body.booking-journey-modal-open > .modal-backdrop {
    z-index: 2050;
}

.booking-journey-modal .modal-dialog {
    height: calc(100vh - 2rem);
    margin-block: 1rem;
}

.booking-journey-modal .modal-content {
    max-height: 100%;
    overflow: hidden;
    border: 1px solid #39424b;
    border-radius: 12px;
    background: #080b0e;
    box-shadow: 0 2rem 7rem rgba(0, 0, 0, .72);
    color: #eef3f7;
}

.booking-journey-modal-header {
    z-index: 3;
    gap: 1rem;
    align-items: center;
    min-height: 5.5rem;
    padding: 1rem 1.25rem;
    border-bottom-color: #303841;
    background: #10151a;
}

.booking-journey-modal-header .modal-title {
    color: #fff;
    font-family: Audiowide, Roboto, sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.55rem);
    font-weight: var(--font-heading-weight);
    line-height: 1.2;
}

.booking-journey-modal-subtitle {
    color: #aeb8c2;
    font-size: .8rem;
}

.booking-journey-modal-actions {
    display: flex;
    gap: .65rem;
    align-items: center;
    margin-left: auto;
}

.booking-journey-modal-actions .btn {
    white-space: nowrap;
}

.booking-journey-modal-body {
    min-height: min(42rem, calc(100vh - 7.5rem));
    padding: 0;
    background:
        radial-gradient(circle at 30% 0, rgba(18, 147, 230, .14), transparent 34%),
        #080b0e;
}

.booking-journey-modal-body > .booking-platform-main {
    width: 100%;
    padding: 1.25rem;
}

.booking-journey-modal .booking-platform-breadcrumb {
    display: none;
}

.booking-journey-modal .booking-platform-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
}

.booking-journey-modal .booking-platform-sidebar {
    display: none;
}

.booking-journey-modal .booking-wizard,
.booking-journey-modal .booking-support-card,
.booking-journey-modal .booking-secure-card,
.booking-journey-modal .booking-provider-card {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(10, 14, 18, .94);
}

.booking-journey-loading,
.booking-journey-error {
    display: grid;
    min-height: min(36rem, calc(100vh - 8rem));
    place-content: center;
    justify-items: center;
    padding: 2rem;
    color: #eef3f7;
    text-align: center;
}

.booking-journey-loading {
    gap: .75rem;
}

.booking-journey-loading strong,
.booking-journey-error h3 {
    font-family: Audiowide, Roboto, sans-serif;
    font-weight: var(--font-heading-weight);
}

.booking-journey-loading > span:last-child,
.booking-journey-error p {
    max-width: 34rem;
    color: #aeb8c2;
}

.booking-journey-error > i {
    margin-bottom: .8rem;
    color: #ffe500;
    font-size: 2.5rem;
}

.booking-journey-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    margin-top: .75rem;
}

@media (max-width: 991.98px) {
    .booking-journey-modal .booking-platform-layout {
        grid-template-columns: 1fr;
    }

    .booking-journey-modal .booking-wizard-hero {
        grid-template-columns: minmax(0, 1fr);
    }

    .booking-journey-modal .booking-wizard-hero > div {
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .booking-catalogue-journey-cards {
    display: grid;
    gap: 1rem;
}

.venue-section-page .booking-catalogue-journey-cards .booking-support-card,
.venue-section-page .booking-catalogue-journey-cards .booking-secure-card {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(10, 14, 18, .94);
}
.booking-journey-modal {
        --bs-modal-width: 100vw;
    }

    .booking-journey-modal .modal-dialog {
        width: 100%;
        height: 100dvh;
        margin: 0;
    }

    .booking-journey-modal .modal-content {
        max-height: 100dvh;
        border-width: 0;
        border-radius: 0;
    }

    .booking-journey-modal-header {
        align-items: flex-start;
        padding: .85rem 1rem;
    }

    .booking-journey-modal-header .booking-journey-modal-subtitle,
    .booking-journey-modal-actions .btn {
        display: none;
    }

    .booking-journey-modal-body > .booking-platform-main {
        padding: .75rem;
    }
}
.venue-show-feature-groups {
    display: grid;
    gap: .9rem;
}

.venue-show-feature-row {
    display: grid;
    gap: .6rem;
    align-items: start;
}

.venue-show-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.venue-show-feature-pill {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    min-height: 2rem;
    padding: .35rem .65rem;
    border: 1px solid #33404a;
    border-radius: 999px;
    background: #151b21;
    color: #dce5ec;
    font-size: .9rem;
    font-weight: 800;
}

.venue-feature-blocks {
    display: grid;
    gap: 1.5rem;
}

.venue-feature-block {
    display: grid;
    gap: .85rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(238, 243, 247, .1);
}

.venue-feature-block:first-child {
    padding-top: 0;
    border-top: 0;
}

.venue-feature-block h3 {
    margin: 0;
}

.venue-feature-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem 1rem;
}

.venue-feature-list-item {
    display: grid;
    grid-template-columns: 1.35rem minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
    min-width: 0;
    color: var(--kd-muted-strong);
    line-height: 1.35;
}

.venue-feature-list-item i {
    color: var(--kd-red);
    font-size: 1.1rem;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .venue-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .venue-feature-list {
        grid-template-columns: 1fr;
    }
}

.venue-show-list-icon {
    display: inline-flex;
    width: 1rem;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
}

.venue-show-layout-card {
    padding: 1rem;
}

.venue-show-layout-card img {
    display: block;
    width: 100%;
    max-height: 150px;
    object-fit: contain;
    padding: .5rem;
}

.venue-show-video-card {
    --bs-card-bg: #12171c;
    --bs-card-border-color: #2a3138;
    overflow: hidden;
}

.venue-show-video-card .card-img-top {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.venue-show-video-card a {
    color: #fff;
}

.venue-show-summary-card {
    overflow: visible;
}

.venue-show-hero {
    position: relative;
    display: grid;
    min-height: clamp(16rem, 22vw, 20.5rem);
    overflow: hidden;
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
    border-bottom: 1px solid var(--kd-border);
    background:
        linear-gradient(115deg, rgba(5, 6, 7, .94) 0%, rgba(5, 6, 7, .72) 42%, rgba(5, 6, 7, .22) 100%),
        var(--kd-surface-2);
}

.venue-show-hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 14% 80%, rgba(5, 6, 7, .88), transparent 46%),
        linear-gradient(90deg, rgba(5, 6, 7, .82), rgba(5, 6, 7, .42) 48%, rgba(5, 6, 7, .16)),
        linear-gradient(0deg, rgba(5, 6, 7, .9), rgba(5, 6, 7, .2) 58%, rgba(5, 6, 7, .1));
    pointer-events: none;
}

.venue-show-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.venue-show-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 2rem;
    align-items: flex-end;
    justify-content: space-between;
    min-height: inherit;
    padding: clamp(1.25rem, 2.5vw, 2rem);
    color: #fff;
}

.hero-action-group {
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: .5rem;
}

.btn-hero-action {
    border-color: rgba(255, 255, 255, .82) !important;
    background: rgba(0, 0, 0, .58) !important;
    color: #fff !important;
    box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .24);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.btn-hero-action:hover,
.btn-hero-action:focus-visible {
    border-color: #fff !important;
    background: rgba(0, 0, 0, .78) !important;
    color: #fff !important;
}

.btn-hero-action:active,
.btn-hero-action.active {
    background: rgba(0, 0, 0, .88) !important;
    color: #fff !important;
}

@media (max-width: 767.98px) {
    .hero-action-group {
        top: .75rem;
        right: .75rem;
    }
}

.venue-show-hero-copy {
    max-width: min(52rem, 100%);
}

.venue-show-hero-logo {
    display: block;
    width: clamp(2.75rem, 3.8vw, 3.5rem);
    height: clamp(2.75rem, 3.8vw, 3.5rem);
    margin-bottom: .75rem;
    border: 1px solid rgba(238, 243, 247, .3);
    border-radius: 12px;
    background: #fff;
    object-fit: contain;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, .38);
}

.venue-show-hero h1,
.venue-show-hero-title {
    display: block;
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    font-size: clamp(2rem, 3.5vw, 3.25rem);
    line-height: 1.02;
    text-shadow: 0 .35rem 1.5rem rgba(0, 0, 0, .42);
}

.venue-show-hero p {
    color: rgba(238, 243, 247, .82);
    font-size: clamp(1.05rem, 1.25vw, 1.25rem);
}

.venue-show-hero-location {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
}

.venue-show-hero-location i {
    color: #ff3b36;
    font-size: .95em;
}

.venue-show-hero-location-link {
    color: inherit;
    text-decoration-color: rgba(238, 243, 247, .45);
    text-underline-offset: .18em;
}

.venue-show-hero-location-link:hover,
.venue-show-hero-location-link:focus-visible {
    color: #ffe500;
    text-decoration-color: currentColor;
}

.venue-show-hero .badge {
    backdrop-filter: blur(10px);
}

.badge.venue-show-hero-pill {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: .35rem .75rem;
    border: 1px solid rgba(238, 243, 247, .18);
    border-radius: 999px;
    background: rgba(29, 37, 44, .86) !important;
    color: var(--kd-muted-strong) !important;
    font-weight: 600;
    text-decoration: none;
}

.badge.venue-show-hero-pill:hover,
.badge.venue-show-hero-pill:focus {
    border-color: rgba(238, 243, 247, .32);
    background: rgba(42, 49, 56, .92) !important;
    color: #fff !important;
}

.venue-show-tabbar {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1.5rem 0;
    border-bottom: 1px solid var(--kd-border);
    background: rgba(8, 11, 14, .96);
}

.venue-show-tabbar:has(.venue-show-tabbar-action.is-active) {
    border-bottom-color: var(--kd-yellow);
}

.venue-show-tabbar .nav-tabs {
    flex: 1 1 auto;
    min-width: 0;
    border-bottom: 0 !important;
}

.venue-show-tabbar .nav-link {
    min-height: 3.15rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.venue-show-tabbar .nav-link.active {
    position: relative;
    border-color: var(--kd-border) var(--kd-border) transparent !important;
    background: var(--kd-surface) !important;
    box-shadow: 0 1px 0 var(--kd-surface);
}

.venue-show-tabbar .nav-link.active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--kd-surface);
}

.venue-show-tabbar .nav-link:not(.active):hover,
.venue-show-tabbar .nav-link:not(.active):focus {
    position: relative;
    border-color: transparent !important;
    border-bottom-color: transparent !important;
    background: #151b21;
    background-clip: padding-box;
    color: #fff;
    box-shadow: none !important;
}

.venue-show-tabbar .venue-show-tabbar-action {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-bottom: 0;
    font-size: 15px !important;
}

.venue-show-sidebar-booking {
    font-size: 15px !important;
}

.venue-show-tabbar-action.is-active {
    position: relative;
    align-self: flex-start;
    min-height: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: -1px;
    border: 1px solid var(--kd-yellow) !important;
    border-bottom-color: transparent !important;
    border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0 !important;
    background: var(--kd-surface) !important;
    color: #fff !important;
    box-shadow: 0 1px 0 var(--kd-surface);
}

.venue-show-tabbar-action.is-active::after {
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: -1px;
    height: 1px;
    content: "";
    background: var(--kd-surface);
}

.venue-show-tabbar:has(.venue-show-tabbar-action.is-active) .nav-link:not(.active):hover,
.venue-show-tabbar:has(.venue-show-tabbar-action.is-active) .nav-link:not(.active):focus {
    border-color: transparent !important;
    background: #151b21 !important;
    box-shadow: none !important;
}

.venue-show-tab-icon {
    display: none;
}

.venue-show-tabbar-action .venue-show-tab-icon {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
}

.venue-show-book-label-short {
    display: none;
}

.venue-show-inner-side {
    display: grid;
    gap: 1rem;
}

.venue-show-rail {
    display: grid;
    gap: 1rem;
}

@media (min-width: 1200px) {
    .venue-show-rail {
        position: sticky;
        top: var(--kd-sticky-rail-top);
        z-index: 1;
    }
}

.venue-show-rail-col {
    align-self: stretch;
    min-width: 0;
}

.venue-show-booking {
    --bs-btn-bg: #ffe500;
    --bs-btn-border-color: #ffe500;
    --bs-btn-color: #070707;
    --bs-btn-hover-bg: #ffcd00;
    --bs-btn-hover-border-color: #ffcd00;
    --bs-btn-hover-color: #070707;
    min-height: 48px;
    border-radius: 6px;
    font-weight: 900;
    text-transform: uppercase;
}

.venue-show-map-card,
.venue-show-detail-card {
    overflow: hidden;
}

.venue-show-map-card h2 {
    padding: 1rem 1rem .75rem;
    margin: 0;
}

.venue-show-map-card .directory-map,
.venue-show-detail-card .directory-map {
    border-radius: 0;
}

.venue-show-map-placeholder {
    display: grid;
    place-items: center;
    min-height: 260px;
    gap: .5rem;
    border-bottom: 1px solid #2a3138;
    background: #0a0e12;
    color: #c9d3dc;
    font-weight: 800;
}

.venue-show-map-placeholder i {
    color: #ff3b36;
    font-size: 2rem;
}

.venue-show-card address,
.venue-show-card p,
.venue-show-card li {
    color: #dce5ec;
}

.venue-show-detail-heading {
    display: flex;
    gap: .9rem;
    align-items: center;
}

.venue-show-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    padding: .45rem;
    border: 1px solid #dfe6ec;
    border-radius: 6px;
    background: #fff;
}

.venue-show-contact-line,
.venue-show-contact-list li {
    display: flex;
    gap: .65rem;
    align-items: flex-start;
}

.venue-show-contact-list li + li {
    margin-top: .45rem;
}

.venue-show-contact-icon {
    width: 1.1rem;
    padding-top: .12rem;
    font-size: 1rem;
}

.venue-show-contact-list a {
    color: #ffd1cd;
    text-decoration-color: rgba(255, 209, 205, .55);
    text-underline-offset: .18em;
}

.venue-show-contact-list a:hover,
.venue-show-contact-list a:focus {
    color: #fff;
    text-decoration-color: #fff;
}

.venue-show-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    font-size: 1.3125rem;
    --tblr-btn-font-size: 1.3125rem;
    --tblr-icon-size: 1.3125rem;
    --bs-btn-color: #dce5ec;
    --bs-btn-border-color: #55616b;
    --bs-btn-hover-bg: #26313a;
    --bs-btn-hover-border-color: #73808b;
    --bs-btn-hover-color: #fff;
}

.venue-show-social .ti {
    font-size: 1.3125rem;
}

.venue-show-card .list-group-item {
    background: transparent;
    border-color: #2a3138;
    color: #eef3f7;
}

.venue-section-page aside .list-group-item-action:hover,
.venue-section-page aside .list-group-item-action:focus {
    background: rgba(255, 255, 255, .045);
    color: #fff !important;
}

.venue-section-page aside .list-group-item-action:hover > span,
.venue-section-page aside .list-group-item-action:focus > span,
.venue-section-page aside .list-group-item-action:hover .d-block,
.venue-section-page aside .list-group-item-action:focus .d-block {
    color: #fff !important;
}

.venue-section-page aside .list-group-item-action:hover span:not(.text-secondary),
.venue-section-page aside .list-group-item-action:focus span:not(.text-secondary) {
    color: #fff !important;
}

.venue-section-page aside .list-group-item-action:hover small,
.venue-section-page aside .list-group-item-action:focus small {
    color: var(--kd-muted-strong) !important;
}

.venue-show-jobs-card,
.venue-show-contribute-card {
    padding: 1rem;
}

.venue-show-rail-list {
    display: grid;
    margin-inline: -1rem;
}

.venue-show-rail-list a {
    display: grid;
    gap: .25rem;
    padding: .75rem 1rem;
    border-top: 1px solid #252d35;
    color: #eef3f7;
    text-decoration: none;
}

.venue-show-rail-list a:hover,
.venue-show-rail-list a:focus {
    background: #1a2026;
    color: #fff;
}

.venue-show-rail-list span {
    font-weight: 900;
    line-height: 1.25;
}

.venue-show-rail-list small {
    color: #9facb7;
    line-height: 1.25;
}

.venue-show-rail-more {
    display: inline-flex;
    align-items: center;
    margin-top: .8rem;
    color: #ff6a61;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.venue-show-ad-slot {
    display: grid;
    min-height: 116px;
    align-items: end;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 229, 0, .95), rgba(255, 106, 97, .75)),
        #151b21;
    color: #070707;
    font-weight: 900;
    text-transform: uppercase;
}

.venue-show-ad-slot-racewear {
    background:
        linear-gradient(135deg, rgba(255, 229, 0, .95), rgba(255, 255, 255, .15) 42%, rgba(255, 106, 97, .9)),
        #151b21;
}

.venue-show-ad-slot-web {
    min-height: 132px;
    background:
        radial-gradient(circle at 86% 18%, rgba(255, 229, 0, .38), transparent 28%),
        linear-gradient(135deg, #10161d, #151b21);
    color: #fff;
}

.venue-show-ad-slot-web small {
    color: #ffe500;
    font-weight: 800;
    text-transform: none;
}

.venue-show-card-kicker {
    margin-bottom: .45rem;
    color: #ffe500 !important;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.venue-show-signpost-card,
.venue-show-ad-card {
    position: relative;
    overflow: hidden;
    padding: 1.25rem;
}

.venue-show-signpost-card::after,
.venue-show-ad-card::after {
    position: absolute;
    right: -2rem;
    bottom: -2.25rem;
    color: rgba(255, 229, 0, .12);
    font-family: "tabler-icons";
    font-size: 7rem;
    line-height: 1;
    pointer-events: none;
}

.venue-show-signpost-card::after {
    content: "\edbe";
}

.venue-show-ad-card::after {
    content: "\ef6f";
}

.venue-show-signpost-card h2,
.venue-show-ad-card h2 {
    margin-bottom: .5rem;
}

.venue-show-signpost-card p:last-of-type,
.venue-show-ad-card p:last-of-type {
    max-width: 22rem;
    margin-bottom: 1rem;
    color: #c7d2dc;
}

.venue-show-signpost-card a,
.venue-show-ad-card a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-weight: 900;
    text-decoration-color: rgba(255, 255, 255, .45);
    text-underline-offset: .2em;
}

.venue-show-page--has-nearby {
    padding-bottom: 0;
}

.venue-show-nearby {
    border-top: 1px solid #242b32;
    background: #080a0c;
}

.venue-show-nearby-panel {
    padding: clamp(1rem, 2vw, 1.5rem);
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #11161b;
}

.venue-show-nearby .circuit-card {
    overflow: hidden;
    border: 1px solid var(--kd-border);
    border-radius: 8px;
    background: rgba(17, 22, 27, .96);
    backdrop-filter: none;
}

.venue-show-nearby .circuit-card-media,
.venue-show-nearby .circuit-card-media .ratio {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.venue-show-nearby .circuit-card-media .ratio img,
.venue-show-nearby .circuit-card-media .ratio span {
    border-radius: 0 !important;
}

.venue-show-nearby .circuit-card-body {
    padding: .85rem 1rem 1rem;
}

.content-author-card {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

a.content-author-card:hover,
a.content-author-card:focus-visible {
    color: inherit;
    text-decoration: none;
    background-color: rgba(255, 255, 255, .055);
    border-color: rgba(255, 221, 0, .5) !important;
}

a.content-author-card:focus-visible {
    outline: 2px solid #ffdd00;
    outline-offset: 2px;
}

.video-detail-page {
    --bs-body-color: #eef3f7;
    --bs-secondary-color: #a9b4bf;
    --bs-border-color: #2a3138;
    --bs-link-color: #ff6a61;
    --bs-link-hover-color: #ff8d86;
    --bs-primary: #1293e6;
    --bs-primary-rgb: 18, 147, 230;
    min-height: 100vh;
    color: var(--bs-body-color);
}

.video-detail-hero {
    display: block;
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid #20262d;
}

.video-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, .8fr);
    gap: 1.25rem;
    align-items: start;
}

.video-detail-player-panel,
.video-detail-side-panel,
.video-detail-reading-panel,
.video-detail-panel {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    color: #eef3f7;
}

.video-detail-player-panel {
    overflow: hidden;
}

.video-detail-player {
    display: block;
    width: 100%;
    border-radius: 0;
}

.video-detail-title-block,
.video-detail-side-panel,
.video-detail-reading-panel,
.video-detail-panel {
    padding: 1.25rem;
}

.video-detail-title-block h1 {
    max-width: 860px;
    margin: 0 0 .75rem;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    line-height: 1.12;
}

.video-detail-byline {
    color: #cbd5df;
    font-weight: 800;
}

.video-detail-side-panel {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.video-detail-creator {
    display: flex;
    gap: .85rem;
    align-items: center;
}

.video-detail-avatar {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ffe500;
    color: #070707;
    font-weight: 900;
}

.video-detail-creator .small,
.video-detail-facts,
.video-detail-layout-mini .small,
.video-detail-related-list small,
.video-detail-meta-list dt {
    color: #a9b4bf;
}

.video-detail-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    padding: 1rem 0;
    border-top: 1px solid #2a3138;
    border-bottom: 1px solid #2a3138;
    font-weight: 800;
}

.video-detail-facts div {
    display: flex;
    gap: .45rem;
    align-items: center;
}

.video-detail-facts i,
.video-detail-layout-mini i,
.video-detail-related-list i {
    color: #ff3b36;
}

.video-detail-layout-mini img {
    display: block;
    width: 100%;
    max-height: 190px;
    object-fit: contain;
    padding: .5rem;
}

.video-detail-reading-panel p {
    max-width: 820px;
    color: #dce5ec;
    line-height: 1.72;
}

.video-detail-sidebar {
    top: var(--kd-sticky-rail-top);
    display: grid;
    gap: 1rem;
}

.video-detail-related-list {
    display: grid;
    gap: .75rem;
}

.video-detail-related-list a {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
    padding: .65rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #151b21;
    color: #eef3f7;
    text-decoration: none;
}

.video-detail-related-list img {
    width: 96px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 4px;
}

.video-detail-related-list strong,
.video-detail-related-list small {
    display: block;
}

.video-detail-related-list small {
    margin-top: .25rem;
    font-weight: 800;
}

.video-detail-meta-list div {
    padding: .65rem 0;
    border-top: 1px solid #2a3138;
}

.video-detail-meta-list div:first-child {
    border-top: 0;
}

.video-detail-meta-list dt {
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.video-detail-meta-list dd {
    margin: .15rem 0 0;
    color: #eef3f7;
    font-weight: 800;
}

.video-index-page {
    --bs-body-color: #eef3f7;
    --bs-secondary-color: #a9b4bf;
    --bs-border-color: #2a3138;
    --bs-link-color: #ff6a61;
    --bs-link-hover-color: #ff8d86;
    min-height: 100vh;
    color: var(--bs-body-color);
}

.video-index-hero {
    border-bottom: 1px solid #20262d;
}

.video-index-hero-panel,
.video-index-card,
.video-index-side-card {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    color: #eef3f7;
}

.video-index-hero-panel {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.video-index-hero-panel h1 {
    max-width: 820px;
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 1.05;
}

.video-index-summary,
.video-index-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.video-index-summary span,
.video-index-meta span {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    min-height: 1.75rem;
    padding: .25rem .55rem;
    border: 1px solid #33404a;
    border-radius: 999px;
    background: #151b21;
    color: #dce5ec;
    font-size: .84rem;
    font-weight: 900;
}

.video-index-summary i,
.video-index-meta i,
.video-index-page .list-group-item i {
    color: #ff3b36;
}

.video-index-count {
    color: #a9b4bf;
    font-weight: 900;
}

.video-index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.video-index-card {
    overflow: hidden;
}

.video-index-thumb {
    display: grid;
    place-items: center;
    min-height: 150px;
    background: #0a0e12;
    color: #ff3b36;
    text-decoration: none;
}

.video-index-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.video-index-thumb span {
    display: grid;
    place-items: center;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid #2a3138;
    border-radius: 999px;
    font-size: 1.8rem;
}

.video-index-card-body {
    display: grid;
    gap: .75rem;
    padding: 1rem;
}

.video-index-kicker {
    margin: 0;
    color: #ffe500;
    font-size: .76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.video-index-card h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.22;
}

.video-index-card h3 a {
    color: #fff;
    text-decoration: none;
}

.video-index-creator {
    display: flex;
    gap: .55rem;
    align-items: center;
    color: #cbd5df;
}

.video-index-creator img,
.video-index-creator span {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    border-radius: 999px;
}

.video-index-creator img {
    object-fit: cover;
}

.video-index-creator span {
    display: grid;
    place-items: center;
    border: 1px solid #fff;
    background: #ffe500;
    color: #070707;
    font-weight: 900;
}

.video-index-creator strong {
    min-width: 0;
    overflow: hidden;
    font-size: .9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-index-meta {
    gap: .35rem;
}

.video-index-meta span {
    font-size: .78rem;
}

.video-index-pagination {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    color: #cbd5df;
    font-weight: 900;
}

.video-index-sidebar {
    display: grid;
    gap: 1rem;
}

@media (min-width: 992px) {
    .video-index-sidebar {
        position: sticky;
        top: var(--kd-sticky-rail-top);
        align-self: flex-start;
        z-index: 1;
    }
}

.video-index-side-card {
    padding: 1rem;
}

.video-index-side-card p,
.video-index-ad-slot p {
    color: #cbd5df;
}

.video-index-contribute .btn-warning {
    --bs-btn-bg: #ffe500;
    --bs-btn-border-color: #ffe500;
    --bs-btn-color: #070707;
    --bs-btn-hover-bg: #ffcd00;
    --bs-btn-hover-border-color: #ffcd00;
    font-weight: 900;
}

.video-index-ad-slot {
    padding: 1rem;
    border: 1px solid rgba(255, 229, 0, .35);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 229, 0, .18), rgba(199, 53, 47, .18));
}

.video-index-ad-slot span {
    display: inline-flex;
    margin-bottom: .75rem;
    color: #ffe500;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.video-index-ad-slot strong {
    display: block;
    margin-bottom: .35rem;
    color: #fff;
    font-size: 1.15rem;
}

.video-index-page .list-group-item {
    background: transparent;
    border-color: #2a3138;
    color: #eef3f7;
    font-weight: 800;
}

.category-show-page {
    --bs-body-color: #eef3f7;
    --bs-secondary-color: #a9b4bf;
    --bs-border-color: #2a3138;
    --bs-link-color: #ff6a61;
    --bs-link-hover-color: #ff8d86;
    min-height: 100vh;
    color: var(--bs-body-color);
}

.category-show-hero {
    border-bottom: 1px solid #20262d;
}

.category-show-hero-panel,
.category-show-panel,
.category-side-card {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    color: #eef3f7;
}

.category-show-hero-panel,
.category-show-panel,
.category-side-card {
    padding: clamp(1rem, 2vw, 1.5rem);
}

.category-show-hero-panel h1 {
    max-width: 840px;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    line-height: 1.05;
}

.category-show-summary {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1.25rem;
}

.category-show-summary span {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
    min-height: 1.9rem;
    padding: .3rem .6rem;
    border: 1px solid #33404a;
    border-radius: 999px;
    background: #151b21;
    color: #dce5ec;
    font-size: .86rem;
    font-weight: 900;
}

.category-show-summary i,
.category-show-page .list-group-item i {
    color: #ff3b36;
}

.category-show-count {
    color: #a9b4bf;
    font-weight: 900;
}

.category-filter-panel {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(170px, .7fr);
    gap: .85rem;
    align-items: end;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #0f1419;
}

.category-filter-panel label {
    display: grid;
    gap: .35rem;
}

.category-filter-panel label span {
    color: #cbd5df;
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.category-filter-panel .form-control,
.category-filter-panel .form-select {
    border-color: #3b4650;
    background-color: #07090b;
    color: #eef3f7;
}

.category-filter-panel .form-control::placeholder {
    color: #77838e;
}

.category-filter-actions {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: center;
}

.category-filter-actions .btn-link {
    color: #cbd5df;
    text-decoration: none;
}

.category-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 1rem;
}

.category-pagination {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    color: #cbd5df;
    font-weight: 900;
}

.category-museum-list {
    margin-bottom: 0;
    color: #dce5ec;
}

.category-sidebar {
    top: var(--kd-sticky-rail-top);
    display: grid;
    gap: 1rem;
}

.category-side-card p,
.category-ad-slot p {
    color: #cbd5df;
}

.category-contribute .btn-warning {
    --bs-btn-bg: #ffe500;
    --bs-btn-border-color: #ffe500;
    --bs-btn-color: #070707;
    --bs-btn-hover-bg: #ffcd00;
    --bs-btn-hover-border-color: #ffcd00;
    font-weight: 900;
}

.category-ad-slot {
    padding: 1rem;
    border: 1px solid rgba(255, 229, 0, .35);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 229, 0, .18), rgba(199, 53, 47, .18));
}

.category-ad-slot span {
    display: inline-flex;
    margin-bottom: .75rem;
    color: #ffe500;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.category-ad-slot strong {
    display: block;
    margin-bottom: .35rem;
    color: #fff;
    font-size: 1.15rem;
}

.category-show-page .list-group-item {
    background: transparent;
    border-color: #2a3138;
    color: #eef3f7;
    font-weight: 800;
}

.venue-section-page {
    --bs-body-color: #eef3f7;
    --bs-secondary-color: #a9b4bf;
    --bs-border-color: #2a3138;
    --bs-link-color: #ff6a61;
    --bs-link-hover-color: #ff8d86;
    --bs-primary: #1293e6;
    --bs-primary-rgb: 18, 147, 230;
    min-height: 100vh;
    color: var(--bs-body-color);
}

.venue-section-hero {
    border-bottom: 1px solid #20262d;
}

.venue-section-hero-panel,
.venue-section-panel,
.venue-review-card,
.venue-video-card,
.venue-layout-card,
.venue-section-empty,
.venue-section-form {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #12171c;
    color: #eef3f7;
}

.venue-section-hero-panel {
    background: #14191e;
}

.venue-section-hero-panel img {
    height: clamp(220px, 30vw, 340px);
}

.venue-section-hero-shade {
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .2));
}

.venue-section-panel,
.venue-section-form {
    padding: clamp(1rem, 2vw, 1.5rem);
}

.venue-show-summary-card .venue-section-panel {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.venue-section-lede {
    max-width: 760px;
    color: #c9d3dc;
    line-height: 1.6;
}

.venue-section-accordion .accordion-item {
    border: 1px solid var(--bs-accordion-border-color);
    border-radius: 6px;
}

.venue-section-accordion .accordion-item + .accordion-item {
    margin-top: .65rem;
}

.venue-section-accordion .accordion-button {
    font-family: var(--font-heading);
    font-weight: 400;
}

.venue-section-empty {
    display: flex;
    gap: .85rem;
    align-items: center;
    padding: 1rem;
    color: #c9d3dc;
}

.venue-section-empty i {
    color: #ffe500;
    font-size: 1.5rem;
}

.venue-review-empty {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(255, 229, 0, .35);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 229, 0, .1), rgba(18, 23, 28, .96) 48%);
    color: #eef3f7;
}

.venue-review-empty-icon {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    place-items: center;
    border: 1px solid rgba(255, 229, 0, .55);
    border-radius: 50%;
    background: rgba(255, 229, 0, .1);
    color: #ffe500;
    font-size: 1.75rem;
}

.venue-review-empty-kicker {
    display: block;
    margin-bottom: .35rem;
    color: #ffe500;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.venue-review-empty-copy p,
.venue-review-form-intro {
    color: #c9d3dc;
    line-height: 1.55;
}

.venue-review-empty-copy p {
    max-width: 42rem;
    margin-bottom: 1.1rem;
}

.venue-review-empty-cta {
    display: inline-flex;
    gap: .55rem;
    align-items: center;
    color: #080b0e;
}

.venue-review-form-intro {
    margin: -.35rem 0 1.1rem;
}

.venue-review-card {
    padding: 1rem;
}

.venue-review-author {
    display: flex;
    min-width: 0;
    gap: .8rem;
    align-items: center;
}

.venue-review-avatar {
    flex: 0 0 auto;
    width: 2.75rem;
    height: 2.75rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    background: #20272e;
}

.venue-review-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-review-card .small,
.venue-video-card .small,
.venue-layout-card .small {
    color: #a9b4bf;
}

.venue-review-stars {
    display: inline-flex;
    gap: .1rem;
    color: #ffe500;
    font-size: 1.1rem;
}

.track-map-review-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--tblr-border-color);
    border-radius: var(--tblr-border-radius-lg);
    background: rgba(255, 255, 255, .02);
}

.track-map-review-stars {
    display: inline-flex;
    gap: .2rem;
    color: var(--kd-yellow);
}

.track-map-verified-badge {
    background: rgba(199, 53, 47, .14);
    color: var(--kd-red);
    border: 1px solid rgba(199, 53, 47, .45);
}

.track-map-review-card {
    border-color: var(--tblr-border-color);
}

.track-map-review-form {
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .track-map-review-summary {
        align-items: flex-start;
        flex-direction: column;
    }
}

.venue-section-form {
    background: #0f1419;
}

.venue-section-form .form-label {
    color: #dce5ec;
    font-weight: 600;
}

.venue-section-form .form-check-label {
    color: #dce5ec;
}

.venue-section-form .form-control,
.venue-section-form .form-select {
    border-color: #33404a;
    background-color: #080b0e;
    color: #eef3f7;
}

.venue-section-form .form-control:focus,
.venue-section-form .form-select:focus {
    border-color: #1293e6;
    box-shadow: 0 0 0 .2rem rgba(18, 147, 230, .22);
}

.venue-review-form .form-account-identity {
    margin-bottom: 1rem;
}

.form-account-identity {
    display: flex;
    gap: .85rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #33404a;
    border-radius: 8px;
    background: #101418;
}

.form-account-identity-avatar,
.form-account-identity-icon {
    flex: 0 0 auto;
}

.form-account-identity-avatar {
    width: 3rem;
    height: 3rem;
}

.form-account-identity-icon {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border: 1px solid #4a5660;
    border-radius: 50%;
    color: #ffe500;
    font-size: 1.6rem;
}

.form-account-identity-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #c9d3dc;
    line-height: 1.4;
}

.form-account-identity-copy strong {
    color: #eef3f7;
}

.form-account-identity-copy small {
    color: #8f9ba6;
    font-weight: 700;
    text-transform: uppercase;
}

.form-account-identity-detail {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    min-width: 0;
}

.form-account-identity-detail i {
    flex: 0 0 auto;
    color: #ffe500;
}

.form-account-identity-detail span,
.form-account-identity-detail strong {
    min-width: 0;
    overflow-wrap: anywhere;
}

.form-account-identity-copy a,
.venue-review-consent a {
    color: #ffe500;
    font-weight: 800;
}

.form-account-identity-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: .8rem;
}

.form-account-identity-actions .btn {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    min-width: 8.5rem;
    min-height: 3rem;
}

.form-account-identity-actions .btn-primary {
    color: #080b0e;
}

.venue-review-auth-gate .form-account-identity {
    margin: 0;
}

.venue-review-promises {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
    margin: 1rem 0 0;
    padding: 0;
    color: #b9c4ce;
    font-size: .9rem;
    list-style: none;
}

.venue-review-promises li {
    display: flex;
    gap: .45rem;
    align-items: center;
}

.venue-review-promises i {
    flex: 0 0 auto;
    color: #ffe500;
    font-size: 1.1rem;
}

.venue-review-form .form-control-lg,
.venue-review-form .form-select-lg,
.venue-review-input-group {
    min-height: 3.75rem;
}

.venue-review-input-group {
    overflow: hidden;
    border: 1px solid #33404a;
    border-radius: 8px;
    background: #080b0e;
}

.venue-review-input-group .input-group-text {
    min-width: 3.75rem;
    justify-content: center;
    border: 0;
    border-right: 1px solid #606a73;
    background: #2b3035;
    color: #dce5ec;
}

.venue-review-input-group .form-control {
    min-height: calc(3.75rem - 2px);
    border: 0;
    box-shadow: none;
}

.venue-review-rating-field {
    min-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.venue-review-rating {
    display: flex;
    gap: .25rem;
    align-items: center;
    width: fit-content;
}

.venue-review-rating input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.venue-review-rating label {
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border-radius: 6px;
    color: #626d76;
    cursor: pointer;
    font-size: 1.7rem;
    transition: color .15s ease, transform .15s ease;
}

.venue-review-rating label:hover,
.venue-review-rating label:has(~ label:hover),
.venue-review-rating input:checked + label,
.venue-review-rating label:has(~ input:checked) {
    color: #ffe500;
}

.venue-review-rating label:hover {
    transform: scale(1.08);
}

.venue-review-rating input:focus-visible + label {
    outline: 2px solid #1293e6;
    outline-offset: 2px;
}

.venue-review-consent {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid #33404a;
    border-radius: 8px;
    background: #101418;
    color: #dce6ef;
    cursor: pointer;
    font-size: .95rem;
    line-height: 1.45;
}

.venue-review-consent input[type="checkbox"] {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: .15rem;
    accent-color: #ffe500;
}

.venue-review-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.venue-review-captcha-note {
    margin: 0;
    color: #84919c;
    font-size: .86rem;
}

.venue-review-submit {
    min-width: 15rem;
    min-height: 3.75rem;
    margin-left: auto;
}

@media (max-width: 575.98px) {
    .venue-review-empty {
        grid-template-columns: 1fr;
    }

    .venue-review-empty-cta {
        width: 100%;
        justify-content: center;
    }

    .venue-review-promises {
        grid-template-columns: 1fr;
    }

    .venue-review-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .venue-review-submit {
        width: 100%;
        min-width: 0;
    }
}
.content-comments-shell {
    background: transparent;
}

.content-comments {
    padding-top: 1.25rem;
    border-top: 1px solid #2f3942;
}

.content-comments-empty {
    padding: 2rem 1rem;
}

.content-comment-list {
    display: grid;
    gap: .8rem;
    margin-bottom: 1.25rem;
}

.content-comment-card {
    padding: 1rem;
    border: 1px solid #2f3942;
    border-radius: 8px;
    background: #10161b;
    color: #e9eff4;
}

.content-comment-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    margin-bottom: .85rem;
}

.content-comment-avatar {
    width: 2.75rem;
    height: 2.75rem;
}

.content-comment-byline {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.content-comment-byline time {
    color: #8f9ba6;
    font-size: .85rem;
}

.content-comment-stars {
    display: inline-flex;
    gap: .1rem;
    color: #ffe500;
}

.content-comment-form,
.content-comment-auth-gate {
    margin-top: 1.25rem;
    padding: 1.25rem 0 0;
    border: 0;
    border-top: 1px solid #2f3942;
    border-radius: 0;
    background: transparent;
}

.content-comment-member {
    display: flex;
    gap: .75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.content-comment-member-avatar {
    width: 3rem;
    height: 3rem;
}

.content-comment-member > span:last-child {
    display: flex;
    flex-direction: column;
}

.content-comment-member small {
    color: #8f9ba6;
    font-weight: 700;
    text-transform: uppercase;
}
.content-comment-form .content-comment-rating {
    width: fit-content;
}

@media (max-width: 575.98px) {
    .content-comment-header {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .content-comment-stars {
        grid-column: 2;
    }

}
.booking-platform-header,
.booking-platform-footer,
.booking-platform-page {
    background: #080b0e;
    color: #eef3f7;
}

.booking-platform-header {
    border-bottom: 1px solid #242b32;
}

.booking-platform-shell {
    box-sizing: border-box;
    width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
    padding-right: var(--kd-site-padding-x);
    padding-left: var(--kd-site-padding-x);
    margin-inline: auto;
}

.booking-platform-brand {
    display: inline-flex;
    gap: .9rem;
    align-items: center;
    padding: 1.35rem 0;
    color: #fff;
    text-decoration: none;
}

.booking-platform-mark {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 8px;
    background: #fff;
    color: #176fb6;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: 0;
}

.booking-platform-kicker {
    margin: 0 0 .35rem;
    color: #ffe500;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.booking-platform-name {
    display: block;
    font-family: Audiowide, Roboto, sans-serif;
    font-weight: var(--font-heading-weight);
    font-size: 1.2rem;
    line-height: 1;
}

.booking-platform-page {
    min-height: 74vh;
    background:
        linear-gradient(90deg, rgba(8, 11, 14, .95), rgba(8, 11, 14, .76)),
        radial-gradient(circle at 30% 0, rgba(18, 147, 230, .18), transparent 34%),
        #080b0e;
}

.booking-public-entry-page {
    min-height: calc(100vh - var(--kd-body-top-offset));
    padding-bottom: clamp(2.5rem, 4vw, 4.5rem);
    background-image:
        linear-gradient(90deg, rgba(5, 7, 10, .72), rgba(5, 7, 10, .4)),
        linear-gradient(180deg, rgba(5, 7, 10, .16), rgba(5, 7, 10, .56)),
        url("/media/homepage-karting-hero-unsplash-nicolas-peyrol.jpg");
    background-attachment: fixed, fixed, fixed;
    background-position: center, center, center;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking-public-entry-page .page-header {
    padding-bottom: .5rem;
}

.booking-public-entry-page .page-body {
    padding-top: clamp(.75rem, 2vw, 1.35rem);
}

.booking-public-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, .62fr);
    gap: clamp(1.5rem, 3.5vw, 3.5rem);
    align-items: center;
    min-height: min(34rem, calc(100vh - var(--kd-body-top-offset) - 8rem));
}

.booking-public-copy {
    min-width: 0;
    max-width: 56rem;
    color: #fff;
}

.booking-public-kicker,
.booking-public-card-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: .28rem .9rem;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.booking-public-copy h1 {
    max-width: 43rem;
    margin: 1.05rem 0 .9rem;
    font-family: Audiowide, Roboto, sans-serif;
    font-size: clamp(2.35rem, 4.35vw, 4.15rem);
    font-weight: var(--font-heading-weight);
    letter-spacing: 0;
    line-height: .98;
    overflow-wrap: break-word;
}

.booking-public-heading span {
    display: block;
}

.booking-public-copy p:not(.booking-public-kicker) {
    max-width: 38rem;
    margin: 0;
    color: #eef3f7;
    font-size: clamp(.98rem, 1.12vw, 1.15rem);
    font-weight: 550;
    line-height: 1.48;
}

.booking-public-card {
    min-width: 0;
    width: 100%;
    max-width: 31rem;
    justify-self: end;
    padding: clamp(1.1rem, 2vw, 1.55rem);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: rgba(8, 12, 20, .92);
    box-shadow: 0 1.8rem 5rem rgba(0, 0, 0, .42);
    color: #eef3f7;
    backdrop-filter: blur(8px);
}

.booking-public-card-kicker {
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--bs-secondary-color);
}

.booking-public-card h2 {
    margin: .4rem 0 .5rem;
    color: #fff;
    font-size: clamp(1.35rem, 1.75vw, 1.75rem);
    font-weight: 800;
    line-height: 1.12;
}

.booking-public-card p:not(.booking-public-card-kicker):not(.booking-wizard-field-note) {
    color: #c9d3dc;
    font-size: .95rem;
    font-weight: 550;
    line-height: 1.48;
}

.booking-public-location-field {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 3.45rem;
    overflow: hidden;
    margin: 1rem 0 .8rem;
    border: 1px solid #606a73;
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
    transition: border-color .16s ease, box-shadow .16s ease;
}

.booking-public-location-field:hover,
.booking-public-location-field:focus-within {
    border-color: #ffe500;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .13);
}

.booking-public-location-field input,
.booking-public-location-field button {
    min-height: 3.45rem;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
}

.booking-public-location-field input {
    padding: .75rem 1rem;
}

.booking-public-location-field input:focus {
    outline: 0;
}

.booking-public-location-field input::placeholder {
    color: #97a2ad;
}

.booking-public-location-field button {
    display: grid;
    place-items: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
    color: #ffe500;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease;
}

.booking-public-location-field button:hover,
.booking-public-location-field button:focus-visible {
    background: rgba(255, 229, 0, .1);
    color: #fff36a;
    outline: 0;
}

.booking-public-submit {
    width: 100%;
    min-height: 3.45rem;
    border-radius: 8px;
    font-size: .92rem;
}

.booking-public-support {
    margin: .85rem 0 0;
}

.booking-public-support a {
    color: #eef3f7;
    text-decoration: underline;
    text-underline-offset: .16em;
}

.booking-entry-page .booking-platform-page {
    min-height: 100vh;
    background: transparent;
}

.booking-entry-page .booking-platform-main {
    padding-top: 0;
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.booking-entry-page .booking-wizard,
.booking-entry-page .booking-support-card,
.booking-entry-page .booking-secure-card,
.booking-entry-page .booking-provider-card {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(10, 14, 18, .9);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .42);
    backdrop-filter: blur(10px);
}

.booking-entry-page .booking-wizard.card {
    --bs-card-border-color: rgba(255, 255, 255, .18);
    --bs-card-bg: rgba(10, 14, 18, .9);
    --bs-list-group-border-color: rgba(255, 255, 255, .16);
    --bs-list-group-bg: transparent;
    overflow: hidden;
}

.booking-entry-page .booking-finder-heading p:not(.booking-platform-kicker),
.booking-entry-page .booking-platform-breadcrumb {
    color: rgba(238, 243, 247, .86);
}

.booking-platform-main {
    padding-block: 2.2rem 4.2rem;
}

.booking-platform-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    margin-bottom: 1.35rem;
    color: #c9d3dc;
    font-size: .78rem;
    font-weight: 700;
}

.booking-platform-breadcrumb a {
    color: #eef3f7;
    text-decoration: none;
}

.booking-platform-breadcrumb .breadcrumb-item,
.booking-platform-breadcrumb .breadcrumb-item.active {
    color: rgba(238, 243, 247, .82);
}

.booking-platform-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(238, 243, 247, .46);
}

.booking-platform-breadcrumb .breadcrumb-home-icon {
    width: 1rem;
    height: 1rem;
}

.booking-platform-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1.75rem;
    align-items: start;
}

.booking-request-sent-layout {
    grid-template-columns: minmax(0, 3fr) minmax(18rem, 1fr);
    gap: clamp(1.4rem, 3vw, 2.2rem);
}

.booking-request-sent-main {
    display: grid;
    gap: 1.25rem;
    min-width: 0;
}

.booking-request-sent-hero {
    max-width: 54rem;
    color: #eef3f7;
}

.booking-request-sent-hero h1 {
    margin: .35rem 0 .75rem;
    font-family: Audiowide, Roboto, sans-serif;
    font-size: clamp(2rem, 4.1vw, 3.7rem);
    font-weight: var(--font-heading-weight);
    letter-spacing: 0;
    line-height: 1.08;
}

.booking-request-sent-hero p:not(.booking-platform-kicker) {
    max-width: 48rem;
    margin: 0;
    color: #dce5ec;
    font-size: clamp(1rem, 1.05vw, 1.12rem);
    line-height: 1.55;
}

.booking-request-card,
.booking-request-side-card {
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(31, 36, 41, .92);
    box-shadow: 0 1.2rem 3.5rem rgba(0, 0, 0, .34);
    color: #eef3f7;
    backdrop-filter: blur(10px);
}

.booking-request-card {
    padding: clamp(1.15rem, 2vw, 1.6rem);
}

.booking-request-card.card,
.booking-request-side-card.card {
    overflow: hidden;
    padding: 0;
}

.booking-request-card.card > .card-body,
.booking-request-side-card.card > .card-body {
    padding: clamp(1.15rem, 2vw, 1.6rem);
}

.booking-request-summary-card {
    display: grid;
    grid-template-columns: minmax(12rem, 17rem) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    padding: 0;
}

.booking-request-summary-card.no-image {
    grid-template-columns: 1fr;
}

.booking-request-summary-card img {
    width: 100%;
    height: 100%;
    min-height: 12.5rem;
    object-fit: cover;
}

.jobs-confirmation-summary-card img {
    padding: clamp(1.15rem, 2vw, 1.6rem);
    background: rgba(255, 255, 255, .96);
    object-fit: contain;
}

.jobs-confirmation-summary-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 12.5rem;
    place-items: center;
    border-right: 1px solid rgba(255, 255, 255, .12);
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 229, 0, .18), transparent 58%),
        linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 229, 0, .08));
    color: #ffe500;
}

.jobs-confirmation-summary-fallback-mark {
    display: grid;
    width: clamp(5rem, 8vw, 7rem);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(255, 229, 0, .34);
    border-radius: 8px;
    background: rgba(0, 0, 0, .32);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 1rem 2.2rem rgba(0, 0, 0, .22);
}

.jobs-confirmation-summary-fallback-mark i {
    font-size: clamp(2.6rem, 4.5vw, 4rem);
}

.booking-request-summary-card > div {
    display: grid;
    align-content: center;
    min-width: 0;
    padding: clamp(1.15rem, 2vw, 1.6rem);
}

.jobs-confirmation-summary-heading {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 0;
}

.jobs-confirmation-summary-heading > div {
    min-width: 0;
}

.jobs-confirmation-summary-heading .badge {
    flex: 0 0 auto;
    margin-top: .15rem;
    font-weight: 800;
}

.booking-request-card h2,
.booking-request-summary-card h2 {
    margin: 0 0 .55rem;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    font-weight: var(--font-heading-weight);
    line-height: 1.15;
}

.booking-request-summary-card p:not(.booking-platform-kicker),
.booking-request-card p {
    margin: 0;
    color: #dce5ec;
    font-weight: 700;
    line-height: 1.5;
}

.booking-request-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .9rem;
}

.booking-request-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: .42rem .85rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #eef3f7;
    font-weight: 600;
}

.booking-request-next-list {
    display: grid;
    gap: .65rem;
    margin: .9rem 0 0;
    padding-left: 1.15rem;
    color: #dce5ec;
}

.booking-request-next-list li {
    padding-left: .15rem;
}

.booking-request-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.2rem;
}

.booking-request-actions .btn {
    min-height: 2.75rem;
}

.booking-request-side-card {
    display: block;
    padding: clamp(1.15rem, 2vw, 1.6rem);
}

.booking-request-side-card > .booking-platform-kicker {
    margin-bottom: .7rem;
}

.booking-request-reference {
    display: block;
    margin-bottom: 1.35rem;
    color: #fff;
    font-size: clamp(2.2rem, 3.2vw, 3.1rem);
    font-weight: 900;
    line-height: 1;
}

.booking-request-side-section {
    display: grid;
    gap: .35rem;
    margin-top: 1.35rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.booking-request-side-section strong,
.booking-request-side-section span {
    display: block;
}

.booking-request-side-section span {
    color: #dce5ec;
    font-size: 1.05rem;
}

.booking-finder-heading {
    max-width: 46rem;
    margin: 0 0 1.6rem;
    color: #eef3f7;
}

.booking-finder-heading h1 {
    margin: .35rem 0 .85rem;
    font-family: Audiowide, Roboto, sans-serif;
    font-weight: var(--font-heading-weight);
    font-size: clamp(2rem, 4.5vw, 3.75rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.booking-finder-heading p:not(.booking-platform-kicker) {
    max-width: 42rem;
    margin: 0;
    color: #d8e0e7;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.55;
}

.booking-wizard,
.booking-support-card,
.booking-secure-card,
.booking-provider-card {
    border: 1px solid #39424a;
    border-radius: 8px;
    background: #20252a;
    color: #eef3f7;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .22);
}

.booking-wizard-step-form {
    display: none;
}

.booking-wizard-hero {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    border-bottom: 1px solid #39424a;
    background: linear-gradient(135deg, #272c31, #20252a);
}

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

.booking-wizard-hero img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
}

.booking-wizard-hero > div {
    padding: 1.5rem;
}

.booking-wizard h1,
.booking-wizard h2,
.booking-support-card h2 {
    margin: 0;
    font-family: Audiowide, Roboto, sans-serif;
    font-weight: var(--font-heading-weight);
    letter-spacing: 0;
}

.booking-wizard h1 {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    line-height: 1.08;
}

.booking-wizard h2 {
    font-family: var(--font-heading);
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.08;
}

.booking-wizard-venue {
    margin: .45rem 0 1rem;
    color: #e2eaf1;
    font-weight: 800;
}

.booking-wizard-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.booking-wizard-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    padding: .25rem .65rem;
    border: 1px solid #5b646c;
    border-radius: 999px;
    background: #2b3035;
    color: #fff;
    font-size: .86rem;
    font-weight: 900;
}

.booking-experience-led-pills {
    margin-top: .85rem;
}

.booking-experience-led-pills span {
    min-height: 1.7rem;
    background: #20262c;
    color: #dce5ec;
    font-size: .8rem;
}

.booking-wizard-step.list-group-item {
    padding: 1.35rem 1.55rem;
    background: transparent;
    color: #eef3f7;
}

.booking-wizard-step.list-group-item.is-active {
    background: rgba(255, 255, 255, .018);
}

.booking-wizard-field-error {
    display: flex;
    gap: .45rem;
    align-items: center;
}

.booking-wizard-field-error i {
    flex: 0 0 auto;
    color: #ff8f8f;
    font-size: .95rem;
    line-height: 1;
}

.booking-wizard-step p {
    margin: .85rem 0 1.2rem;
    color: #eef3f7;
    line-height: 1.6;
}

.booking-wizard-step-description {
    margin: .7rem 0 1.15rem 3rem;
    color: #d8e0e7;
    font-size: .95rem;
    font-weight: 650;
    line-height: 1.48;
}

.booking-wizard-step-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .85rem;
    align-items: center;
}

.booking-wizard-step-heading a {
    color: #dce5ec;
    font-size: 1.2rem;
}

.booking-wizard-edit-link {
    display: inline-grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    color: #dce5ec;
    text-decoration: none;
}

.booking-wizard-edit-link:hover,
.booking-wizard-edit-link:focus {
    color: #ffe500;
    text-decoration: none;
}

.booking-wizard-step-number {
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #050607;
    font-weight: 900;
}

.booking-wizard-step.is-active .booking-wizard-step-number {
    background: #ffe500;
}

.booking-wizard-summary-card {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem 1rem;
    justify-content: space-between;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #4a535c;
    border-radius: 8px;
    background: #252a2f;
}

.booking-wizard-summary-card span {
    color: #cbd5de;
    font-weight: 650;
}

.booking-wizard-summary-with-stepper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
}

.booking-wizard-summary-body {
    display: grid;
    gap: .25rem;
}

.booking-wizard-summary-stepper {
    display: inline-grid;
    grid-template-columns: repeat(2, 3.05rem);
    overflow: hidden;
    border: 1px solid #4a535c;
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
}

.booking-wizard-summary-stepper a,
.booking-wizard-summary-stepper button,
.booking-wizard-summary-stepper span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    border: 0;
    background: transparent;
    color: #eef3f7;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.booking-wizard-summary-stepper i {
    display: block;
    font-size: 1.45rem;
    line-height: 1;
}

.booking-wizard-summary-stepper a + a,
.booking-wizard-summary-stepper a + button,
.booking-wizard-summary-stepper a + span,
.booking-wizard-summary-stepper button + a,
.booking-wizard-summary-stepper button + button,
.booking-wizard-summary-stepper button + span,
.booking-wizard-summary-stepper span + a,
.booking-wizard-summary-stepper span + button,
.booking-wizard-summary-stepper span + span {
    border-left: 1px solid #4a535c;
}

.booking-wizard-summary-stepper a:hover,
.booking-wizard-summary-stepper a:focus-visible,
.booking-wizard-summary-stepper button:hover,
.booking-wizard-summary-stepper button:focus-visible {
    background: rgba(255, 229, 0, .08);
    color: #ffe500;
    outline: 0;
}

.booking-wizard-summary-stepper span[aria-disabled="true"] {
    color: #8d914b;
}

.booking-wizard-location-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
}

.booking-wizard-summary-location-button {
    display: grid;
    width: 3.05rem;
    height: 3.05rem;
    place-items: center;
    border: 1px solid #4a535c;
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #eef3f7;
    font-size: 1.35rem;
    cursor: pointer;
    transition: border-color .16s ease, color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.booking-wizard-summary-location-button:hover,
.booking-wizard-summary-location-button:focus-visible {
    border-color: #ffe500;
    background: rgba(255, 229, 0, .08);
    color: #ffe500;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .12);
}

.booking-wizard-edit-panel {
    margin-top: 1rem;
}

.booking-wizard-edit-panel summary {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: .35rem .8rem;
    border: 1px solid #4a535c;
    border-radius: 999px;
    color: #eef3f7;
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

.booking-wizard-edit-panel summary::-webkit-details-marker {
    display: none;
}

.booking-wizard-edit-panel[open] summary {
    margin-bottom: 1rem;
    border-color: #ffe500;
    color: #ffe500;
}

.booking-wizard-option-list {
    display: grid;
    gap: .7rem;
    margin-top: 1rem;
}

.booking-wizard-option-choice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .85rem;
    align-items: center;
    padding: .85rem 1rem;
    border: 1px solid #4a535c;
    border-radius: 8px;
    background: #252a2f;
    cursor: pointer;
}

.booking-wizard-option-choice:has(input:checked) {
    border-color: #ffe500;
    box-shadow: inset 0 0 0 1px rgba(255, 229, 0, .45);
}

.booking-wizard-option-choice input {
    width: 1rem;
    min-height: 1rem;
    accent-color: #ffe500;
}

.booking-wizard-option-choice > i {
    color: #ffe500;
    font-size: 1.35rem;
}

.booking-wizard-option-choice strong,
.booking-wizard-option-choice small,
.booking-wizard-option-choice em {
    display: block;
}

.booking-wizard-option-choice small {
    margin-top: .2rem;
    color: #c9d3dc;
    font-weight: 500;
}

.booking-wizard-option-choice em {
    color: #eef3f7;
    font-style: normal;
    font-weight: 900;
    text-align: right;
}

.job-post-application-options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1.25rem;
}

.job-post-application-option {
    flex: 1 1 0;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: center;
    column-gap: 1.15rem;
    min-height: 8.75rem;
    padding: 1.5rem 1.65rem;
    border-color: #39414a;
    background: #151a20;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .03);
}

.job-post-application-option:has(input:checked) {
    border-color: #ffe500;
    background: rgba(255, 229, 0, .045);
    box-shadow: inset 0 0 0 1px rgba(255, 229, 0, .5);
}

.job-post-application-option input {
    width: 1.75rem;
    height: 1.75rem;
    min-height: 1.75rem;
    margin: 0;
}

.job-post-application-option strong {
    color: #eef3f7;
    font-family: var(--tblr-font-sans-serif);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
}

.job-post-application-option:has(input:checked) strong {
    color: #ffe500;
}

.job-post-application-option small {
    margin-top: .35rem;
    color: #aeb8c2;
    font-family: var(--tblr-font-sans-serif);
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 767.98px) {
    .job-post-application-options {
        flex-direction: column;
    }
}

.booking-finder-choice-grid,
.booking-finder-results {
    display: grid;
    gap: .75rem;
    margin-top: 1rem;
}

.booking-finder-location-field {
    grid-column: 1 / -1;
}

.booking-experience-playback[hidden],
[data-booking-experience-results][hidden] {
    display: none !important;
}

.booking-experience-playback {
    margin-top: 1rem;
}

.booking-selected-experience-summary {
    align-items: center;
}

.booking-selected-experience-summary .booking-wizard-summary-body {
    min-width: 0;
}

.booking-selected-experience-summary strong {
    color: #fff;
}

.booking-selected-experience-summary .booking-wizard-edit-link {
    display: grid;
    width: 2.45rem;
    height: 2.45rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #eef3f7;
    cursor: pointer;
}

.booking-selected-experience-summary .booking-wizard-edit-link:hover,
.booking-selected-experience-summary .booking-wizard-edit-link:focus-visible {
    border-color: #ffe500;
    color: #ffe500;
    outline: 0;
}

.booking-results-order {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1rem;
    color: #dce5ec;
    font-size: .9rem;
    font-weight: 800;
}

.booking-results-order > div {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .3rem;
    align-items: center;
}

.booking-results-order strong {
    display: inline-flex;
    gap: .3rem;
    align-items: center;
    color: #eef3f7;
}

.booking-results-order i {
    color: #ffe500;
}

.booking-results-order span {
    color: #cbd5de;
}

.booking-radius-trigger {
    padding: 0;
    border: 0;
    background: transparent;
    color: #f1e44b;
    font: inherit;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.booking-radius-trigger:hover,
.booking-radius-trigger:focus-visible {
    color: #fff36a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .14em;
    outline: 0;
}

.booking-finder-results {
    gap: 1rem;
}

.booking-results-loading-placeholder {
    display: grid;
    justify-items: center;
    gap: .7rem;
    margin-top: 1rem;
    padding: 2rem 1.25rem;
    border: 1px solid rgba(241, 228, 75, .28);
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .78);
    text-align: center;
}

.booking-results-loading-placeholder .booking-loading-spinner {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: .25rem;
    border-width: .35rem;
}

.booking-results-loading-placeholder strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.booking-results-loading-placeholder p {
    max-width: 28rem;
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.45;
}

.booking-results-venue-group {
    overflow: hidden;
    border: 1px solid #4a535c;
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.booking-results-venue-head {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
    background: rgba(5, 9, 14, .34);
    color: inherit;
    text-align: left;
}

.booking-results-venue-toggle {
    cursor: pointer;
}

.booking-results-venue-toggle:hover,
.booking-results-venue-toggle:focus-visible {
    background: rgba(255, 255, 255, .055);
    outline: 0;
}

.booking-results-venue-head > div {
    min-width: 0;
}

.booking-results-venue-head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.2;
}

.booking-results-venue-head p {
    display: inline-flex;
    gap: .32rem;
    align-items: center;
    flex-wrap: wrap;
    margin: .18rem 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: .84rem;
    font-weight: 650;
    line-height: 1.25;
}

.booking-results-venue-head i {
    color: rgba(255, 255, 255, .62);
}

.booking-results-venue-meta-separator {
    color: rgba(255, 255, 255, .32);
}

.booking-results-venue-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 3.05rem;
    height: 3.05rem;
    border: 1px solid #4a535c;
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #eef3f7;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.booking-results-venue-chevron {
    color: currentColor;
    font-size: 1.35rem;
    line-height: 1;
    transition: transform .18s ease;
}

.booking-results-venue-toggle:hover .booking-results-venue-control,
.booking-results-venue-toggle:focus-visible .booking-results-venue-control {
    border-color: #ffe500;
    background: rgba(255, 229, 0, .08);
    color: #ffe500;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .12);
}

.booking-results-venue-toggle[aria-expanded="true"] .booking-results-venue-chevron {
    transform: rotate(180deg);
}

.booking-result-entry {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.booking-result-entry:last-child {
    border-bottom: 0;
}

.booking-result-entry h4 {
    margin: 0 0 .45rem;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.18;
}

.booking-result-description {
    margin: .72rem 0 .8rem;
    color: rgba(255, 255, 255, .82);
    font-size: .86rem;
    line-height: 1.45;
}

.booking-result-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .45rem;
    margin-bottom: .8rem;
}

.booking-result-meta > span,
.booking-result-more-pill {
    display: inline-flex;
    align-items: center;
    min-height: 1.7rem;
    padding: .25rem .55rem;
    border: 1px solid #4a535c;
    border-radius: 999px;
    background: #2b3035;
    color: #dce5ec;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.1;
}

.booking-result-more-pill:not(.btn) {
    gap: .28rem;
    color: #f1e44b;
    font: inherit;
    font-size: .8rem;
    font-weight: 900;
    cursor: pointer;
    user-select: none;
}

.booking-result-more-pill i {
    display: block;
    font-size: .82rem;
    line-height: 1;
}

.booking-result-more-pill:not(.btn):hover,
.booking-result-more-pill:not(.btn):focus-visible {
    border-color: rgba(241, 228, 75, .72);
    outline: 0;
}

.booking-result-more-pill.btn {
    gap: .28rem;
}

.booking-result-entry-footer {
    padding: .72rem .85rem;
    border-radius: 8px;
    background: rgba(5, 9, 14, .18);
}

.booking-result-entry-footer form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .65rem 1rem;
    align-items: center;
}

.booking-result-entry-footer form.is-selected-for-details {
    position: relative;
}

.booking-result-entry:has(form.is-selected-for-details) {
    background: rgba(241, 228, 75, .035);
    box-shadow: inset 3px 0 0 #ffe500;
}

.booking-result-price strong,
.booking-result-price span {
    display: block;
}

.booking-result-price strong {
    color: rgba(255, 255, 255, .9);
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.05;
}

.booking-result-price span {
    margin-top: .16rem;
    color: rgba(255, 255, 255, .68);
    font-size: .84rem;
    font-weight: 800;
}

.booking-result-enquire {
    justify-self: end;
    min-width: 6.5rem;
    min-height: 2.45rem;
    padding: .55rem 1.15rem;
    border-radius: 999px;
    font-size: .82rem;
    line-height: 1;
}

.booking-result-enquire:hover,
.booking-result-enquire:focus-visible {
    background-color: #d9c817;
    border-color: #d9c817;
    color: #050607;
    box-shadow: 0 0 0 4px rgba(217, 200, 23, .18), 0 .75rem 1.6rem rgba(0, 0, 0, .24);
    transform: translateY(-1px);
}

.booking-result-times {
    display: grid;
    grid-column: 1 / -1;
    width: 100%;
    gap: .42rem;
    justify-items: start;
}

.booking-live-options {
    margin-top: 1rem;
}

.booking-live-options .booking-result-times {
    padding: .85rem;
    border: 1px solid rgba(241, 228, 75, .22);
    border-radius: 8px;
    background: rgba(5, 9, 14, .22);
}

.booking-live-options .booking-result-times-empty {
    gap: .55rem;
}

.booking-result-times-empty-message {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin: 0;
    color: #d8e0e7;
    font-size: .86rem;
    font-weight: 750;
    line-height: 1.35;
}

.booking-result-times-empty-message i {
    flex: 0 0 auto;
    color: #f1e44b;
    font-size: 1rem;
    line-height: 1;
}

[data-booking-live-options-frame] {
    position: relative;
}

[data-booking-live-options-frame].is-loading {
    min-height: 3.75rem;
    opacity: .74;
}

[data-booking-live-options-frame].is-loading::after {
    position: absolute;
    right: .9rem;
    top: 1.15rem;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(241, 228, 75, .78);
    border-top-color: transparent;
    border-radius: 999px;
    content: "";
    animation: booking-wizard-spin .7s linear infinite;
}

.booking-result-times > strong {
    display: inline-flex;
    gap: .28rem;
    align-items: center;
    color: #f1e44b;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.booking-result-times > div {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
    justify-content: flex-start;
}

.booking-result-time:not(.btn) {
    min-height: 2rem;
    padding: .35rem .62rem;
    border: 1px solid rgba(241, 228, 75, .7);
    border-radius: 8px;
    background: transparent;
    color: #eef3f7;
    font: inherit;
    font-size: .78rem;
    font-weight: 900;
    cursor: pointer;
}

.booking-result-time-enquire {
    display: inline-flex;
    width: auto;
    gap: .28rem;
    align-items: center;
    padding: .35rem .56rem;
}

.booking-result-time-enquire i {
    display: block;
    font-size: .94rem;
    line-height: 1;
}

.booking-result-time-enquire span {
    font-size: .72rem;
    line-height: 1;
}

.booking-result-time.btn {
    --tblr-btn-color: #eef3f7;
    --tblr-btn-hover-color: #05070a;
    --bs-btn-color: #eef3f7;
    --bs-btn-hover-color: #05070a;
    align-items: center;
    gap: .32rem;
    font-weight: 800;
}

.booking-result-time.btn.is-loading {
    pointer-events: none;
    opacity: .78;
}

.booking-result-time.btn.is-loading::before {
    width: .82rem;
    height: .82rem;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 999px;
    content: "";
    animation: booking-wizard-spin .7s linear infinite;
}

.booking-result-time span {
    color: rgba(238, 243, 247, .68);
    font-size: .72rem;
    opacity: .78;
}

.booking-result-time .booking-result-time-price {
    font-family: var(--font-body);
}

.booking-result-time:hover span,
.booking-result-time:focus-visible span,
.booking-result-time.is-selected span {
    color: rgba(5, 7, 10, .72);
}

.booking-result-time:not(.btn):hover,
.booking-result-time:not(.btn):focus-visible,
.booking-result-time:not(.btn).is-selected {
    background: #f1e44b;
    color: #05070a;
}

.booking-result-time.btn.is-selected {
    --tblr-btn-color: #05070a;
    --tblr-btn-bg: var(--kd-yellow);
    --tblr-btn-border-color: var(--kd-yellow);
    --bs-btn-color: #05070a;
    --bs-btn-bg: var(--kd-yellow);
    --bs-btn-border-color: var(--kd-yellow);
    background: var(--kd-yellow);
    color: #05070a;
}

.booking-result-details {
    flex: 1 0 100%;
    width: 100%;
    margin-top: .2rem;
    padding: 1rem;
    border: 1px solid rgba(241, 228, 75, .22);
    border-radius: 8px;
    background: rgba(5, 9, 14, .42);
}

.booking-result-details[hidden] {
    display: none !important;
}

.booking-result-details-heading {
    display: grid;
    gap: .22rem;
    margin-bottom: .9rem;
}

.booking-result-details-heading strong {
    color: #fff;
    font-size: .98rem;
    font-weight: 900;
    line-height: 1.15;
}

.booking-result-details-heading span {
    color: rgba(255, 255, 255, .7);
    font-size: .84rem;
    font-weight: 650;
    line-height: 1.35;
}

.booking-result-details-grid {
    gap: .85rem;
}

.booking-result-terms {
    margin-top: .85rem;
}

.booking-result-details-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: .9rem;
}

.booking-wizard-field-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.booking-wizard-field-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-wizard-field-grid-date-time {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-bottom: 1.35rem;
}

.booking-wizard-field-grid-date-time > div {
    grid-column: span 4;
}

.booking-wizard-field-grid-location {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.35rem;
}

.booking-wizard-field-grid-location .booking-finder-location-field {
    grid-column: 1 / -1;
}

.booking-wizard-field-grid-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-wizard-field-grid-group.has-age-range {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-wizard-field-grid-group [hidden] {
    display: none !important;
}

.booking-wizard label:not(.booking-wizard-terms):not(.form-check-label) {
    color: var(--kd-muted-strong);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.booking-wizard-terms {
    color: #eef3f7;
    font-weight: 800;
}

.booking-wizard input:not(.form-control):not(.form-check-input),
.booking-wizard select:not(.form-select) {
    width: 100%;
    min-height: 3.1rem;
    border: 1px solid #606a73;
    border-radius: 8px;
    background: #2b3035;
    color: #fff;
    font: inherit;
}

.booking-wizard input:not(.form-control):not(.form-check-input):focus,
.booking-wizard select:not(.form-select):focus {
    outline: 0;
}

.booking-wizard select:not(.form-select) option {
    background: #20252a;
    color: #fff;
}

.booking-wizard select:not(.form-select) option:checked {
    background: #ffe500;
    color: #05080a;
}

.booking-wizard input:not(.form-control):not(.form-check-input) {
    padding: .7rem .9rem;
}

.booking-wizard-field-grid > div > label + input,
.booking-wizard-field-grid > div > label + select,
.booking-wizard-field-grid > div > .form-label + .input-group {
    margin-top: .45rem;
}

.booking-wizard-field-grid > div > label + input:not(.form-control):focus,
.booking-wizard-field-grid > div > label + select:not(.form-select):focus {
    border-color: #d9c817;
    box-shadow: 0 0 0 5px rgba(255, 229, 0, .16);
}

.booking-wizard-field-grid > div > label + input.is-invalid,
.booking-wizard-input.is-invalid,
.booking-wizard .input-group.input-group-lg.is-invalid {
    border-color: #ff7c7c;
    box-shadow: 0 0 0 4px rgba(255, 94, 94, .12);
}

.booking-wizard select:not(.form-select) {
    padding: .7rem .9rem;
}

.booking-wizard-input {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 3.1rem;
    margin-top: .45rem;
    border: 1px solid #606a73;
    border-radius: 8px;
    background: #2b3035;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.booking-wizard-input:focus-within {
    border-color: #d9c817;
    box-shadow: 0 0 0 5px rgba(255, 229, 0, .16);
}

.booking-wizard-input.has-prepend {
    grid-template-columns: 3.4rem minmax(0, 1fr);
}

.booking-wizard-input.has-append {
    grid-template-columns: minmax(0, 1fr) 3.4rem;
}

.booking-wizard-input.has-prepend.has-append {
    grid-template-columns: 3.4rem minmax(0, 1fr) 3.4rem;
}

.booking-wizard-input-number.has-append {
    grid-template-columns: minmax(4.5rem, 7rem) 3.25rem 3.9rem;
    width: fit-content;
    max-width: 100%;
    height: 3.75rem;
    min-height: 0;
}

.booking-wizard-input-date.has-append,
.booking-wizard-input-select.has-prepend {
    min-height: 0;
    height: 3.75rem;
}

.booking-wizard-field-grid-date-time .booking-wizard-input input,
.booking-wizard-field-grid-date-time .booking-wizard-input select {
    height: 100%;
    min-height: 0;
}

.booking-wizard-field-grid-group .booking-wizard-input-number.has-append {
    grid-template-columns: minmax(0, 1fr) 3.25rem 3.9rem;
    width: 100%;
}

.booking-wizard-field-grid-group {
    margin-bottom: 1.35rem;
}

.booking-wizard-step-action {
    margin-top: 0;
}

.booking-wizard-field-grid-group .booking-wizard-input-count.has-append {
    grid-template-columns: minmax(0, 1fr) 3.25rem 3.9rem;
}

.booking-wizard-input-addon {
    display: grid;
    min-width: 3.4rem;
    height: 100%;
    place-items: center;
    border-color: #606a73;
    color: #dce5ec;
}

.booking-wizard-input.has-prepend .booking-wizard-input-addon:first-child {
    border-right: 1px solid #606a73;
}

.booking-wizard-input.has-append .booking-wizard-input-addon:last-child {
    border-left: 1px solid #606a73;
}

button.booking-wizard-input-addon {
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.booking-wizard-input.has-append button.booking-wizard-input-addon:last-child {
    border-left: 1px solid #606a73;
}

button.booking-wizard-input-addon:hover,
button.booking-wizard-input-addon:focus-visible {
    color: #ffe500;
}

.booking-wizard .input-group.input-group-lg,
.contact-form .input-group.input-group-lg {
    overflow: hidden;
    min-height: 3.75rem;
    margin-top: .45rem;
    border: 1px solid #606a73;
    border-radius: 8px;
    background: #090d11;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.booking-wizard .input-group.input-group-lg:focus-within,
.contact-form .input-group.input-group-lg:focus-within {
    border-color: #d9c817;
    box-shadow: 0 0 0 5px rgba(255, 229, 0, .16);
}

.booking-wizard .input-group.input-group-lg > .form-control,
.booking-wizard .input-group.input-group-lg > .form-select,
.contact-form .input-group.input-group-lg > .form-control,
.contact-form .input-group.input-group-lg > .form-select {
    min-height: 3.65rem;
    border: 0;
    background-color: #090d11;
    color: #eef3f7;
    color-scheme: dark;
}

.booking-wizard .input-group.input-group-lg > .form-control:first-child:last-child,
.contact-form .input-group.input-group-lg > .form-control:first-child:last-child {
    padding-inline: 1rem;
}

.booking-wizard .input-group.input-group-lg > .form-control:focus,
.booking-wizard .input-group.input-group-lg > .form-select:focus,
.contact-form .input-group.input-group-lg > .form-control:focus,
.contact-form .input-group.input-group-lg > .form-select:focus {
    border: 0;
    box-shadow: none;
}

.booking-wizard .input-group.input-group-lg > .input-group-text,
.booking-wizard .input-group.input-group-lg > .btn,
.contact-form .input-group.input-group-lg > .input-group-text,
.contact-form .input-group.input-group-lg > .btn {
    min-width: 3.4rem;
    border: 0;
    background: #2b3035;
    color: #dce5ec;
}

.booking-wizard .input-group.input-group-lg > :not(:first-child),
.contact-form .input-group.input-group-lg > :not(:first-child) {
    border-left: 1px solid #606a73 !important;
}

.booking-wizard .input-group.input-group-lg > .btn:hover,
.booking-wizard .input-group.input-group-lg > .btn:focus-visible,
.contact-form .input-group.input-group-lg > .btn:hover,
.contact-form .input-group.input-group-lg > .btn:focus-visible {
    background: #343a40;
    color: #ffe500;
}

.booking-wizard .booking-wizard-field-grid > div > .form-control-lg,
.contact-form .form-control-lg,
.contact-form .form-select-lg {
    min-height: 3.75rem;
    margin-top: .45rem;
    border-color: #606a73;
    border-radius: 8px;
    background-color: #090d11;
    color: #eef3f7;
}

.booking-wizard .booking-wizard-field-grid > div > .form-control-lg:focus,
.contact-form .form-control-lg:focus,
.contact-form .form-select-lg:focus {
    border-color: #d9c817;
    box-shadow: 0 0 0 5px rgba(255, 229, 0, .16);
}

.booking-wizard .booking-number-stepper {
    --booking-number-stepper-append-width: 4.15rem;
    --booking-number-stepper-control-width: 3.2rem;
    --booking-number-stepper-control-gap: .8rem;
}

.booking-wizard .booking-number-stepper.booking-number-stepper-has-unit {
    --booking-number-stepper-append-width: 4.9rem;
}

.booking-wizard .booking-number-stepper > .form-control {
    flex: 1 1 0;
    z-index: 1;
    min-width: 0;
    padding-right: calc(var(--booking-number-stepper-append-width) + var(--booking-number-stepper-control-width) + var(--booking-number-stepper-control-gap) + .65rem);
    appearance: textfield;
    -moz-appearance: textfield;
}

.booking-wizard .booking-number-stepper > .form-control:focus {
    z-index: 1;
}

.booking-wizard .booking-number-stepper > .form-control::-webkit-inner-spin-button,
.booking-wizard .booking-number-stepper > .form-control::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.booking-wizard .booking-number-stepper > .booking-number-stepper-controls {
    position: absolute;
    right: calc(var(--booking-number-stepper-append-width) + var(--booking-number-stepper-control-gap));
    top: 50%;
    z-index: 6;
    width: var(--booking-number-stepper-control-width);
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 .35rem .8rem rgba(0, 0, 0, .18);
    transform: translateY(-50%);
}

.booking-wizard .booking-number-stepper .booking-number-stepper-controls > .btn {
    display: grid;
    flex: 1 1 0;
    min-height: 0;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #fff34f;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1;
}

.booking-wizard .booking-number-stepper .booking-number-stepper-controls > .btn:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px 8px 0 0;
}

.booking-wizard .booking-number-stepper .booking-number-stepper-controls > .btn:last-child {
    border-radius: 0 0 8px 8px;
}

.booking-wizard .booking-number-stepper .booking-number-stepper-controls > .btn:hover,
.booking-wizard .booking-number-stepper .booking-number-stepper-controls > .btn:focus-visible {
    background: rgba(255, 229, 0, .12);
    color: #ffe500;
}

.booking-wizard .booking-number-stepper > .booking-number-stepper-append {
    flex: 0 0 var(--booking-number-stepper-append-width);
    position: relative;
    z-index: 5;
    width: var(--booking-number-stepper-append-width);
    min-width: var(--booking-number-stepper-append-width);
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 900;
    text-transform: uppercase;
}

.booking-wizard-input-unit {
    min-width: 3.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.booking-wizard-input-addon i {
    color: inherit;
    font-size: 1.25rem;
}

.booking-wizard-input input,
.booking-wizard-input select {
    min-height: 3rem;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.booking-wizard-input input:-webkit-autofill,
.booking-wizard-input input:-webkit-autofill:hover,
.booking-wizard-input input:-webkit-autofill:focus,
.booking-wizard-input input:-webkit-autofill:active {
    caret-color: #fff !important;
    border: 0 !important;
    color: #eef3f7 !important;
    color-scheme: dark;
    -webkit-text-fill-color: #eef3f7 !important;
    -webkit-box-shadow: 0 0 0 1000px #090d11 inset !important;
    box-shadow: 0 0 0 1000px #090d11 inset !important;
    filter: none;
    transition: background-color 9999s ease-in-out 0s;
}

.booking-wizard-input input:autofill {
    caret-color: #fff !important;
    color: #eef3f7 !important;
    -webkit-text-fill-color: #eef3f7 !important;
    box-shadow: 0 0 0 1000px #090d11 inset !important;
}

.booking-wizard-input-number input {
    height: 100%;
    min-height: 0;
}

.booking-wizard-input select {
    position: relative;
    z-index: 1;
    padding-right: 3.1rem;
    appearance: none;
    cursor: pointer;
}

.booking-wizard-input-select::after {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    z-index: 2;
    width: .65rem;
    height: .65rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: #ffe500;
    content: "";
    pointer-events: none;
    transform: translateY(-65%) rotate(45deg);
}

.booking-wizard-input input[type="number"] {
    appearance: textfield;
}

.booking-wizard-input input[type="number"]::-webkit-inner-spin-button,
.booking-wizard-input input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.booking-wizard-stepper {
    display: grid;
    align-self: center;
    overflow: hidden;
    width: 2.55rem;
    height: 2.35rem;
    margin: 0 .75rem 0 .15rem;
    border: 1px solid #606a73;
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
}

.booking-wizard-stepper button {
    display: grid;
    width: 100%;
    min-height: 0;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #ffe500;
    font: inherit;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.booking-wizard-stepper button + button {
    border-top: 1px solid #606a73;
}

.booking-wizard-stepper button:hover:not(:disabled) {
    background: rgba(255, 229, 0, .1);
    color: var(--kd-yellow);
}

.booking-wizard-stepper button:disabled {
    color: #8d914b;
    cursor: not-allowed;
    opacity: .68;
}

.booking-wizard-field-note {
    margin: .3rem 0 0;
    color: #9da7af;
    font-size: .78rem;
    font-weight: 650;
    line-height: 1.25;
}

.booking-wizard-field-error {
    margin: .5rem 0 0;
    padding: .55rem .65rem;
    border: 1px solid rgba(255, 124, 124, .28);
    border-radius: 8px;
    background: rgba(95, 31, 31, .18);
    color: #ffd1d1;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1.32;
}

.booking-wizard-terms-error {
    max-width: 26rem;
    margin-left: auto;
}

.booking-wizard.is-submitting {
    pointer-events: none;
}

.booking-wizard.is-submitting .booking-wizard-primary.is-loading {
    opacity: .88;
}

.booking-date-picker[hidden] {
    display: none;
}

.booking-confirmation-modal:not(.modal)[hidden] {
    display: none;
}

.booking-confirmation-modal:not(.modal) {
    position: fixed;
    inset: 0;
    z-index: 1120;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.booking-confirmation-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 4, 8, .78);
    backdrop-filter: blur(2px);
}

.booking-confirmation-panel,
.booking-confirmation-modal.modal .modal-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #606a73;
    border-radius: 8px;
    background: #30363d;
    box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, .45);
    color: #eef3f7;
}

.booking-confirmation-modal.modal {
    z-index: 2060;
}

body.booking-entry-page .modal-backdrop,
.booking-legal-modal-backdrop {
    z-index: 2050;
}

.booking-confirmation-panel {
    width: min(34rem, 100%);
    border-radius: 18px;
}

.booking-confirmation-modal.modal .modal-dialog {
    --bs-modal-width: 34rem;
}

.booking-confirmation-modal.modal .modal-dialog.modal-lg {
    --bs-modal-width: 42rem;
}

.booking-confirmation-header,
.booking-confirmation-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.45rem;
    border-bottom: 1px solid #555f68;
}

.booking-confirmation-modal.modal .modal-header,
.booking-confirmation-modal.modal .modal-footer {
    border-color: #555f68;
}

.booking-confirmation-modal.modal .modal-footer {
    border-bottom: 0;
}

.booking-confirmation-header h2,
.booking-confirmation-modal.modal .modal-title {
    margin: 0;
    font-size: 1.45rem;
}

.booking-confirmation-header button:not(.btn-close) {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border: 1px solid #606a73;
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #eef3f7;
    cursor: pointer;
}

.booking-confirmation-header .btn-close {
    opacity: 1;
}

.booking-confirmation-header button:not(.btn-close):hover {
    border-color: #d9c817;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .12);
}

.booking-confirmation-body {
    padding: 1.45rem;
    border-bottom: 1px solid #555f68;
}

.booking-confirmation-modal.modal .modal-body {
    border-bottom: 0;
}

.booking-legal-modal-body {
    height: min(64vh, 38rem);
    padding: 0;
}

.booking-legal-modal-content {
    height: 100%;
    overflow: auto;
    padding: 1.5rem;
}

.booking-legal-document {
    max-width: 68ch;
    color: #eef3f7;
}

.booking-legal-document-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.booking-legal-document-header h3 {
    margin: .15rem 0 0;
    font-size: clamp(1.6rem, 2vw, 2.15rem);
}

.booking-legal-document-summary {
    margin: 0 0 1.25rem;
    color: #d8e0e7;
    font-size: 1.05rem;
    line-height: 1.6;
}

.booking-legal-document-body,
.booking-legal-accordion-body {
    color: #e8edf2;
    font-size: 1rem;
    line-height: 1.7;
}

.booking-legal-document-body a,
.booking-legal-accordion-body a {
    color: #ffeb3b;
}

.booking-legal-accordion {
    display: grid;
    gap: .8rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #555f68;
}

.booking-legal-accordion-item {
    overflow: hidden;
    border: 1px solid #4d5660;
    border-radius: 8px;
    background: rgba(6, 10, 13, .56);
}

.booking-legal-accordion-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.25rem;
    padding: 1rem 1.1rem;
    color: #f4f7fa;
    cursor: pointer;
    list-style: none;
}

.booking-legal-accordion-item summary::-webkit-details-marker {
    display: none;
}

.booking-legal-accordion-item summary::after {
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border: 1px solid #6a747e;
    border-radius: 999px;
    color: #ffeb3b;
    content: "+";
    display: grid;
    font-family: var(--kd-heading-font, inherit);
    font-size: 1.25rem;
    line-height: 1;
    place-items: center;
}

.booking-legal-accordion-item[open] summary {
    background: rgba(255, 255, 255, .035);
}

.booking-legal-accordion-item[open] summary::after {
    content: "-";
}

.booking-legal-accordion-title {
    display: block;
    margin-top: .2rem;
    font-family: var(--kd-heading-font, inherit);
    font-size: 1.05rem;
    line-height: 1.2;
}

.booking-legal-accordion-body {
    padding: 1rem 1.1rem 1.15rem;
    border-top: 1px solid #3b444d;
}

.booking-legal-accordion-body > :last-child {
    margin-bottom: 0;
}

.booking-confirmation-body p {
    margin: 0;
    color: #d8e0e7;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.55;
}

.booking-radius-panel {
    width: min(42rem, 100%);
}

.booking-radius-options {
    display: grid;
    gap: .9rem;
    margin-top: 1.2rem;
}

.booking-radius-option {
    position: relative;
    display: flex;
    gap: .95rem;
    align-items: flex-start;
    padding: 1rem 1.05rem;
    border: 1px solid #606a73;
    border-radius: 14px;
    background: rgba(5, 9, 14, .22);
    color: #eef3f7;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.booking-radius-option:hover,
.booking-radius-option:has(input:focus-visible) {
    border-color: rgba(241, 228, 75, .78);
    box-shadow: 0 0 0 4px rgba(241, 228, 75, .1);
}

.booking-radius-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.booking-radius-option::before {
    content: "";
    flex: 0 0 auto;
    width: 1.35rem;
    height: 1.35rem;
    margin-top: .08rem;
    border: 2px solid #7b858f;
    border-radius: 999px;
    background: #20262b;
    box-shadow: inset 0 0 0 .24rem #20262b;
}

.booking-radius-option:has(input:checked) {
    border-color: #f1e44b;
    background: rgba(241, 228, 75, .08);
}

.booking-radius-option:has(input:checked)::before {
    border-color: #f1e44b;
    background: #f1e44b;
}

.booking-radius-option span {
    display: grid;
    gap: .3rem;
}

.booking-radius-option strong {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.2;
}

.booking-radius-option small {
    color: rgba(255, 255, 255, .74);
    font-size: .9rem;
    font-weight: 650;
    line-height: 1.4;
}

.booking-participant-split-panel {
    width: min(38rem, 100%);
}

.booking-participant-split-fields {
    display: grid;
    gap: .9rem;
    margin-top: 1rem;
}

.booking-participant-split-fields label {
    display: grid;
    gap: .45rem;
    color: var(--kd-muted-strong);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.booking-participant-split-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 3.9rem;
    position: relative;
    height: 3.75rem;
    min-height: 0;
    border: 1px solid #606a73;
    border-radius: 8px;
    background: #090d11;
    overflow: hidden;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.booking-participant-split-control:focus-within {
    border-color: #ffe500;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .12);
}

.booking-participant-split-control input {
    min-width: 0;
    border: 0;
    background: transparent;
    color: #eef3f7;
    font: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0 calc(3.9rem + 2.55rem + 1.4rem) 0 .9rem;
    appearance: textfield;
}

.booking-participant-split-control input::-webkit-inner-spin-button,
.booking-participant-split-control input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.booking-participant-split-control input::placeholder {
    color: rgba(238, 243, 247, .5);
}

.booking-participant-split-control input:focus {
    outline: 0;
}

.booking-participant-split-stepper {
    display: grid;
    position: absolute;
    right: calc(3.9rem + .75rem);
    top: 50%;
    z-index: 2;
    overflow: hidden;
    width: 2.55rem;
    height: 2.35rem;
    margin: 0;
    border: 1px solid #606a73;
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
    transform: translateY(-50%);
}

.booking-participant-split-stepper button {
    display: grid;
    width: 100%;
    min-height: 0;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #ffe500;
    font: inherit;
    font-size: .95rem;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.booking-participant-split-stepper button + button {
    border-top: 1px solid #606a73;
}

.booking-participant-split-stepper button:hover,
.booking-participant-split-stepper button:focus-visible {
    background: rgba(255, 229, 0, .12);
    outline: 0;
}

.booking-participant-split-icon {
    display: grid;
    grid-column: 2;
    place-items: center;
    border-left: 1px solid #606a73;
    background: #2b3035;
    color: #eef3f7;
    font-size: 1.35rem;
}

.booking-participant-split-summary {
    color: rgba(238, 243, 247, .78);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.45;
}

.booking-confirmation-actions {
    justify-content: flex-end;
    gap: 1rem;
    border-bottom: 0;
    background: rgba(255, 255, 255, .025);
}

.booking-confirmation-actions a {
    text-decoration: none;
}

.booking-confirmation-actions .booking-wizard-primary,
.booking-confirmation-actions .booking-platform-secondary {
    box-sizing: border-box;
    width: auto;
    min-width: 7.6rem;
    min-height: 2.45rem;
    padding: .55rem 1.15rem;
    border-radius: 999px;
    font-size: .78rem;
}

.booking-confirmation-actions .booking-wizard-primary.is-loading,
.booking-confirmation-actions .booking-platform-secondary.is-loading {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: .86;
}

.booking-confirmation-actions .booking-wizard-primary.is-loading::after,
.booking-confirmation-actions .booking-platform-secondary.is-loading::after {
    content: "";
    width: .88rem;
    height: .88rem;
    margin-left: .45rem;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 999px;
    animation: booking-wizard-spin .8s linear infinite;
}

.booking-loading-modal {
    z-index: 1140;
}

.booking-loading-modal .booking-confirmation-backdrop {
    background: rgba(0, 3, 7, .84);
    backdrop-filter: blur(3px);
}

.booking-loading-panel {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: min(25rem, calc(100vw - 2rem));
    padding: 1.45rem 1.35rem 1.35rem;
    border: 1px solid rgba(241, 228, 75, .18);
    border-radius: 12px;
    background: #11171c;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .58);
    color: #eef3f7;
    text-align: center;
}

.booking-loading-spinner {
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: .85rem;
    border: .28rem solid #313a42;
    border-top-color: #ffe500;
    border-radius: 999px;
    animation: booking-wizard-spin .8s linear infinite;
}

.booking-loading-panel h2 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.15;
}

.booking-loading-panel p {
    max-width: 20rem;
    margin: .55rem 0 0;
    color: rgba(220, 229, 236, .76);
    font-size: .84rem;
    font-weight: 650;
    line-height: 1.4;
}

.booking-finder-details-form[hidden] {
    display: none !important;
}

.booking-finder-details-form {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.booking-finder-details-grid {
    gap: .85rem;
}

.booking-finder-details-grid > div,
.booking-finder-details-grid input {
    min-width: 0;
}

.booking-finder-details-grid input {
    box-sizing: border-box;
}

.booking-finder-details-summary {
    display: grid;
    grid-template-columns: minmax(13.5rem, .7fr) minmax(18rem, 1fr) auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.booking-finder-details-summary .booking-wizard-total {
    min-width: 13.5rem;
}

.booking-finder-details-summary .booking-wizard-total strong {
    white-space: nowrap;
}

.booking-finder-details-summary .booking-wizard-terms {
    max-width: none;
}

.booking-finder-details-summary .booking-wizard-primary {
    min-width: 10.5rem;
}

.booking-date-picker {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.booking-date-picker-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 4, 8, .78);
    backdrop-filter: blur(2px);
}

.booking-date-picker-panel {
    position: relative;
    z-index: 1;
    width: min(33rem, 100%);
    overflow: hidden;
    border: 1px solid #606a73;
    border-radius: 18px;
    background: #30363d;
    box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, .45);
    color: #eef3f7;
}

.booking-date-picker-header,
.booking-date-picker-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.45rem;
    border-bottom: 1px solid #555f68;
}

.booking-date-picker-header h2 {
    margin: 0;
    font-size: 1.45rem;
}

.booking-date-picker-header button,
.booking-date-picker-month button {
    display: grid;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border: 1px solid #606a73;
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #eef3f7;
    cursor: pointer;
}

.booking-date-picker-month button {
    color: #ffe500;
}

.booking-date-picker-header button:hover,
.booking-date-picker-month button:hover {
    border-color: #d9c817;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .12);
}

.booking-date-picker-month {
    display: grid;
    grid-template-columns: 2.7rem minmax(0, 1fr) 2.7rem;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.45rem .8rem;
}

.booking-date-picker-month strong {
    text-align: center;
    font-size: 1.2rem;
}

.booking-date-picker-weekdays,
.booking-date-picker-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: .45rem;
    padding: 0 1.45rem;
}

.booking-date-picker-weekdays span {
    padding: .4rem 0;
    color: #eef3f7;
    font-size: .78rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.booking-date-picker-grid {
    padding-bottom: 1.25rem;
}

.booking-date-picker-day {
    display: grid;
    min-height: 3.15rem;
    place-items: center;
    border: 1px solid #424b54;
    border-radius: 8px;
    background: rgba(255, 255, 255, .025);
    color: #eef3f7;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.booking-date-picker-day:hover:not(:disabled) {
    border-color: #d9c817;
    color: #ffe500;
}

.booking-date-picker-day.is-muted {
    color: #8f99a1;
}

.booking-date-picker-day.is-selected {
    border-color: #ffe500;
    background: #ffe500;
    color: #050607;
}

.booking-date-picker-day.is-selected:hover:not(:disabled),
.booking-date-picker-day.is-selected:focus-visible:not(:disabled) {
    border-color: #fff06a;
    background: #f5df22;
    color: #050607;
    box-shadow: 0 0 0 4px rgba(255, 229, 0, .16);
}

.booking-date-picker-day:disabled {
    color: #6f7880;
    cursor: not-allowed;
    opacity: .58;
}

.booking-date-picker-actions {
    justify-content: flex-end;
    gap: 1rem;
    border-top: 1px solid #555f68;
    border-bottom: 0;
    background: rgba(255, 255, 255, .025);
}

.booking-wizard-submit {
    padding: 1.25rem 1.55rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
    background: rgba(5, 9, 14, .34);
}

.booking-experience-led-page .booking-wizard-step .booking-wizard-submit {
    margin-top: 1.45rem;
    padding: 1.2rem 0 0;
    background: transparent;
}

.booking-wizard-terms {
    display: flex;
    gap: .75rem;
    align-items: center;
    max-width: 23rem;
    margin-bottom: 0;
    color: #eef3f7;
    font-weight: 800;
    line-height: 1.35;
}

.booking-wizard-terms input,
.booking-wizard-terms .form-check-input {
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    margin: .06rem 0 0;
    border-color: rgba(255, 255, 255, .38);
    background-color: rgba(255, 255, 255, .08);
    accent-color: #ffe500;
}

.booking-wizard-terms a {
    color: #ffe500;
}

.booking-wizard-final-submit .booking-wizard-terms-row {
    width: 66.66666667%;
    margin-bottom: 1rem;
}

.booking-wizard-final-submit .booking-wizard-terms {
    max-width: none;
    align-items: flex-start;
    font-weight: 400;
}

.booking-wizard-final-submit .booking-wizard-terms-error {
    max-width: none;
    margin-left: 2rem;
}

.booking-wizard-submit-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.booking-experience-led-page .booking-wizard-submit-row {
    display: grid;
    grid-template-columns: minmax(10rem, 1fr) auto;
}

.booking-wizard-total strong,
.booking-wizard-total small {
    display: block;
}

.booking-wizard-total strong {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1.05;
}

.booking-wizard-total strong span,
.booking-wizard-total small {
    color: #eef3f7;
    font-size: .86rem;
}

.booking-experience-led-page .booking-wizard-submit .booking-wizard-primary {
    min-width: 9.5rem;
}

.booking-wizard-primary:not(.btn),
.booking-platform-secondary:not(.btn) {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: .75rem 1.75rem;
    border: 0;
    border-radius: 999px;
    background: #ffe500;
    color: #050607;
    font-family: Audiowide, Roboto, sans-serif;
    font-weight: var(--font-heading-weight);
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.booking-platform-secondary:not(.btn) {
    border: 1px solid #606a73;
    background: transparent;
    color: #eef3f7;
}

.booking-wizard-primary.btn,
.booking-platform-secondary.btn {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: .75rem 1.75rem;
    border-radius: 999px;
    font-family: Audiowide, Roboto, sans-serif;
    font-weight: var(--font-heading-weight);
    text-transform: uppercase;
    transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.booking-wizard-primary:not(.btn):hover,
.booking-wizard-primary:not(.btn):focus-visible,
.booking-wizard-primary.btn:hover,
.booking-wizard-primary.btn:focus-visible {
    background: #d9c817;
    border-color: #d9c817;
    color: #050607;
    box-shadow: 0 0 0 4px rgba(217, 200, 23, .18), 0 .75rem 1.6rem rgba(0, 0, 0, .24);
    transform: translateY(-1px);
}

.booking-wizard-primary.is-loading {
    pointer-events: none;
}

.booking-wizard-primary.is-loading::before {
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(5, 6, 7, .28);
    border-top-color: #050607;
    border-radius: 999px;
    content: "";
    animation: booking-wizard-spin .7s linear infinite;
}

@keyframes booking-wizard-spin {
    to {
        transform: rotate(360deg);
    }
}

.booking-platform-secondary:not(.btn):hover,
.booking-platform-secondary:not(.btn):focus-visible {
    border-color: #d9c817;
    background: rgba(255, 229, 0, .08);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(217, 200, 23, .14);
    transform: translateY(-1px);
}

.booking-wizard-primary:not(.btn):disabled,
.booking-wizard-primary:not(.btn)[aria-disabled="true"] {
    border: 1px solid #565f68;
    background: #363c42;
    color: #9fa8b0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
    cursor: not-allowed;
    opacity: 1;
}

.booking-wizard-primary:not(.btn):disabled i,
.booking-wizard-primary:not(.btn)[aria-disabled="true"] i {
    color: #88929a;
}

.booking-wizard-primary:not(.btn):disabled:hover,
.booking-wizard-primary:not(.btn)[aria-disabled="true"]:hover {
    background: #363c42;
    color: #9fa8b0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03);
    transform: none;
}

.booking-payment-panel {
    overflow: hidden;
}

.booking-payment-heading {
    gap: 0;
    margin-bottom: 1rem;
}

.booking-payment-heading + .booking-stripe-test-strip {
    margin-top: .35rem;
}

.booking-payment-embed {
    display: grid;
    min-width: 0;
    gap: 1.15rem;
    margin-top: 1.25rem;
    padding: 1.25rem;
    border: 1px solid #303840;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(27, 33, 39, .96), rgba(13, 17, 20, .98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.booking-payment-embed > *,
.booking-wallet-panel,
.booking-wallet-element,
.booking-payment-element {
    min-width: 0;
}

.booking-wallet-panel {
    display: grid;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid #303840;
    border-radius: 8px;
    background: rgba(7, 10, 12, .42);
}

.booking-wallet-panel[hidden] {
    display: none;
}

.booking-wallet-panel h3 {
    margin: .15rem 0 0;
    color: #eef3f7;
    font-size: 1.05rem;
    font-weight: 900;
}

.booking-wallet-element {
    min-height: 48px;
}

.booking-payment-element {
    padding: .25rem 0;
}

.booking-payment-submit {
    justify-self: end;
    margin-top: .85rem;
    min-width: min(100%, 16rem);
}

.booking-stripe-test-strip {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 1.35rem;
    border-color: rgba(85, 179, 255, .78);
    background: rgba(6, 43, 73, .98);
    color: #d7efff;
}

.shop-payment-embed .booking-stripe-test-strip {
    margin-bottom: 0;
}

.booking-stripe-test-accordion {
    --bs-accordion-bg: rgba(6, 43, 73, .98);
    --bs-accordion-border-color: rgba(85, 179, 255, .78);
    --bs-accordion-color: #d7efff;
    --bs-accordion-btn-bg: rgba(10, 70, 114, .96);
    --bs-accordion-btn-color: #eef8ff;
    --bs-accordion-active-bg: rgba(15, 88, 142, .98);
    --bs-accordion-active-color: #fff;
    --bs-accordion-btn-focus-border-color: #55b3ff;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .2rem rgba(85, 179, 255, .18);
    width: 100%;
    border: 0;
    border-left: 4px solid #55b3ff;
    border-radius: 8px;
    background: var(--bs-accordion-bg);
    box-shadow: none;
}

.booking-stripe-test-accordion .accordion-item {
    width: 100%;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.booking-stripe-test-accordion .accordion-button,
.booking-stripe-test-accordion .accordion-button.collapsed {
    display: flex;
    gap: .75rem;
    align-items: center;
    justify-content: flex-start;
    padding: .95rem 1rem;
    background: var(--bs-accordion-btn-bg);
    color: var(--bs-accordion-btn-color);
    font-weight: 700;
}

.booking-stripe-test-accordion .accordion-button:not(.collapsed) {
    background: var(--bs-accordion-active-bg);
    color: var(--bs-accordion-active-color);
}

.booking-stripe-test-accordion .accordion-button:hover,
.booking-stripe-test-accordion .accordion-button:focus {
    background: rgba(18, 87, 137, .98);
    color: #fff;
}

.booking-stripe-test-accordion .accordion-body {
    padding: 1rem;
    background: rgba(4, 31, 54, .82);
    color: #d7efff;
}

.booking-stripe-test-title {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    white-space: nowrap;
}

.booking-stripe-test-title i,
.booking-stripe-test-accordion .accordion-button::after {
    color: #8fd3ff;
}

.booking-stripe-test-description {
    flex: 1 1 auto;
    min-width: 0;
    color: #c7eaff;
    font-weight: 600;
}

.booking-stripe-test-accordion .accordion-button::after {
    margin-left: .75rem;
    filter: invert(78%) sepia(28%) saturate(898%) hue-rotate(174deg) brightness(106%) contrast(105%);
}

.booking-stripe-test-accordion table {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(143, 211, 255, .2);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(1, 14, 25, .42);
    color: #dce5ec;
}

.booking-stripe-test-accordion tr + tr th,
.booking-stripe-test-accordion tr + tr td {
    border-top: 1px solid rgba(143, 211, 255, .14);
}

.booking-stripe-test-accordion th,
.booking-stripe-test-accordion td {
    padding: .55rem .75rem;
    text-align: left;
    vertical-align: middle;
}

.booking-stripe-test-accordion th {
    width: 8rem;
    background: rgba(10, 71, 111, .38);
    color: #8fd3ff;
    font-weight: 900;
}

.booking-stripe-test-accordion td {
    background: rgba(2, 17, 27, .32);
}

.booking-stripe-test-accordion code {
    display: inline-block;
    padding: .12rem .38rem;
    border: 1px solid rgba(143, 211, 255, .22);
    border-radius: 5px;
    background: rgba(1, 15, 27, .58);
    color: #eef8ff;
    font-weight: 900;
    white-space: nowrap;
}

.booking-platform-sidebar {
    display: grid;
    gap: 1rem;
    align-self: start;
}

.booking-platform-reset {
    justify-self: end;
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    padding: .55rem .9rem;
    border: 1px solid #4a535c;
    border-radius: 999px;
    background: transparent;
    color: #eef3f7;
    font: inherit;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.booking-platform-reset:hover {
    border-color: #d9c817;
    color: #ffe500;
}

.booking-support-card,
.booking-secure-card,
.booking-provider-card {
    padding: 1.35rem;
}

.booking-support-card.card,
.booking-secure-card.card,
.booking-provider-card.card {
    overflow: hidden;
    padding: 0;
}

.booking-support-card.card > .card-body,
.booking-secure-card.card > .card-body,
.booking-provider-card.card > .card-body {
    padding: 1.35rem;
}

.booking-support-card {
    border-color: #176fb6;
    background: #062944;
}

.booking-support-card h2 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.booking-support-card p,
.booking-secure-card p,
.booking-provider-card p {
    color: #eef3f7;
    line-height: 1.55;
}

.booking-support-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .85rem;
    margin-top: 1rem;
}

.booking-support-row i {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

.booking-support-row strong,
.booking-support-row span {
    display: block;
}

.booking-support-row span {
    color: #dce5ec;
}

.booking-secure-card span {
    color: #6f5dff;
    font-size: 1.85rem;
    font-weight: 900;
}

.booking-secure-card ul,
.booking-provider-card ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.booking-secure-card li,
.booking-provider-card li {
    margin-top: .55rem;
    font-weight: 800;
}

.booking-secure-card i {
    color: #ffe500;
}

.booking-platform-footer {
    border-top: 1px solid #242b32;
}

.booking-platform-footer-grid {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.8rem 0;
}

.booking-platform-footer p {
    margin: .35rem 0 0;
    color: #c9d3dc;
}

.booking-platform-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.booking-platform-footer a,
.booking-platform-link-button {
    color: #eef3f7;
    text-decoration: none;
}

.booking-platform-link-button {
    padding: 0;
    border: 0;
    background: transparent;
}

@media (min-width: 992px) {
    .booking-wizard h2 {
        font-size: 2rem;
    }

    .booking-platform-sidebar {
        position: sticky;
        top: var(--kd-sticky-rail-top);
    }
}

@media (max-width: 991.98px) {
    .booking-public-hero {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        min-height: 0;
    }

    .booking-public-copy h1 {
        max-width: 38rem;
    }

    .booking-public-card {
        max-width: 32rem;
        justify-self: start;
    }

    .booking-platform-layout,
    .booking-request-sent-layout,
    .booking-wizard-hero {
        grid-template-columns: 1fr;
    }

    .booking-request-summary-card {
        grid-template-columns: 1fr;
    }

    .booking-request-summary-card img {
        max-height: 18rem;
    }

    .booking-platform-reset {
        justify-self: start;
    }

    .booking-wizard-field-grid,
    .booking-wizard-field-grid-location,
    .booking-wizard-field-grid-two,
    .booking-wizard-field-grid-date-time,
    .booking-wizard-field-grid-group,
    .booking-wizard-field-grid-group.has-age-range {
        grid-template-columns: 1fr;
    }

    .booking-wizard-field-grid-date-time > div,
    .booking-wizard-field-grid-location .booking-finder-location-field {
        grid-column: 1 / -1;
    }

    .booking-results-order {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-result-entry-footer form,
    .booking-result-times {
        grid-template-columns: 1fr;
    }

    .booking-result-entry-footer form,
    .booking-result-times {
        justify-items: stretch;
    }

    .booking-result-times > div {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-result-time {
        flex: 1 1 auto;
    }

    .booking-result-time-enquire {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .shop-checkout-shell {
        padding-right: 0 !important;
        width: 100%;
        max-width: none !important;
        margin-inline: 0;
        padding-left: 0 !important;
    }

    .shop-checkout-shell > :not(.row) {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .shop-checkout-shell > .row {
        --bs-gutter-x: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .shop-checkout-shell > .row > .col-12.col-lg-9 {
        padding-right: 0;
        padding-left: 0;
    }

    .shop-checkout-shell .booking-wizard.card {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .shop-checkout-shell .booking-wizard-step.list-group-item {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .shop-checkout-shell aside {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .shop-payment-embed {
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .booking-stripe-test-accordion .accordion-button,
    .booking-stripe-test-accordion .accordion-button.collapsed {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: .25rem;
        padding: .75rem 2.5rem .75rem .75rem;
    }

    .booking-stripe-test-title,
    .booking-stripe-test-description {
        min-width: 0;
        width: auto;
        white-space: normal;
    }

    .booking-stripe-test-accordion .accordion-button::after {
        position: absolute;
        top: 1rem;
        right: 1rem;
        margin: 0;
    }

    .booking-stripe-test-title {
        font-size: .9rem;
        line-height: 1.25;
    }

    .booking-stripe-test-description {
        font-size: .8rem;
        line-height: 1.3;
    }

    .booking-stripe-test-accordion .accordion-body {
        padding: .5rem;
    }

    .booking-stripe-test-accordion th,
    .booking-stripe-test-accordion td {
        padding: .4rem .5rem;
        font-size: .8rem;
        line-height: 1.25;
    }

    .booking-stripe-test-accordion th {
        width: 5.25rem;
    }

    .booking-stripe-test-accordion code {
        font-size: .72rem;
        white-space: normal;
    }

    .booking-public-entry-page .page-body {
        padding-top: .5rem;
    }

    .booking-public-hero {
        gap: 1.15rem;
    }

    .booking-public-copy h1 {
        margin-top: .8rem;
        font-size: clamp(2rem, 10.5vw, 2.6rem);
    }

    .booking-public-card {
        padding: 1.1rem;
    }

    .booking-public-location-field {
        grid-template-columns: minmax(0, 1fr) 3.25rem;
    }

    .booking-public-location-field input,
    .booking-public-location-field button,
    .booking-public-submit {
        min-height: 3.25rem;
    }

    .booking-wizard-step,
    .booking-wizard-submit,
    .booking-wizard-hero > div {
        padding: 1rem;
    }

    .booking-wizard-submit-row,
    .booking-platform-footer-grid {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-experience-led-page .booking-wizard-submit-row,
    .booking-finder-details-summary {
        grid-template-columns: 1fr;
    }

    .booking-experience-led-page .booking-wizard-terms,
    .booking-finder-details-summary .booking-wizard-terms {
        max-width: none;
    }

    .booking-wizard-final-submit .booking-wizard-terms-row {
        width: 100%;
    }

    .booking-wizard-primary {
        width: 100%;
    }

    .booking-result-enquire {
        width: auto;
    }

    .funnel-brand {
        font-size: 1.05rem;
    }
}

.venue-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.venue-video-card {
    overflow: hidden;
}

.venue-video-card img,
.venue-video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #0a0e12;
}

.venue-video-card a {
    color: #fff;
}

.venue-video-card p {
    color: #c9d3dc;
}

.venue-section-video-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.venue-section-video-grid .search-rich-card {
    text-decoration: none;
}

.venue-video-placeholder {
    display: grid;
    place-items: center;
    color: #ffe500;
    font-size: 2.5rem;
}

.venue-layout-card {
    overflow: hidden;
}

.venue-layout-card img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: contain;
    padding: 1rem;
    background: #0a0e12;
}

.venue-section-page .list-group-item.active {
    border-color: #2a3138;
    background: #1d252d;
    color: #ffe500;
}

.notice,
.empty-state {
    padding: 1rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #101418;
    color: #cbd5df;
}

.notice.success {
    border-color: rgba(25, 135, 84, .5);
    background: rgba(25, 135, 84, .16);
    color: #c5f0dc;
}

.notice.warning {
    border-color: rgba(255, 193, 7, .5);
    background: rgba(255, 193, 7, .14);
    color: #ffe8a1;
}

.submission-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.submission-form input,
.submission-form select,
.submission-form textarea {
    width: 100%;
    min-height: 42px;
    padding: .5rem .75rem;
    border: 1px solid #33404a;
    border-radius: 6px;
    background: #080b0e;
    color: #eef3f7;
    font: inherit;
}

.submission-form input:focus,
.submission-form select:focus,
.submission-form textarea:focus {
    border-color: #1293e6;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(18, 147, 230, .22);
}

.submission-form button {
    justify-self: start;
    min-height: 42px;
    padding: 0 1rem;
    border: 1px solid var(--kd-red);
    border-radius: var(--bs-border-radius);
    color: #fff;
}

.about-page {
    min-height: 100vh;
    color: #eef3f7;
}

.about-hero {
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .96), rgba(5, 6, 7, .72), rgba(5, 6, 7, .34)),
        url("/media/generic/karting-action-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #20262d;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
    gap: 1.25rem;
    align-items: stretch;
}

.about-hero-copy {
    display: grid;
    align-content: end;
    min-height: 420px;
    max-width: 920px;
}

.about-hero h1 {
    max-width: 980px;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.02;
}

.about-hero .eyebrow,
.about-article-panel .eyebrow,
.about-editing-note .eyebrow,
.about-powered-band .eyebrow,
.about-cta .eyebrow {
    color: #ffe500;
}

.about-hero .lede {
    color: #dce5ec;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.about-hero-actions .btn,
.about-cta .btn {
    font-weight: 900;
}

.about-hero-panel,
.about-article-panel,
.about-action-card,
.about-editing-note,
.about-powered-band,
.about-cta {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: rgba(16, 20, 24, .96);
    color: #eef3f7;
    box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
}

.about-hero-panel {
    display: grid;
    gap: .75rem;
    align-content: end;
    padding: 1rem;
}

.about-hero-panel div {
    padding: .9rem;
    border: 1px solid #33404a;
    border-radius: 8px;
    background: #151b21;
}

.about-hero-panel strong,
.about-hero-panel span {
    display: block;
}

.about-hero-panel strong {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
}

.about-hero-panel span,
.about-editing-note p,
.about-powered-band p,
.about-cta p {
    color: #cbd5df;
}

.about-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 2rem;
    align-items: start;
}

.about-article-panel {
    overflow: hidden;
}

.about-article-panel > section {
    padding: 2rem;
    border-bottom: 1px solid #2a3138;
}

.about-article-panel > section:last-child {
    border-bottom: 0;
}

.about-article-panel > .about-powered-band,
.about-article-panel > .about-cta {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
}

.about-article-panel h2,
.about-action-rail h2,
.about-powered-band h2,
.about-cta h2 {
    color: #fff;
}

.about-article-panel .article-body {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #dce5ec;
    line-height: 1.75;
    box-shadow: none;
}

.about-article-panel .article-body p:last-child,
.about-article-panel .article-body ul:last-child {
    margin-bottom: 0;
}

.about-article-panel .article-body ul {
    margin-top: 1rem;
}

.about-article-panel .article-body li::marker {
    color: #ff3b36;
}

.about-intro-section,
.about-mission-section,
.about-powered-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
    gap: 2rem;
    align-items: center;
}

.about-logo-card {
    display: grid;
    place-items: center;
    min-height: 190px;
    padding: 1.25rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #f7f9fb;
}

.about-logo-card img {
    max-width: min(280px, 90%);
    max-height: 110px;
}

.about-network-section .btn {
    margin-top: 1rem;
    font-weight: 900;
    text-transform: uppercase;
}

.about-mission-section .article-body img,
.about-mission-section .article-body figure img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 8px;
}

.about-mission-section .article-body figure {
    margin: 1rem 0 0;
}

.about-values-section h2 {
    margin-bottom: 1.25rem;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-value-card {
    min-height: 230px;
    padding: 1.5rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #151b21;
    text-align: center;
}

.about-value-card > i {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    border: 1px solid rgba(18, 147, 230, .38);
    border-radius: 999px;
    background: rgba(18, 147, 230, .12);
    color: #1293e6;
    font-size: 1.65rem;
}

.about-value-card h3 {
    color: #fff;
    font-size: 1.15rem;
}

.about-value-card .article-body {
    padding: 0;
    border: 0;
    background: transparent;
    color: #aeb9c3;
    font-size: .95rem;
    box-shadow: none;
}

.about-learn-more div,
.about-action-rail {
    display: grid;
    gap: 1rem;
}

.about-learn-more a {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    color: #ffd1cd;
    font-weight: 800;
    text-decoration: none;
}

.about-learn-more a:hover,
.about-learn-more a:focus {
    color: #fff;
}

.about-action-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top);
}

.about-action-card {
    display: grid;
    place-items: center;
    min-height: 150px;
    padding: 1.25rem;
    color: #eef3f7;
    text-align: center;
    text-decoration: none;
}

.about-action-card:hover,
.about-action-card:focus {
    border-color: #ff3b36;
    color: #fff;
    transform: translateY(-1px);
}

.about-action-card i {
    color: #ff3b36;
    font-size: 2.4rem;
}

.about-action-card span {
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    font-size: 1.18rem;
}

.about-editing-note {
    padding: 1.25rem;
}

.about-powered-band {
    padding: 2rem;
    background:
        linear-gradient(110deg, rgba(5, 6, 7, .98), rgba(16, 20, 24, .98)),
        radial-gradient(circle at 90% 10%, rgba(255, 229, 0, .15), transparent 30%);
}

.about-powered-band img {
    justify-self: end;
    max-width: min(360px, 100%);
    max-height: 170px;
    object-fit: contain;
}

.about-cta {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    background:
        linear-gradient(110deg, rgba(16, 20, 24, .98), rgba(28, 35, 42, .92)),
        radial-gradient(circle at 85% 20%, rgba(255, 229, 0, .18), transparent 32%);
}

.contact-page {
    padding-bottom: 0;
    color: #eef3f7;
}

.contact-hero {
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .96), rgba(5, 6, 7, .76), rgba(5, 6, 7, .42)),
        url("/media/generic/karting-action-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #20262d;
}

.contact-hero-grid,
.contact-page-grid {
    display: grid;
    gap: 2rem;
    align-items: start;
}

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

.contact-page-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
}

.contact-hero-copy {
    display: grid;
    align-content: end;
    min-width: 0;
    min-height: 360px;
    max-width: 920px;
}

.contact-hero h1 {
    max-width: 980px;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.02;
}

.contact-hero .eyebrow,
.contact-main-panel .eyebrow,
.contact-channel-card .eyebrow {
    color: #ffe500;
}

.contact-hero .lede,
.contact-main-panel,
.contact-channel-card {
    color: #dce5ec;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.contact-main-panel,
.contact-channel-card,
.contact-route-card {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: rgba(16, 20, 24, .96);
    color: #eef3f7;
}

.contact-channel-card > i,
.contact-route-card > i {
    color: #ff3b36;
}

.contact-main-panel {
    overflow: hidden;
}

.contact-main-panel > section {
    padding: 2rem;
    border-bottom: 1px solid #2a3138;
}

.contact-main-panel > section:last-child {
    border-bottom: 0;
}

.contact-main-panel h2,
.contact-channel-card h2,
.contact-route-card h3 {
    color: #fff;
}

.contact-main-panel .article-body {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #dce5ec;
    line-height: 1.75;
    box-shadow: none;
}

.claim-listing-page {
    color: #eef3f7;
}

.claim-listing-hero {
    border-bottom: 1px solid #20262d;
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .96), rgba(5, 6, 7, .74), rgba(5, 6, 7, .46)),
        var(--claim-listing-hero-image, url("/media/generic/karting-action-hero.webp")) center / cover no-repeat;
}

.claim-listing-hero-copy {
    display: grid;
    align-content: end;
    min-height: 260px;
    max-width: 920px;
}

.claim-listing-hero-copy h1 {
    margin: .25rem 0 1rem;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1.05;
}

.claim-listing-hero-copy .eyebrow,
.claim-contact-panel .eyebrow {
    color: #ffe500;
}

.claim-listing-hero-copy .lede {
    max-width: 760px;
    margin: 0;
    color: #dce5ec;
    font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.claim-listing-content {
    background:
        linear-gradient(rgba(5, 7, 9, .82), rgba(5, 7, 9, .88)),
        url("/media/brand/KD-BG.webp") center top / cover fixed no-repeat;
}

.claim-contact-panel {
    border-color: #2a3138;
    background: rgba(16, 20, 24, .96);
}

.claim-contact-panel .contact-form-section {
    padding: .5rem;
}

.claim-benefits-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top);
}

.claim-benefit-item {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    min-height: 4rem;
}

.claim-benefit-icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 50%;
    background: rgba(29, 155, 240, .14);
    color: #58b9fa;
}

.claim-benefit-label {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .claim-benefits-rail {
        position: static;
    }
}

.contact-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.contact-route-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    padding: 1.25rem;
    background: #151b21;
}

.contact-route-card > i {
    font-size: 1.65rem;
}

.contact-route-card p,
.contact-channel-card p {
    color: #cbd5df;
}

.contact-route-card a {
    display: inline-flex;
    align-items: center;
    color: #ffd1cd;
    font-weight: 900;
    text-decoration: none;
}

.contact-route-card a:hover,
.contact-route-card a:focus {
    color: #fff;
}

.contact-form {
    margin-top: 1.25rem;
}

.contact-form .form-label + .form-control,
.contact-form .form-label + .form-select,
.contact-form .form-label + .input-group {
    margin-top: .45rem;
}

.contact-form textarea.form-control {
    border-color: #606a73;
    border-radius: 8px;
    background-color: #090d11;
    color: #eef3f7;
}

.contact-form textarea.form-control:focus {
    border-color: #d9c817;
    box-shadow: 0 0 0 5px rgba(255, 229, 0, .16);
}

.contact-form small,
.contact-form-error,
.contact-captcha-note {
    color: #ffd1cd;
}

.contact-captcha-note {
    margin: 0;
    color: #84919c;
    font-size: .86rem;
}

.contact-form-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.contact-form-submit {
    min-width: 18rem;
    min-height: 3.5rem;
    margin-left: auto;
}

@media (max-width: 575.98px) {
    .contact-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-form-submit {
        width: 100%;
        min-width: 0;
    }
}

.contact-consent-field {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid #33404a;
    border-radius: 8px;
    background: #101418;
}

.contact-consent-field input[type="checkbox"] {
    width: 1.15rem;
    height: 1.15rem;
    min-height: 0;
    margin-top: .15rem;
    padding: 0;
    accent-color: #ffe500;
}

.contact-form .contact-consent-field span {
    color: #dce6ef;
    font-size: .95rem;
    line-height: 1.45;
    text-transform: none;
}

.contact-consent-field a {
    color: #ffe500;
    font-weight: 900;
}

.contact-consent-field small {
    grid-column: 2;
}

.contact-form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form-alert {
    border-radius: 8px;
    font-weight: 800;
}

.contact-side-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top);
    display: grid;
    gap: 1rem;
}

.contact-channel-card {
    padding: 1.5rem;
}

.contact-channel-card > i {
    font-size: 2rem;
}

.contact-channel-card-warning {
    border-color: rgba(255, 229, 0, .38);
    background:
        linear-gradient(135deg, rgba(28, 35, 42, .98), rgba(42, 19, 12, .92)),
        radial-gradient(circle at 85% 15%, rgba(255, 229, 0, .18), transparent 30%);
}

.legal-page {
    min-height: 100vh;
    color: #eef3f7;
}

.legal-hero {
    border-bottom: 1px solid #20262d;
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .98), rgba(5, 6, 7, .74), rgba(5, 6, 7, .42)),
        url("/media/generic/karting-action-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.legal-hero-grid,
.legal-layout {
    display: grid;
    gap: 2rem;
    align-items: start;
}

.legal-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
    min-height: 360px;
    align-items: end;
}

.legal-hero h1 {
    max-width: 980px;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.02;
}

.legal-hero .eyebrow,
.legal-main-panel .eyebrow,
.legal-side-card .eyebrow {
    color: #ffe500;
}

.legal-hero .lede {
    max-width: 860px;
    color: #dce5ec;
}

.legal-updated {
    color: #cbd5df;
    font-weight: 800;
}

.legal-summary-panel,
.legal-main-panel,
.legal-side-card {
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: rgba(16, 20, 24, .96);
    color: #eef3f7;
}

.legal-summary-panel {
    display: grid;
    gap: .75rem;
    padding: 1rem;
}

.legal-summary-panel div {
    padding: 1rem;
    border: 1px solid #33404a;
    border-radius: 8px;
    background: #151b21;
}

.legal-summary-panel i {
    color: #ff3b36;
    font-size: 1.4rem;
}

.legal-summary-panel strong,
.legal-summary-panel span {
    display: block;
}

.legal-summary-panel strong {
    margin-top: .5rem;
    color: #fff;
    font-weight: 900;
}

.legal-summary-panel span,
.legal-main-panel .article-body,
.legal-side-card p {
    color: #cbd5df;
}

.legal-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
}

.legal-main-panel {
    overflow: hidden;
}

.legal-main-panel > .article-body,
.legal-main-panel > section {
    padding: 2rem;
    border-bottom: 1px solid #2a3138;
}

.legal-main-panel > section:last-child {
    border-bottom: 0;
}

.legal-main-panel h2,
.legal-side-card h2 {
    color: #fff;
}

.legal-main-panel .article-body {
    line-height: 1.75;
}

.legal-main-panel .article-body a {
    color: #ffd1cd;
    font-weight: 800;
}

.legal-accordion-section {
    background: #0f1419;
}

.legal-accordion .accordion-item {
    border-radius: 8px;
}

.legal-accordion .accordion-item + .accordion-item {
    margin-top: .75rem;
}

.legal-accordion .accordion-button {
    gap: 1rem;
}

.legal-accordion .accordion-button span {
    display: grid;
    gap: .25rem;
}

.legal-accordion .accordion-button small {
    color: #ffe500;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.legal-accordion .accordion-button strong {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}

.legal-accordion .accordion-body {
    padding: 1.25rem;
}

.legal-side-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top);
    display: grid;
    gap: 1rem;
}

.legal-side-card {
    padding: 1.25rem;
}

.legal-side-card > a:not(.btn) {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .7rem 0;
    border-bottom: 1px solid #2a3138;
    color: #eef3f7;
    font-weight: 900;
    text-decoration: none;
}

.legal-side-card > a:not(.btn):hover,
.legal-side-card > a:not(.btn):focus {
    color: #ffe500;
}

.cookie-consent {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1110;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.cookie-consent[hidden] {
    display: none;
}

.cookie-consent--modal {
    inset: 0;
    align-items: center;
    padding: 1.25rem;
    pointer-events: auto;
}

.cookie-consent-backdrop {
    position: absolute;
    inset: 0;
    display: none;
    background: rgba(0, 0, 0, .64);
}

.cookie-consent--modal .cookie-consent-backdrop {
    display: block;
}

.cookie-consent-card--notice {
    width: 100%;
    border-color: var(--kd-border);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0 !important;
    background: rgba(17, 22, 27, .98);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .4);
    pointer-events: auto;
}

.cookie-consent-card--modal {
    position: relative;
    display: none;
    width: min(100%, 920px);
    pointer-events: auto;
}

.cookie-consent--modal .cookie-consent-card--notice {
    display: none;
}

.cookie-consent--modal .cookie-consent-card--modal {
    display: block;
}

.cookie-consent-card a {
    color: #ffe500;
    font-weight: 900;
}

.cookie-consent-card--notice .card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    box-sizing: border-box;
    width: min(100%, var(--kd-site-width));
    margin: 0 auto;
    padding-right: var(--kd-site-gutter);
    padding-left: var(--kd-site-gutter);
}

.cookie-consent-copy p {
    max-width: 690px;
    margin: 0;
}

.cookie-consent-card--notice .cookie-consent-copy a {
    color: var(--kd-link);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: .16em;
}

.cookie-consent-options {
    display: grid;
    gap: 0;
    margin-top: 1.15rem;
    border-top: 1px solid var(--kd-border);
}

.cookie-consent-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin: 0;
    padding: 1rem 0;
    border-bottom: 1px solid var(--kd-border);
    color: var(--kd-text);
}

.cookie-consent-option strong,
.cookie-consent-option small {
    display: block;
}

.cookie-consent-option strong {
    font-size: 1rem;
}

.cookie-consent-option small {
    margin-top: .35rem;
    color: var(--kd-muted);
    font-size: .9rem;
    line-height: 1.5;
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    justify-content: end;
}

.site-location-consent {
    position: fixed;
    inset: 0;
    z-index: 1075;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.site-location-consent[hidden] {
    display: none;
}

/* Google Places appends its suggestion menu directly to <body>. Keep it above
   the location prompt and other Bootstrap modal layers. */
.pac-container {
    z-index: 2100 !important;
}

.site-location-consent-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 5, 7, .7);
    backdrop-filter: blur(4px);
}

.site-location-consent-card {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: min(760px, 100%);
    padding: 1rem;
    border: 1px solid #3b4650;
    border-radius: 8px;
    background: rgba(16, 20, 24, .98);
    color: #eef3f7;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
}

.site-location-consent-dismiss {
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 2;
    filter: invert(1) grayscale(1);
}

.site-location-reminder {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1040;
    display: flex;
    align-items: center;
    gap: .75rem;
    width: min(440px, calc(100vw - 2rem));
    padding: .8rem;
    border: 1px solid #278bd1;
    border-radius: 8px;
    background: rgba(10, 25, 36, .98);
    color: #eef8ff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .42);
}

.site-location-reminder[hidden] {
    display: none;
}

.site-location-reminder-icon {
    display: grid;
    flex: 0 0 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    place-items: center;
    border-radius: 50%;
    background: rgba(39, 139, 209, .2);
    color: #68c4ff;
    font-size: 1.25rem;
}

.site-location-reminder-copy {
    display: grid;
    flex: 1 1 auto;
    min-width: 0;
}

.site-location-reminder-copy strong {
    color: #fff;
}

.site-location-reminder-copy small {
    color: #b9cad7;
    line-height: 1.35;
}

.site-location-reminder-dismiss {
    display: inline-grid;
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #b9cad7;
    font-size: 1.15rem;
}

.site-location-reminder-dismiss:hover,
.site-location-reminder-dismiss:focus-visible {
    background: rgba(104, 196, 255, .14);
    color: #fff;
}

@media (max-width: 575.98px) {
    .site-location-reminder {
        right: .75rem;
        bottom: .75rem;
        left: .75rem;
        width: auto;
    }

    .site-location-reminder-copy small {
        display: none;
    }
}

.site-location-consent-card h2 {
    margin: 0 0 .2rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}

.site-location-consent-card p {
    margin: 0;
    color: #cbd5df;
    font-size: .92rem;
}

.site-location-consent-actions {
    display: flex;
    flex: 0 0 auto;
    gap: .5rem;
    align-items: center;
}

.site-location-consent-primary,
.site-location-consent-secondary {
    min-height: 2.35rem;
    padding: .5rem .9rem;
    border-radius: 6px;
    font-weight: 900;
}

.site-location-consent-primary {
    border: 1px solid #ffe500;
    background: #ffe500;
    color: #050607;
}

.site-location-consent-primary:hover,
.site-location-consent-primary:focus {
    background: var(--kd-yellow);
    border-color: var(--kd-yellow);
}

.site-location-consent-secondary {
    border: 1px solid #4a535c;
    background: #242a30;
    color: #eef3f7;
}

.site-location-consent-secondary:hover,
.site-location-consent-secondary:focus {
    border-color: #dce5ec;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .site-footer-grid {
        grid-template-columns: 1.4fr repeat(2, minmax(160px, 1fr));
    }

    .site-footer-grid > :first-child,
    .site-footer-grid > :last-child {
        grid-column: span 3;
    }

    .uk-home-region-section {
        grid-template-columns: 1fr;
    }

    .uk-home-hero-layout {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .uk-home-booking-card {
        max-width: 34rem;
        grid-template-columns: 1fr;
    }

    .uk-home-search-pane form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uk-home-field-search {
        grid-column: 1 / -1;
    }

    .uk-home-map-panel {
        min-height: 440px;
    }

    .uk-home-stats,
    .uk-home-signposts,
    .uk-home-content-grid,
    .uk-home-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uk-home-featured-grid,
    .uk-home-job-list {
        grid-template-columns: 1fr;
    }

    .about-page-grid {
        grid-template-columns: 1fr;
    }

    .global-home-simple-hero {
        grid-template-columns: 1fr;
    }

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

    .about-action-rail,
    .contact-side-rail,
    .legal-side-rail {
        position: static;
    }

    .about-action-rail,
    .legal-layout {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .contact-page-grid {
        grid-template-columns: 1fr;
    }

    .jobs-index-layout {
        grid-template-columns: 1fr;
    }

    .jobs-filter-rail {
        position: static;
    }

    .about-editing-note {
        grid-column: 1 / -1;
    }
}

@media (min-width: 992px) {
    .auth-method-social {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, .14);
        padding-top: 0;
        padding-left: 2rem;
    }
}

@media (max-width: 767.98px) {
    :root {
        --kd-site-gutter: 1rem;
        --kd-site-padding-x: .5rem;
        --kd-fixed-header-height: 4.5625rem;
        --kd-fixed-header-clearance: .75rem;
        --kd-header-control-size: 2.5rem;
    }

    .site-header-main {
        min-height: 72px;
    }

    .site-header-main .site-header-container {
        justify-content: space-between;
    }

    .site-header-brand {
        min-width: 0;
        font-size: 1.05rem;
    }

    .site-header-brand .avatar {
        width: var(--kd-header-control-size);
        height: var(--kd-header-control-size);
    }

    .site-header-brand-name {
        display: none;
    }

    .site-header-account-button {
        padding: .25rem;
    }

    .site-header-shell .navbar-nav {
        margin-left: auto;
    }

    .account-profile-cover {
        min-height: 220px;
    }

    .account-profile-cover-edit {
        top: .75rem;
        right: .75rem;
    }

    .account-profile-identity {
        gap: .875rem;
        padding: 1rem;
    }

    .account-profile-avatar {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 1.5rem;
    }

    .account-profile-section {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .site-header-icon-button,
    .site-mobile-menu-toggle {
        font-size: 1.2rem;
    }

    .site-mobile-menu .offcanvas-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .site-mobile-menu-auth,
    .site-mobile-menu-avatar {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .site-mobile-menu-auth .btn {
        flex: 1 1 0;
    }

    .site-footer-shell {
        width: min(var(--kd-site-width), calc(100% - var(--kd-site-gutter)));
        padding: 2.25rem var(--kd-site-padding-x) 1.5rem;
    }

    .site-footer--compact .site-footer-shell {
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1rem;
    }

    .site-footer-grid > :first-child,
    .site-footer-grid > :last-child {
        grid-column: 1 / -1;
    }

    .site-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer-bottom nav {
        justify-content: flex-start;
    }

    .uk-home-hero,
    .uk-home-hero-inner {
        min-height: auto;
    }

    .uk-home-hero-inner {
        padding: 2rem 0;
    }

    .uk-home-hero-copy h1 {
        font-size: 2.25rem;
    }

    .uk-home-booking-section {
        margin-top: .75rem;
    }

    .uk-home-booking-card {
        max-width: none;
    }

    .uk-home-global-search-control {
        grid-template-columns: 2.9rem minmax(0, 1fr);
    }

    .uk-home-global-search-control button {
        grid-column: 1 / -1;
        min-height: 3.2rem;
    }

    .uk-home-search-pane form {
        grid-template-columns: 1fr;
    }

    .uk-home-stats,
    .uk-home-signposts,
    .uk-home-region-links,
    .uk-home-content-grid,
    .uk-home-actions {
        grid-template-columns: 1fr;
    }

    .jobs-index-heading,
    .jobs-results-summary {
        flex-direction: column;
        align-items: stretch;
    }

    .jobs-result-grid {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .jobs-result-side {
        grid-column: 1 / -1;
        justify-items: start;
        padding-left: calc(3rem + 1.25rem);
    }

    .jobs-result-tags {
        justify-content: flex-start;
    }

    .global-home-shell {
        width: min(100% - 1.5rem, var(--kd-site-width));
    }

    .global-home-simple-hero {
        min-height: auto;
        padding: 2.25rem 0 5rem;
    }

    .global-home-hero-motion {
        bottom: 1.25rem;
    }

    .global-home-copy h1 {
        font-size: 2.45rem;
    }

    .global-territory-grid,
    .global-home-upcoming-list,
    .account-interest-grid {
        grid-template-columns: 1fr;
    }

    .uk-home-region-section,
    .uk-home-panel,
    .uk-home-jobs {
        padding: 1rem;
    }

    .uk-home-map-panel {
        min-height: 360px;
    }

    .platform-shell {
        width: min(100% - 1.5rem, var(--kd-site-width));
        padding: 2rem 0;
    }

    .circuit-filter-panel {
        grid-template-columns: 1fr;
    }

    .venue-row,
    .venue-content,
    .job-layout,
    .job-detail,
    .video-detail-hero,
    .city-guide-hero,
    .city-guide-venue,
    .action-layout,
    .profile-video-item,
    .about-hero-grid,
    .about-page-grid,
    .about-intro-section,
    .about-mission-section,
    .about-powered-band,
    .about-values-grid,
    .legal-hero-grid,
    .legal-layout,
    .contact-hero-grid,
    .contact-page-grid,
    .contact-route-grid,
    .site-location-consent-card {
        grid-template-columns: 1fr;
    }

    .cookie-consent-card--notice .card-body {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 1rem;
    }

    .cookie-consent-actions {
        width: 100%;
        justify-content: stretch;
    }

    .cookie-consent-actions .btn,
    .cookie-consent .modal-footer .btn {
        width: 100%;
        min-width: 0;
    }

    .cookie-consent--modal {
        align-items: flex-end;
        padding: .75rem;
    }

    .cookie-consent .modal-dialog {
        margin: 0;
    }

    .cookie-consent .modal-content {
        max-height: calc(100vh - 1.5rem);
    }

    .cookie-consent .modal-header,
    .cookie-consent .modal-body,
    .cookie-consent .modal-footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .cookie-consent-option {
        align-items: flex-start;
    }
    .site-location-consent-card,
    .site-location-consent-actions {
        display: grid;
    }

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

    .about-hero-copy,
    .contact-hero-copy {
        min-height: 300px;
    }

    .contact-hero h1 {
        max-width: 100%;
        font-size: clamp(2rem, 11vw, 3rem);
        overflow-wrap: anywhere;
    }

    .contact-hero .lede {
        max-width: 100%;
        font-size: 1rem;
        overflow-wrap: break-word;
    }

    .about-cta {
        display: grid;
    }

    .about-article-panel > section,
    .about-powered-band {
        padding: 1.25rem;
    }

    .contact-main-panel.card-body {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .contact-main-panel > section {
        padding: .875rem;
    }

    .contact-content {
        padding-top: 0 !important;
    }

    .contact-content > .container {
        width: 100%;
        max-width: 100% !important;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .contact-side-rail {
        margin-right: .75rem;
        margin-left: .75rem;
    }

    .about-action-rail {
        position: static;
    }

    .about-powered-band img {
        justify-self: start;
    }

    .venue-video-grid {
        grid-template-columns: 1fr;
    }

    .venue-section-video-grid {
        grid-template-columns: 1fr;
    }

    body .page-header,
    .tabler-public .page-header,
    body .page-body,
    .tabler-public .page-body {
        margin-top: 0 !important;
    }

    body .breadcrumb,
    .tabler-public .breadcrumb {
        display: flex;
        width: calc(100% + (var(--kd-site-gutter) * 2));
        margin: 0 calc(var(--kd-site-gutter) * -1) 1rem !important;
        padding: .75rem 1rem;
        overflow: hidden;
        border-top: 1px solid rgba(238, 243, 247, .08);
        border-bottom: 1px solid var(--kd-border);
        background: rgba(5, 6, 7, .96);
        white-space: nowrap;
    }

    body .directory-breadcrumb,
    .tabler-public .directory-breadcrumb {
        margin-top: .75rem !important;
    }

    body .breadcrumb .breadcrumb-item,
    .tabler-public .breadcrumb .breadcrumb-item {
        flex: 0 1 auto;
        min-width: 0;
    }

    .article-detail-page .breadcrumb .breadcrumb-item.active,
    .video-detail-page .breadcrumb .breadcrumb-item.active,
    .venue-show-page .breadcrumb .breadcrumb-item.active,
    .venue-section-page .breadcrumb .breadcrumb-item.active,
    .job-detail-page .breadcrumb .breadcrumb-item.active,
    .city-guide-detail-page .breadcrumb .breadcrumb-item.active {
        display: none;
    }

    body .breadcrumb a,
    body .breadcrumb span,
    .tabler-public .breadcrumb a,
    .tabler-public .breadcrumb span {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .article-detail-page .page-header,
    .video-detail-page .page-header {
        padding-bottom: 0;
    }

    .article-detail-page .breadcrumb,
    .video-detail-page .breadcrumb,
    .venue-show-page .breadcrumb {
        margin-bottom: 0 !important;
    }

    .article-detail-card,
    .video-detail-main-card,
    .video-detail-tabs-card {
        width: calc(100% + (var(--kd-site-gutter) * 2));
        margin-right: calc(var(--kd-site-gutter) * -1);
        margin-left: calc(var(--kd-site-gutter) * -1);
        border-right: 0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
    }

    .article-detail-card > .ratio,
    .article-detail-card > .ratio img,
    .video-detail-main-card .ratio,
    .video-detail-main-card .ratio iframe,
    .video-detail-main-card .ratio img {
        border-radius: 0 !important;
    }

    .video-detail-main-card > .card-body {
        padding: 0;
    }

    .video-detail-main-card > .card-body > .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }

    .video-detail-main-card .col-xl-8 > .mt-4,
    .video-detail-main-card .col-xl-4 {
        padding: 1.25rem;
    }

    .video-detail-main-card .col-xl-8 > .ratio + .mt-4 {
        margin-top: 0 !important;
    }

    .article-detail-tabs {
        overflow: hidden;
        border-radius: 0 !important;
    }

    .article-detail-tabbar {
        padding: 0 !important;
        border-bottom: 1px solid var(--kd-border) !important;
        background: rgba(8, 11, 14, .96);
    }

    .article-detail-tabbar .nav-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-bottom: 0 !important;
    }

    .article-detail-tabbar .nav-link {
        display: inline-flex;
        flex-direction: column;
        gap: .25rem;
        align-items: center;
        justify-content: center;
        min-height: 3.75rem;
        padding: .45rem 0;
        margin: 0;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        font-size: .72rem;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .article-detail-tab-icon {
        display: block;
        margin: 0;
        font-size: 1.15rem;
        line-height: 1;
    }

    body .article-detail-tabbar .nav-tabs .nav-link.active,
    .tabler-public .article-detail-tabbar .nav-tabs .nav-link.active {
        border-width: 0 !important;
        border-color: transparent !important;
        background: transparent !important;
        color: #fff;
        box-shadow: inset 0 -3px 0 var(--kd-yellow);
    }

    .video-detail-tabs-card > .card-header {
        padding: 0;
        border-bottom: 1px solid var(--kd-border);
        background: rgba(8, 11, 14, .96);
    }

    .video-detail-tabbar {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 !important;
        border-bottom: 0 !important;
    }

    .video-detail-tabbar .nav-item {
        min-width: 0;
    }

    .video-detail-tabbar .nav-link {
        display: inline-flex;
        flex-direction: column;
        gap: .25rem;
        align-items: center;
        justify-content: center;
        min-height: 3.75rem;
        padding: .45rem 0;
        margin: 0;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        font-size: .68rem;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%;
    }

    .video-detail-tab-icon {
        display: block;
        margin: 0;
        font-size: 1.15rem;
        line-height: 1;
    }

    body .video-detail-tabbar .nav-link.active,
    .tabler-public .video-detail-tabbar .nav-link.active {
        border-width: 0 !important;
        border-color: transparent !important;
        background: transparent !important;
        color: #fff;
        box-shadow: inset 0 -3px 0 var(--kd-yellow);
    }

    .venue-show-summary-card {
        width: calc(100% + (var(--kd-site-gutter) * 2));
        margin-right: calc(var(--kd-site-gutter) * -1);
        margin-left: calc(var(--kd-site-gutter) * -1);
        border-right: 0 !important;
        border-left: 0 !important;
        border-radius: 0 !important;
    }

    .venue-show-hero {
        min-height: 18rem;
        border-radius: 0 !important;
    }

    .venue-show-hero-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 1rem;
        padding: 1.25rem;
    }

    .venue-show-tabbar {
        display: grid;
        gap: 0 .2rem;
        align-items: stretch;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        padding: .35rem var(--tblr-card-spacer-x, 1rem) 0;
        border-bottom-color: transparent;
        background-image: linear-gradient(var(--kd-border), var(--kd-border));
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 100% 1px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .venue-show-tabbar:has(.venue-show-tabbar-action.is-active) {
        border-bottom-color: transparent;
        background-image: linear-gradient(var(--kd-yellow), var(--kd-yellow));
    }

    .venue-show-tabbar::-webkit-scrollbar {
        display: none;
    }

    .venue-show-tabbar .nav-tabs {
        display: contents;
    }

    .venue-show-tabbar .nav-item {
        display: contents;
    }

    .venue-show-tabbar .nav-link,
    .venue-show-tabbar-action {
        display: inline-flex;
        position: relative;
        flex-direction: column;
        gap: .25rem;
        align-items: center;
        justify-content: center;
        min-height: 3.75rem;
        padding: .25rem 0 .45rem;
        margin: 0 0 -1px;
        border: 1px solid transparent !important;
        border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0 !important;
        font-size: .72rem;
        line-height: 1;
        white-space: nowrap;
    }

    .venue-show-tab-icon {
        display: block;
        margin: 0;
        font-size: 1.15rem;
        line-height: 1;
    }

    .venue-show-tab-label,
    .venue-show-book-label-short {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body .venue-show-tabbar .nav-tabs .nav-link.active,
    .tabler-public .venue-show-tabbar .nav-tabs .nav-link.active {
        border-color: var(--kd-border) var(--kd-border) var(--kd-surface) !important;
        background: var(--kd-surface) !important;
        color: #fff;
        box-shadow: 0 1px 0 var(--kd-surface);
    }

    body .venue-show-tabbar .nav-tabs .nav-link.active::after,
    .tabler-public .venue-show-tabbar .nav-tabs .nav-link.active::after {
        display: block;
        position: absolute;
        right: 0;
        bottom: -1px;
        left: 0;
        height: 1px;
        content: "";
        background: var(--kd-surface);
    }

    .venue-show-tabbar .venue-show-tabbar-action {
        gap: .35rem;
        font-family: var(--kd-font-sans);
        font-size: .72rem !important;
        font-weight: 600;
    }

    .venue-show-tabbar-action {
        width: auto;
        min-width: 0;
        background: var(--kd-yellow) !important;
        color: #050607 !important;
    }

    .venue-show-tabbar-action:not(.is-active) {
        min-height: 3.15rem;
        margin: 0 0 .45rem;
        border-color: transparent !important;
        border-radius: var(--bs-border-radius) !important;
        box-shadow: none;
    }

    .venue-show-tabbar-action.is-active {
        align-self: stretch;
        min-height: 3.75rem;
        padding: .25rem 0 .45rem;
        margin: 0 0 -1px;
        border-color: var(--kd-yellow) var(--kd-yellow) var(--kd-surface) !important;
        background: var(--kd-surface) !important;
        color: #fff !important;
        box-shadow: 0 1px 0 var(--kd-surface);
    }

    .venue-show-tabbar-action.is-active::after {
        display: block;
        right: -1px;
        bottom: -1px;
        left: -1px;
        height: 1px;
        background: var(--kd-surface);
    }

    .venue-show-book-label-full {
        display: none;
    }

    .video-detail-hero-grid,
    .video-detail-facts {
        grid-template-columns: 1fr;
    }

    .video-index-grid {
        grid-template-columns: 1fr;
    }

    .category-filter-panel,
    .category-card-grid {
        grid-template-columns: 1fr;
    }

    .site-megamenu {
        min-width: 100%;
    }

    .site-megamenu-grid {
        grid-template-columns: 1fr;
    }

    .city-guide-card-grid {
        grid-template-columns: 1fr;
    }

    .city-guide-card-body {
        grid-template-columns: 2.4rem minmax(0, 1fr);
    }

    .city-guide-card-body .city-guide-card-action {
        grid-column: 2;
    }

    .city-guide-ranked-card {
        grid-template-columns: 1fr;
    }

    .city-guide-ranked-facilities {
        align-self: stretch;
    }

}

@media (max-width: 1199.98px) {
    .uk-home-media-grid,
    .uk-home-featured-grid,
    .uk-home-job-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uk-home-region-strip,
    .uk-home-booking-card {
        grid-template-columns: 1fr;
    }

    .uk-home-region-strip {
        grid-template-areas:
            "copy"
            "links"
            "map";
    }

    .uk-home-region-strip-map,
    .uk-home-region-strip-map .regions-map-panel,
    .uk-home-region-strip-map .leaflet-container {
        min-height: 22rem;
    }

    .uk-home-region-strip-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.uk-home-hero-inner {
    min-height: min(28rem, calc(100vh - var(--kd-body-top-offset) - 5rem));
    padding-top: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(2.4rem, 4vw, 3.25rem);
}

.uk-home-hero-copy {
    max-width: 820px;
}

.uk-home-hero-copy h1 {
    max-width: 720px;
    font-size: clamp(2.7rem, 5vw, 4.25rem);
}

.uk-home-hero-copy p {
    max-width: 560px;
}

@media (max-width: 767.98px) {
    .uk-home-hero-inner {
        min-height: auto;
        padding-top: 2.2rem;
    }

    .uk-home-hero-copy h1 {
        font-size: clamp(2.2rem, 11vw, 3rem);
    }

    .uk-home-global-search {
        grid-template-columns: 1fr;
    }

    .uk-home-global-search > .btn {
        width: 100%;
    }

    .uk-home-global-search-control {
        grid-template-columns: 2.9rem minmax(0, 1fr);
    }

    .uk-home-global-search-control button {
        grid-column: 1 / -1;
        min-height: 3.1rem;
    }

    .uk-home-media-grid,
    .uk-home-featured-grid,
    .uk-home-job-list {
        grid-template-columns: 1fr;
    }

    .uk-home-region-strip-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .uk-home-region-strip-map,
    .uk-home-region-strip-map .regions-map-panel,
    .uk-home-region-strip-map .leaflet-container {
        min-height: 19rem;
    }

    .uk-home-section {
        padding: .75rem;
    }

    .uk-home-city-guides {
        margin-top: -1.25rem;
    }
}

@media (max-width: 575.98px) {
    .uk-home-region-strip-links {
        grid-template-columns: 1fr;
    }
}

.organisation-profile-shell {
    max-width: min(1440px, calc(100% - var(--kd-site-gutter)));
}

.organisation-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
    gap: 1.5rem;
    margin-top: 1.25rem;
}

.organisation-profile-main {
    display: grid;
    gap: 1rem;
    min-width: 0;
}

.organisation-profile-hero,
.organisation-profile-card {
    padding: 1.25rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: rgba(16, 20, 24, .94);
    color: #eef3f7;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.organisation-profile-hero {
    padding: clamp(1.25rem, 2.5vw, 2rem);
}

.organisation-profile-identity {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.organisation-profile-logo {
    flex: 0 0 auto;
    width: 88px;
    height: 88px;
}

.organisation-profile-identity h1 {
    margin: .2rem 0 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
}

.organisation-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .75rem;
}

.organisation-profile-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: .25rem .6rem;
    border: 1px solid #33404a;
    border-radius: 6px;
    background: #151b21;
    color: #cbd5df;
    font-size: .82rem;
    font-weight: 800;
}

.organisation-profile-card h2,
.organisation-profile-rail h2 {
    color: #fff;
}

.organisation-profile-card p:last-child {
    margin-bottom: 0;
}

.organisation-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.organisation-contact-item {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    min-width: 0;
    padding: .85rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #151b21;
}

.organisation-contact-item i {
    flex: 0 0 auto;
    color: #ffe500;
    font-size: 1.1rem;
    margin-top: .1rem;
}

.organisation-contact-item span {
    display: block;
    color: #a9b4bf;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.organisation-contact-item strong,
.organisation-contact-item a {
    color: #eef3f7;
    font-weight: 800;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.organisation-contact-item a:hover,
.organisation-venue-card h3 a:hover {
    color: #ffe500;
}

.organisation-section-heading {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.organisation-section-heading h2 {
    margin: 0;
}

.organisation-section-heading span {
    color: #a9b4bf;
    font-weight: 800;
}

.organisation-venue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.organisation-venue-card {
    overflow: hidden;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: #151b21;
}

.organisation-venue-media {
    display: block;
    aspect-ratio: 16 / 9;
    background: #0b0f13;
    text-decoration: none;
}

.organisation-venue-media img,
.organisation-venue-media span {
    width: 100%;
    height: 100%;
}

.organisation-venue-media img {
    display: block;
    object-fit: cover;
}

.organisation-venue-media span {
    display: grid;
    place-items: center;
    color: #a9b4bf;
    font-size: 2rem;
}

.organisation-venue-card > div {
    padding: 1rem;
}

.organisation-venue-card h3 {
    margin: 0;
    font-size: 1.05rem;
}

.organisation-venue-card h3 a {
    color: #eef3f7;
    text-decoration: none;
}

.organisation-venue-card p {
    display: flex;
    gap: .4rem;
    align-items: center;
    margin: .5rem 0 .85rem;
    color: #a9b4bf;
    font-size: .9rem;
}

.organisation-profile-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top);
    align-self: flex-start;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .organisation-profile-layout {
        grid-template-columns: 1fr;
    }

    .organisation-profile-rail {
        position: static;
    }

    .organisation-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .organisation-profile-identity {
        align-items: flex-start;
        flex-direction: column;
    }

    .organisation-profile-logo {
        width: 72px;
        height: 72px;
    }
}

.organisation-ad-card {
    padding: 1.25rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 229, 0, .12), rgba(16, 20, 24, .96) 42%);
    color: #eef3f7;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.organisation-ad-card h2 {
    margin-bottom: .6rem;
    font-size: 1.15rem;
}

.organisation-ad-card p:not(.eyebrow) {
    color: #cbd5df;
    font-size: .92rem;
}

.organisation-profile-hero .lede {
    display: -webkit-box;
    max-width: 840px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.organisation-profile-hero p.lede {
    display: -webkit-box !important;
    max-height: 9.25rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.organisation-profile-identity h1 {
    font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.organisation-profile-hero p.lede {
    max-height: 5.6rem;
    -webkit-line-clamp: 3;
}

.organisation-profile-page .breadcrumb a,
.organisation-profile-page .breadcrumb span {
    color: inherit;
}

.organisation-profile-page .breadcrumb a:hover,
.organisation-profile-page .breadcrumb a:focus {
    color: #fff;
}

.organisation-show-main-card {
    overflow: visible;
}

.organisation-show-header {
    padding: clamp(1.25rem, 2.4vw, 2rem);
    border-bottom: 1px solid #242b32;
    background: rgba(16, 20, 24, .82);
}

.organisation-show-tabbar {
    padding-top: .75rem;
}

.organisation-show-tabbar .nav-link {
    border: 0;
}

.organisation-show-tab-content {
    min-height: 320px;
}

.organisation-related-panel {
    padding: clamp(1.25rem, 2.4vw, 2rem) !important;
}

.organisation-related-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.organisation-related-list {
    overflow: hidden;
    border: 1px solid var(--kd-border);
    border-radius: var(--tblr-border-radius);
}

.organisation-championship-card {
    border: 1px solid var(--kd-border) !important;
}

.organisation-show-title-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.organisation-show-logo {
    flex: 0 0 auto;
    width: 96px;
    height: 96px;
}

.organisation-show-title-row h1 {
    margin: .05rem 0 0;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    line-height: 1.04;
}

.organisation-show-body {
    max-width: none;
}

.organisation-show-body p:last-child {
    margin-bottom: 0;
}

.organisation-profile-page .organisation-profile-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top);
    align-self: flex-start;
    z-index: 1;
}

.organisation-profile-page .organisation-profile-tags {
    margin-top: .7rem;
}

.organisation-profile-page .organisation-profile-tags span {
    min-height: 28px;
    padding: .22rem .55rem;
    font-size: .78rem;
}

.organisation-profile-page .organisation-section-heading {
    margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
    .organisation-profile-page .organisation-profile-rail {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .organisation-show-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .organisation-show-logo {
        width: 80px;
        height: 80px;
    }
}

.organisation-show-header .eyebrow {
    margin-bottom: 0;
}

/* Audiowide must stay regular-weight and on odd pixel sizes; keep this after Tabler/local utility rules. */
body h1,
body .h1,
body .site-brand-name {
    font-family: var(--font-heading);
    font-size: 43px;
    font-weight: 400;
    font-synthesis-weight: none;
    letter-spacing: 0;
}

body .site-footer .site-brand-name {
    font-size: 29px;
    line-height: 1.05;
    text-transform: none;
}

body h2,
body .h2 {
    font-family: var(--font-heading);
    font-size: 31px;
    font-weight: 400;
    font-synthesis-weight: none;
    letter-spacing: 0;
}

body h3,
body .h3 {
    font-family: var(--font-heading);
    font-size: 23px;
    font-weight: 400;
    font-synthesis-weight: none;
    letter-spacing: 0;
}

body h4,
body .h4 {
    font-family: var(--font-heading);
    font-size: 19px;
    font-weight: 400;
    font-synthesis-weight: none;
    letter-spacing: 0;
}

body h5,
body .h5 {
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 400;
    font-synthesis-weight: none;
    letter-spacing: 0;
}

body h6,
body .h6 {
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: 400;
    font-synthesis-weight: none;
    letter-spacing: 0;
}

body .btn,
.tabler-public .btn {
    font-size: 13px;
    font-weight: 400;
}
.shop-checkout-shell {
    max-width: 1180px;
}

.shop-checkout-steps .booking-wizard-step:not(.is-active):not(.is-complete) > :not(.booking-wizard-step-heading):not(.booking-wizard-step-description) {
    display: none;
}

#shop-checkout-payment-step {
    scroll-margin-top: 6rem;
}

.shop-payment-embed {
    width: 100%;
}

.shop-payment-embed .booking-payment-element {
    min-height: 18rem;
}

.shop-checkout-playback {
    margin-left: 3rem;
}

.shop-checkout-playback[hidden],
.shop-checkout-edit-button[hidden] {
    display: none !important;
}

.shop-checkout-edit-button {
    justify-self: end;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #eef3f7;
    cursor: pointer;
}

.shop-checkout-edit-button:hover,
.shop-checkout-edit-button:focus-visible {
    border-color: var(--kd-yellow);
    color: var(--kd-yellow);
    outline: 0;
}

.shop-checkout-playback span {
    color: var(--tblr-secondary-color);
}

.shop-checkout-summary {
    overflow: hidden;
}

.shop-checkout-summary-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.shop-checkout-summary-header .card-title {
    font-size: clamp(1.25rem, 2vw, 1.6rem);
    line-height: 1.15;
}

.shop-checkout-summary-count {
    flex: 0 0 auto;
    margin-top: .15rem;
    border: 1px solid rgba(255, 229, 0, .35);
    background: rgba(255, 229, 0, .1);
    color: var(--kd-yellow);
}

.shop-checkout-summary-item {
    display: grid;
    gap: .85rem;
    padding: 1.15rem 1.25rem;
}

.shop-checkout-summary-product {
    color: #eef3f7;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.shop-checkout-summary-meta,
.shop-checkout-summary-row,
.shop-checkout-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.shop-checkout-summary-meta strong,
.shop-checkout-summary-row strong,
.shop-checkout-summary-total strong {
    flex: 0 0 auto;
    white-space: nowrap;
}

.shop-checkout-summary-totals {
    display: grid;
    gap: .75rem;
}

.shop-checkout-summary-row {
    color: var(--tblr-secondary-color);
}

.shop-checkout-summary-row strong {
    color: #eef3f7;
    font-size: .95rem;
}

.shop-checkout-summary-total {
    margin: .25rem -1.25rem -1.25rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #39424a;
    background: rgba(255, 255, 255, .025);
    color: #eef3f7;
}

.shop-checkout-summary-total span {
    font-weight: 800;
}

.shop-checkout-summary-total strong {
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1;
}

.marketplace-checkout-hero {
    display: grid;
    grid-template-columns: 10rem minmax(0, 1fr) auto;
    align-items: stretch;
    overflow: hidden;
    border-color: rgba(255, 229, 0, .24);
    background: linear-gradient(105deg, rgba(255, 229, 0, .075), rgba(255, 255, 255, .015));
}

.marketplace-checkout-hero-media {
    display: grid;
    min-height: 9rem;
    place-items: center;
    overflow: hidden;
    border-right: 1px solid var(--tblr-border-color);
    background: rgba(0, 0, 0, .22);
}

.marketplace-checkout-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marketplace-checkout-hero-media span {
    color: var(--tblr-secondary-color);
    font-size: 2.2rem;
}

.marketplace-checkout-hero-copy {
    min-width: 0;
    padding: 1.35rem 1.5rem;
}

.marketplace-checkout-hero-copy h2 {
    color: #f5f7fa;
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    line-height: 1.12;
}

.marketplace-checkout-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    color: var(--tblr-secondary-color);
}

.marketplace-checkout-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.marketplace-checkout-hero-meta i {
    color: var(--kd-yellow);
}

.marketplace-checkout-hero-price {
    display: flex;
    min-width: 9.5rem;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 1.35rem 1.5rem;
    border-left: 1px solid var(--tblr-border-color);
    background: rgba(255, 229, 0, .06);
}

.marketplace-checkout-hero-price span {
    color: var(--tblr-secondary-color);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.marketplace-checkout-hero-price strong {
    color: #f5f7fa;
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 400;
}

.marketplace-checkout-rail {
    position: sticky;
    top: calc(4.75rem + 1rem);
    align-self: flex-start;
}

.legal-modal-copy h3 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    color: #f5f7fa;
    font-size: 1.1rem;
}

.legal-modal-copy p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .marketplace-checkout-hero {
        grid-template-columns: 6.5rem minmax(0, 1fr);
    }

    .marketplace-checkout-hero-price {
        grid-column: 1 / -1;
        min-width: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: .85rem 1rem;
        border-top: 1px solid var(--tblr-border-color);
        border-left: 0;
    }

    .marketplace-checkout-hero-copy {
        padding: 1rem;
    }
}

@media (max-width: 991.98px) {
    .marketplace-checkout-rail {
        position: static;
    }
}

@media (max-width: 575.98px) {
    #shop-checkout-payment-step {
        scroll-margin-top: 5rem;
    }

    .shop-checkout-playback {
        margin-left: 0;
    }
}

/* Shopping landing */
.shopping-track-map-carousel .community-content-carousel__item {
    flex-basis: calc((100% - 2rem) / 3);
}

.shopping-track-map-carousel .track-map-card-title {
    font-size: 1.05rem;
}

.shopping-vendor-invite {
    border-color: color-mix(in srgb, var(--kd-yellow) 35%, var(--tblr-border-color));
    background:
        radial-gradient(circle at 92% 10%, rgba(255, 224, 0, .1), transparent 34%),
        var(--tblr-card-bg);
}

.shopping-vendor-path {
    padding: 1rem;
    border: 1px solid var(--tblr-border-color);
    border-radius: var(--tblr-border-radius);
    background: color-mix(in srgb, var(--tblr-card-bg) 86%, transparent);
}

.shopping-ad-slot {
    display: grid;
    gap: 1rem;
}

.shopping-ad-slot .directory-ad-slot__image {
    border-radius: var(--tblr-border-radius);
}

@media (max-width: 767.98px) {
    .shopping-track-map-carousel .community-content-carousel__item {
        flex-basis: calc((100% - 1rem) / 2);
    }
}

@media (max-width: 575.98px) {
    .shopping-track-map-carousel .community-content-carousel__item {
        flex-basis: 84%;
    }
}

body .shopping-hero-title {
    font-size: clamp(2rem, 3vw, 2.5rem);
}

@media (max-width: 575.98px) {
    body .shopping-hero-title {
        font-size: 1.05rem;
        line-height: 1.22;
    }
}

@media (max-width: 575.98px) {
    .shopping-hero-card .card-body {
        padding: 1.25rem !important;
    }
}

@media (max-width: 575.98px) {
    body .shopping-vendor-title {
        font-size: 1.55rem;
        line-height: 1.22;
    }

    .shopping-vendor-cta {
        min-width: 0;
        padding: .75rem .5rem;
        font-size: .7rem;
        line-height: 1.35;
        white-space: normal;
    }
}
/* Jobs hub layout */
.jobs-hub-sidebar {
    position: sticky;
    top: var(--kd-sticky-rail-top, 6.5rem);
    align-self: flex-start;
}

.jobs-hub-navigation .card-body {
    padding: 1rem;
}

.jobs-hub-navigation .list-group-item {
    border-radius: .375rem;
    color: #aab4c2;
    font-weight: 700;
}

.jobs-hub-navigation .list-group-item:hover,
.jobs-hub-navigation .list-group-item:focus-visible {
    background: rgba(255, 229, 0, .08);
    color: #fff;
}

.jobs-hub-navigation .list-group-item.active {
    background: rgba(255, 229, 0, .12);
    color: var(--kd-yellow, #ffe500);
}

.jobs-hub-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    min-width: 0;
}

.jobs-hub-section-heading,
.jobs-hub-card-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.jobs-hub-section-heading {
    margin-bottom: 1rem;
}

.jobs-hub-section-heading h2 {
    margin: .15rem 0 0;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.jobs-hub-section-heading p {
    margin: .35rem 0 0;
    color: #aab4c2;
}

.jobs-featured-section {
    padding: 1.25rem;
    border: 1px solid var(--tblr-border-color, #303943);
    border-radius: .5rem;
    background: rgba(12, 17, 22, .92);
    scroll-margin-top: var(--kd-sticky-rail-top, 6.5rem);
}

.jobs-featured-viewport {
    margin: -.15rem;
    padding: .15rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.jobs-featured-viewport::-webkit-scrollbar {
    display: none;
}

.jobs-featured-track {
    display: flex;
    gap: 1rem;
    min-width: min-content;
}

.jobs-featured-item {
    flex: 0 0 calc((100% - 2rem) / 3);
    min-width: 0;
    scroll-snap-align: start;
}

.jobs-featured-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1rem;
    border: 1px solid rgba(138, 180, 248, .2);
    border-radius: .5rem;
    background: linear-gradient(145deg, rgba(32, 39, 48, .98), rgba(20, 25, 31, .98));
    color: #fff;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.jobs-featured-card:hover,
.jobs-featured-card:focus-visible {
    border-color: rgba(255, 229, 0, .65);
    color: #fff;
    transform: translateY(-2px);
}

.jobs-featured-card-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.jobs-featured-card-copy {
    display: grid;
    gap: .35rem;
    margin-top: 1rem;
}

.jobs-featured-card-copy small {
    color: var(--kd-yellow, #ffe500);
    font-weight: 900;
    text-transform: uppercase;
}

.jobs-featured-card-copy strong {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    line-height: 1.15;
}

.jobs-featured-card-copy > span {
    color: #aab4c2;
}

.jobs-featured-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    margin-top: 1rem;
    color: #aab4c2;
    font-size: .8125rem;
}

.jobs-featured-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.jobs-featured-card-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1.25rem;
    color: #8ab4f8;
    font-weight: 900;
}

.jobs-latest-section,
.jobs-categories-section {
    scroll-margin-top: var(--kd-sticky-rail-top, 6.5rem);
}

.jobs-latest-item {
    padding: 1rem 1.25rem;
}

.jobs-hub-tools {
    padding-top: .25rem;
}

.jobs-hub-tool-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.jobs-hub-tool-card {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: .65rem;
    min-height: 190px;
    padding: 1rem;
    border: 1px solid var(--tblr-border-color, #303943);
    border-radius: .5rem;
    background: rgba(18, 23, 29, .94);
    color: #fff;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.jobs-hub-tool-card:hover,
.jobs-hub-tool-card:focus-visible {
    border-color: #8ab4f8;
    color: #fff;
    transform: translateY(-2px);
}

.jobs-hub-tool-card .avatar {
    background: rgba(255, 229, 0, .12);
    color: var(--kd-yellow, #ffe500);
}

.jobs-hub-tool-card strong {
    font-family: var(--font-heading);
    font-size: 1.15rem;
}

.jobs-hub-tool-card small {
    color: #aab4c2;
    line-height: 1.5;
}

.jobs-hub-tool-card > span:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #8ab4f8;
    font-weight: 900;
}

.jobs-hub-tool-card--highlight {
    border-color: rgba(255, 229, 0, .45);
    background: linear-gradient(145deg, rgba(47, 45, 20, .72), rgba(18, 23, 29, .96));
}

.jobs-hub-mobile-nav-toggle {
    display: flex;
    width: 100%;
    min-height: 3.5rem;
    align-items: center;
    justify-content: space-between;
    padding: .85rem 1rem;
    border: 0;
    border-bottom: 1px solid var(--tblr-border-color, #303943);
    background: rgba(12, 17, 22, .98);
    color: #fff;
    font-weight: 900;
}

.jobs-hub-mobile-nav-chevron {
    transition: transform .2s ease;
}

.jobs-hub-mobile-nav-toggle[aria-expanded="true"] .jobs-hub-mobile-nav-chevron {
    transform: rotate(180deg);
}

@media (max-width: 991.98px) {
    .jobs-hub-sidebar {
        position: relative;
        left: 50%;
        z-index: 20;
        width: 100vw;
        max-width: 100vw;
        margin-left: -50vw;
        padding: 0;
    }

    .jobs-hub-navigation {
        width: 100%;
        border-bottom: 1px solid var(--tblr-border-color, #303943);
        background: rgba(12, 17, 22, .98);
        box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .22);
    }

    .jobs-hub-navigation .card {
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .jobs-hub-navigation .card-body {
        padding: .5rem 1rem 1rem;
    }

    .jobs-hub-navigation .list-group-item {
        padding: .8rem 1rem !important;
        border-radius: 0;
    }

    .jobs-featured-item {
        flex-basis: calc((100% - 1rem) / 2);
    }

    .jobs-hub-tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .jobs-hub-section-heading,
    .jobs-hub-card-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .jobs-hub-card-header .btn {
        width: 100%;
    }

    .jobs-featured-item {
        flex-basis: 84vw;
    }

    .jobs-hub-tool-grid {
        grid-template-columns: 1fr;
    }
}
/* News aggregator */
.news-category-nav {
    display: flex;
    gap: .5rem;
    margin-bottom: 2rem;
    padding-bottom: .75rem;
    overflow-x: auto;
    scrollbar-width: thin;
}

.news-category-nav a {
    flex: 0 0 auto;
    padding: .6rem .85rem;
    border: 1px solid var(--tblr-border-color);
    border-radius: 999px;
    background: rgba(16, 22, 28, .9);
    color: #aab4c2;
    font-weight: 800;
    text-decoration: none;
}

.news-category-nav a:hover,
.news-category-nav a:focus-visible,
.news-category-nav a.active {
    border-color: var(--kd-yellow, #ffe500);
    color: var(--kd-yellow, #ffe500);
}

.news-featured-grid,
.news-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

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

.news-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.news-page-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.5rem;
}

.news-page-links a,
.news-section-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: #8ab4f8;
    font-weight: 800;
    text-decoration: none;
}

.news-page-links a:hover,
.news-page-links a:focus-visible,
.news-section-link:hover,
.news-section-link:focus-visible {
    color: var(--kd-yellow, #ffe500);
}

.news-section-heading--contained {
    align-items: flex-end;
}

.news-section-heading--contained .news-section-link {
    flex: 0 0 auto;
    font-size: .85rem;
}

.news-editorial-grid .news-card:first-child {
    grid-column: 1 / -1;
}

.news-editorial-grid .news-card:first-child > a {
    min-height: 300px;
}

.news-editorial-secondary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.news-editorial-story {
    min-width: 0;
    border-bottom: 1px solid var(--tblr-border-color);
}

.news-editorial-story > a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.news-editorial-story--lead > a.news-editorial-story-link--with-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    border-bottom: 1px solid var(--tblr-border-color);
}

.news-editorial-story--lead .news-editorial-story-image {
    height: 100%;
    min-height: 285px;
    border-radius: .35rem 0 0 .35rem;
}

.news-editorial-story--lead .news-editorial-story-body {
    justify-content: center;
    padding: clamp(1.25rem, 2.25vw, 2.25rem);
    background: rgba(13, 18, 23, .9);
}

.news-editorial-story > a:hover strong,
.news-editorial-story > a:focus-visible strong {
    color: var(--kd-yellow, #ffe500);
}

.news-editorial-story-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: .35rem;
    object-fit: cover;
}

.news-editorial-story-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .65rem;
    padding: 1rem 0 1.15rem;
}

.news-editorial-story-body > strong {
    font-family: var(--font-heading);
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.12;
    transition: color .2s ease;
}

.news-editorial-story--lead .news-editorial-story-body > strong {
    font-size: clamp(1.5rem, 2.35vw, 2.1rem);
}

.news-editorial-story--lead .news-editorial-story-summary {
    font-size: .95rem;
}

.news-editorial-story--secondary .news-editorial-story-body {
    gap: .45rem;
    padding: .75rem 0 .85rem;
}

.news-editorial-story--secondary .news-editorial-story-summary {
    display: none;
}

.news-editorial-story--secondary .news-editorial-story-meta {
    font-size: .72rem;
}

.news-editorial-story-summary {
    color: #aab4c2;
    line-height: 1.5;
}

.news-editorial-story-meta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: .75rem;
    margin-top: auto;
    color: #8f9aaa;
    font-size: .8rem;
}

.news-editorial-rail .news-ad-rail {
    gap: 1.25rem;
}

.news-web-section {
    padding-top: 2rem;
    border-top: 1px solid var(--tblr-border-color);
}

.news-card {
    min-width: 0;
}

.news-card > a {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: .85rem;
    padding: 1.1rem;
    border: 1px solid var(--tblr-border-color);
    border-radius: .5rem;
    background: linear-gradient(145deg, rgba(27, 34, 42, .98), rgba(13, 18, 23, .98));
    color: #fff;
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.news-card > a:hover,
.news-card > a:focus-visible {
    border-color: rgba(255, 229, 0, .65);
    color: #fff;
    transform: translateY(-2px);
}

.news-card-image {
    width: calc(100% + 2.2rem);
    height: 190px;
    margin: -1.1rem -1.1rem 0;
    border-radius: .45rem .45rem 0 0;
    object-fit: cover;
}

.news-editorial-grid .news-card:first-child .news-card-image {
    height: clamp(220px, 32vw, 420px);
}

.news-article-hero {
    display: block;
    width: 100%;
    max-height: 580px;
    border-radius: .5rem .5rem 0 0;
    object-fit: cover;
}

.news-card--featured > a {
    min-height: 260px;
    border-color: rgba(255, 229, 0, .35);
}

.news-card-kicker,
.news-card-meta,
.news-card-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.news-card > a > strong {
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 1.8vw, 1.55rem);
    line-height: 1.15;
}

.news-card-summary {
    color: #aab4c2;
    line-height: 1.55;
}

.news-card-meta {
    margin-top: auto;
    padding-top: .75rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #aab4c2;
    font-size: .8125rem;
}

.news-card-action {
    color: #8ab4f8;
    font-weight: 900;
}

.news-rights-note {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem;
    border: 1px solid rgba(138, 180, 248, .22);
    border-radius: .5rem;
    background: rgba(13, 18, 23, .9);
    color: #aab4c2;
}

@media (max-width: 991.98px) {
    .news-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-editorial-secondary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .news-featured-grid,
    .news-card-grid {
        grid-template-columns: 1fr;
    }

    .news-section-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .news-section-heading .btn {
        width: 100%;
    }

    .news-editorial-grid .news-card:first-child {
        grid-column: auto;
    }

    .news-editorial-secondary-grid {
        grid-template-columns: 1fr;
    }

    .news-editorial-story--lead > a.news-editorial-story-link--with-media {
        grid-template-columns: 1fr;
    }

    .news-editorial-story--lead .news-editorial-story-image {
        min-height: 0;
        border-radius: .35rem .35rem 0 0;
    }

    .news-editorial-story--lead .news-editorial-story-body {
        padding: 1rem 0 1.15rem;
        background: transparent;
    }

    .news-index .page-header .row {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .news-index .page-header .btn {
        width: 100%;
    }
}
/* News search, filters, right rail and external-link interstitial */
.news-filter-card {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(12, 17, 22, .94);
}

.news-filter-grid {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(145px, .4fr) minmax(155px, .4fr) auto auto;
    gap: .75rem;
    align-items: center;
}

.news-filter-grid--listing {
    grid-template-columns: minmax(240px, 1fr) minmax(180px, .4fr) auto auto;
}

.news-filter-grid .form-control,
.news-filter-grid .form-select,
.news-filter-grid .btn {
    min-height: 44px;
}

.news-card-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.news-card-list .news-card > a {
    min-height: 0;
}

.news-card-list .news-card--featured > a {
    min-height: 0;
}

.news-empty-results {
    grid-column: 1 / -1;
}

.news-layout-rail {
    position: sticky;
    top: var(--kd-sticky-rail-top, 7rem);
    align-self: flex-start;
}

.news-right-rail {
    display: grid;
    gap: 1rem;
}

.news-right-rail .search-sidebar-rail {
    position: static;
    display: grid;
    grid-column: auto;
    gap: 1rem;
}

.news-right-rail .search-advertise-link {
    justify-content: space-between;
    padding: .2rem .1rem;
}

.news-submit-card {
    overflow: hidden;
    border-color: rgba(255, 229, 0, .32);
    background: linear-gradient(145deg, rgba(42, 40, 17, .96), rgba(13, 18, 23, .98) 62%);
}

.news-submit-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-submit-card-icon,
.news-external-modal-icon {
    display: inline-grid;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    place-items: center;
    border: 1px solid rgba(255, 229, 0, .4);
    border-radius: 50%;
    background: rgba(255, 229, 0, .12);
    color: var(--kd-yellow, #ffe500);
    font-size: 1.25rem;
}

.news-submit-card .card-title {
    margin: .25rem 0 .65rem;
    font-family: var(--font-heading);
    font-size: 1.55rem;
}

.news-submit-card p {
    line-height: 1.55;
}

.news-external-modal {
    border-color: rgba(255, 229, 0, .28);
    background: #11171d;
}

.news-external-modal .modal-body {
    padding-top: 1.5rem;
}

.news-external-destination {
    display: grid;
    gap: .2rem;
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: .5rem;
    background: rgba(0, 0, 0, .2);
}

.news-external-destination span,
.news-external-destination small {
    color: #aab4c2;
}

.news-external-destination strong {
    color: #fff;
    font-size: 1.05rem;
}

@media (max-width: 991.98px) {
    .news-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-filter-search {
        grid-column: 1 / -1;
    }

    .news-layout-rail {
        position: static;
    }

    .news-right-rail {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
    }
}

@media (max-width: 767.98px) {
    .news-filter-grid,
    .news-right-rail {
        grid-template-columns: 1fr;
    }

    .news-filter-search {
        grid-column: auto;
    }

    .news-filter-grid .btn {
        width: 100%;
    }

    .news-content-layout > aside {
        order: 2;
    }

    .news-external-modal .modal-footer {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .news-external-modal .modal-footer .btn {
        width: 100%;
    }
}

.news-list-group {
    overflow: hidden;
    border: 1px solid var(--tblr-border-color);
    border-radius: .5rem;
    background: rgba(13, 18, 23, .96);
}

.news-list-group .news-list-item {
    display: grid;
    gap: .75rem;
    padding: 1rem 1.1rem;
    border: 0;
    border-bottom: 1px solid var(--tblr-border-color);
    border-radius: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
}

.news-list-group .news-list-item:last-child {
    border-bottom: 0;
}

.news-list-group .news-list-item:hover,
.news-list-group .news-list-item:focus-visible {
    background: rgba(255, 229, 0, .075);
    color: #fff;
}

.news-list-item--with-image {
    grid-template-columns: 8rem minmax(0, 1fr);
    align-items: center;
}

.news-list-item-image {
    width: 8rem;
    height: 5.5rem;
    border-radius: .375rem;
    object-fit: cover;
}

.news-list-item-content {
    display: grid;
    min-width: 0;
    gap: .75rem;
}

.news-list-item-kicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.news-list-item-title {
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 1.6vw, 1.45rem);
    line-height: 1.2;
}

.news-list-item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
    font-size: .8125rem;
}

.news-list-item-meta > * + *::before {
    margin-right: .35rem;
    color: #65717e;
    content: "|";
}

.news-list-group .news-empty-results {
    border: 0;
}

.news-external-modal .modal-body {
    padding: 2rem;
}

.news-external-spinner {
    width: 3rem;
    height: 3rem;
    border-width: .25rem;
}

.news-external-modal .modal-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .news-list-item--with-image {
        grid-template-columns: 5.5rem minmax(0, 1fr);
    }

    .news-list-item-image {
        width: 5.5rem;
        height: 4.5rem;
    }
}
.advertise-page {
    color: #eef3f7;
}

.advertise-hero {
    border-bottom: 1px solid #20262d;
    background:
        linear-gradient(90deg, rgba(5, 6, 7, .98), rgba(5, 6, 7, .78), rgba(5, 6, 7, .46)),
        url("/media/generic/karting-action-hero.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advertise-hero-copy {
    display: grid;
    justify-items: start;
    align-content: center;
    min-height: 420px;
    max-width: 880px;
}

.advertise-hero-copy h1 {
    max-width: 780px;
    margin-bottom: 1rem;
    font-size: clamp(2.7rem, 6vw, 5.25rem);
    line-height: 1;
}

.advertise-hero-copy .lede {
    max-width: 760px;
    margin-bottom: 1.75rem;
    color: #dce5ec;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.advertise-page .eyebrow {
    color: #ffe500;
}

.advertise-opportunities {
    background:
        radial-gradient(circle at 15% 15%, rgba(18, 147, 230, .09), transparent 30%),
        #090d11;
}

.advertise-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 2rem;
}

.advertise-section-heading h2,
.advertise-enquiry-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.advertise-section-heading > p,
.advertise-enquiry-copy > p {
    margin: 0;
    color: #b7c3ce;
    font-size: 1.05rem;
    line-height: 1.7;
}

.advertise-opportunity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.advertise-opportunity-card {
    min-height: 240px;
    padding: 1.5rem;
    border: 1px solid #2a3138;
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(21, 27, 33, .98), rgba(12, 16, 20, .98));
}

.advertise-opportunity-icon {
    display: inline-grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1.35rem;
    border: 1px solid rgba(255, 229, 0, .3);
    border-radius: 8px;
    background: rgba(255, 229, 0, .08);
    color: #ffe500;
    font-size: 1.7rem;
}

.advertise-opportunity-card h3 {
    color: #fff;
    font-size: 1.3rem;
}

.advertise-opportunity-card p {
    margin-bottom: 0;
    color: #aeb9c3;
    line-height: 1.65;
}

.advertise-enquiry-section {
    border-top: 1px solid #20262d;
    background:
        radial-gradient(circle at 90% 20%, rgba(255, 59, 54, .1), transparent 30%),
        #0d1217;
}

.advertise-enquiry-grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.advertise-enquiry-copy {
    position: sticky;
    top: var(--kd-sticky-rail-top);
}

.advertise-enquiry-copy > p {
    margin-top: 1.25rem;
}

.advertise-enquiry-points {
    display: grid;
    gap: .9rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.advertise-enquiry-points li {
    display: grid;
    grid-template-columns: 1.6rem minmax(0, 1fr);
    gap: .7rem;
    align-items: start;
    color: #dce5ec;
}

.advertise-enquiry-points i {
    display: grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(255, 229, 0, .12);
    color: #ffe500;
}

.advertise-form-panel > section {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.advertise-form-panel .contact-form-submit {
    min-width: 0;
}

@media (max-width: 991.98px) {
    .advertise-section-heading,
    .advertise-enquiry-grid {
        grid-template-columns: 1fr;
    }

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

    .advertise-enquiry-copy {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .advertise-hero-copy {
        min-height: 360px;
    }

    .advertise-opportunity-grid {
        grid-template-columns: 1fr;
    }

    .advertise-opportunity-card {
        min-height: 0;
    }
}
.article-author-related-thumb {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: var(--tblr-bg-surface-secondary);
    border: 1px solid var(--tblr-border-color);
    border-radius: var(--tblr-border-radius);
    color: var(--tblr-secondary);
    display: flex;
    flex: 0 0 72px;
    justify-content: center;
    overflow: hidden;
}

.article-author-related-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news-submit-form .form-account-identity {
    margin-bottom: 1.25rem;
}

.news-submit-form .form-control-lg,
.news-submit-form .form-select-lg {
    min-height: 3.75rem;
}

.news-submit-form textarea.form-control-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.news-submit-form .contact-consent-field {
    margin-top: .25rem;
}

.news-submit-form .contact-consent-field a {
    font-weight: 800;
}

.news-submit-auth-gate .form-account-identity {
    margin: 0;
}

@media (min-width: 992px) {
    .news-submit-rail {
        position: sticky;
        top: var(--kd-sticky-rail-top);
        align-self: flex-start;
        z-index: 1;
    }
}
.video-premium-badge {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    border: 1px solid rgba(255, 229, 0, .5);
    background: rgba(255, 229, 0, .12);
    color: #ffe500;
}

.video-premium-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(255, 229, 0, .45);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 229, 0, .12), rgba(255, 229, 0, .03));
}

.video-premium-cta-icon {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 50%;
    background: #ffe500;
    color: #080b0e;
    font-size: 1.5rem;
}

.video-premium-cta-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.video-premium-cta-copy small {
    color: #ffe500;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.video-premium-cta-copy strong {
    color: #fff;
    font-size: 1.1rem;
}

.video-premium-cta-copy > span {
    color: #b8c2cc;
}

.video-premium-cta-button {
    white-space: nowrap;
}

.video-premium-media-badge {
    position: absolute;
    top: .5rem;
    left: .5rem;
    display: inline-flex;
    gap: .3rem;
    align-items: center;
    padding: .3rem .5rem;
    border-radius: 999px;
    background: rgba(8, 11, 14, .9);
    color: #ffe500;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .video-premium-cta {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .video-premium-cta-button {
        grid-column: 1 / -1;
        width: 100%;
        white-space: normal;
    }
}

/* Public creator profile */
.public-profile-page .page-header {
    padding-bottom: .5rem;
}

.public-profile-page .public-profile-hero {
    position: relative;
    display: flex;
    min-height: clamp(250px, 34vw, 380px);
    overflow: hidden;
    align-items: flex-end;
    isolation: isolate;
    border-color: #2a3138;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.public-profile-hero--empty {
    background:
        radial-gradient(circle at 80% 24%, rgba(255, 229, 0, .2), transparent 28%),
        linear-gradient(120deg, #202932, #0b1015 62%, #151b21);
}

.public-profile-hero-shade {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 7, 9, .08) 15%, rgba(5, 7, 9, .94) 100%);
}

.public-profile-identity {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
}

.public-profile-avatar {
    width: clamp(5.5rem, 10vw, 7.5rem);
    height: clamp(5.5rem, 10vw, 7.5rem);
    flex: 0 0 auto;
    border: 3px solid rgba(255, 255, 255, .92);
    border-radius: 10px;
    background-color: #fff;
    background-size: cover;
    color: #151b21;
    font-size: clamp(1.8rem, 4vw, 3rem);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .42);
}

.public-profile-avatar--fallback {
    display: grid;
    place-items: center;
    background: var(--kd-yellow);
    font-weight: 900;
}

.public-profile-heading {
    min-width: 0;
}

.public-profile-heading h1 {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.7rem);
    overflow-wrap: anywhere;
    text-shadow: 0 .2rem 1rem rgba(0, 0, 0, .72);
}

.public-profile-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.25rem;
    color: #dce5ec;
}

.public-profile-stats span {
    display: inline-flex;
    gap: .35rem;
    align-items: baseline;
}

.public-profile-stats strong {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.05rem;
}

.public-profile-feed {
    overflow: hidden;
}

.public-profile-tabbar {
    padding: .75rem 1rem 0;
    border-bottom: 1px solid #242b32;
    background: #1a2026;
}

.public-profile-tabbar .venue-show-tabs {
    gap: 0;
    border-bottom: 0;
}

.public-profile-tabbar .venue-show-tabs .nav-link {
    position: relative;
    border: 1px solid transparent;
    background: transparent;
}

.public-profile-tabbar .venue-show-tabs .nav-link:hover,
.public-profile-tabbar .venue-show-tabs .nav-link:focus-visible {
    background: #151b21;
}

.public-profile-tabbar .venue-show-tabs .nav-link.active {
    bottom: -1px;
    border-color: #242b32 #242b32 transparent !important;
    background: var(--tblr-card-bg, #11171c) !important;
    box-shadow: 0 1px 0 var(--tblr-card-bg, #11171c);
    color: #fff;
}

.public-profile-tabbar .venue-show-tabs .nav-link.active::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    content: "";
    background: var(--tblr-card-bg, #11171c);
}

.public-profile-tabbar .badge {
    background: rgba(255, 255, 255, .1);
    color: inherit;
}

.public-profile-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.public-profile-card-grid .search-rich-card {
    height: 100%;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.public-profile-card-grid .search-rich-card:hover,
.public-profile-card-grid .search-rich-card:focus-visible {
    border-color: rgba(255, 229, 0, .55);
    background: rgba(42, 43, 46, .96);
    transform: translateY(-2px);
}
.public-profile-response-list {
    display: grid;
    gap: 1rem;
}

.associated-content-card {
    color: inherit;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.associated-content-card:hover,
.associated-content-card:focus-visible {
    border-color: rgba(255, 229, 0, .55);
    background: rgba(42, 43, 46, .96);
    color: inherit;
    transform: translateY(-2px);
}

.associated-content-card-header,
.associated-content-card-target {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.associated-content-card-header {
    justify-content: space-between;
    color: var(--tblr-secondary-color);
    font-size: .8rem;
}

.associated-content-card-type {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.associated-content-card-title {
    margin: 1rem 0 .5rem;
    font-size: 1.1rem;
}

.associated-content-card-stars {
    display: inline-flex;
    gap: .125rem;
    margin-bottom: .75rem;
    color: var(--kd-yellow);
}

.associated-content-card-copy {
    display: -webkit-box;
    margin: .75rem 0 1rem;
    overflow: hidden;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.associated-content-card-target {
    padding-top: 1rem;
    border-top: 1px solid var(--tblr-border-color);
}

.associated-content-card-target-icon {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: .5rem;
    background: rgba(255, 229, 0, .1);
    color: var(--kd-yellow);
}

.associated-content-card-target small,
.associated-content-card-target strong {
    display: block;
}

.associated-content-card-target small {
    color: var(--tblr-secondary-color);
}

.public-profile-bio {
    color: #dce5ec;
    line-height: 1.65;
}

.public-profile-rail {
    position: sticky;
    z-index: 1;
    top: var(--kd-sticky-rail-top);
}

@media (min-width: 1200px) {
    .public-profile-card-grid--videos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .public-profile-rail {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .public-profile-identity {
        gap: .875rem;
        align-items: flex-end;
        padding: 1rem;
    }

    .public-profile-avatar {
        width: 4.75rem;
        height: 4.75rem;
    }

    .public-profile-heading h1 {
        font-size: 1.8rem;
    }

    .public-profile-card-grid {
        grid-template-columns: 1fr;
    }

    .public-profile-tabbar {
        padding: .5rem 0 0;
    }

    .public-profile-tabbar .venue-show-tabs .nav-link {
        padding-inline: .75rem;
    }
}
.worldwide-surface { min-height: 100vh; background: #f5f7fb; color: #172033; }
.worldwide-header { padding: 4.5rem 0 3rem; color: #fff; background: linear-gradient(135deg, #111a2c, #173f67); }
.worldwide-header h1 { max-width: 850px; margin: .35rem 0 .75rem; font-size: clamp(2.25rem, 5vw, 4.5rem); }
.worldwide-header p { max-width: 760px; font-size: 1.1rem; color: #d8e4f1; }
.worldwide-back { display: inline-flex; gap: .5rem; align-items: center; margin-bottom: 2rem; color: #fff; }
.worldwide-nav { display: flex; gap: .5rem; padding-top: 1.25rem; overflow-x: auto; }
.worldwide-nav a { padding: .65rem 1rem; border-radius: 999px; color: #30415c; background: #fff; box-shadow: 0 4px 18px rgba(17,26,44,.08); }
.worldwide-nav a.is-active { color: #fff; background: #d3262f; }
.worldwide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; padding-top: 2rem; padding-bottom: 5rem; }
.worldwide-card { padding: 1.4rem; border: 1px solid #e2e7ef; border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(17,26,44,.06); }
.worldwide-card-label { color: #c11f2a; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.worldwide-card h2 { margin: .55rem 0; font-size: 1.2rem; line-height: 1.25; }
.worldwide-card h2 a { color: #172033; }
.worldwide-card p { color: #526078; }
.worldwide-card small { color: #748198; }
.worldwide-empty { grid-column: 1 / -1; padding: 3rem; text-align: center; }
.worldwide-search-form { display: flex; max-width: 820px; margin-top: 1.5rem; padding: .4rem; border-radius: 14px; background: #fff; }
.worldwide-search-form input { flex: 1; min-width: 0; padding: .9rem 1rem; border: 0; outline: 0; }
.worldwide-search-form button { display: flex; gap: .5rem; align-items: center; padding: .8rem 1.1rem; border: 0; border-radius: 10px; color: #fff; background: #d3262f; }
.worldwide-search-form--home { box-shadow: 0 8px 28px rgba(17,26,44,.1); }
.worldwide-header .worldwide-search-form--page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .5rem;
    max-width: 820px;
    margin-top: 1.75rem;
    padding: .5rem;
    border: 1px solid #3b454e;
    border-radius: 10px;
    background: rgba(10, 13, 16, .94);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
    transition: border-color .16s ease, box-shadow .16s ease;
}

.worldwide-header .worldwide-search-form--page:focus-within {
    border-color: #ffe500;
    box-shadow: 0 0 0 3px rgba(255, 229, 0, .14), 0 18px 48px rgba(0, 0, 0, .3);
}

.worldwide-search-form--page .worldwide-search-form-field { min-width: 0; }
.worldwide-search-form--page .input-icon-addon { color: #aebbc7; font-size: 1.25rem; }

.worldwide-header .worldwide-search-form--page input.form-control {
    min-height: 52px;
    padding-left: 3rem;
    border: 0;
    border-radius: 7px;
    outline: 0;
    background: #151b21;
    box-shadow: none;
    color: #fff;
    font-size: 1rem;
}

.worldwide-search-form--page input.form-control::placeholder { color: #8996a3; }

.worldwide-header .worldwide-search-form--page .btn-primary {
    display: inline-flex;
    gap: .65rem;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 52px;
    padding: .75rem 1.25rem;
    border: 1px solid #ffe500;
    border-radius: 7px;
    background: #ffe500;
    color: #080b0e;
    font-family: var(--font-heading);
    font-size: .92rem;
    font-weight: 400;
    text-transform: uppercase;
}

.worldwide-header .worldwide-search-form--page .btn-primary:hover,
.worldwide-header .worldwide-search-form--page .btn-primary:focus-visible {
    border-color: #fff06a;
    background: #fff06a;
    color: #080b0e;
}

.worldwide-search-results .worldwide-search-empty {
    display: grid;
    justify-items: center;
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 3.5rem);
    border: 1px solid #2a3138;
    border-radius: 12px;
    background: #101418;
    color: #dce5ec;
    text-align: center;
}

.worldwide-search-empty-icon {
    display: grid;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    place-items: center;
    border: 1px solid rgba(255, 229, 0, .28);
    border-radius: 999px;
    background: rgba(255, 229, 0, .07);
    color: #ffe500;
    font-size: 1.8rem;
}

.worldwide-search-empty h2 { margin: 0; color: #fff; font-family: var(--font-heading); font-weight: 400; }
.worldwide-search-empty p { max-width: 560px; margin: .8rem 0 0; color: #aebbc7; line-height: 1.55; }

@media (max-width: 575.98px) {
    .worldwide-header .worldwide-search-form--page { grid-template-columns: 1fr; }
    .worldwide-header .worldwide-search-form--page .btn-primary { width: 100%; }
}
.global-worldwide-discovery { background: #eef3f8; }
.global-worldwide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.global-worldwide-grid a { display: grid; grid-template-columns: auto 1fr; gap: .2rem .8rem; padding: 1.4rem; border-radius: 16px; color: #172033; background: #fff; }
.global-worldwide-grid i { grid-row: 1 / 3; align-self: center; color: #d3262f; font-size: 2rem; }
.global-worldwide-grid span { color: #68758a; }
@media (max-width: 900px) { .worldwide-grid, .global-worldwide-grid { grid-template-columns: 1fr; } }

.global-home-carousel-heading {
    display: flex;
    gap: 1.5rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.global-home-carousel-heading h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 2.35vw, 2.7rem);
    font-weight: 400;
}

@media (min-width: 1200px) {
    .global-home-aggregate-carousel .community-content-carousel__item {
        flex-basis: calc((100% - 5rem) / 6);
    }

    .global-home-aggregate-carousel .global-aggregate-card-body {
        gap: .5rem;
        padding: .8rem;
    }

    .global-home-aggregate-carousel .global-aggregate-card h3 {
        font-size: .96rem;
    }

    .global-home-aggregate-carousel .global-aggregate-card-body > p:not(.global-aggregate-card-kicker) {
        font-size: .82rem;
    }
}

.global-home-carousel-heading .eyebrow {
    margin-bottom: .35rem;
}

.global-home-aggregate-carousel .btn-outline-secondary {
    border-color: #59636d;
    color: #eef3f7;
}

.global-home-aggregate-carousel .btn-outline-secondary:hover,
.global-home-aggregate-carousel .btn-outline-secondary:focus-visible {
    border-color: #ffe500;
    background: #ffe500;
    color: #080b0e;
}

.global-aggregate-card {
    overflow: hidden;
    border: 1px solid #2a3138;
    border-radius: 10px;
    background: #101418;
    color: #dce5ec;
}

.global-aggregate-card-media {
    display: grid;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    place-items: center;
    background: linear-gradient(135deg, #1c2730, #0b1014);
    color: #ffe500;
}

.global-aggregate-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.global-aggregate-card:hover .global-aggregate-card-media img {
    transform: scale(1.035);
}

.global-aggregate-card-media span {
    font-size: 2.4rem;
}

.global-aggregate-card-body {
    display: grid;
    gap: .6rem;
    padding: 1rem;
}

.global-aggregate-card-kicker {
    margin: 0;
    color: #ffe500;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.global-aggregate-card h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    line-height: 1.3;
}

.global-aggregate-card h3 a {
    color: #fff;
    text-decoration: none;
}

.global-aggregate-card h3 a:hover,
.global-aggregate-card h3 a:focus-visible {
    color: #ffe500;
}

.global-aggregate-card-body > p:not(.global-aggregate-card-kicker),
.global-aggregate-card-body small {
    margin: 0;
    color: #aebbc7;
    line-height: 1.45;
}

.global-aggregate-card-link {
    display: inline-flex;
    gap: .35rem;
    align-items: center;
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
}

.search-loading-modal {
    z-index: 1205;
}

body:has(.search-loading-modal.show) > .modal-backdrop {
    z-index: 1200;
}

.search-loading-modal .modal-dialog {
    width: min(92vw, 520px);
}

.search-loading-modal .modal-content {
    overflow: hidden;
    border: 1px solid #3a434c;
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 0, rgba(255, 229, 0, .08), transparent 46%),
        #101418;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .58);
    color: #eef3f7;
}

.search-loading-modal-body {
    display: grid;
    justify-items: center;
    padding: clamp(2rem, 6vw, 3.5rem);
    text-align: center;
}

.search-loading-modal-spinner {
    display: grid;
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 1.4rem;
    place-items: center;
    border: 1px solid rgba(255, 229, 0, .24);
    border-radius: 999px;
    background: rgba(255, 229, 0, .06);
    color: #ffe500;
}

.search-loading-modal-spinner .spinner-border {
    width: 2.4rem;
    height: 2.4rem;
    border-width: .22rem;
}

.search-loading-modal .eyebrow {
    margin: 0 0 .5rem;
    color: #ffe500;
}

.search-loading-modal h2 {
    margin: 0;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.65rem, 4vw, 2.3rem);
    font-weight: 400;
}

.search-loading-modal #searchLoadingModalDescription {
    max-width: 400px;
    margin: 1rem 0 0;
    color: #c4d0da;
    line-height: 1.55;
}

.search-loading-modal-status {
    margin: 1.2rem 0 0;
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .global-home-carousel-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .global-aggregate-card-media img {
        transition: none;
    }

    .global-aggregate-card:hover .global-aggregate-card-media img {
        transform: none;
    }
}

/* Final worldwide theme layer: intentionally follows all legacy worldwide
   rules while those older templates are phased out. */
.worldwide-surface {
    background: linear-gradient(rgba(5, 7, 9, .92), rgba(5, 7, 9, .96)), url('/media/karting-background.webp') center top / cover fixed;
    color: #eef3f7;
}
.worldwide-header {
    border-bottom: 1px solid #242b31;
    background: linear-gradient(105deg, rgba(4, 6, 8, .98), rgba(8, 11, 14, .76)), url('/media/homepage-heroes/world-karting-hero.webp') center 58% / cover no-repeat;
}
.worldwide-header h1 { color: #fff; font-family: var(--font-heading); font-weight: 400; line-height: 1.02; }
.worldwide-header p { color: #b9c4ce; }
.worldwide-back, .worldwide-card-label { color: #ffe500; }
.worldwide-nav a { border: 1px solid #353d45; border-radius: 7px; background: #101418; box-shadow: none; color: #dce5ec; font-weight: 800; }
.worldwide-nav a:hover, .worldwide-nav a:focus-visible, .worldwide-nav a.is-active { border-color: #ffe500; background: #ffe500; color: #080b0e; }
.worldwide-grid { background: transparent; }
.worldwide-card { border-color: #2a3138; border-radius: 10px; background: #101418; box-shadow: none; }
.worldwide-card h2 a { color: #fff; }
.worldwide-card h2 a:hover, .worldwide-card h2 a:focus-visible { color: #ffe500; }
.worldwide-card p, .worldwide-card small { color: #aebbc7; }
.worldwide-search-form, .worldwide-search-form--home { border: 1px solid #3b454e; border-radius: 8px; background: #101418; box-shadow: none; }
.worldwide-search-form input { background: transparent; color: #fff; }
.worldwide-search-form button { border-radius: 6px; background: #ffe500; color: #080b0e; font-family: var(--font-heading); text-transform: uppercase; }
.worldwide-search-serp .search-serp-form:focus-within { border-color: #ffe500; box-shadow: 0 0 0 3px rgba(255, 229, 0, .13); }
.worldwide-search-serp .search-serp-form-submit,
.worldwide-search-serp .search-serp-tabs a.active,
.worldwide-search-serp .search-serp-tabs a:hover,
.worldwide-search-serp .search-serp-tabs a:focus-visible,
.worldwide-search-serp .search-serp-module-header > a,
.worldwide-search-serp .search-place-row-body strong { color: #ffe500; }
.worldwide-search-serp .search-serp-tabs a.active::after { background: #ffe500; }
.worldwide-search-serp .search-match-pill { background: rgba(255, 229, 0, .12); color: #fff06a; }
.worldwide-search-serp .search-featured-result { border-color: #30383f; background: #101418; box-shadow: inset 3px 0 0 #ffe500; }
.worldwide-search-serp .search-featured-media,
.worldwide-search-serp .search-featured-media-fallback { background: radial-gradient(circle, rgba(255, 229, 0, .12), transparent 34%), linear-gradient(135deg, #171d22, #0a0d10); color: #ffe500; }
.worldwide-search-serp .search-featured-media-fallback i { color: #ffe500; }
.worldwide-search-serp .search-rich-card,
.worldwide-search-serp .search-start-grid div { border-color: #2a3138; background: #101418; }
.worldwide-search-serp .search-rich-card:hover,
.worldwide-search-serp .search-rich-card:focus-visible { border-color: #ffe500; }
.worldwide-search-serp .search-rich-media-fallback,
.worldwide-search-serp .search-start-grid i,
.worldwide-result-territory { color: #ffe500; }

.site-location-consent[data-home-location-prompt] .site-location-consent-backdrop {
    background: rgba(3, 5, 7, .84);
    backdrop-filter: blur(8px);
}
.site-location-consent[data-home-location-prompt] .site-location-consent-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem 1.25rem;
    width: min(620px, 100%);
    padding: clamp(1.35rem, 4vw, 2rem);
    border-color: rgba(255, 229, 0, .38);
    border-radius: 12px;
    background: radial-gradient(circle at 0 0, rgba(255, 229, 0, .1), transparent 38%), #101418;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .68);
}
.site-location-personalise-icon {
    display: grid;
    width: 3.4rem;
    height: 3.4rem;
    place-items: center;
    border: 1px solid rgba(255, 229, 0, .5);
    border-radius: 999px;
    background: rgba(255, 229, 0, .08);
    color: #ffe500;
    font-size: 1.65rem;
}
.site-location-consent[data-home-location-prompt] h2 {
    margin-bottom: .55rem;
    font-family: var(--font-heading);
    font-size: clamp(1.55rem, 4vw, 2.15rem);
    font-weight: 400;
    line-height: 1.12;
}
.site-location-consent[data-home-location-prompt] .eyebrow { margin-bottom: .35rem; color: #ffe500; }
.site-location-personalise-form { display: grid; grid-column: 1 / -1; gap: .65rem; }
.site-location-consent:not([data-home-location-prompt]) .site-location-consent-card { width: min(900px, 100%); padding: 1.4rem; }
.site-location-consent:not([data-home-location-prompt]) .site-location-consent-card > div { flex: 1 1 300px; }
.site-location-consent:not([data-home-location-prompt]) .site-location-personalise-form { flex: 1 1 440px; }
.site-location-personalise-form label { color: #fff; font-size: .82rem; font-weight: 800; }
.site-location-personalise-field { position: relative; }
.site-location-personalise-field i { position: absolute; top: 50%; left: 1rem; color: #ffe500; transform: translateY(-50%); }
.site-location-personalise-field input {
    width: 100%;
    min-height: 3.25rem;
    padding: .75rem 1rem .75rem 2.75rem;
    border: 1px solid #3b4650;
    border-radius: 7px;
    outline: 0;
    background: #080b0e;
    color: #fff;
}
.site-location-personalise-field input:focus { border-color: #ffe500; box-shadow: 0 0 0 3px rgba(255, 229, 0, .12); }
.site-location-personalise-status { color: #cbd5df; }
.site-location-personalise-status.is-error { color: #ff9b9b; }
.site-location-personalise-form .site-location-consent-actions { justify-content: flex-end; margin-top: .25rem; }
@media (max-width: 575.98px) {
    .site-location-consent[data-home-location-prompt] .site-location-consent-card { grid-template-columns: 1fr; }
    .site-location-personalise-form { grid-column: 1; }
    .site-location-personalise-form .site-location-consent-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: .65rem;
        align-items: stretch;
    }
    .site-location-personalise-form .site-location-consent-actions .btn {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }
}
@media (max-width: 767.98px) {
    .site-location-consent:not([data-home-location-prompt]) .site-location-consent-card { align-items: stretch; flex-direction: column; }
}

.global-locations-map-section--footer {
    border-top: 1px solid #20262d;
    background: rgba(6, 8, 10, .55);
}

.global-locations-map-section--footer .global-home-section-heading {
    margin-bottom: 1.5rem;
}

.worldwide-jobs-header { padding-bottom: 2.5rem; }
.worldwide-jobs-content { padding-top: 2rem; }
.worldwide-jobs-filter {
    display: grid;
    grid-template-columns: minmax(260px, 2fr) repeat(2, minmax(180px, 1fr)) auto auto;
    gap: .75rem;
    align-items: end;
    margin-bottom: 2rem;
    padding: 1rem;
    border: 1px solid #2a3138;
    border-radius: 10px;
    background: #101418;
}
.worldwide-jobs-filter-field { display: grid; gap: .4rem; }
.worldwide-jobs-filter label { color: #eef3f7; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.worldwide-jobs-filter .form-control,
.worldwide-jobs-filter .form-select { min-height: 44px; border-color: #3b454e; background-color: #080b0e; color: #fff; }
.worldwide-jobs-filter .form-control:focus,
.worldwide-jobs-filter .form-select:focus { border-color: #ffe500; box-shadow: 0 0 0 3px rgba(255, 229, 0, .12); }
.worldwide-jobs-filter .btn { min-height: 44px; }
.worldwide-jobs-filter .btn-primary { display: inline-flex; gap: .45rem; align-items: center; background: #ffe500; color: #080b0e; }
.worldwide-jobs-heading { margin-bottom: 1rem; }
.worldwide-jobs-heading h2 { margin: 0; color: #fff; font-family: var(--font-heading); font-size: clamp(1.65rem, 3vw, 2.4rem); font-weight: 400; }
.worldwide-jobs-results { overflow: hidden; border-color: #2a3138; background: #101418; }
.worldwide-job-item { border-color: #2a3138; background: #101418; color: #eef3f7; }
.worldwide-job-item:hover { background: #151a1f; }
.worldwide-job-kicker { margin-bottom: .25rem; color: #ffe500; font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.worldwide-job-item h2 a { color: #fff; }
.worldwide-job-item h2 a:hover { color: #ffe500; }
.worldwide-job-item .text-secondary { color: #aebbc7 !important; }
.worldwide-job-item .text-secondary span { display: inline-flex; gap: .35rem; align-items: center; }
.worldwide-job-item .text-secondary i { color: #ffe500; }
.worldwide-job-salary { color: #fff; white-space: nowrap; }
@media (max-width: 991.98px) {
    .worldwide-jobs-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .worldwide-jobs-filter-search { grid-column: 1 / -1; }
}
@media (max-width: 575.98px) {
    .worldwide-jobs-filter { grid-template-columns: 1fr; }
    .worldwide-jobs-filter-search { grid-column: 1; }
}

.worldwide-community-header { padding-bottom: 0; }
.worldwide-community-content { padding-top: 2.5rem; padding-bottom: 4rem; }
.worldwide-community-section + .worldwide-community-section { margin-top: 3.5rem; padding-top: 3rem; border-top: 1px solid #242b31; }
.worldwide-community-heading { display: flex; gap: 1rem; align-items: end; justify-content: space-between; margin-bottom: 1.25rem; }
.worldwide-community-heading h2 { margin: 0; color: #fff; font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 400; }
.worldwide-community-heading > a { display: inline-flex; gap: .4rem; align-items: center; color: #ffe500; font-weight: 800; }
.worldwide-creator-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.worldwide-creator-card { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 1rem; align-items: center; padding: 1rem; border: 1px solid #2a3138; border-radius: 10px; background: #101418; }
.worldwide-creator-avatar { display: grid; width: 82px; height: 82px; overflow: hidden; place-items: center; border-radius: 50%; background: #1d252c; color: #ffe500; font-size: 2rem; }
.worldwide-creator-avatar img { width: 100%; height: 100%; object-fit: cover; }
.worldwide-creator-card p,
.worldwide-community-kicker { margin: 0 0 .25rem; color: #ffe500; font-size: .7rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.worldwide-creator-card h3,
.worldwide-community-card h3,
.worldwide-video-card h3 { margin: 0; font-family: var(--font-heading); font-size: 1.15rem; font-weight: 400; line-height: 1.25; }
.worldwide-creator-card h3 a,
.worldwide-community-card h3 a,
.worldwide-video-card h3 a { color: #fff; }
.worldwide-creator-card span,
.worldwide-community-card > div > p:not(.worldwide-community-kicker),
.worldwide-video-card > div > p:not(.worldwide-community-kicker) { display: block; margin: .45rem 0 0; color: #aebbc7; line-height: 1.45; }
.worldwide-article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.worldwide-community-card { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 1rem; padding: 1rem; border: 1px solid #2a3138; border-radius: 10px; background: #101418; }
.worldwide-community-card-icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 8px; background: rgba(255, 229, 0, .08); color: #ffe500; font-size: 1.5rem; }
.worldwide-community-card small { color: #7f8b96; }
.worldwide-video-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.worldwide-video-card { overflow: hidden; border: 1px solid #2a3138; border-radius: 10px; background: #101418; }
.worldwide-video-media { position: relative; display: grid; aspect-ratio: 16 / 9; overflow: hidden; place-items: center; background: #1d252c; color: #ffe500; font-size: 2rem; }
.worldwide-video-media > img { width: 100%; height: 100%; object-fit: cover; }
.worldwide-video-media > span { position: absolute; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #ffe500; color: #080b0e; font-size: 1rem; }
.worldwide-video-card > div { padding: 1rem; }
@media (max-width: 991.98px) { .worldwide-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767.98px) { .worldwide-creator-grid, .worldwide-article-grid { grid-template-columns: 1fr; } }
@media (max-width: 575.98px) { .worldwide-video-grid { grid-template-columns: 1fr; } .worldwide-community-heading { align-items: start; flex-direction: column; } }

.worldwide-news-header { padding-bottom: 0; }
.worldwide-news-subnav { display: flex; gap: 1.5rem; margin-top: 2rem; overflow-x: auto; }
.worldwide-news-subnav a { position: relative; display: inline-flex; gap: .45rem; align-items: center; padding: .85rem 0 1rem; color: #c4ced7; font-weight: 800; white-space: nowrap; }
.worldwide-news-subnav a:hover,
.worldwide-news-subnav a:focus-visible,
.worldwide-news-subnav a.is-active { color: #ffe500; }
.worldwide-news-subnav a.is-active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #ffe500; content: ''; }
.worldwide-news-content { padding-top: 2.5rem; padding-bottom: 4rem; }
.worldwide-news-section + .worldwide-news-section { margin-top: 3.5rem; padding-top: 3rem; border-top: 1px solid #242b31; }
.worldwide-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.worldwide-news-card { overflow: hidden; border: 1px solid #2a3138; border-radius: 10px; background: #101418; }
.worldwide-news-media { display: grid; aspect-ratio: 16 / 9; overflow: hidden; place-items: center; background: #1b232a; color: #ffe500; font-size: 2rem; }
.worldwide-news-media img { width: 100%; height: 100%; object-fit: cover; }
.worldwide-news-card > div { padding: 1rem; }
.worldwide-news-card h3,
.worldwide-feed-item h3 { margin: 0; font-family: var(--font-heading); font-size: 1.1rem; font-weight: 400; line-height: 1.3; }
.worldwide-news-card h3 a { color: #fff; }
.worldwide-news-card > div > p:not(.worldwide-community-kicker) { margin: .55rem 0; color: #aebbc7; line-height: 1.45; }
.worldwide-news-card small,
.worldwide-feed-item small { color: #7f8b96; }
.worldwide-feed-list { overflow: hidden; border: 1px solid #2a3138; border-radius: 10px; background: #101418; }
.worldwide-feed-item { display: grid; grid-template-columns: 88px minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: .8rem; border-bottom: 1px solid #242b31; color: #eef3f7; }
.worldwide-feed-item:last-child { border-bottom: 0; }
.worldwide-feed-item:hover { background: #151a1f; }
.worldwide-feed-item > img,
.worldwide-feed-item > span { display: grid; width: 88px; height: 60px; place-items: center; border-radius: 6px; background: #1b232a; color: #ffe500; object-fit: cover; }
.worldwide-feed-item > i { color: #ffe500; }
.worldwide-news-rights { display: flex; gap: .6rem; margin: 1rem 0 0; color: #98a5af; font-size: .85rem; }
.worldwide-news-rights i { color: #ffe500; }
@media (max-width: 991.98px) { .worldwide-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .worldwide-news-grid { grid-template-columns: 1fr; } .worldwide-feed-item { grid-template-columns: 68px minmax(0, 1fr); } .worldwide-feed-item > img, .worldwide-feed-item > span { width: 68px; height: 54px; } .worldwide-feed-item > i { display: none; } }

.worldwide-directory-header { padding-bottom: 2.5rem; }
.worldwide-directory-content { padding-top: 2rem; }
.worldwide-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.worldwide-directory-card { overflow: hidden; border: 1px solid #2a3138; border-radius: 10px; background: #101418; }
.worldwide-directory-media { display: grid; aspect-ratio: 16 / 9; overflow: hidden; place-items: center; background: #1b232a; color: #ffe500; font-size: 2.2rem; }
.worldwide-directory-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.worldwide-directory-card:hover .worldwide-directory-media img { transform: scale(1.03); }
.worldwide-directory-card > div { display: grid; gap: .5rem; padding: 1rem; }
.worldwide-directory-card h3 { margin: 0; font-family: var(--font-heading); font-size: 1.2rem; font-weight: 400; }
.worldwide-directory-card h3 a { color: #fff; }
.worldwide-directory-card h3 a:hover { color: #ffe500; }
.worldwide-directory-card > div > p:not(.worldwide-community-kicker),
.worldwide-directory-card > div > span { margin: 0; color: #aebbc7; line-height: 1.45; }
.worldwide-directory-card > div > p i { margin-right: .35rem; color: #ffe500; }
.worldwide-directory-link { display: inline-flex; gap: .35rem; align-items: center; width: fit-content; margin-top: .25rem; color: #ffe500; font-weight: 800; }
@media (max-width: 991.98px) { .worldwide-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .worldwide-directory-grid { grid-template-columns: 1fr; } }

/* Shared top-level worldwide pattern. These pages sit outside a territory but
   must still look unmistakably like Kart Directory. */
.global-worldwide-discovery {
    border-top: 1px solid #20262d;
    border-bottom: 1px solid #20262d;
    background:
        linear-gradient(rgba(6, 8, 10, .9), rgba(6, 8, 10, .94)),
        url('/media/karting-background.webp') center / cover fixed;
    color: #eef3f7;
}
.global-worldwide-discovery .global-home-section-heading h2 { color: #fff; }
.global-worldwide-discovery .global-home-section-heading > p:not(.eyebrow) { color: #aebbc7; }
.global-worldwide-discovery .worldwide-search-form--home {
    overflow: hidden;
    max-width: none;
    border: 1px solid #343d45;
    border-radius: 8px;
    background: #0c1013;
}
.global-worldwide-discovery .worldwide-search-form--home:focus-within {
    border-color: #ffe500;
    box-shadow: 0 0 0 3px rgba(255, 229, 0, .12);
}
.global-worldwide-discovery .worldwide-search-form--home input {
    min-height: 48px;
    background: transparent;
    color: #fff;
}
.global-worldwide-discovery .worldwide-search-form--home input::placeholder { color: #7f8b96; }
.global-worldwide-discovery .worldwide-search-form--home button {
    border-radius: 6px;
    background: #ffe500;
    color: #080b0e;
}
.global-worldwide-discovery .global-worldwide-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.global-worldwide-discovery .global-worldwide-grid a {
    border: 1px solid #2a3138;
    border-radius: 10px;
    background: #101418;
    box-shadow: none;
    color: #fff;
}
.global-worldwide-discovery .global-worldwide-grid a:hover,
.global-worldwide-discovery .global-worldwide-grid a:focus-visible {
    border-color: #ffe500;
    background: #151a1f;
}
.global-worldwide-discovery .global-worldwide-grid i { color: #ffe500; }
.global-worldwide-discovery .global-worldwide-grid span { color: #aebbc7; }

.worldwide-surface,
.worldwide-directory-page,
.worldwide-jobs-page,
.worldwide-news-page,
.worldwide-community-page {
    background:
        linear-gradient(rgba(5, 7, 9, .94), rgba(5, 7, 9, .97)),
        url('/media/karting-background.webp') center top / cover fixed;
    color: #eef3f7;
}
.worldwide-directory-content,
.worldwide-jobs-content,
.worldwide-news-content,
.worldwide-community-content { background: transparent; }
.worldwide-directory-page .empty,
.worldwide-jobs-page .empty,
.worldwide-news-page .empty,
.worldwide-community-page .empty { color: #eef3f7; }

@media (max-width: 1199.98px) {
    .global-worldwide-discovery .global-worldwide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
    .global-worldwide-discovery .global-worldwide-grid { grid-template-columns: 1fr; }
}
/* Social profile link hub */
.social-links-page {
    min-height: 100vh;
    background: var(--kd-bg);
}

.social-links {
    position: relative;
    display: grid;
    min-height: 100vh;
    overflow: hidden;
    color: #f7f9fc;
    background:
        linear-gradient(180deg, rgba(5, 6, 7, .7), rgba(5, 6, 7, .92)),
        url("/media/brand/KD-BG.webp") center / cover fixed,
        var(--kd-bg);
    isolation: isolate;
    place-items: center;
}

.social-links::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    z-index: -1;
    opacity: .18;
    background:
        linear-gradient(115deg, transparent 0 48%, rgba(255, 229, 0, .16) 48.1% 48.35%, transparent 48.45% 100%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 44px);
    mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.social-links__glow {
    position: absolute;
    z-index: -1;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .16;
}
.social-links__glow--one { top: 4%; left: -12rem; background: var(--kd-red); }
.social-links__glow--two { right: -13rem; bottom: 5%; background: var(--kd-yellow); }

.social-links__shell {
    position: relative;
    z-index: 1;
    width: min(100% - 2rem, 42rem);
    margin: clamp(1rem, 4vh, 3rem) auto;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.75rem;
    background: linear-gradient(155deg, rgba(24, 28, 31, .94), rgba(8, 10, 11, .94));
    box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .045);
    backdrop-filter: blur(18px);
}

.social-links__intro { text-align: center; }
.social-links__brand {
    display: inline-flex;
    align-items: center;
    gap: .875rem;
    color: #fff;
    text-align: left;
    text-decoration: none;
}
.social-links__brand:hover { color: #fff; }
.social-links__logo {
    display: grid;
    width: 4.25rem;
    height: 4.25rem;
    padding: .45rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 .9rem 2rem rgba(0, 0, 0, .36);
}
.social-links__logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.social-links__brand-copy { display: grid; gap: .15rem; }
.social-links__brand-copy strong {
    font-family: var(--kd-heading-font);
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.2;
}
.social-links__brand-copy small {
    color: var(--kd-muted);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.social-links__eyebrow {
    margin: 1.75rem 0 .6rem;
    color: var(--kd-yellow);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.social-links__intro h1 {
    max-width: 13ch;
    margin: 0 auto;
    color: #fff;
    font-family: var(--kd-display-font);
    font-size: clamp(2rem, 7vw, 3rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1.08;
}
.social-links__lede {
    max-width: 32rem;
    margin: .9rem auto 0;
    color: var(--kd-muted-strong);
    font-size: .95rem;
    line-height: 1.55;
}

.social-links__territory {
    margin: 1.75rem 0 1.1rem;
    padding: .9rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .035);
}
.social-links__territory label {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 .55rem .15rem;
    color: var(--kd-muted-strong);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.social-links__territory label i { color: var(--kd-yellow); font-size: 1rem; }
.social-links__select-wrap { position: relative; }
.social-links__select-wrap select {
    width: 100%;
    height: 3.35rem;
    padding: 0 3rem 0 1rem;
    appearance: none;
    border: 1px solid var(--kd-border);
    border-radius: .7rem;
    outline: none;
    color: #fff;
    background: #0c0f11;
    box-shadow: inset 0 1px rgba(255, 255, 255, .04);
    font-size: .95rem;
    font-weight: 750;
}
.social-links__select-wrap select:hover { border-color: #4b545d; }
.social-links__select-wrap select:focus { border-color: var(--kd-yellow); box-shadow: 0 0 0 3px rgba(255, 229, 0, .16); }
.social-links__select-wrap select option { color: #0a0b0c; background: #fff; }
.social-links__select-wrap > i {
    position: absolute;
    top: 50%;
    right: 1rem;
    pointer-events: none;
    transform: translateY(-50%);
    color: var(--kd-yellow);
    font-size: 1.1rem;
}

.social-links__nav { display: grid; gap: .7rem; }
.social-link {
    --link-accent: var(--kd-yellow);
    --link-accent-rgb: 255, 229, 0;
    display: grid;
    grid-template-columns: 3.1rem minmax(0, 1fr) auto;
    gap: .85rem;
    align-items: center;
    min-height: 4.9rem;
    padding: .75rem 1rem .75rem .75rem;
    border: 1px solid var(--kd-border);
    border-radius: .85rem;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(110deg, rgba(var(--link-accent-rgb), .075), rgba(255, 255, 255, .025) 42%), var(--kd-surface);
    box-shadow: 0 .7rem 1.8rem rgba(0, 0, 0, .16);
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.social-link:hover,
.social-link:focus-visible {
    transform: translateY(-2px);
    border-color: var(--link-accent);
    color: #fff;
    background-color: var(--kd-surface-2);
    box-shadow: 0 1rem 2.25rem rgba(0, 0, 0, .28), 0 0 0 1px rgba(var(--link-accent-rgb), .08);
}
.social-link:focus-visible { outline: 3px solid rgba(var(--link-accent-rgb), .22); outline-offset: 2px; }
.social-link__icon {
    display: grid;
    width: 3.1rem;
    height: 3.1rem;
    place-items: center;
    border: 1px solid rgba(var(--link-accent-rgb), .5);
    border-radius: .7rem;
    color: var(--link-accent);
    background: rgba(var(--link-accent-rgb), .09);
}
.social-link__icon i { font-size: 1.4rem; }
.social-link__copy { min-width: 0; }
.social-link__copy strong, .social-link__copy small { display: block; }
.social-link__copy strong { color: #fff; font-size: .98rem; font-weight: 800; letter-spacing: .005em; line-height: 1.25; }
.social-link__copy small { margin-top: .2rem; color: var(--kd-muted); font-size: .77rem; line-height: 1.35; }
.social-link__arrow { color: var(--kd-muted); font-size: 1.15rem; transition: transform .18s ease, color .18s ease; }
.social-link:hover .social-link__arrow { transform: translate(2px, -2px); color: #fff; }
.social-link--directory,
.social-link--marketplace,
.social-link--news { --link-accent: var(--kd-yellow); --link-accent-rgb: 255, 229, 0; }
.social-link--booking,
.social-link--jobs,
.social-link--community { --link-accent: #e1473f; --link-accent-rgb: 225, 71, 63; }

.social-links__territory-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    margin: .65rem 0 0;
    color: var(--kd-muted);
    font-size: .72rem;
    line-height: 1.3;
    text-align: center;
}
.social-links__territory-note span { width: .42rem; height: .42rem; border-radius: 50%; background: var(--kd-yellow); box-shadow: 0 0 0 3px rgba(255, 229, 0, .1); }
.social-links__territory-note strong { color: var(--kd-muted-strong); }
.social-links__empty { padding: 1.5rem; border: 1px solid var(--kd-border); border-radius: 1rem; color: var(--kd-muted-strong); text-align: center; background: var(--kd-surface); }
.social-links__footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.6rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: var(--kd-muted);
    font-size: .72rem;
}
.social-links__footer a { color: var(--kd-yellow); font-weight: 750; text-decoration: none; }
.social-links__footer a:hover { color: var(--kd-link-hover); }
.social-links__footer i { margin-left: .2rem; }

.social-links-page .cookie-consent-card--notice {
    width: min(calc(100% - 1rem), 42rem);
    margin: 0 0 .5rem;
    border: 1px solid var(--kd-border);
    border-radius: 1rem !important;
    box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, .55);
}
.social-links-page .cookie-consent-card--notice .card-body {
    grid-template-columns: 1fr;
    gap: .75rem;
    padding: .85rem 1rem;
}
.social-links-page .cookie-consent-copy .card-title {
    margin: 0 0 .25rem;
    font-size: .95rem;
    line-height: 1.25;
}
.social-links-page .cookie-consent-copy p {
    max-width: none;
    color: var(--kd-muted);
    font-size: .75rem;
    line-height: 1.4;
}
.social-links-page .cookie-consent-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .45rem;
    width: 100%;
}
.social-links-page .cookie-consent-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 2.35rem;
    padding: .4rem .55rem;
    font-size: .65rem;
    white-space: normal;
}

@media (max-width: 420px) {
    .social-links { place-items: start center; }
    .social-links__shell { width: min(100% - 1rem, 42rem); margin: .5rem auto; padding: 1.25rem 1rem; border-radius: 1.25rem; }
    .social-links__logo { width: 3.75rem; height: 3.75rem; border-radius: .85rem; }
    .social-links__brand { gap: .7rem; }
    .social-links__brand-copy strong { font-size: .94rem; }
    .social-links__brand-copy small { font-size: .62rem; }
    .social-links__eyebrow { margin-top: 1.35rem; }
    .social-links__intro h1 { font-size: clamp(1.85rem, 9vw, 2.3rem); }
    .social-links__lede { padding: 0 .25rem; font-size: .9rem; }
    .social-links__territory { margin-top: 1.35rem; padding: .75rem; }
    .social-link { grid-template-columns: 2.8rem minmax(0, 1fr) auto; gap: .7rem; min-height: 4.5rem; padding: .65rem .75rem .65rem .65rem; }
    .social-link__icon { width: 2.8rem; height: 2.8rem; }
    .social-link__copy strong { font-size: .92rem; }
    .social-link__copy small { font-size: .72rem; }
    .social-links__footer { align-items: center; flex-direction: column; }
    .social-links-page .cookie-consent-card--notice { width: calc(100% - 1rem); }
    .social-links-page .cookie-consent-actions { grid-template-columns: 1fr 1fr; }
    .social-links-page .cookie-consent-actions [data-cookie-consent-customize] { grid-column: 1 / -1; }
}

@supports not (backdrop-filter: blur(18px)) {
    .social-links__shell { background: rgba(10, 12, 14, .98); }
}

@media (max-width: 767.98px) {
    .carousel-section-heading {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .carousel-section-heading > :first-child,
    .carousel-section-heading > .btn-list {
        width: 100%;
        min-width: 0;
    }

    .carousel-section-heading > .btn-list {
        justify-content: flex-start;
    }

    .carousel-section-heading > .btn-list > .btn:not(.btn-icon) {
        min-width: 0;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .social-link, .social-link__arrow { transition: none; }
}
