.lokal-map-section {
    margin: 24px 0;
    padding: 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.lokal-map-section h2 {
    font-family: var(--jcm-ocean-headings-font-family, inherit) !important;
    font-size: var(--font-size-3xl, 30px);
    font-weight: var(--jcm-ocean-headings-font-weight, var(--font-weight-bold, 600)) !important;
    margin: var(--space-xl, 24px) 0 var(--space-lg, 16px) 0 !important;
    color: var(--color-text-dark, #222);
    letter-spacing: -0.02em;
}

.lokal-map-wrapper {
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    background: #f5f5f5;
}

.jcm-lokal-map {
    width: 100%;
    height: 100%;
}

.lokal-map-info {
    padding: 18px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    border-left: 5px solid #0073aa;
    border-radius: 0;
    transition: all 0.3s ease;
}

.lokal-map-info p {
    margin: 0;
    font-size: 15px;
    color: #444;
    line-height: var(--jcm-ocean-body-line-height, inherit);
}

.lokal-map-info strong {
    color: #222;
    font-weight: 200 !important;
}

.lokal-map-info:hover {
    background: linear-gradient(135deg, #f0f2f5 0%, #e8eef7 100%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
    .lokal-map-wrapper {
        height: 350px;
    }

    .lokal-map-section {
        margin: 20px 0;
        padding: 0;
    }

    .lokal-map-section h2 {
        font-size: var(--font-size-2xl, 24px);
        margin: 12px 0 12px 0;
    }

    .lokal-map-info {
        padding: 16px 18px;
    }
}

@media (max-width: 480px) {
    .lokal-map-wrapper {
        height: 280px;
    }

    .lokal-map-section {
        margin: 16px 0;
        padding: 0;
    }

    .lokal-map-section h2 {
        font-size: 20px;
        margin: 12px 0 12px 0;
    }

    .lokal-map-info {
        padding: 14px 16px;
    }

    .lokal-map-info p {
        font-size: 14px;
    }
}

.leaflet-container {
    font-family: var(--jcm-ocean-body-font-family, inherit);
}

.leaflet-popup-content {
    margin: 0;
    padding: 16px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: var(--jcm-ocean-body-line-height, inherit);
    word-break: break-word;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    border: none;
    background: #ffffff;
}

.leaflet-popup-tip {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.leaflet-popup {
    margin-bottom: 12px;
}

.leaflet-popup-close-button {
    width: 28px;
    height: 28px;
    padding: 2px;
    right: -14px;
    top: -14px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    color: #666;
    font-size: 18px;
    line-height: 28px;
}

.leaflet-popup-close-button:hover {
    background: #f5f5f5;
    color: #333;
}

.leaflet-marker-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.leaflet-marker-icon:hover {
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.leaflet-control {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 0;
}

.leaflet-control-attribution {
    background: rgba(255, 255, 255, 0.95);
    font-size: 11px;
    padding: 4px 8px;
}
