/* Bunny Video Block Frontend Styles */

.bunny-video-block {
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
}

.bunny-video-block .bunny-player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #000;
}

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

.bunny-video-block-placeholder {
    padding: 40px;
    text-align: center;
    background: #f9f9f9;
    border: 2px dashed #ddd;
    border-radius: 4px;
    color: #999;
    font-size: 14px;
}
