/* ══════════════════════════════════════════════════════════════
   Espresso Core — Footer Styles
   Prefix: md-espresso-
   ══════════════════════════════════════════════════════════════ */

.md-espresso-footer {
    background: #e5e5e5;
    padding: 25px 0;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.md-espresso-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.md-espresso-footer__disclaimer {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 15px;
    font-weight: 600;
}

/* Footer menu */
.md-espresso-footer__menu {
    margin-bottom: 15px;
}

.md-espresso-footer__menu-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.md-espresso-footer__menu-list li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s;
}

.md-espresso-footer__menu-list li a:hover {
    color: #d51317;
}

/* Copyright */
.md-espresso-footer__copy {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}

.md-espresso-footer__copy a {
    color: #d51317;
    text-decoration: none;
    font-weight: 700;
}

.md-espresso-footer__copy a:hover {
    text-decoration: underline;
}
