/* Mobile Footer Size Fix - Enhanced */
@media (max-width: 768px) {
    /* Footer container - Override Tailwind classes */
    footer#colophon,
    footer.site-footer,
    #footer,
    .site-footer {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 12px !important;
        margin-top: 20px !important;
    }
    
    /* Container inside footer */
    footer .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* Grid columns */
    footer .grid {
        gap: 15px !important;
        margin-bottom: 15px !important;
    }
    
    footer .col-span-1,
    footer [class*="col-span"] {
        margin-bottom: 10px !important;
    }
    
    /* Footer headings */
    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        font-size: 14px !important;
        margin-bottom: 8px !important;
        margin-top: 0 !important;
        padding: 0 !important;
    }
    
    /* Footer text and links */
    footer p,
    footer li,
    footer a,
    footer span,
    footer label,
    footer input::placeholder {
        font-size: 11px !important;
        line-height: 1.3 !important;
        margin-bottom: 4px !important;
    }
    
    /* Footer lists */
    footer ul,
    footer ol {
        padding: 0 !important;
        margin: 0 0 8px 0 !important;
    }
    
    footer li {
        margin-bottom: 6px !important;
        padding: 0 !important;
    }
    
    footer ul.space-y-3 li {
        margin-bottom: 6px !important;
    }
    
    /* Footer bottom bar */
    footer .border-t {
        padding-top: 10px !important;
        margin-top: 15px !important;
    }
    
    /* Footer images/logos */
    footer img {
        max-width: 80px !important;
        max-height: 35px !important;
        height: auto !important;
    }
    
    /* Brand section */
    footer .flex.items-center.gap-3 {
        gap: 8px !important;
        margin-bottom: 10px !important;
    }
    
    footer .text-2xl {
        font-size: 16px !important;
    }
    
    /* Icon containers */
    footer .w-8.h-8 {
        width: 24px !important;
        height: 24px !important;
        font-size: 12px !important;
    }
    
    /* Form inputs */
    footer input[type="email"],
    footer input[type="text"] {
        padding: 10px !important;
        font-size: 12px !important;
        margin-bottom: 8px !important;
    }
    
    footer button[type="submit"] {
        padding: 10px 15px !important;
        font-size: 12px !important;
    }
    
    /* Payment methods */
    footer .h-8 {
        height: 24px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    
    /* Decorative elements - hide on mobile */
    footer .absolute.inset-0,
    footer .absolute.top-0,
    footer .absolute.bottom-0 {
        display: none !important;
    }
    
    /* Social icons */
    footer .flex.gap-3 {
        gap: 8px !important;
    }
    
    /* Newsletter section */
    footer form.space-y-3 {
        gap: 8px !important;
    }
    
    /* Bottom copyright */
    footer .text-sm {
        font-size: 10px !important;
    }
    
    footer .text-xs {
        font-size: 9px !important;
    }
}
