.page-template-news-template .department-banner {min-height: 75vh;padding: calc(var(--header-height, 140px) + 48px) 8vw 160px;margin-bottom: 3rem;}
.page-template-news-template .department-banner__overlay {display: none;}
.page-template-news-template .department-banner + .dept-hero-overlap-section {margin-block: -120px 0;}
.news-template-main .dept-hero-overlap-card {padding-bottom: 50px;margin-bottom: 0;}
.news-template-content {margin-top: -80px;padding-bottom: 60px;width: 95%;margin-inline: auto;position: relative;z-index: 5;}
.news-template-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 30px;margin-bottom: 50px;}

.news-pagination-bar {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;gap: 20px;padding: 30px 0 60px;font-family: var(--font-family-tiktok);font-size: 14px;font-weight: 700;color: var(--color-dark-blue);letter-spacing: 0.5px;}
.news-pagination-links {display: flex;align-items: center;gap: 6px;flex-wrap: wrap;}
.news-pag-link {color: var(--color-dark-blue);text-decoration: none;transition: color 0.2s ease;}
.news-pag-link:hover:not(.news-pag-disabled) {color: var(--color-brown);text-decoration: underline;}
.news-pag-disabled {opacity: 0.45;cursor: not-allowed;}
.news-pag-numbers {display: inline-flex;align-items: center;gap: 4px;margin: 0 4px;}
.news-pag-num {color: var(--color-dark-blue);text-decoration: none;padding: 2px 4px;}
.news-pag-num.current {color: var(--color-dark-blue);text-decoration: underline;font-weight: 800;}
.news-pag-num:hover:not(.current) {color: var(--color-brown);}
.news-pag-sep {opacity: 0.4;font-weight: 400;}

.news-pagination-summary {display: flex;align-items: center;gap: 16px;}
.news-summary-text {font-weight: 700;letter-spacing: 1px;color: var(--color-dark-blue);font-size: 13px;}
.news-items-per-page-form {margin: 0;}
.news-items-per-page-select {padding: 6px 30px 6px 12px;border: 1px solid rgba(28, 56, 102, 0.25);border-radius: 8px;font-family: var(--font-family-tiktok);font-size: 13px;font-weight: 600;color: var(--color-dark-blue);background-color: var(--color-white);height: 36px;cursor: pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231c3866' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 10px center;background-size: 12px;}
.news-items-per-page-select:focus {outline: 2px solid var(--color-dark-blue);outline-offset: -1px;}

@media (max-width: 991px) {.news-template-grid {grid-template-columns: 1fr;}}
@media (max-width: 576px) {.news-pagination-bar {flex-direction: column;align-items: flex-start;gap: 16px;}.news-pagination-summary {width: 100%;justify-content: space-between;}}
