/* HPE footer styling */
.footer-enhanced {
    margin-top: 48px;
    padding: 28px 0 32px;
    background: #292d3a;
    border-top: 4px solid #01a982;
    color: #c6c9ca;
}

.footer-enhanced .mw-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-links,
.footer-contact,
.footer-legal {
    text-align: center;
}

.footer-links {
    color: #8f949c;
    font-family: "Metric Regular", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.footer-links a {
    color: #c6c9ca;
    display: inline-block;
    margin: 0 8px;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: #ffffff;
    border-bottom-color: #01a982;
}

.footer-contact p,
.footer-legal p {
    margin: 0;
}

.footer-contact {
    color: #e6e8e9;
    font-family: "Metric Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.footer-legal {
    color: #aeb3b9;
    font-family: "Metric Light", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

@media screen and (width <= 767px) {
    .footer-enhanced {
        margin-top: 32px;
        padding: 24px 0 28px;
    }

    .footer-links a {
        margin: 4px 6px;
    }

    .footer-contact {
        font-size: 15px;
        line-height: 20px;
    }

    .footer-legal {
        font-size: 13px;
        line-height: 17px;
    }
}
