﻿.title-section_blog {
    display: flex;
    align-items: center;
    color: var(--text-color-313A48);
    margin-top: 20px;
    font-size: 16px;
}

.title-section_blog span {
    position: relative;
    text-wrap: nowrap;
}

.title-section_blog span::after {
    content: "";
    background-image: url("assets/Images/texture/top-view-colorful-eyeshadow-white-1111-removebg-preview\ 2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 40px;
    position: absolute;
    left: -25px;
    top: -5px;
    z-index: -1;
    transform: rotate(15deg);
}

.title-section_blog-line {
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    margin-top: 10px;
    display: none;
}

.latest-blog-card-img {
    border-radius: 0 50px 0 50px;
    overflow: hidden;
}

.blog-banner-wrapper {
    overflow: hidden;
    margin: 0 auto;
}

.blog-banner-img {
    width: 100%;
    aspect-ratio: 16/4;
    object-fit: cover;
    border-radius: 0 0 45px 0;
}

.blog-card-img {
    border-radius: 0 50px 0 0;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.blog-card-img img {
    width: 100%;
    aspect-ratio: 16/9;
    /* نسبت لنداسکیپ */
    object-fit: cover;
    border-radius: 3px;
}

.linck-blog {
    text-decoration: underline !important;
    color: var(--text-color-for-paragraph);
}

.blog-details-content img {
    width: 100% !important;
    height: auto !important;
}

.child-blog-title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30ch;
    color: #313A48;
    font-weight: 600;
}

table.table-bordered {
    width: 100% !important;
    margin-bottom: 1rem !important;
    color: #212529 !important;
    border-collapse: collapse !important;
    border: 1px solid #dee2e6 !important;
}

table.table-bordered th,
table.table-bordered td {
    padding: 0.75rem !important;
    vertical-align: top !important;
    border: 1px solid #dee2e6 !important;
}

table.table-bordered thead th {
    vertical-align: bottom !important;
    border-bottom: 2px solid #dee2e6 !important;
}

@media (min-width: 768px) {
    .title-section_blog span {
        margin-right: 18px;
        margin-left: 36px;
    }

    .title-section_blog {
        display: flex;
        align-items: center;
        color: var(--text-color-313A48);
        margin-top: 20px;
        font-size: 30px;
    }

    .title-section_blog-line {
        width: 100%;
        height: 1px;
        background-color: #c4c4c4;
        margin-top: 10px;
        display: block;
    }
}