.cabecalho-times {
    padding: 40px 0 32px;
    border-bottom: 1px solid #D0D0E0;
    background-color: #EAEAF0;
}

.barra-busca {
    background-color: #EAEAF0;
    border-bottom: 1px solid #D0D0E0;
    padding: 16px 0;
    position: sticky;
    top: 64px;
    z-index: 100;
}

.card-time {
    background-color: #FFFFFF;
    border: 1px solid #D0D0E0;
    border-radius: 12px;
    padding: 20px 12px 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: inherit;
    height: 100%;
}

.card-time:hover {
    background-color: #F0F0F7;
    color: inherit;
    text-decoration: none;
}

.card-time .escudo-wrapper {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F8;
    border-radius: 10px;
    border: 1px solid #D0D0E0;
    padding: 8px;
}

.card-time .time-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-time .time-logo-placeholder {
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #F75C03;
}

.card-time .time-nome {
    font-family: 'Oswald', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1A1A2E;
    line-height: 1.2;
}

.card-time .time-cidade {
    font-size: 0.72rem;
    color: #888899;
}

.contador-times {
    font-size: 0.85rem;
    color: #555570;
    margin-bottom: 20px;
}