/**
 * Ant Media Secure Video Plugin Styles
 * These styles can be overridden in your theme
 */

/* Video container wrapper */
.amsv-video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Error overlay container */
.amsv-error-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Error content wrapper */
.amsv-error-content {
    padding: 20px;
    max-width: 400px;
}

/* Error icon */
.amsv-error-icon {
    display: block;
    font-size: 48px;
    margin-bottom: 10px;
}

/* Error message text */
.amsv-error-message {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
