.booth-filter-box {
    background: #fff;
    border: 1px solid #edf1ee;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 7px 25px rgba(0, 0, 0, .05);
}

.booth-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

.booth-filter-header h4 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800;
    color: #263238;
}

.booth-filter-header h4 i {
    color: #28a745;
    margin-left: 6px;
}

.booth-filter-header p {
    margin: 0;
    color: #8a9398;
    font-size: 13px;
}

.booth-filter-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #555;
}

.booth-filter-form .form-control {
    height: 48px;
    border: 1px solid #e3e9e5;
    border-radius: 11px;
    font-size: 13px;
}

.booth-filter-form .form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .08);
}

.booth-search-btn {
    height: 48px;
    border: none;
    border-radius: 11px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

.booth-search-btn:hover {
    color: #fff;
    box-shadow: 0 7px 18px rgba(40, 167, 69, .22);
}

.booth-filter-reset {
    text-align: left;
    margin-top: 2px;
}

.booth-filter-reset a {
    color: #dc3545;
    font-size: 12px;
    font-weight: 600;
}

.booth-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.booth-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    max-height: 92px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.booth-desc::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.7), transparent);
    pointer-events: none;
}

.booth-desc.ql-editor {
    text-align: justify;
    padding: 0;
    margin: 0;
}

.booth-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.booth-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.booth-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e9f7ef;
}

.booth-title h5 {
    margin: 0;
    font-weight: bold;
    font-size: 15px;
}

.booth-location {
    font-size: 13px !important;
    color: #777;
}

.booth-body {
    flex-grow: 1;
    position: relative;
}

.read-more-btn {
    border: none;
    background: none;
    color: #28a745;
    font-size: 13px;
    cursor: pointer;
    margin-top: 5px;
}

.booth-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 13px;
    color: #888;
    gap: 8px;
    flex-wrap: wrap;
}

.booth-card::before {
    content: "Bazardeh";
    position: absolute;
    top: 55px;
    left: 10px;
    font-size: 27px;
    color: rgba(0, 0, 0, 0.04);
    font-weight: bold;
}

.booth-badge {
    position: absolute;
    top: 12px;
    left: 9px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: #fff;
    font-size: 12px !important;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.3);
    z-index: 2;
}

.booth-card:hover .booth-badge {
    transform: scale(1.05);
}

.select2-container--default .select2-selection--single {
    height: 48px !important;
    border: 1px solid #e3e9e5 !important;
    border-radius: 11px !important;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-right: 15px !important;
    padding-left: 30px !important;
    color: #495057 !important;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    left: 10px !important;
    right: auto !important;
}

.select2-dropdown {
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08) !important;
    z-index: 9999;
}

.select2-search__field {
    border: 1px solid #e8e8e8 !important;
    border-radius: 6px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #28a745 !important;
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #adadad !important;
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid {
    border: 1px solid #dc3545 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, .15) !important;
}

.select2-container--default .select2-selection--single.is-invalid,
.select2-container--default .select2-selection--multiple.is-invalid {
    border: 1px solid #dc3545 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, .15) !important;
}

.select2-container--default .select2-selection--single.is-invalid .select2-selection__arrow b {
    border-color: #dc3545 transparent transparent transparent !important;
}

.booth-empty {
    background: #fff;
    border: 1px solid #edf1ee;
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
    width: 100%;
}

.booth-empty i {
    font-size: 34px;
    color: #dc3545;
    margin-bottom: 12px;
}

.booth-empty h5 {
    font-weight: 800;
    color: #263238;
}

.booth-empty p {
    color: #7c858a;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .booth-filter-box {
        padding: 18px;
    }

    .booth-search-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .booth-filter-box {
        border-radius: 14px;
        padding: 15px;
    }

    .booth-filter-header h4 {
        font-size: 15px;
    }

    .booth-card {
        padding: 15px;
    }

    .booth-avatar {
        width: 58px;
        height: 58px;
    }

    .booth-footer {
        font-size: 12px;
    }
}