﻿.single-post .post-item .post-item-description > h2 {
    position: relative;
    font-weight: 500;
    font-size: 33px;
    line-height: 100%;
    vertical-align: middle;
}

    .single-post .post-item .post-item-description > h2::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 49px;
        background: #000;
        margin-left: 10px;
        vertical-align: middle;
    }

.about-main-text, .post-item .post-item-description > p, .rtl-paragragh, .single-post .post-item .post-item-description > p {
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    vertical-align: middle;
}

.posts-tag {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

    .posts-tag a {
        display: inline-block;
        background: rgba(245, 245, 245, 1);
        padding: 2px 13px;
        margin: 4px;
        font-size: 13px;
        text-decoration: none;
        color: rgba(0, 0, 0, 1);
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0%;
        vertical-align: middle;
    }

.tags-title {
    margin-left: 8px;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    align-self: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 1);
}


.back-to-blog {
    margin-bottom: 20px;
    text-align: right;
}

    .back-to-blog a {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        vertical-align: middle;
    }

    .back-to-blog svg {
        display: block;
    }



    .back-to-blog a:hover {
        color: #000;
    }

table {
    width: 100%;
    border-collapse: collapse;
    direction: rtl;
    height: 550px !important;
}

    table td,
    table th {
        padding: 10px 12px;
        text-align: center;
        border-bottom: 1px solid #000;
        font-size: 14px;
        font-weight: 400;
    }

    table tr:first-child td {
        font-weight: 700;
        background: transparent;
    }

    table tr:hover td {
        background: rgba(0, 0, 0, 0.03);
    }

table, td, th {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.table-collapse-hidden {
    display: none;
}

.show-more-btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}

@media (max-width: 991px) {
    #page-content {
        padding: 70px 0 20px 0;
    }

    .single-post .post-item .post-item-description > h2 {
        position: relative;
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        vertical-align: middle;
    }

    .broadcrumb {
        color: #fff;
        font-size: 16px;
        padding-top: 10px;
        text-align: right;
        direction: rtl;
        text-align: center;
        color: #7a7878;
        margin-top: 57px;
        position: relative;
    }
}
