/* Premium Google Maps Info Window Styles */

/* Override default info window styling - make it bigger and no scroll */
.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    max-width: 640px !important;
}

/* Style the close button */
.gm-ui-hover-effect {
    opacity: 0.9 !important;
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(4px) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    top: 12px !important;
    right: 12px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.gm-ui-hover-effect:hover {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.8) !important;
    transform: scale(1.05) !important;
}

.gm-ui-hover-effect img {
    filter: brightness(0) invert(1);
    width: 16px !important;
    height: 16px !important;
}
