.csm-wrapper {
    max-width: 1200px;
    margin: auto;
}

.csm-filters {
    margin-bottom: 15px;
}

.csm-content {
    display: flex;
    gap: 20px;
}

.csm-listing {
    width: 40%;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 10px;
}

.csm-map {
    width: 60%;
    height: 500px;
}

.csm-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.csm-item.active {
    background: rgba(0,0,0,0.03);
    border-left: 3px solid var(--uncode-accent-color, #0073aa);
    padding-left: 10px;
}

.csm-tax-dropdown,
.csm-autocomplete {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    z-index: 99;
    max-height: 150px;
    overflow-y: auto;
}

.csm-term,
.csm-suggest {
    padding: 6px;
    cursor: pointer;
}

.csm-term:hover,
.csm-suggest:hover {
    background: #f1f1f1;
}

.csm-selected-term {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 4px 8px;
    margin: 4px;
    cursor: pointer;
}

.csm-tax {
    margin-bottom: 12px;
}

.csm-tax-label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.csm-tax-select {
    width: 100%;
    min-height: 80px;
}
.showcontentB {
    display: none;
}