.subhomepage-page {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.subhomepage-page .subpage-main {
    flex: 1 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    min-height: 0;
    margin-top: 0;
    padding: 0.35rem 1rem 2.25rem;
    box-sizing: border-box;
}

@supports not (position: sticky) {
    .subhomepage-page .subpage-main {
        margin-top: var(--main-navbar-height);
    }
}

.subhomepage-page .subpage-blank {
    text-align: center;
    color: #4a1717;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.subhomepage-page .subpage-header-block {
    position: static !important;
    top: auto !important;
    z-index: auto;
    margin: 0.75rem 0 0.65rem;
    padding: 0;
    text-align: center;
    background: transparent !important;
}

.subhomepage-page .subpage-main .subpage-blank.container {
    width: 100%;
    max-width: 100% !important;
    min-height: 0;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.subhomepage-page .subpage-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.85rem;
    margin-top: 0 !important;
    margin-bottom: 0.7rem;
    border-radius: 999px;
    background: rgba(74, 23, 23, 0.1);
    color: #6c2525;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.subhomepage-page .subpage-title {
    margin: 0 !important;
    color: #4a1717;
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
    font-weight: 800;
    line-height: 1.2;
}

.subhomepage-page .subpage-subtitle {
    margin: 0.65rem auto 0;
    color: #6b4a4a;
    font-size: clamp(0.92rem, 1.4vw, 1.04rem);
    line-height: 1.65;
}

.subhomepage-page .subpage-content-list {
    margin-top: 1.1rem;
    display: flex;
    text-align: left;
}

.subhomepage-page .subpage-content-card {
    padding: 0;
    border-radius: 0.9rem;
    background: #fff;
    border: 1px solid rgba(74, 23, 23, 0.12);
    box-shadow: 0 10px 24px rgba(74, 23, 23, 0.08);
    overflow: hidden;
}

.subhomepage-page .subpage-section-head {
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #fff9ea 0%, #fff 100%);
    border-bottom: 1px solid rgba(74, 23, 23, 0.12);
}

.subhomepage-page .subpage-file-count {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #4a1717;
    font-weight: 700;
}

.subhomepage-page .subpage-empty-content,
.subhomepage-page .subpage-empty-state {
    color: #6b4a4a;
    border-radius: 0.75rem;
    font-weight: 600;
}

.subhomepage-page .subpage-content-title {
    margin: 0;
    color: #4a1717;
    font-size: 1.08rem;
    font-weight: 700;
}

.subhomepage-page .subpage-content-body {
    padding: 1rem;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.72;
    overflow: hidden;
}

.subhomepage-page .cms-content .faq-page-area {
    margin: 0 !important;
}

.subhomepage-page .cms-content .faq-page-area > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.subhomepage-page .cms-content [style*="margin-top: -"] {
    margin-top: 0 !important;
}

.subhomepage-page .cms-content [style*="margin-left: -"] {
    margin-left: 0 !important;
}

.subhomepage-page .cms-content [style*="margin-right: -"] {
    margin-right: 0 !important;
}

.subhomepage-page .cms-content :is(p, ul, ol, table, .table-responsive, .alert, .card, .accordion, .carousel) {
    margin-bottom: 1rem;
}

.subhomepage-page .cms-content :is(.alert, .card, .accordion, .carousel, .table-responsive, blockquote, pre) {
    border: 1px solid rgba(74, 23, 23, 0.14);
    border-radius: 0.75rem;
    background: #fffdfa;
    box-shadow: 0 6px 14px rgba(74, 23, 23, 0.06);
    overflow: hidden;
}

.subhomepage-page .cms-content .card {
    padding: 0.75rem;
}

.subhomepage-page .cms-content :is(ul, ol) {
    padding-left: 1.25rem;
}

.subhomepage-page .cms-content .table {
    --bs-table-bg: #fff;
    margin-bottom: 0;
}

.subhomepage-page .cms-content table {
    width: 100% !important;
    max-width: 100% !important;
}

.subhomepage-page .cms-content table td,
.subhomepage-page .cms-content table th {
    word-break: break-word;
}

.subhomepage-page .cms-content table {
    border-collapse: separate;
    border-spacing: 0;
}

.subhomepage-page .cms-content .faq-items {
    margin-bottom: 1rem;
    border: 1px solid rgba(74, 23, 23, 0.14);
    border-radius: 0.75rem;
    background: #fffdfa;
    padding: 0.75rem;
}

.subhomepage-page .cms-content .faq-item + .faq-item {
    margin-top: 0.6rem;
}

.subhomepage-page .cms-content .faq-title .accordion-button {
    border-radius: 0.65rem;
    border: 1px solid rgba(74, 23, 23, 0.14);
    background: #fff9ee;
    color: #4a1717;
    font-weight: 700;
}

.subhomepage-page .cms-content .faq-title .accordion-button:not(.collapsed) {
    background: #f8edd2;
}

.subhomepage-page .cms-content .faq-body {
    margin-top: 0.35rem;
    border: 1px solid rgba(74, 23, 23, 0.12);
    border-radius: 0.65rem;
    background: #fff;
    padding: 0.75rem 0.85rem;
}

.subhomepage-page .cms-content .kmc-tabs-card {
    margin-bottom: 1rem;
    border: 1px solid rgba(74, 23, 23, 0.14);
    border-radius: 0.75rem;
    background: #fffdfa;
    box-shadow: 0 8px 16px rgba(74, 23, 23, 0.06);
    overflow: hidden;
}

.subhomepage-page .cms-content .kmc-content-tabs {
    padding: 0.55rem 0.55rem 0;
    border-bottom: 1px solid rgba(74, 23, 23, 0.12);
    gap: 0.35rem;
    flex-wrap: wrap;
}

.subhomepage-page .cms-content .kmc-content-tabs .nav-link {
    border: 1px solid rgba(74, 23, 23, 0.18);
    border-bottom: 0;
    border-top-left-radius: 0.65rem;
    border-top-right-radius: 0.65rem;
    color: #4a1717;
    background: #fdf6e2;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.55rem 0.8rem;
}

.subhomepage-page .cms-content .kmc-content-tabs .nav-link.active,
.subhomepage-page .cms-content .kmc-content-tabs .nav-link:focus,
.subhomepage-page .cms-content .kmc-content-tabs .nav-link:hover {
    color: #4a1717;
    background: #fff;
    border-color: rgba(74, 23, 23, 0.22);
}

.subhomepage-page .cms-content .kmc-content-tabpanes {
    padding: 0.85rem;
    background: #fff;
}

.subhomepage-page .cms-content .carousel img {
    border-radius: 0.7rem;
}

.subhomepage-page .cms-content img,
.subhomepage-page .cms-content iframe,
.subhomepage-page .cms-content video {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 0.7rem;
}

.subhomepage-page .cms-content img {
    border: 1px solid rgba(74, 23, 23, 0.16);
    background: #fff;
    padding: 0.35rem;
    margin: 0.45rem auto 0.9rem;
    box-shadow: 0 6px 14px rgba(74, 23, 23, 0.06);
}

.subhomepage-page .cms-content :is(iframe, embed, object) {
    width: 100%;
    min-height: 460px;
    border: 1px solid rgba(74, 23, 23, 0.15);
    background: #fff;
    box-shadow: 0 8px 18px rgba(74, 23, 23, 0.07);
    margin: 0.55rem 0 1rem;
}

.subhomepage-page .cms-content a[href$=".pdf"],
.subhomepage-page .cms-content a[href*=".pdf?"] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.8rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(74, 23, 23, 0.18);
    background: #fff3cd;
    color: #4a1717;
    font-weight: 700;
    text-decoration: none;
    margin: 0.25rem 0.45rem 0.5rem 0;
}

