/* ==========================================================================
   MYMALLBEAUTY - FOOTER STYLES
   White background, clean style with Tailwind utility classes.
   Minimal overrides — most styling via Tailwind in footer.php component.
   ========================================================================== */

/* Footer link hover animation */
footer .hover\:translate-x-1:hover {
    transform: translateX(4px);
}

/* Google Map iframe responsive */
footer iframe {
    display: block;
    width: 100%;
}

/* Footer section titles: consistent left border */
footer h3 {
    letter-spacing: 0.05em;
}

/* Search-style newsletter form focus */
footer form:focus-within {
    border-color: var(--mmb-primary);
}
