﻿
/* هدر برگه */
.bg-header-card {
    background: linear-gradient(135deg, #f8fafc 0%, #edf2f7 100%);
    border: 1px solid #e2e8f0 !important;
}

.fs-7 {
    font-size: 0.85rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "«" !important; /* تغییر علامت جداکننده به متناسب با راست‌چین */
    padding: 0 6px;
    color: #a0aec0;
}

/* کارت اصلی محتوای برگه */
.inner-content-card {
    background: #fff;
    border: 1px solid #eef2f6 !important;
    min-height: 400px;
}

/* استایل‌دهی خودکار عناصر HTML داخل صفحه */
.default-html-content p {
    color: #4a5568;
    font-size: 0.98rem;
    text-align: justify;
}

.default-html-content h2,
.default-html-content h3,
.default-html-content h4 {
    color: #0B2D52;
    margin-top: 1.5rem;
}

/* باکس هشدار و پیام اختصاصی */
.alert-custom-info {
    background-color: #f0f7ff;
    border: 1px solid #cce3ff;
}
 
.default-html-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
}
    .default-html-content img.emoji,
    .default-html-content img[src*=".svg"] {
        width: 20px !important;
        height: 20px !important;
        max-width: 20px !important;
        display: inline-block !important;
        margin: 0 4px !important;
        vertical-align: sub !important;
    }