/* Footer Contact Info Styles */
.footer-contact-bar {
    width: 100%;
    background: #f7f9fb;
    padding: 18px 0 10px 0;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e0e6ed;
}
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
}
.footer-contact-list li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0;
    white-space: nowrap;
}
.footer-contact-list li svg {
    margin-right: 8px;
    color: #4f8cff;
    min-width: 20px;
    min-height: 20px;
}
.footer-contact-bar {
    width: 100%;
    background: transparent;
    padding: 0 0 18px 0;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
