/* Sidebar Filter Container */
.cp-filter-wrapper {
    background: #fff;
    padding: 10px;
    color: #004A53;
}

/* Group Spacing */
.filter-group {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.filter-group label {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

/* Search Field with Icon */
.search-input-container {
    position: relative;
    display: flex;
}

.search-input-container input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid #DCE1E2;
    border-radius: 4px;
}

#cp-icon-search {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #004A53;
    font-size: 20px;
}

/* Pricing Row */
.price-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-flex input {
    width: 45%;
    padding: 10px;
    border: 1px solid #DCE1E2;
    border-radius: 4px;
}

/* Dropdowns */
.cp-tax-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #DCE1E2;
    border-radius: 4px;
    color: #555;
}