.video-card--locked .video-thumbnail {
    position: relative;
    overflow: hidden;
    background: #16181f;
}

.video-card--locked .video-card__unlock-trigger {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
}

.video-card--locked .video-thumbnail img {
    display: block;
    width: 100%;
    filter: blur(6px) brightness(1.08) saturate(1.06);
    transform: scale(1.03);
    transform-origin: center;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
}

.video-card--locked:hover .video-thumbnail img {
    transform: scale(1.03);
}

.video-card--locked .video-play-overlay,
.video-card--locked .video-duration {
    display: none;
}

.video-card__lock {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    pointer-events: none;
    background: rgba(0, 0, 0, .04);
}

.video-card__unlock-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: calc(100% - 28px);
    min-width: 118px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
    transform: translateY(0);
    transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.video-card--locked .video-card__unlock-trigger:hover .video-card__unlock-button,
.video-card--locked .video-card__unlock-trigger:focus-visible .video-card__unlock-button {
    background: #151515;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .36);
    transform: translateY(-1px);
}

.video-card__lock-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: #fff;
}

.video-card__lock-label {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.video-info--locked {
    align-items: flex-start;
}

.video-card__locked-title {
    color: rgba(255, 255, 255, .76);
    text-decoration: none;
}

.video-card__locked-title:hover,
.video-card__locked-title:focus {
    color: #fff;
}

.video-channel--locked {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

.au-gate-modal[hidden] {
    display: none !important;
}

.au-gate-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.au-gate-modal *,
.au-gate-modal *::before,
.au-gate-modal *::after {
    box-sizing: border-box;
}

.au-gate-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
}

.au-gate-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(440px, calc(100vw - 32px));
    max-width: 440px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box !important;
    padding: 32px 32px 28px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .4);
    font-family: "Söhne", "Sohne", "CircularXXWeb-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    text-align: center;
}

.au-gate-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #888;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.au-gate-modal__close:hover,
.au-gate-modal__close:focus {
    color: #111;
    outline: none;
}

.au-gate-modal__icon {
    width: 96px;
    height: 96px;
    margin: 0 auto;
}

.au-gate-modal__icon svg {
    display: block;
    width: 96px;
    height: 96px;
}

.au-gate-modal__age-disc {
    fill: url("#au-gate-age-disc-fill");
    stroke: none;
    filter: none;
}

.au-gate-modal__age-mark {
    fill: #050505;
    font-family: "Söhne", "Sohne", "CircularXXSub-Bold", "CircularXXWeb-Bold", "CircularXXSub", Arial, sans-serif;
    font-size: 31px;
    font-weight: 900;
    letter-spacing: 0;
    dominant-baseline: middle;
}

.au-gate-modal__title {
    margin: 12px 0 12px;
    padding: 0;
    color: #111;
    font-family: "Söhne", "Sohne", "CircularXXWeb-Medium", system-ui, -apple-system, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-indent: 0;
}

.au-gate-modal__body {
    margin: 0 0 22px;
    padding: 0;
    color: #555;
    font-family: "Söhne", "Sohne", "CircularXXWeb-Regular", system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-indent: 0;
}

.au-gate-modal__features {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.au-gate-modal__feature {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
}

.au-gate-modal__feature-icon {
    display: block;
    width: 64px;
    height: 64px;
}

.au-gate-modal__feature-icon svg {
    display: block;
    width: 64px;
    height: 64px;
}

.au-gate-modal__feature-icon svg > circle:first-child {
    fill: #f1f2f4;
}

.au-gate-modal__feature-icon path,
.au-gate-modal__feature-icon rect,
.au-gate-modal__feature-icon g circle {
    fill: none;
    stroke: #0a0a0a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.au-gate-modal__feature-icon .au-gate-modal__feature-dots circle {
    fill: #0a0a0a;
    stroke: none;
}

.au-gate-modal__feature-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.au-gate-modal__feature-copy strong {
    color: #111;
    font-family: "Söhne", "Sohne", "CircularXXWeb-Medium", system-ui, -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.au-gate-modal__feature-copy span {
    color: #555;
    font-family: "Söhne", "Sohne", "CircularXXWeb-Regular", system-ui, -apple-system, sans-serif;
    font-size: 13px;
    line-height: 1.25;
    white-space: nowrap;
}

.au-gate-modal__cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100%;
    min-height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 22px;
    border-radius: 18px;
    background: #111;
    color: #fff;
    font-family: "Söhne", "Sohne", "CircularXXWeb-Medium", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

.au-gate-modal__cta:hover,
.au-gate-modal__cta:focus {
    background: #000;
    color: #fff;
    outline: none;
}

.au-gate-modal__secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin: 8px auto 0;
    padding: 4px 12px;
    border: 0;
    background: transparent;
    color: #666;
    cursor: pointer;
    font-family: "Söhne", "Sohne", "CircularXXWeb-Regular", system-ui, -apple-system, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
}

.au-gate-modal__secondary:hover,
.au-gate-modal__secondary:focus {
    color: #111;
    outline: none;
    text-decoration: underline;
}

body.au-gate-open {
    overflow: hidden;
}

@media (max-width: 480px) {
    .video-card__unlock-button {
        min-width: 108px;
        min-height: 40px;
        padding: 0 16px;
        border-radius: 9px;
    }

    .video-card__lock-icon {
        width: 18px;
        height: 18px;
    }

    .video-card__lock-label {
        font-size: 16px;
    }

    .au-gate-modal__dialog {
        width: min(420px, calc(100vw - 32px));
        padding: 32px 24px 28px;
    }

    .au-gate-modal__title {
        font-size: 20px;
    }

    .au-gate-modal__features {
        gap: 9px;
    }

    .au-gate-modal__feature {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 12px;
    }

    .au-gate-modal__feature-icon,
    .au-gate-modal__feature-icon svg {
        width: 50px;
        height: 50px;
    }

    .au-gate-modal__feature-copy span {
        font-size: 12.5px;
        white-space: normal;
    }

    .au-gate-modal__cta {
        min-height: 48px;
    }
}

/* ==========================================================================
   AU profile Videos tab gate — bridge rules for #tab-media locked cards
   Scoped to body.item.item-airbnb-layout so they only apply on the
   item/profile page. Reuses the existing .video-card--locked /
   .video-card__lock / .video-card__unlock-button / .video-card__lock-icon /
   .video-card__lock-label rules defined earlier in this file.
   ========================================================================== */

body.item.item-airbnb-layout #tab-media .vid-video--locked .vid-assets {
    position: relative;
    overflow: hidden;
}

body.item.item-airbnb-layout #tab-media .vid-video--locked .video-thumbnail,
body.item.item-airbnb-layout #tab-media .vid-video--locked .video-card__unlock-trigger {
    display: block;
    width: 100%;
    height: 100%;
}

body.item.item-airbnb-layout #tab-media .vid-video--locked .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.item.item-airbnb-layout #tab-media .vid-video--locked .vid-details {
    display: none;
}

body.item.item-airbnb-layout #tab-media .vid-video--locked .vid-title {
    white-space: normal;
}
