.afhto-rl-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
    margin-bottom: 25px;
}

.afhto-rl-controls label span {
    margin-right: 6px;
    font-weight: 700;
    color: #00476b;
}

.afhto-rl-controls input[type="search"],
.afhto-rl-controls select {
    max-width: 280px;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    border-radius: 50px;
    font-size: 18px;
}

.afhto-rl-table-wrap {
    overflow-x: auto;
}

.afhto-rl-resources-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.afhto-rl-resources-table th,
.afhto-rl-resources-table td {
    padding: 8px 10px;
}

.afhto-rl-resources-table thead {
    border-bottom: solid 3px #cdcdcd;
}

.afhto-rl-resources-table thead th {
    color: #37bbe1;
}

.afhto-rl-resources-table thead th[data-sortable="1"]:hover {
    color: #bb599e;
}

.afhto-rl-resources-table tbody tr:nth-child(even) {
    border-bottom: solid 2px #d3f3fc;
}

.afhto-rl-resources-table tbody tr:nth-child(odd) {
    border-bottom: solid 2px #f4e3ff;
}

.afhto-rl-resources-table a {
    color: #00476b;
    text-decoration: none;
}

.afhto-rl-resources-table a:hover {
    color: #5e9aca;
    text-decoration: underline;
}

.afhto-rl-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.afhto-rl-table-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.afhto-rl-visible-count {
    color: #00476b;
    font-weight: 700;
    font-size: 16px;
}

.afhto-rl-pagination button {
    border: 0;
    background: transparent;
    font-size: 19px;
    padding: 4px 8px;
}

.afhto-rl-pagination button:hover {
    cursor: pointer;
}

.afhto-rl-pagination .afhto-page-num {
    color: #00476b;
}

.afhto-rl-pagination .afhto-page-num:hover {
    color: #bb599e;
}

.afhto-rl-pagination .afhto-page-num.is-active {
    background-color: #37bbe1;
    font-weight: 600;
    color: #fff;
}

.afhto-rl-pagination .afhto-page-btn {
    font-size: 21px;
    line-height: 1;
    color: #37bbe1;
}

.afhto-rl-pagination .afhto-page-btn:hover {
    color: #936dac;
}

.afhto-rl-pagination .is-disabled {
    opacity: 0.5;
}

@media (max-width: 767px) {
    .afhto-rl-controls {
        gap: 18px;
    }

    .afhto-rl-controls input[type="search"],
    .afhto-rl-controls select {
        width: 100%;
        max-width: none;
        font-size: 16px;
    }

    .afhto-rl-controls label {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .afhto-rl-controls label span {
        margin-right: 0;
    }

    .afhto-rl-table-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
