.cbp-advanced-search {
    margin-bottom: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(148, 163, 184, 0.08);
}

.cbp-dark .cbp-advanced-search {
    background: rgba(15, 23, 42, 0.6);
}

.cbp-advanced-search-text {
    font-size: 11px;
    margin-bottom: 6px;
    opacity: 0.85;
}

/* فرم جمع‌وجور کنار ورودی و دکمه */
.cbp-advanced-search-form {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 6px;
}

/* جلوگیری از زوم روی موبایل و هماهنگی با فونت سایت */
.cbp-advanced-search-input {
    flex: 1;
    font-size: 16px;           /* مهم برای جلوگیری از زوم موبایل */
    line-height: 1.4;
    padding: 8px 10px;
    border-radius: 999px;
    font-family: inherit;
}

/* دکمه جستجو شبیه دکمه ارسال، با متن وسط‌چین */
.cbp-advanced-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    border: none;
}

.cbp-advanced-search-results {
    max-height: 200px;
    overflow-y: auto;
}

.cbp-advanced-search-item {
    display: block;
    padding: 6px 8px;
    border-radius: 8px;
    text-decoration: none;
    margin-bottom: 4px;
}

.cbp-advanced-search-item:hover {
    background: rgba(59, 130, 246, 0.08);
}

.cbp-dark .cbp-advanced-search-item:hover {
    background: rgba(148, 163, 184, 0.2);
}

.cbp-advanced-search-title {
    font-size: 13px;
    margin-bottom: 2px;
}

.cbp-advanced-search-meta {
    font-size: 11px;
    opacity: 0.7;
}

.cbp-advanced-search-empty {
    font-size: 12px;
    opacity: 0.8;
}

.cbp-advanced-search-loading {
    opacity: 0.7;
    pointer-events: none;
}

/* برای اطمینان، روی موبایل همه ورودی‌های چت‌بات فونت 16px داشته باشند */

/* حالت آیکونی برای دکمه جستجو */
.cbp-advanced-search-btn.icon-mode {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cbp-advanced-search-btn.icon-mode svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 768px) {
    .cbp-input {
        font-size: 16px;
    }
}
