/* حذف کامل پدینگ، مارجین و بک‌گراند + قرار دادن خط در بالا */
.breadcrumb_section {
    background: transparent !important; /* حذف بک‌گراند */
    padding: 0 30px !important; 
    margin: 0 !important;               /* حذف کامل مارجین */
    border-top: 1px solid #eee;         /* قرار دادن خط ظریف در بالا */
    border-bottom: none !important;     /* حذف خط پایین */
}

/* استایل لینک‌ها و متن‌ها */
.breadcrumb_section a, 
.breadcrumb_section span {
    font-size: 13px;
    color: #777;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 40px; /* تنظیم ارتفاع خط برای ظاهر تمیزتر بدون نیاز به پدینگ */
}

/* استایل لینک در حالت هوور */
.breadcrumb_section a:hover {
    color: #ff3366; /* رنگ هوور */
}

/* استایل جداکننده */
.breadcrumb_section .delimiter {
    margin: 0 8px;
    color: #ccc;
}

/* راست‌چین کردن و حذف هرگونه فلوت یا تراز چپ در ستون‌های داخلی بریدکرامب */
.breadcrumb_section .container,
.breadcrumb_section .row {
    width: 100%;
}

.breadcrumb_section [class*="col-"] {
    text-align: right !important;
    float: none !important;
    display: flex;
    justify-content: flex-start; /* تراز کردن آیتم‌ها به راست در فلکس‌باکس */
    align-items: center;
}

/* اگر کلاس‌های فلوت بوت‌استرپ روی دایوهای داخلی اعمال شده است */
.breadcrumb_section .float-lg-end,
.breadcrumb_section .float-md-start {
    float: right !important;
    text-align: right !important;
    margin-left: auto;
    margin-right: 0 !important;
}

/* حذف پدینگ اضافی از ستون اول برای چسبیدن کامل به لبه راست کانتینر */
.breadcrumb_section .row > div:first-child {
    padding-right: 0 !important;
}

/* حذف فاصله از دایوهای داخلی بریدکرامب */
.breadcrumb_section .container,
.breadcrumb_section .row {
    min-height: auto !important;
    height: auto !important;
}

/* حذف مارجین و پدینگ از لیست بریدکرامب و المان‌های اطرافش */
.breadcrumb_section ul, 
.breadcrumb_section ol,
.breadcrumb_section .float-lg-end {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important; /* حذف mt-md-2 و موارد مشابه */
}
