﻿.expomax-filter-widget {
    border: 1px solid #e0e0e0;
    padding: 16px;
    border-radius: 6px;
}

.expomax-filter-group {
    margin-bottom: 14px;
}

.expomax-filter-group-title {
    font-weight: 600;
    margin-bottom: 6px;
}

.expomax-filter-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.expomax-filter-option {
    display: block;
}

.expomax-filter-option.depth-1 { padding-left: 14px; }
.expomax-filter-option.depth-2 { padding-left: 28px; }
.expomax-filter-option.depth-3 { padding-left: 42px; }

.expomax-filter-select {
    width: 100%;
    min-height: 120px;
}

.expomax-filter-status {
    margin-top: 10px;
    font-size: 13px;
    color: #50575e;
}

.expomax-filter-apply {
    margin-top: 10px;
}

.expomax-filter-widget.is-loading {
    opacity: 0.7;
}
