.fanza-official-movie {
    position: relative;
    box-sizing: border-box;
    margin: 16px auto 0;
    aspect-ratio: 476 / 306;
    overflow: hidden;
    background: #000;
    border-radius: 4px;
}

.fanza-official-movie iframe,
.fanza-official-movie video {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    border: 0;
}

.fanza-official-movie-link {
    box-sizing: border-box;
    margin: 12px auto 24px;
    text-align: center;
}

.fanza-official-movie-link .fanza-official-movie-link__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 10px 16px;
    overflow-wrap: anywhere;
    color: #fff;
    background: #176b9e;
    border: 1px solid #176b9e;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
}

.fanza-official-movie-link .fanza-official-movie-link__button:hover {
    color: #fff;
    background: #0e537f;
    border-color: #0e537f;
    text-decoration: none;
}

.fanza-official-movie-link .fanza-official-movie-link__button:focus-visible {
    color: #fff;
    outline: 3px solid #f0b429;
    outline-offset: 3px;
}

/* Keep the featured image for cards while the identical package image remains in the article body. */
.fanza-auto2-duplicate-featured[hidden] {
    display: none !important;
}

.fanza-product__package > .fanza-auto2-post-actions {
    box-sizing: border-box;
    width: 100%;
    margin: 12px 0 20px;
}

/* Publication-quality layout; mirrored in RE:DIVER-CHILD for graceful fallback. */
.fanza-product__disclosure {
    margin: 0 0 14px;
    padding: 7px 11px;
    color: #4b4b4b;
    background: #f5f5f5;
    border-left: 3px solid #888;
    font-size: 12px;
    line-height: 1.5;
}

.fanza-product__quick-action,
.fanza-product__cta {
    box-sizing: border-box;
    margin: 22px 0;
    padding: clamp(18px, 4vw, 30px);
    background: #fff7f8;
    border: 1px solid #f0c7ce;
    border-radius: 8px;
    text-align: center;
}

.fanza-product__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: min(100%, 520px);
    min-height: 48px;
    padding: 12px 18px;
    overflow-wrap: anywhere;
    text-align: center;
}

.fanza-composed-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0 26px;
}

.fanza-composed-gallery figure,
.fanza-composed-gallery img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
}

@media (min-width: 760px) {
    .fanza-composed-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
