/*-----------------------------------------------------------
    Footer "Our Office" contact icons
    main.css already styles an icon inside the location
    <span> (.footer-contact-info .contact-item span i), but
    never defines one for the phone/email <a> lines - add it
    here instead of touching the shared stylesheet.
-----------------------------------------------------------*/

.footer-contact-info .contact-item a {
    gap: 8px;
}

    .footer-contact-info .contact-item a i {
        font-size: 16px;
        color: #ffd204;
        display: inline-flex;
        line-height: 1;
    }
