.acqpub-archive,.acqpub-single {
    max-width:1180px;
    margin-inline:auto
}
.acqpub-intro {
    max-width:760px;
    line-height:1.65
}
.acqpub-count {
    font-weight:700;
    color:#245777
}
.acqpub-filters {
    display:flex;
    gap:16px;
    align-items:end;
    flex-wrap:wrap;
    margin:26px 0 38px;
    padding:20px;
    background:#f1f6f7;
    border:1px solid #dae7e9;
    border-radius:10px
}
.acqpub-filters label {
    display:grid;
    gap:6px;
    min-width:210px
}
.acqpub-filters select,.acqpub-filters input {
    min-height:42px;
    border:1px solid #9bb6c0;
    border-radius:5px;
    padding:7px 10px
}
.acqpub-filters button {
    min-height:42px;
    border:0;
    border-radius:5px;
    padding:8px 20px;
    background:#14547a;
    color:#fff;
    cursor:pointer
}
.acqpub-group {
    margin:38px 0 52px
}
.acqpub-group h2 {
    padding-bottom:10px;
    border-bottom:2px solid #abc7cb
}
.acqpub-grid {
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(min(100%,270px),1fr));
    gap:20px
}
.acqpub-card {
    overflow:hidden;
    border:1px solid #dbe5e8;
    border-radius:9px;
    background:#fff;
    box-shadow:0 4px 16px rgba(20,55,70,.05)
}
.acqpub-image img {
    display:block;
    width:100%;
    height:190px;
    object-fit:cover
}
.acqpub-card-body {
    padding:18px
}
.acqpub-card h3 {
    margin:6px 0;
    font-size:1.2rem
}
.acqpub-eyebrow {
    color:#23637a;
    font-size:.86rem;
    font-weight:700
}
.acqpub-place {
    color:#52636a
}
.acqpub-pages {
    display:flex;
    gap:8px;
    flex-wrap:wrap
}
.acqpub-pages a {
    padding:6px 12px;
    border:1px solid #abc7cb;
    border-radius:4px
}
.acqpub-pages [aria-current=page] {
    background:#14547a;
    color:white
}
.acqpub-facts {
    display:flex;
    gap:4px 26px;
    flex-wrap:wrap;
    margin:10px 0 28px;
    padding:14px 20px;
    border-left:4px solid #247189;
    background:#f1f6f7
}
.acqpub-facts p {
    margin:5px 0
}
.acqpub-books,.acqpub-materials {
    margin:40px 0;
    padding-top:12px;
    border-top:1px solid #dbe5e8
}
.acqpub-source,.acqpub-return {
    margin-top:24px
}
