/*
 * Dokan Ads Manager - Main Stylesheet
 * 
 * این فایل وظیفه استایل‌دهی به بخش آگهی‌ها در داشبورد دکان و سایت (فرانت‌اند) را دارد.
 */

/* =======================================================
   ۱. لیست آگهی‌ها در داشبورد فروشنده
======================================================= */

.dokan-ads-list-area .dokan-ad-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.dokan-ads-list-area .dokan-ad-thumb-placeholder {
    width: 50px;
    height: 50px;
    background: #f7f7f7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

/* =======================================================
   ۲. فرم ثبت آگهی جدید
======================================================= */

.dokan-new-ad-form .dokan-promo-section {
    background: #fdfdfd;
    border: 1px solid #e1e1e1;
    border-right: 4px solid #ff9800; /* خط رنگی در سمت راست برای جلب توجه (راست‌چین) */
    padding: 20px;
    border-radius: 4px;
    margin-top: 25px;
    transition: all 0.3s ease;
}

.dokan-new-ad-form .dokan-promo-section:hover {
    background: #f9f9f9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

/* پیام خطای مربوط به قیمت */
#price-warning {
    font-size: 12px;
    font-weight: 600;
    color: #dc3232;
    padding-top: 5px;
    display: block;
}

/* =======================================================
   ۳. ظاهر آگهی‌ها در سایت (Front-end)
======================================================= */

/* جعبه اطلاعات تماس و آدرس در صفحه سینگل */
.dokan-ad-contact-box {
    background: #fcfcfc;
    border: 2px dashed #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.01);
}

/* دکمه تماس با فروشنده */
.direct-call-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #28a745 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: bold;
    text-decoration: none !important;
    border: none;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease !important;
}

.direct-call-btn:hover {
    background-color: #218838 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.25) !important;
    color: #fff !important;
}

/* بج‌ها (نشان‌های) آگهی ویژه / پین شده */
.featured-ad-badge,
.pinned-badge {
    background-color: #ff9800 !important;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    z-index: 9;
    position: relative;
    box-shadow: 0 2px 5px rgba(255, 152, 0, 0.3);
}

/* استایل آدرس فروشنده */
.ad-vendor-address {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #eee;
}

/* =======================================================
   ۴. ویجت‌های المنتور
======================================================= */

.dokan-ad-elementor-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dokan-ad-address-box i {
    color: #888;
    margin-left: 5px;
}