/* کانتینر اصلی فرانت‌اِند */
.kima-tracking-frontend-container {
    direction: rtl;
    width: 100%;
    box-sizing: border-box;
}

/* بدون عنوان - در صورت پر شدن title="" نمایش داده نمیشود */

/* لیست سطری */
.kima-tracking-fe-grid {
    display: flex;
    flex-direction: column;
}

/* هر سطر */
.kima-tracking-fe-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 6px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    transition: background-color 0.2s ease;
}

.kima-tracking-fe-card:last-child {
    border-bottom: none;
}

.kima-tracking-fe-card:hover {
    background: #fafafa;
}

.kima-tracking-fe-info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

/* آیکون PDF */
.kima-tracking-fe-icon {
    font-size: 20px;
    line-height: 1;
}

.kima-tracking-fe-text h4 {
    margin: 0;
    font-size: 13.5px;
    font-weight: 500;
    color: #444;
}

/* تاریخ */
.kima-tracking-fe-text small {
    display: none;
}

/* دکمه دانلود به شکل لینک ساده حذف شد - کل سطر لینک است */
.kima-tracking-fe-btn {
    display: none;
}

/* حالت خالی */
.kima-tracking-empty {
    padding: 15px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    text-align: center;
    color: #64748b;
    font-size: 13px;
}
