.nvx-geo-map-trigger-wrap {
    margin-top: 12px;
}
.nvx-geo-map-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    background: #2271b1;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s;
}
.nvx-geo-map-trigger:hover {
    background: #135e96;
}
.nvx-geo-map-icon {
    font-size: 16px;
    line-height: 1;
}
.nvx-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nvx-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}
.nvx-modal-content {
    position: relative;
    background: #fff;
    border-radius: 8px;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}
.nvx-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    flex: 0 0 auto;
}
.nvx-modal-header h3 {
    margin: 0;
}
.nvx-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0 4px;
    color: #666;
}
.nvx-modal-body {
    padding: 16px 20px;
    overflow-y: auto;
    flex: 1 1 auto;
}
.nvx-geo-layout {
    display: flex;
    gap: 16px;
    align-items: stretch;
}
.nvx-geo-map-col {
    flex: 1 1 60%;
    min-width: 0;
}
.nvx-geo-map-container {
    width: 100%;
    height: 420px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
}
.nvx-geo-list-col {
    flex: 1 1 40%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.nvx-geo-search {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    box-sizing: border-box;
}
.nvx-geo-list {
    flex: 1 1 auto;
    min-height: 200px;
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}
.nvx-geo-list-empty {
    padding: 24px 12px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.nvx-geo-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.15s;
}
.nvx-geo-list-item:hover {
    background: #f6f7f7;
}
.nvx-geo-list-item.active {
    background: #fdf3f1;
    box-shadow: inset 3px 0 0 #e0533f;
}
.nvx-balloon-choose {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 6px 10px;
    border: 1px solid #e0533f;
    border-radius: 4px;
    background: #fff;
    color: #e0533f;
    font-size: 13px;
    cursor: pointer;
}
.nvx-balloon-choose:hover {
    background: #e0533f;
    color: #fff;
}
.nvx-geo-list-info {
    min-width: 0;
}
.nvx-geo-list-name {
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.nvx-geo-list-region {
    display: block;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}
.nvx-geo-list-main {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}
.nvx-geo-list-thumb {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    background: #f0f0f0;
}
.nvx-geo-list-meta {
    display: block;
    color: #888;
    font-size: 12px;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nvx-geo-list-price {
    display: inline-block;
    margin-top: 4px;
    color: #2271b1;
    font-weight: 600;
    font-size: 13px;
}
.nvx-geo-list-choose {
    flex: 0 0 auto;
    padding: 5px 12px;
    border: 1px solid #2271b1;
    border-radius: 4px;
    background: #fff;
    color: #2271b1;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.15s;
}
.nvx-geo-list-choose:hover {
    background: #2271b1;
    color: #fff;
}
.nvx-balloon {
    min-width: 180px;
    max-width: 260px;
    font-size: 13px;
    line-height: 1.4;
}
.nvx-balloon-city {
    font-weight: 700;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 1px solid #eee;
}
.nvx-balloon-group {
    margin-top: 8px;
    padding-top: 4px;
    border-top: 1px solid #eee;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555;
}
.nvx-balloon-group:first-of-type {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}
.nvx-balloon-item {
    display: block;
    padding: 4px 0;
    text-decoration: none;
    color: #2271b1;
    word-break: break-word;
}
.nvx-balloon-item + .nvx-balloon-item {
    border-top: 1px solid #f4f4f4;
}
.nvx-balloon-item:hover {
    text-decoration: underline;
}
.nvx-balloon-more {
    margin-top: 4px;
    color: #999;
    font-size: 12px;
}
.nvx-balloon-empty {
    color: #999;
}
@media (max-width: 640px) {
    .nvx-geo-layout {
        flex-direction: column;
    }
    .nvx-geo-map-container {
        height: 300px;
    }
}

.nvx-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0;
}
.nvx-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: #f1f1f1;
    border: 1px solid #dcdcde;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.4;
}
.nvx-filter-chip-name {
    color: #666;
    font-weight: 600;
}
.nvx-filter-chip-remove {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    color: #b32d2e;
    padding: 0 2px;
}
.nvx-filter-chip-remove:hover {
    color: #821b1b;
}
.nvx-filter-field select,
.nvx-filter-field input[type="number"],
.nvx-filter-field input[type="text"] {
    max-width: 100%;
}

/* Фирменный SVG-пин маркера */
.nvx-marker-pin {
    background: transparent;
    border: none;
}
.nvx-marker-pin svg {
    display: block;
    filter: drop-shadow(0 3px 4px rgba(15, 23, 42, 0.35));
}
