/* SmartMap Frontend Styles */

.smartmap-frontend-container {
    margin: 20px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#smartmap-frontend {
    width: 100%;
    height: 100%;
}

/* Info window styling */
.gm-style .gm-style-iw-c {
    border-radius: 8px;
    padding: 0;
    max-width: 280px !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}

.gm-style .gm-style-iw-t::after {
    background: white;
}

/* Responsive */
@media (max-width: 768px) {
    .smartmap-frontend-container {
        margin: 10px auto;
        border-radius: 6px;
    }
}