
.enhanced-rtmp-container {
    position: relative;
    margin: 1rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stream-status {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    background: rgba(0,0,0,0.7);
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

.stream-status.live {
    background: #f44336;
}

.video-js {
    background: #000;
}
