.wpvp-video-container {
    max-width: 100%;
    margin: 20px 0;
}

.wpvp-video-player {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    background: #000;
    border-radius: 4px;
}

.wpvp-video-player.wpvp-loading {
    opacity: 0.7;
}

.wpvp-video-player.wpvp-error {
    border: 2px solid #dc3232;
}

.wpvp-video-title {
    margin: 15px 0 10px 0;
    font-size: 1.5em;
    font-weight: 600;
}

.wpvp-video-description {
    margin-top: 10px;
    line-height: 1.6;
    color: #666;
}

/* Responsive video */
@media (max-width: 768px) {
    .wpvp-video-container {
        margin: 10px 0;
    }

    .wpvp-video-title {
        font-size: 1.2em;
    }
}