.subhomepage-page .cms-content a[href$=".pdf"]:hover,
.subhomepage-page .cms-content a[href*=".pdf?"]:hover {
    filter: brightness(0.98);
}

.subhomepage-page .cms-content a[href$=".pdf"]::before,
.subhomepage-page .cms-content a[href*=".pdf?"]::before {
    content: "PDF";
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 0.12rem 0.38rem;
    border-radius: 999px;
    background: rgba(74, 23, 23, 0.14);
}

.subhomepage-page .subpage-downloads {
    margin-top: 0.35rem;
    padding: 0 1rem 1rem;
    border-top: 1px solid rgba(74, 23, 23, 0.14);
}

.subhomepage-page .subpage-downloads-title {
    margin: 0.8rem 0 0.7rem;
    color: #4a1717;
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.subhomepage-page .subpage-download-accordion .accordion-item {
    border: 1px solid rgba(74, 23, 23, 0.12);
    border-radius: 0.7rem;
    overflow: hidden;
    background: #fffdfa;
}

.subhomepage-page .subpage-download-accordion .accordion-item + .accordion-item {
    margin-top: 0.6rem;
}

.subhomepage-page .subpage-download-accordion .accordion-button {
    color: #4a1717;
    background: #fff9ee;
    font-weight: 700;
    font-size: 0.88rem;
    box-shadow: none;
}

.subhomepage-page .subpage-download-accordion .accordion-button:not(.collapsed) {
    color: #4a1717;
    background: #f8edd2;
}

.subhomepage-page .subpage-download-accordion .accordion-body {
    padding: 0.85rem;
}

.subhomepage-page .subpage-download-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 290px));
    justify-content: start;
    gap: 0.65rem;
}

