/*
 * MAX messenger icon for Agrica.
 * Base behavior: Font Awesome-compatible sizing in Elementor/contact blocks.
 */
.social-links a .fa-max {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    min-width: 1em !important;
    line-height: 1 !important;
    vertical-align: -0.125em;
    overflow: visible;
    font-style: normal;
    font-weight: normal;
}

.social-links a .fa-max::before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url("../img/max-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

/*
 * Agrica footer widget.
 * The Font Awesome icons in this footer render at approximately 35px,
 * while 1em for the custom MAX icon resolves to about 21px.
 * Force the MAX icon to the same visible box as Telegram/Viber/WhatsApp.
 */
.f-item.contact .social-links a.max-messenger-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    vertical-align: middle !important;
}

.f-item.contact .social-links a.max-messenger-link .fa-max {
    display: block !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    line-height: 35px !important;
    margin: 0 !important;
    vertical-align: middle !important;
    transform: none !important;
}

.f-item.contact .social-links a.max-messenger-link .fa-max::before {
    width: 35px !important;
    height: 35px !important;
    background-size: 35px 35px !important;
}
