.be-clinic-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin: 28px auto 10px;
    max-width: 1400px;
    padding: 0;
}

.be-clinic-pagination a,
.be-clinic-pagination .current,
.be-clinic-pagination .dots {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d7e0ee;
    border-radius: 12px;
    box-sizing: border-box;
    color: #111827;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    min-width: 42px;
    padding: 0 14px;
    text-decoration: none;
    transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}

.be-clinic-pagination .page-numbers:not(.prev):not(.next):not(.dots) {
    min-width: 44px;
    padding: 0;
    width: 44px;
}

.be-clinic-pagination .current {
    background: #2f6df6;
    border-color: #2f6df6;
    box-shadow: 0 10px 22px rgba(47, 109, 246, .24);
    color: #fff;
}

.be-clinic-pagination a:hover,
.be-clinic-pagination a:focus-visible {
    background: #f4f7ff;
    border-color: #2f6df6;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .08);
    color: #164ecb;
    outline: none;
    transform: translateY(-1px);
}

.be-clinic-pagination .dots {
    background: transparent;
    border-color: transparent;
    color: #6b7280;
    min-width: 24px;
    padding: 0 2px;
}

.be-clinic-pagination .prev,
.be-clinic-pagination .next {
    padding: 0 18px;
}
