/* أنماط البحث في الصفحة الحالية فقط */
.search-container-rtl {
    max-width: 600px;
    margin: 0 auto 20px;
}

.search-wrapper {
    background: rgba(255, 107, 53, 0.05);
    border-radius: 12px;
    padding: 0.75rem;
    border: 1px solid rgba(255, 107, 53, 0.2);
}

.search-input-group {
    position: relative;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
}

.search-input {
    padding-right: 45px !important;
    padding-left: 45px !important;
    border-radius: 22px !important;
    border: 2px solid rgba(255, 107, 53, 0.3);
}

.btn-clear-search {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #999;
}

.search-status-bar {
    background: rgba(255, 107, 53, 0.1);
    border-radius: 10px;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem;
    border: 1px solid rgba(255, 107, 53, 0.2);
}

.status-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.search-term-display {
    background: rgba(255, 107, 53, 0.15);
    padding: 0.2rem 0.5rem;
    border-radius: 15px;
}

.no-results-message {
    background: white;
    border-radius: 15px;
    border: 2px dashed rgba(255, 107, 53, 0.3);
}

.suggestion-tag {
    border-radius: 20px;
    padding: 0.3rem 0.8rem;
    border: 1px solid #dee2e6;
}