.subhomepage-page .subpage-download-btn,
.subhomepage-page .subpage-external-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: min(100%, 290px);
    min-height: 42px;
    padding: 0.6rem 0.85rem;
    border-radius: 0.65rem;
    background: #f8d97a;
    color: #4a1717;
    text-decoration: none;
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
    transition: transform 0.2s ease, filter 0.2s ease;
    box-sizing: border-box;
    justify-self: stretch;
}

.subhomepage-page .subpage-download-btn:hover,
.subhomepage-page .subpage-download-btn:focus,
.subhomepage-page .subpage-external-link:hover,
.subhomepage-page .subpage-external-link:focus {
    color: #4a1717;
    filter: brightness(0.98);
    transform: translateY(-1px);
}

.subhomepage-page .subpage-download-btn.is-video {
    background: #fdd8a7;
}

.subhomepage-page .subpage-file-ext {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.45rem;
    padding: 0.1rem 0.35rem;
    border-radius: 999px;
    background: rgba(74, 23, 23, 0.14);
    font-size: 0.68rem;
    letter-spacing: 0.04em;
}

.subhomepage-page .subpage-image-card {
    padding: 0.55rem;
    border: 1px solid rgba(74, 23, 23, 0.14);
    border-radius: 0.65rem;
    background: #fffdfa;
    text-align: center;
}

.subhomepage-page .subpage-image-card img {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.5rem;
}

.subhomepage-page .subpage-image-card p {
    margin: 0.45rem 0 0;
    color: #4a1717;
    font-size: 0.82rem;
    font-weight: 700;
}

.subhomepage-page .subpage-coming-soon {
    margin: 2.2rem auto 0;
    padding: 1.5rem 1rem 1.25rem;
    max-width: 410px;
    border: 1px solid rgba(74, 23, 23, 0.14);
    border-radius: 0.85rem;
    background: linear-gradient(145deg, #fffdfa 0%, #fff6df 100%);
    text-align: center;
    box-shadow: 0 10px 18px rgba(74, 23, 23, 0.08);
}

.subhomepage-page .subpage-coming-soon-icon {
    display: inline-block;
    color: #8c5a16;
    font-size: clamp(2.8rem, 6.2vw, 3.8rem);
    margin-bottom: 0.6rem;
}

.subhomepage-page .subpage-coming-soon-text {
    color: #5d2f2f;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.department-inner-page .department-page-shell {
    margin-top: 1rem;
    text-align: left;
}

.department-inner-page .department-hero-card,
.department-inner-page .department-content-panel {
    border: 1px solid rgba(74, 23, 23, 0.12);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 14px 32px rgba(74, 23, 23, 0.08);
}

.department-inner-page .department-hero-card {
    padding: 1.3rem;
    background:
        radial-gradient(circle at top right, rgba(248, 217, 122, 0.34), transparent 34%),
        linear-gradient(135deg, #fffaf0 0%, #ffffff 55%, #fff6dc 100%);
}

.department-inner-page .department-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(74, 23, 23, 0.08);
    color: #7d3f17;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.department-inner-page .department-hero-copy h2 {
    margin: 0.95rem 0 0.7rem;
    color: #4a1717;
    font-size: clamp(1.6rem, 2.7vw, 2.35rem);
    font-weight: 800;
}

.department-inner-page .department-hero-copy p {
    max-width: 58ch;
    margin: 0;
    color: #6a4c4c;
    font-size: 0.98rem;
    line-height: 1.78;
}

.department-inner-page .department-stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.8rem;
    margin-top: 1.2rem;
}

.department-inner-page .department-stat-card {
    padding: 0.95rem 0.85rem;
    border: 1px solid rgba(74, 23, 23, 0.12);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.76);
}

.department-inner-page .department-stat-value,
.department-inner-page .department-stat-label {
    display: block;
}

.department-inner-page .department-stat-value {
    color: #4a1717;
    font-size: 1.4rem;
    font-weight: 800;
}

.department-inner-page .department-stat-label {
    color: #7b5c5c;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.department-inner-page .department-hero-visual {
    height: 100%;
    min-height: 250px;
}

