.ranking-table {
    text-align: center;
}

.ranking-table thead td {
    background-color: var(--bs-secondary-color);
    color: var(--bs-secondary-sub-color);
    font-weight: bold;
}

.ddl-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center;
    border-bottom: 3px solid var(--bs-sub-color);
    padding-bottom: 16px;
}

.ddl-row .dropdown button {
    border: 1px solid #c2c1c1;
    color: var(--bs-base-color);
    width: 100%;
}

.dropdown-item {
    text-align: center;
}

.dropdown-item:active {
    background-color: var(--bs-base-color);
    color: white;
}
