/**
 * EEYL guest theme — load after style.css.
 * Locks footer maroon if production/CDN serves an older cached style.css (#f3f3f3 or default).
 */
footer.footer,
body .footer {
    background: #811932 !important;
    background-color: #811932 !important;
}

.footer .widgettitle,
.footer li,
.footer .contact-block li,
.footer address,
.footer-end,
.copyright {
    color: #ffffff !important;
}

.footer .menu .menu-item a {
    color: #ffffff !important;
}

.footer-end .social a {
    color: rgba(255, 255, 255, 0.92) !important;
}

.footer .row {
    border-bottom-color: rgba(255, 255, 255, 0.22) !important;
}

/* About: .para-acb.middle is flex (style.css); row makes multiple <p> siblings sit side-by-side. Stack vertically. */
.para-acb.middle {
    flex-direction: column;
}

/* Main-menu Login link: visible in mobile slide-out menu only; desktop uses .block-account Login */
@media (min-width: 768px) {
    li.menu-item-login-mobile-only {
        display: none !important;
    }
}
