    *{
        margin: 0;
        padding: 0;
        direction: rtl !important;
        unicode-bidi: embed !important;  
        word-break: normal !important;       
        overflow-wrap: anywhere !important;
        font-family: "Vazirmatn", Tahoma, sans-serif;
    }

    .sbContainer{
        width: 100%;
        max-width: 2000px;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 100svh;
        padding: 190px 0 50px;
    }
    .sbBody{
        width: 100%;
        height: 100%;
        max-width: 1280px;
        padding: 0 20px 0;
        box-sizing: border-box;
    }

    .post-meta {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
    }

    .post-date {
        font-size: 14px;
        color: #666;
        font-weight: 500;
        white-space: nowrap;
    }

    .date-line {
        height: 0.5px;
        background: #666;
        flex-grow: 1;
    }

    .blog-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 30px;
        direction: rtl;
        visibility: visible !important;
    }

    .blog-header h3{
        font-size: 32px;
    }

    .blogs-line {
        height: 1px;
        background: #666;
        flex: 1;
        transform: scaleX(0);
        visibility: visible !important;
    }

    .left-line {
        transform-origin: right center;
    }

    .right-line {
        transform-origin: left center;
    }

.sbBody .articlePictureContainer{
    width: 100%;
    height: 100%;
    aspect-ratio: 2;
    overflow: hidden;
    margin:40px auto 80px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.sbBody img.articlePicture{
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content{
    text-align: start;
    max-width: 860px;
    margin: 0 auto 90px;
    font-size: 1.125rem;
    padding: 0 35px;
    text-align: justify;
    line-height: 1.7;
    background-color: none;
}

article img{
    display: block;
    width: 80%;
    height: 400px;
    margin: 70px auto;
}

.sbBlogTitle{
    font-size: 32px;
}
.sbContentText{
    word-break: normal;
}
.sbRealtedPosts{
    display: grid;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 50px; 
}
.sbRealtedPosts .sbRealtedPost{
    background-color: #fff;
    width: 300px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    border-bottom: 1px solid #d9d9d9;
    transition: 0.3s;
    position: relative;
}
.sbRealtedPosts .sbRealtedPost:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    scale: 1.05;
    border-bottom-right-radius: 0;

}
.sbRealtedPosts .sbRealtedPost div{
    padding: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 30px 0 65px;
}
.sbRealtedPosts .sbRealtedPost div p{
    height: 100%;
}
.sbRealtedPosts .sbRealtedPost div a{
    display: block;
    width: 100%;
    direction: ltr;
}
.sbRealtedPosts .read-more{
    bottom: 13px;
    position: absolute;
    left: 13px;
    text-decoration: none;
    background: #211835;
    border: 0.1px solid #211835;
    color: white;
    padding: 0px 15px 7px 15px;
    border-radius: 30px;
    transition: 0.2s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.sbRealtedPosts .read-more:hover{
    color: black;
    background-color: white;
}

.sbRealtedPostsContainer{
    padding: 20px 20px 80px;
}

.sbRealtedPostsContainer .more-blogs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 70px auto 0;
    padding: 2px 20px 10px 20px;
    color: black;
    text-align: center;
    text-decoration: none;
    border: 0.2px solid lightgray;
    border-radius: 50px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sbRealtedPostsContainer .more-blogs svg{
    margin: 7px 10px 0 0;
    transition: all 0.4s ease;

}

.sbRealtedPostsContainer .more-blogs:hover{
    color: #fff;
}

.sbRealtedPostsContainer .more-blogs:hover svg{
    fill: #fff;
    
}

.sbRealtedPostsContainer .more-blogs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #211835;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
    border-radius: 8px;
}

.sbRealtedPostsContainer .more-blogs:hover::before {
    width: 100%;
}

.sbRealtedPostsContainer .more-blogs:hover {
    transform: translateY(-2px);
}

.sbRealtedPosts .sbRealtedPost .sbRelatedPostImage{
    width: 100%;
    max-height: 200px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.sbBody .sbTagsStickers .sbTagSticker a{
    text-decoration: none;
    color: black;
    border: 0.1px solid rgba(0, 0, 0, 0.313);
    padding: 2px 10px;
    border-radius: 15px;
    border-top-right-radius: 0;
    overflow: hidden;
    transition: 0.2s;
    display: inline-block;
}

.sbBody .sbTagsStickers .sbTagSticker a:hover{
    background-color: #827e7e15;
    border-radius: 15px;
    scale: 1.05;    
}

.sbTagsStickersTitle{
    margin-bottom: 25px;
}

.sbTagsStickersContainer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
@media screen and (max-width: 1280px) {
    .sbBody{
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1024px) {
    .sbRealtedPosts{
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }

        .sbContainer{
        padding-top: 120px;
    }
}
@media screen and (max-width: 680px) {

    .sbRealtedPosts{
        padding: 0 20px;
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: 30px;
    }

}

@media screen and (max-width: 480px){

    .blog-content{
        padding: 0;
    }
    .sbBlogTitle{
        font-size: 25px;
    }
    .sbBody .articlePictureContainer{
        margin: 30px auto;
    }

    .sbRealtedPosts{
        grid-template-columns: repeat(1, 1fr);
    }
}
/* Article FAQ */
.article-faq {
    max-width: 860px;
    margin: 0 auto 70px;
    padding: 0 35px;
}

.article-faq-title {
    font-size: 1.6rem;
    color: #2a1f41;
    margin: 0 0 22px;
}

.article-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.article-faq-item {
    border: 1px solid #e6e0f0;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.article-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    background: transparent;
    border: none;
    padding: 16px 18px;
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 600;
    color: #2a1f41;
    cursor: pointer;
}

.article-faq-chevron {
    flex-shrink: 0;
    color: #665290;
    transition: transform 0.25s ease;
}

.article-faq-item.is-open .article-faq-chevron {
    transform: rotate(180deg);
}

.article-faq-answer {
    display: none;
    padding: 0 18px 16px;
    color: #333;
    line-height: 1.8;
    font-size: 1rem;
}

.article-faq-item.is-open .article-faq-answer {
    display: block;
}

.article-faq-answer p {
    margin: 0;
}

@media screen and (max-width: 480px) {
    .article-faq {
        padding: 0;
    }
}
