.footer-contact-link-content a{
    color: #FFF;
}

.about-section a.padrao{
    color: #253242;
}
.diretoria h2{
    margin-top: 50px;
    font-size: 30px;
}

.car-listing .card-location .location-text{
    flex: 1;
    min-width: 0;
}

.car-listing .cor_promotor{
    display: block;
    width: 100%;
    height: 22px;
    margin-top: 8px;
    border-radius: 4px;
    background: #e10717;
}

.car-listing .promotor-eventos{
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 12px 0 16px;
    border-top: 1px solid rgba(37, 50, 66, .1);
    border-bottom: 1px solid rgba(37, 50, 66, .1);
}

.car-listing .promotor-eventos > i{
    margin-top: 4px;
    color: #e10717;
}

.car-listing .promotor-eventos-title{
    display: block;
    margin-bottom: 8px;
    color: #253242;
    font-weight: 700;
}

.car-listing .promotor-eventos-list{
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.car-listing .promotor-eventos-list li{
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 4px;
    background: #f6f7f8;
    color: #68717d;
    font-size: 14px;
    line-height: 1.2;
}

.car-listing .row.g-4 > [class*="col-"]:nth-child(6n+1) .cor_promotor{
    background: #e10717;
}

.car-listing .row.g-4 > [class*="col-"]:nth-child(6n+2) .cor_promotor{
    background: #253242;
}

.car-listing .row.g-4 > [class*="col-"]:nth-child(6n+3) .cor_promotor{
    background: #f2b705;
}

.car-listing .row.g-4 > [class*="col-"]:nth-child(6n+4) .cor_promotor{
    background: #1d9a6c;
}

.car-listing .row.g-4 > [class*="col-"]:nth-child(6n+5) .cor_promotor{
    background: #2563eb;
}

.car-listing .row.g-4 > [class*="col-"]:nth-child(6n) .cor_promotor{
    background: #7c3aed;
}

.calendario-table{
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.calendario-table thead th{
    padding: 16px;
    background: #253242;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.calendario-table tbody td{
    padding: 16px;
    color: #253242;
    font-weight: 500;
    vertical-align: middle;
}

.calendario-date{
    display: inline-flex;
    flex-direction: column;
    min-width: 110px;
    padding: 8px 10px;
    border-left: 4px solid #e10717;
    background: #f6f7f8;
    line-height: 1.1;
}

.calendario-date-days{
    color: #253242;
    font-size: 22px;
    font-weight: 800;
    white-space: nowrap;
}

.calendario-date-month{
    margin-top: 4px;
    color: #68717d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.calendario-date-month strong{
    margin-left: 6px;
    color: #e10717;
    font-weight: 800;
}

.promotor-tag{
    display: inline-block;
    min-width: 150px;
    padding: 7px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.promotor-tag-1{
    background: #e10717;
}

.promotor-tag-2{
    background: #253242;
}

.promotor-tag-3{
    background: #f2b705;
    color: #253242;
}

.promotor-tag-4{
    background: #1d9a6c;
}

.promotor-tag-5{
    background: #2563eb;
}

.promotor-tag-6{
    background: #7c3aed;
}

.campeonato-hero,
.campeonato-section{
    padding: 25px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}

.campeonato-cover{
    width: 100%;
    border-radius: 4px;
}

.campeonato-season{
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 4px;
    background: #e10717;
    color: #fff;
    font-weight: 800;
}

.campeonato-hero h2{
    margin-bottom: 15px;
    color: #253242;
    font-size: 34px;
    font-weight: 900;
}

.campeonato-meta{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.campeonato-meta > span{
    color: #68717d;
    font-weight: 700;
}

.campeonato-nav{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 25px 0;
}

.campeonato-nav a,
.campeonato-pdf-link,
.campeonato-actions a,
.campeonato-pdf-inline{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 4px;
    background: #253242;
    color: #fff;
    font-weight: 700;
}

.campeonato-nav a:hover,
.campeonato-pdf-link:hover,
.campeonato-actions a:hover,
.campeonato-pdf-inline:hover{
    background: #e10717;
    color: #fff;
}

.campeonato-section + .campeonato-section{
    margin-top: 25px;
}

.campeonato-section-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.campeonato-section-title h3,
.classification-card h4{
    margin: 0;
    color: #253242;
    font-weight: 800;
}

.campeonato-accordion .accordion-button{
    gap: 15px;
    color: #253242;
    font-weight: 800;
}

.campeonato-accordion .accordion-button strong{
    color: #68717d;
    font-size: 15px;
}

.campeonato-table{
    margin-bottom: 0;
}

.campeonato-table thead th{
    background: #253242;
    color: #fff;
    white-space: nowrap;
}

.campeonato-table td,
.campeonato-table th{
    padding: 12px;
    vertical-align: middle;
}

.campeonato-row-number{
    width: 55px;
    font-weight: 800;
}

.campeonato-actions{
    text-align: right;
    white-space: nowrap;
}

.campeonato-actions a + a{
    margin-left: 8px;
}

.classification-card{
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(37, 50, 66, .12);
    border-radius: 4px;
}

.classification-row{
    display: grid;
    grid-template-columns: 46px 1fr 72px;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(37, 50, 66, .1);
}

.classification-row:last-child{
    border-bottom: 0;
}

.classification-row > span,
.campeonato-number{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #e10717;
    color: #fff;
    font-weight: 800;
}

.classification-row small,
.campeonato-classificacao-table small{
    display: block;
    margin-top: 4px;
    color: #68717d;
    font-weight: 600;
}

.classification-row b{
    color: #253242;
    text-align: right;
    white-space: nowrap;
}

.campeonato-classificacao-table td:not(:nth-child(4)),
.campeonato-classificacao-table th:not(:nth-child(4)){
    text-align: center;
}

@media (max-width: 767px){
    .campeonato-hero h2{
        font-size: 26px;
    }

    .campeonato-actions{
        text-align: left;
    }
}
