.ps-3691a352-container {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    font-family: inherit;
    position: relative;
}

.ps-3691a352-tabs-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.ps-3691a352-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.ps-3691a352-tab {
    cursor: pointer;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.ps-3691a352-tab:hover {
    color: #ef5e4e;
}

.ps-3691a352-tab.active {
    color: #ef5e4e;
    border-bottom-color: #ef5e4e;
}

.ps-3691a352-form {
    position: relative;
}

.ps-3691a352-filters-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.ps-3691a352-filter {
    flex: 1 1 200px;
    min-width: 150px;
    position: relative;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 12px;
}

.ps-3691a352-filter.ps-filter-text {
    flex: 2 1 300px;
}

.ps-3691a352-icon {
    margin-right: 10px;
    color: #888;
    display: flex;
    align-items: center;
}

.ps-3691a352-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.ps-3691a352-input {
    width: 100%;
    border: none !important;
    background: transparent !important;
    padding: 14px 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.ps-3691a352-select,
.select2-container--default .select2-selection--single {
    width: 100%;
    border: none !important;
    background: transparent !important;
    padding: 10px 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.ps-3691a352-price-group {
    display: flex;
    gap: 10px;
    width: 100%;
}

.ps-3691a352-price-group input {
    width: 50%;
    border: none;
    background: transparent;
    padding: 14px 0;
    outline: none;
}

.ps-3691a352-submit-wrapper {
    flex: 0 0 auto;
}

.ps-3691a352-submit {
    background: #ef5e4e;
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ps-3691a352-submit:hover {
    background: #d94b3c;
}

.ps-3691a352-ajax-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 400px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 100;
    margin-top: 5px;
    max-height: 300px;
    overflow-y: auto;
}

.ps-3691a352-ajax-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ps-3691a352-ajax-results li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
}

.ps-3691a352-ajax-results li a:hover {
    background: #f9f9f9;
    color: #ef5e4e;
}

.ps-loading, .ps-no-results {
    padding: 15px 20px;
    color: #777;
    text-align: center;
}

@media (max-width: 768px) {
    .ps-3691a352-filters-row {
        flex-direction: column;
    }
    .ps-3691a352-filter, .ps-3691a352-submit-wrapper, .ps-3691a352-submit {
        width: 100%;
        flex: 1 1 100%;
    }
}