.efs-search-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.efs-filter-drawer {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.efs-filter-toggle {
    width: 100%;
    padding: 12px 15px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.efs-filter-toggle:hover {
    background: #e8e8e8;
}

.efs-filters-content {
    padding: 15px;
    background: white;
}

.efs-filter-group {
    margin-bottom: 15px;
}

.efs-filter-group:last-child {
    margin-bottom: 0;
}

.efs-filter-group h4 {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}

.efs-filter-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.efs-filter-btn {
    padding: 6px 12px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.efs-filter-btn:hover {
    background: #e0e0e0;
}

.efs-filter-btn.active {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
}

.efs-search-container {
    position: relative;
    margin-bottom: 20px;
}

#efs-faq-search {
    width: 100%;
    padding: 12px 150px 12px 15px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.efs-clear-btn {
    position: absolute;
    right: 95px;
    top: 5px;
    padding: 8px 12px;
    background: #f0f0f0;
    color: #666;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.efs-clear-btn:hover {
    background: #e0e0e0;
    color: #333;
}

.efs-search-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 8px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
}

.efs-search-btn:hover {
    background: #005177;
}

.efs-loading {
    margin-top: 10px;
    color: #666;
    font-style: italic;
}

.efs-results-container {
    margin-top: 20px;
}

.efs-result-item {
    display: block;
    padding: 20px;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-left: 4px solid #2271b1;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s;
}

.efs-result-item:hover {
    background: #f0f0f0;
    transform: translateX(5px);
}

.efs-question {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #333;
}

.efs-answer {
    margin: 0 0 10px 0;
    color: #666;
    line-height: 1.6;
}

.efs-read-more {
    color: #2271b1;
    text-decoration: none;
    font-weight: 600;
}

.efs-read-more:hover {
    text-decoration: underline;
}

.efs-no-results {
    padding: 20px;
    text-align: center;
    color: #666;
    background: #f9f9f9;
    border-radius: 4px;
}

[x-cloak] {
    display: none !important;
}
