/**
 * Rycon Map — Frontend Styles
 */

/* Map wrapper */
.jetstudio-mapbox-wrapper {
    position: relative;
    width: 100%;
    margin: 1em 0;
}

.jetstudio-mapbox-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

/* Category filter dropdown */
.jetstudio-mapbox-filters {
    margin-bottom: 12px;
}

.jetstudio-mapbox-filter-select {
    padding: 8px 32px 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    min-width: 200px;
    appearance: auto;
    line-height: 1.4;
}

.jetstudio-mapbox-filter-select:hover {
    border-color: #9ca3af;
}

.jetstudio-mapbox-filter-select:focus {
    border-color: #f27009;
    outline: none;
    box-shadow: 0 0 0 2px rgba(242, 112, 9, 0.2);
}

/* Popups */
.jetstudio-mapbox-popup h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #111827;
}

.jetstudio-mapbox-popup .popup-title-link {
    color: #111827;
    text-decoration: none;
}

.jetstudio-mapbox-popup .popup-title-link:hover {
    color: #f27009;
    text-decoration: underline;
}

.jetstudio-mapbox-popup .popup-address {
    margin: 0 0 6px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.jetstudio-mapbox-popup .popup-category {
    margin: 0 0 6px;
}

.jetstudio-mapbox-popup .category-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

.jetstudio-mapbox-popup a.category-badge-link {
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.jetstudio-mapbox-popup a.category-badge-link:hover {
	color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.jetstudio-mapbox-popup .popup-office {
    margin: 0 0 6px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.jetstudio-mapbox-popup .popup-office-label {
    font-weight: 600;
    color: #374151;
}

.jetstudio-mapbox-popup .popup-office-link {
    font-weight: 600;
    color: #f27009;
    text-decoration: none;
}

.jetstudio-mapbox-popup .popup-office-link:hover {
    text-decoration: underline;
}

.jetstudio-mapbox-popup .popup-description {
    margin: 0 0 6px;
    font-size: 13px;
    color: #374151;
    line-height: 1.4;
}

.jetstudio-mapbox-popup .popup-link {
    font-size: 13px;
    font-weight: 500;
    color: #f27009;
    text-decoration: none;
}

.jetstudio-mapbox-popup .popup-link:hover {
    text-decoration: underline;
}

/* Mapbox popup overrides */
.mapboxgl-popup-content {
    padding: 16px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.mapboxgl-popup-close-button {
    font-size: 18px;
    padding: 4px 8px;
    color: #9ca3af;
}

.mapboxgl-popup-close-button:hover {
    color: #374151;
    background: transparent;
}

/* Responsive */
@media (max-width: 640px) {
    .jetstudio-mapbox-filter-select {
        width: 100%;
    }
}
