.hrsj-video-player {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.hrsj-video-player iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.hrsj-video-duration {
    margin: 0.5rem 0 0;
    color: var(--wp--preset--color--quaternary, #666);
    font-size: var(--wp--preset--font-size--small, 0.875rem);
}

.hrsj-video-preview {
    position: relative;
    overflow: hidden;
    background: #111;
}

.hrsj-video-preview img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.hrsj-video-preview-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 999px;
    background: rgba(214, 31, 46, 0.9);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.hrsj-video-preview-duration {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    padding: 0.15rem 0.4rem;
    border-radius: 0.2rem;
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.4;
    pointer-events: none;
}
