.series-main-container {
    width: 100%;
    height: auto;
}

.table-container table > thead:has(tr:nth-child(2)) tr:first-child th {
    background: transparent !important;
    color: black;
}

.nav-tabs .nav-link {
    color: var(--secondary-color);
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    font-size: clamp(.9rem, 2.4vw, 1.1rem);
}

.nav-tabs .nav-link.active {
    background-color: #004d66;
    color: white;
}
.tab-content {
    border-radius: 0 0 8px 8px;
    padding: 20px;
}

.tab-item > div:first {
    width: 55% !important;
}

.tab-item > div:last-child {
    flex: 1;
}

.serie-overview-serie-info {
    font-size: .9rem;
    margin: 0 !important;
    padding: 0 !important;
}