body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    border-radius: 12px;
}

.live-badge {
    background-color: #28a745;
    color: white;
    font-size: 0.8rem;
}

.ended-badge {
    background-color: #6c757d;
    color: white;
    font-size: 0.8rem;
}

.voks-header {
    background: #0d6efd;
    color: white;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.end-btn {
    background: #dc3545;
    border: none;
}
.end-btn:hover {
    background: #bb2d3b;
}