/**
 * Processing Overlay — R18
 * Substitui HTML/CSS inline hardcoded (Q-2)
 */

.hmvip-video-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.hmvip-processing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 8px;
    z-index: 10;
}

.hmvip-processing-overlay__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.hmvip-processing-overlay__subtitle {
    font-size: 14px;
    opacity: 0.8;
}
