/* ------------------------------
   استایل اصلی افزونه
------------------------------ */

.tbi-wrapper {
    max-width: 900px;
    margin: 30px auto;
    direction: rtl;
    text-align: right;
    font-family: inherit;
}

/* دکمه برگشت */
.tbi-back-btn {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 12px;
    background: #eee;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.tbi-back-btn:hover {
    background: #ddd;
}

/* سرچ زنده */
.tbi-live-search {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 20px;
    font-size: 15px;
}

/* لیست برندها */
.tbi-brand-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tbi-brand-item {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    background: #fafafa;
}
.tbi-brand-item-title {
    margin: 0 0 6px;
}
.tbi-brand-item-title a {
    text-decoration: none;
    color: #000;
}
.tbi-brand-item-title a:hover {
    text-decoration: underline;
}
.tbi-brand-dealer {
    margin: 0;
}

/* صفحه جزئیات برند */
.tbi-brand-detail {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
}

.tbi-brand-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.tbi-brand-logo {
    max-width: 30%;
    border-radius: 4px;
}

/* هشدار پذیرش */
.tbi-accept-warning {
    background: #ffe3e3;
    border: 1px solid #ff9d9d;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 12px;
    color: #b30000;
    font-weight: bold;
    font-size: 14px;
}

/* آدرس سایت */
.tbi-brand-site a {
    display: inline-block;
    margin: 6px 0;
    padding: 6px 10px;
    background: #444;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

/* شماره تماس */
.tbi-brand-phone a {
    display: inline-block;
    margin: 6px 0;
    padding: 6px 10px;
    background: #2b7cff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

/* لینک ثبت گارانتی */
.tbi-brand-link a {
    display: inline-block;
    margin: 8px 0;
    padding: 6px 10px;
    background: #1976d2;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
.tbi-brand-link a:hover {
    background: #125a9c;
}

/* توضیحات */
.tbi-brand-extra {
    margin-top: 10px;
}

/* هشتگ‌ها */
.tbi-brand-tags {
    margin-top: 15px;
}
.tbi-brand-tags a {
    text-decoration: none;
    color: #1976d2;
    margin-left: 6px;
}

/* ریسپانسیو */
@media (max-width: 600px) {
    .tbi-brand-logo {
        max-width: 40%;
    }
}

.tbi-site-phone-row {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.tbi-brand-site a,
.tbi-brand-phone a {
    display: inline-block;
    padding: 6px 10px;
    background: #444;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}
