.map-container {
    width: 100%;
    height: 50vh;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
    margin-top: 1.5rem;
}

.map-hint {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #4b5563;
}

/* Ensure map element allows overlay positioning */
#map {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
}