.rutube-shorts-embed {
    position: relative;
    width: 100%;
    max-width: 315px;
    aspect-ratio: 315 / 507;
    overflow: hidden;
    background: #000;
}

.rutube-shorts-iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.rutube-shorts-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}

.rutube-shorts-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.rutube-shorts-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
