/* ============================================================================
   SHARED COMPONENT: pagination overrides (A9) — near-ubiquitous, BASE-LINKED — STRUCTURE tier
   Migrated 2026-07-05 (A-tail sweep). PHASE-A FIDELITY: verbatim relocation.
   ============================================================================ */
.page-link:hover {
    border-color: #875D2A;
    background-color: transparent;
    color: #875D2A;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: white;
    background-color: #875D2A;
    border-color: #875D2A;
}

.page-link {
    position: relative;
        color: #875D2A;
   }

.page-item:first-child a.page-link,
.page-item:last-child a.page-link {
    border-radius: 0;
}

a.page-link {
    background: transparent;
    border-color: #875D2A;
    border: 1px solid #DCD3BF;
    border-radius: 0;
    font-family: var(--font-body);
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    height: 56px;
    text-align: center;
    text-transform: uppercase;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item:first-child .page-link {
    background-color: #875D2A;
    color: #ffffff;
    border-radius:0px;
  
}

@media (max-width: 992px) {
a.page-link {
    font-size: 14px;
    height: 36px;
    width: 32px;
}

}