.department-inner-page .department-hero-visual img,
.department-inner-page .department-hero-fallback {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 1rem;
}

.department-inner-page .department-hero-visual img {
    object-fit: cover;
    border: 1px solid rgba(74, 23, 23, 0.12);
    box-shadow: 0 12px 26px rgba(74, 23, 23, 0.12);
}

.department-inner-page .department-hero-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    background: linear-gradient(145deg, #fdf1cd 0%, #f9df8d 100%);
    color: #5a2417;
    border: 1px dashed rgba(74, 23, 23, 0.18);
}

.department-inner-page .department-hero-fallback i {
    font-size: 3rem;
}

.department-inner-page .department-hero-fallback span {
    font-size: 1.15rem;
    font-weight: 800;
    text-align: center;
}

.department-inner-page .department-content-panel {
    margin-top: 1.15rem;
    overflow: hidden;
}

.department-inner-page .department-tab-list {
    gap: 0.65rem;
    padding: 1rem 1rem 0;
    border-bottom: 1px solid rgba(74, 23, 23, 0.1);
    background: linear-gradient(180deg, #fff9ee 0%, #fff 100%);
}

.department-inner-page .department-tab-list .nav-link {
    border-radius: 999px;
    padding: 0.65rem 1rem;
    color: #5f2a2a;
    background: #fff4d6;
    border: 1px solid rgba(74, 23, 23, 0.12);
    font-size: 0.88rem;
    font-weight: 800;
}

.department-inner-page .department-tab-list .nav-link.active,
.department-inner-page .department-tab-list .nav-link:hover,
.department-inner-page .department-tab-list .nav-link:focus {
    color: #fff;
    background: linear-gradient(135deg, #5f1f1f 0%, #8a4f1a 100%);
    border-color: transparent;
}

.department-inner-page .department-tab-content {
    padding: 1rem;
}

.department-inner-page .department-faculty-grid,
.department-inner-page .department-gallery-grid,
.department-inner-page .department-resource-grid {
    display: grid;
    gap: 1rem;
}

.department-inner-page .department-faculty-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.department-inner-page .department-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.department-inner-page .department-resource-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.department-inner-page .department-faculty-card,
.department-inner-page .department-gallery-card,
.department-inner-page .department-resource-card,
.department-inner-page .department-empty-state {
    border: 1px solid rgba(74, 23, 23, 0.12);
    border-radius: 0.95rem;
    background: #fffdfa;
    box-shadow: 0 10px 24px rgba(74, 23, 23, 0.06);
}

.department-inner-page .department-faculty-card {
    overflow: hidden;
}

.department-inner-page .department-faculty-photo-wrap {
    padding: 1rem 1rem 0;
}

.department-inner-page .department-faculty-photo {
    width: 100%;
    aspect-ratio: 4 / 4.2;
    object-fit: cover;
    border-radius: 0.9rem;
    border: 1px solid rgba(74, 23, 23, 0.12);
    background: #fff;
}

.department-inner-page .department-faculty-photo-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #fff5d8 0%, #f4dcc9 100%);
    color: #8a4f1a;
    font-size: 2.3rem;
}

.department-inner-page .department-faculty-body {
    padding: 1rem;
}

.department-inner-page .department-faculty-body h3,
.department-inner-page .department-resource-card h3 {
    margin: 0;
    color: #4a1717;
    font-size: 1.04rem;
    font-weight: 800;
}

.department-inner-page .department-faculty-meta {
    margin: 0.35rem 0 0.9rem;
    color: #846363;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.department-inner-page .department-action-btn,
.department-inner-page .department-resource-links a,
.department-inner-page .department-inline-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-decoration: none;
}

.department-inner-page .department-action-btn {
    padding: 0.62rem 0.88rem;
    border-radius: 0.7rem;
    background: #f8d97a;
    color: #4a1717;
    font-size: 0.86rem;
    font-weight: 800;
}

.department-inner-page .department-action-btn:hover,
.department-inner-page .department-action-btn:focus {
    color: #4a1717;
    filter: brightness(0.98);
}

.department-inner-page .department-faculty-research {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(74, 23, 23, 0.1);
}

.department-inner-page .department-faculty-research h4 {
    margin: 0 0 0.65rem;
    color: #5f2a2a;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.department-inner-page .department-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.department-inner-page .department-inline-list a,
.department-inner-page .department-inline-list li {
    padding: 0.42rem 0.68rem;
    border-radius: 999px;
    background: #fff2c6;
    color: #5c3321;
    font-size: 0.8rem;
    font-weight: 700;
}

.department-inner-page .department-gallery-card {
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
}

.department-inner-page .department-gallery-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.department-inner-page .department-gallery-card span {
    display: block;
    padding: 0.85rem 0.9rem 0.95rem;
    color: #4a1717;
    font-size: 0.84rem;
    font-weight: 700;
}

.department-inner-page .department-resource-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 1rem;
}

.department-inner-page .department-resource-tag {
    display: inline-flex;
    margin-bottom: 0.65rem;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    background: rgba(74, 23, 23, 0.08);
    color: #7b4a1c;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.department-inner-page .department-resource-links {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.department-inner-page .department-resource-links a {
    justify-content: center;
    padding: 0.7rem 0.85rem;
    border-radius: 0.7rem;
    background: #f8d97a;
    color: #4a1717;
    font-size: 0.84rem;
    font-weight: 800;
}

.department-inner-page .department-resource-empty {
    color: #826060;
    font-size: 0.88rem;
}

.department-inner-page .department-research-stack {
    display: grid;
    gap: 1rem;
    margin-top: 1.15rem;
}

.department-inner-page .department-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    min-height: 220px;
    padding: 1.3rem;
    text-align: center;
    color: #6f4a4a;
}

