/**
 * Megatheme Neshan Maps - Styles
 */
.megatheme-neshan-map {
    width: 100%;
    min-height: 200px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.megatheme-neshan-map:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.megatheme-neshan-map .leaflet-container {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.megatheme-neshan-map .leaflet-popup-content {
    direction: rtl;
    text-align: right;
    font-family: 'IranYekanX', 'IRANSansX', 'Vazir', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

.megatheme-neshan-map-notice {
    font-family: 'IranYekanX', 'IRANSansX', 'Vazir', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .megatheme-neshan-map {
        border-radius: 8px;
    }
}