/* Footer Google Maps Edges Fix */
.footer-container iframe,
.footer-sidebar iframe,
.footer-widget iframe {
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Footer Bottom Black Space Fix */
/* Woodmart sometimes leaves a gap below the footer due to margins or min-heights */
.wd-page-wrapper {
    margin-bottom: 0 !important;
}

.footer-container, .woodmart-footer-wrapper {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* In case there's an elementor wrapper adding space */
.elementor-location-footer {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Fix Password Visibility Toggle Icon Reversed */
/* Default woodmart icon uses a font. We will override the icon code based on our classes */
.show-password-input.jl-eye-hidden::before {
    content: "\f116" !important; /* Open eye icon in FontAwesome/Woodmart font */
    font-family: "woodmart-font" !important;
}

.show-password-input.jl-eye-visible::before {
    content: "\f117" !important; /* Crossed eye icon */
    font-family: "woodmart-font" !important;
}
