.bunny-video-block {
    margin: 20px 0;
}

.bunny-video-container {
    width: 100%;
    max-width: 100%;
}

.bunny-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.bunny-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bunny-video-title {
    margin: 12px 0 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
    line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bunny-video-block {
        margin: 15px 0;
    }

    .bunny-video-title {
        font-size: 14px;
        margin-top: 10px;
    }
}

/* Alignment support */
.bunny-video-block.alignwide {
    max-width: var(--wp--style--global--wide-size, 100%);
}

.bunny-video-block.alignfull {
    max-width: 100%;
}

.bunny-video-block.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
