/*
 * ARIEL DIARY SHORT MOVIE
 * public presentation / 2026-08
 */

.diary-rich-video-202608 {
    display: block;
    width: 100%;
    margin: 16px 0 20px;
    padding: 10px;
    border: 1px solid rgba(226,105,151,.22);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.diary-rich-video-head-202608 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 2px 2px 9px;
    color: #7a3653;
    font-size: 11px;
    line-height: 1.4;
}

.diary-rich-video-head-202608 strong {
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .06em;
}

.diary-rich-video-head-202608 span {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 999px;
    background: #fff1f5;
    color: #a64c70;
    font-size: 10px;
    font-weight: 900;
}

.diary-rich-video-player-202608 {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: min(72vh,760px);
    margin: 0 auto;
    border: 0;
    border-radius: 14px;
    background: #111;
    object-fit: contain;
}

.ariel-diary-ig-thumb-202607,
.ariel-photo-feed-image-202607 {
    position: relative;
}

.ariel-diary-video-badge-202608 {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 8;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 28px;
    max-width: calc(100% - 18px);

    padding: 5px 9px;

    border-radius: 999px;

    background: rgba(17,24,39,.84);

    color: #fff;

    font-size: 10px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: .04em;

    white-space: nowrap;
    pointer-events: none;
}

.ariel-diary-modal-202607
.diary-rich-video-202608 {
    margin-top: 12px;
}

.ariel-diary-modal-202607
.diary-rich-video-player-202608 {
    max-height: 64vh;
}

@media (max-width:520px) {
    .diary-rich-video-202608 {
        margin: 14px 0 18px;
        padding: 8px;
        border-radius: 16px;
    }

    .diary-rich-video-player-202608 {
        max-height: 70vh;
        border-radius: 12px;
    }

    .ariel-diary-video-badge-202608 {
        top: 8px;
        left: 8px;
        min-height: 26px;
        padding: 5px 8px;
        font-size: 9px;
    }
}

/* ariel-diary-modal-video-first-20260807 START */

.ariel-diary-modal-video-slot-202608[hidden] {
    display: none !important;
}

.ariel-diary-modal-figure-202607.has-video-202608 {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    background: #fff !important;
}

.ariel-diary-modal-figure-202607.has-video-202608
.ariel-diary-modal-image-202607 {
    display: none !important;
}

.ariel-diary-modal-video-slot-202608 {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.ariel-diary-modal-video-slot-202608
.diary-rich-video-head-202608 {
    margin: 0;
    padding: 2px 2px 9px;
}

.ariel-diary-modal-video-slot-202608
.diary-rich-video-player-202608 {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 72vh;
    margin: 0 auto;
    border-radius: 12px;
    object-fit: contain;
    background: #111;
}

@media (max-width: 520px) {
    .ariel-diary-modal-figure-202607.has-video-202608 {
        padding: 8px !important;
    }

    .ariel-diary-modal-video-slot-202608
    .diary-rich-video-player-202608 {
        max-height: 68vh;
        border-radius: 10px;
    }
}

/* ariel-diary-modal-video-first-20260807 END */
