.rrr-clasament-container {
    max-width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.rrr-clasament-table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background: transparent;
}


.rrr-clasament-table th,
.rrr-clasament-table td {
    padding: 12px;
    text-align: center;
    border: none;
}

.rrr-clasament-table th {
    font-weight: bold;
    background-color: #13264d;
    word-break: keep-all;
}

.rrr-clasament-table thead tr, .rrr-clasament-table tbody tr {
    border-bottom: 1px solid #0b6088; /* Adjust color as needed */
}

.rrr-clasament-table tbody tr:last-child {
    border-bottom: none;
}

.rrr-clasament-table .pilot-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.rrr-clasament-table .pilot-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: top;
}

.rrr-clasament-titlu {
    margin-bottom: 20px;
}

.rrr_clasament_buttons {
    justify-content: center;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.wpcf7 p{
    margin:0;
}

.stretch-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.bg-position-center {
    background-position: center;
}

.rrr-category-checkbox:checked {
    color: #13264d !important;
    border-color: #13264d !important;
    background-color: white !important;
}

.wpcf7 input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 0;
    position: relative;
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
    padding: 0;
    margin: 0 10px;
}


.wpcf7 input[type="radio"]::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
}

.wpcf7 input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: 0;
    position: relative;
}

.wpcf7 input[type="checkbox"]::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
}

.wpcf7 .wpcf7-list-item-label {
    vertical-align: middle;
}

#rrr-clasament-container {
    td, th {
        white-space: nowrap;
    }

    .pilot, .copilot {
        text-align: left;
    }
}

@media (max-width: 400px) {
    .logos {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    
    div.swiper-button-next, div.swiper-button-prev {
        display: none;
    }
    
    .home.page .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 6px;
    }
}

.wp-element-button {
    display: inline-block;
}
