
.sg-contact-numbers {
    width: min(100%, 1120px);
    margin: 18px auto;
    padding: 0 18px;
    color: rgba(255,255,255,.86);
    box-sizing: border-box;
    font-family: Inter, Poppins, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}
.sg-contact-numbers a {
    color: #ffffff !important; text-decoration: underline !important;
    white-space: nowrap;
}
.sg-contact-numbers a:hover,
.sg-contact-numbers a:focus {
    color: #fff !important;
    text-decoration: underline !important;
}
.sg-contact-numbers > span {
    color: rgba(255,255,255,.34);
    margin: 0 9px;
}
@media (max-width: 720px) {
    .sg-contact-numbers--footer {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
        position: relative;
        left: 50%;
        width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
        margin: 14px auto 16px;
        padding: 0;
        transform: translateX(-50%);
        font-size: 13px;
        line-height: 1.2;
    }
    .sg-contact-numbers--footer > span {
        display: none;
    }
    .sg-contact-numbers--footer a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding: 9px 14px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 10px;
        background: rgba(255,255,255,.035);
        box-sizing: border-box;
        font-weight: 450;
        letter-spacing: .01em;
        text-decoration: none !important;
        transition: background-color .18s ease, border-color .18s ease;
    }
    .sg-contact-numbers--footer a:hover,
    .sg-contact-numbers--footer a:focus-visible {
        border-color: rgba(255,255,255,.28);
        background: rgba(255,255,255,.075);
        outline: none;
        text-decoration: none !important;
    }
    .sg-contact-numbers--footer .sg-contact-numbers__whatsapp {
        font-weight: 550;
    }
    .sg-contact-numbers--footer .sg-contact-numbers__whatsapp .fa-whatsapp {
        color: #25d366;
        font-size: 17px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .sg-contact-numbers--footer a {
        transition: none;
    }
}
/*# sourceURL=sg-contact-numbers-inline-css */