.department-inner-page .department-empty-state i {
    color: #8a4f1a;
    font-size: 2.3rem;
}

.subhomepage-page .subpage-external-link {
    margin-top: 0.35rem;
    background: #f8d97a;
}

.subhomepage-page .site-footer {
    margin-top: auto;
}

.subhomepage-page .utility-erp-pill,
.subhomepage-page .utility-home-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 34px;
    padding: 0.38rem 0.72rem;
    font-size: 0.74rem;
    font-weight: 700;
}

.subhomepage-page .utility-erp-pill {
    background: #f8d97a;
    color: #4a1717;
}

.subhomepage-page .utility-home-pill {
    background: #275f9b;
    color: #fff;
}

.subhomepage-page .utility-erp-pill i,
.subhomepage-page .utility-home-pill i {
    color: inherit;
}

.subhomepage-page .utility-erp-pill:hover,
.subhomepage-page .utility-erp-pill:focus,
.subhomepage-page .utility-home-pill:hover,
.subhomepage-page .utility-home-pill:focus {
    filter: brightness(0.98);
}

.subhomepage-page .utility-erp-pill:hover,
.subhomepage-page .utility-erp-pill:focus {
    color: #3b1212;
}

.subhomepage-page .utility-home-pill:hover,
.subhomepage-page .utility-home-pill:focus {
    color: #fff;
}

.subhomepage-page .subpage-research-card .subpage-content-body {
    display: grid;
    gap: 1rem;
}

.subhomepage-page .subpage-research-filter-form {
    display: grid;
    gap: 1rem;
}

.subhomepage-page .subpage-data-table-tools,
.subhomepage-page .subpage-data-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.9rem;
}

.subhomepage-page .subpage-data-table-footer {
    margin-top: 0.9rem;
    margin-bottom: 0;
}

.subhomepage-page .subpage-data-table-tools-group,
.subhomepage-page .subpage-data-table-pager {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.subhomepage-page .subpage-data-table-page-status,
.subhomepage-page .subpage-data-table-info {
    color: #6a5547;
    font-size: 0.92rem;
}

@media (max-width: 991.98px) {
    .subhomepage-page .subpage-header-block {
        top: auto !important;
        margin-top: 0.6rem;
        margin-bottom: 0.5rem;
    }

    .subhomepage-page .subpage-main {
        min-height: calc(100vh - 180px);
        min-height: calc(100svh - 180px);
        min-height: calc(100dvh - 180px);
        margin-top: 0;
        padding-top: 0;
    }

    .subhomepage-page .subpage-section-head,
    .subhomepage-page .subpage-content-body,
    .subhomepage-page .subpage-downloads {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .subhomepage-page .utility-right-tools {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
        white-space: normal;
        overflow-x: visible;
    }

    .subhomepage-page .cms-content :is(iframe, embed, object) {
        min-height: 340px;
    }

    .department-inner-page .department-hero-card,
    .department-inner-page .department-tab-content {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .department-inner-page .department-tab-list {
        padding: 0.9rem 0.9rem 0;
    }

    .subhomepage-page .subpage-data-table-tools,
    .subhomepage-page .subpage-data-table-footer {
        align-items: stretch;
    }
}
