.elementor-widget-li-lake-map .elementor-widget-container,
.elementor-widget-lake-map .elementor-widget-container {
    padding: 0 !important;
}

.li-lake-map-widget .lake-metrics-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7c86;
    margin: 0 0 16px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e6e9ee;
}

.li-lake-map {
    width: 100%;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
}

.li-map-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.li-toggle {
    background: white;
    border: 1px solid #ddd;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 6px;
}

.li-toggle.active {
    background: #2ecc71;
    color: white;
}

.li-popup {
    font-family: system-ui, -apple-system, sans-serif;
    max-width: 260px;
    padding: 10px 12px;
}

.li-popup-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.2;
}

.li-popup-address {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

.li-popup-meta {
    display: block;
    font-size: 11px;
    color: #999;
    margin-bottom: 8px;
}

.li-popup-attributes {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.badge {
    display: inline-block;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #f1f1f1;
    border: 1px solid #e0e0e0;
}

.btn-primary {
    display: inline-block !important;
    background: #2f6fed !important;
    color: #ffffff !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
}

.li-popup-actions {
    margin-top: 10px;
}
