.table-sober {
    border-collapse: separate;
    border-spacing: 0 4px;
}

.table-sober thead th {
    font-family: system-ui, -apple-system, sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    border: none !important;
    padding: 1rem !important;
}

.table-sober td {
    font-family: system-ui, -apple-system, sans-serif !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: none !important;
    padding: 1rem !important;
    color: #ffffff !important;
    font-style: normal !important;
}

.table-sober tr td:first-child { border-radius: 8px 0 0 8px; }
.table-sober tr td:last-child { border-radius: 0 8px 8px 0; }

.table-sober .text-secondary {
    font-family: system-ui, -apple-system, sans-serif !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.8rem;
}

.table-sober .text-success {
    font-family: system-ui, -apple-system, sans-serif !important;
    color: var(--accent-green) !important;
    font-weight: 600;
}
