/* DWU PDMIS — shared site footer (all pages). Dark slate, never inherit page theme. */

.site-footer,
body.app-shell .site-footer,
body.app-shell.campus-admin-theme .site-footer,
body.app-shell.director-theme .site-footer {
    background: #2c333d !important;
    background-image: none !important;
    border-top: 3px solid #17a2b8 !important;
    color: #b8bec6 !important;
    padding: 36px 28px 40px;
    width: 100%;
    flex-shrink: 0;
    margin-top: auto;
}

.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.footer-col {
    text-align: center;
}

.footer-col h3,
body.app-shell .site-footer h3,
body.app-shell.campus-admin-theme .site-footer h3,
body.app-shell.campus-admin-theme .site-footer .footer-col h3,
body.app-shell.director-theme .site-footer h3 {
    color: #ffffff !important;
    font-family: var(--font-heading), "IBM Plex Sans", sans-serif;
    font-size: 15px;
    font-weight: 650;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}

.footer-col p,
body.app-shell .site-footer .footer-col p,
body.app-shell.campus-admin-theme .site-footer .footer-col p,
body.app-shell.director-theme .site-footer .footer-col p {
    font-size: 13px;
    line-height: 1.65;
    color: #b8bec6 !important;
    margin: 0;
}

.footer-col a,
body.app-shell .site-footer a,
body.app-shell.campus-admin-theme .site-footer a,
body.app-shell.director-theme .site-footer a {
    color: #3498db !important;
    text-decoration: none;
}

.footer-col a:hover,
body.app-shell .site-footer a:hover,
body.app-shell.campus-admin-theme .site-footer a:hover,
body.app-shell.director-theme .site-footer a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer-contact-line,
body.app-shell .site-footer .footer-contact-line,
body.app-shell.campus-admin-theme .site-footer .footer-contact-line,
body.app-shell.director-theme .site-footer .footer-contact-line {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.65;
    color: #b8bec6 !important;
}

.footer-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    margin-top: 3px;
    color: #9aa3ad;
}

@media (max-width: 900px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .site-footer {
        padding: 28px 20px 32px;
    }
}
