#livestream-section {
    display: none;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 1;
}

#livestream-section.visible {
    opacity: 1;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 20px;
}

iframe {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} 
