body {
    direction: rtl;
    text-align: right;
    background-color: #f8f9fa;
    margin: 0px;
}

.author-section-container-detail {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
        
.author-section-row-detail {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 50px 0px;
}

.author-info-box-image-detail {
    display: flex;
    gap: 25px;
    align-items: center;
}

.author-image-content {
    height: 200px;
    width: 200px;
}

img.author-image-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

img.author-image {
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin: 0px;
    padding: 0px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

img.author-card-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

h1.author-bio-title {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #343A40;
}

.author-info-bio-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

p.author-bio-text {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #495057;
    text-align: right;
}

.author-education-degreefield {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0px;
    padding: 0px;
}

        p.author-contact-item {
            padding: 0px;
            margin: 0px;
        }
        
.research-interest-container {
    /* display: inline-block; */
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    /* display: flex; */
    /* flex-direction: row; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

p.research-interest-container-title {
    margin: 0px;
    padding: 4px 10px;
    font-size: 14px;
    color: #495057;
    font-weight: 600;
    /* line-height: 32px; */
}


ul.research-interest-container-items {
    justify-content: center;
    list-style: none;
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    /* display: contents; */
    /* align-items: center; */
    /* align-content: center; */
    align-self: center;
    gap: 5px;
}

li.research-interest-container-items-number {
    /* padding: 8px 15px; */
    font-size: 12px;
    line-height: 26px;
    margin: 0px;
    background-color: #E9ECEF;
    color: #343A40;
    /* border-radius: 9999px; */
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
}


p.author-bio-degree,
p.author-bio-fields-of-study,
p.author-bio-university {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #495057;
    text-align: right;
}

.author-info-box,
.author-posts-box,
.author-videos-box,
.author-podcasts-box,
.author-books-box,
.author-resumes-box,
.author-references-box,
.author-contact-info {
    width: 100%;
    padding: 25px;
    background-color: #FFF;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    box-sizing: border-box;
}

h2.author-posts-title,
h2.author-videos-title,
h2.author-podcasts-title,
h2.author-books-title {
    margin: 0px;
    padding: 0px;
    color: #343A40;
}

.author-book-title,
.author-post-title,
.author-video-title,
.author-podcast-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;        /* تعداد خطوطی که نمایش داده می‌شود */
    -webkit-box-orient: vertical; /* جهت نمایش عناصر درون box */
    overflow: hidden;             /* پنهان کردن محتوای اضافی */
    text-overflow: ellipsis;      /* نمایش سه نقطه در انتهای متن */
}

ul.author-posts-list,
ul.author-videos-list,
ul.author-podcasts-list,
ul.author-books-list {
    margin: 0px;
    list-style: none;
    font-size: 14px;
    color: #343a40;
    padding: 0px;
}

p.author-podcasts-empty,
p.author-posts-empty,
p.author-books-empty,
p.author-videos-empty {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #343a40;
}

/* Thumbnail Images */
img.author-post-thumbnail,
img.author-video-thumbnail,
img.author-podcast-thumbnail,
img.author-book-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/* Links with Image */
a.author-post-link-with-image,
a.author-video-link-with-image,
a.author-book-link-with-image,
a.author-podcast-link-with-image {
    display: flex;
    gap: 25px;
    align-items: center;
}

li.author-post-item,
li.author-video-item,
li.author-podcast-item,
li.author-book-item {
    display: flex;
    flex-direction: row;
    margin: 10px 0px;
}

p.author-post-excerpt,
p.author-video-excerpt,
p.author-book-excerpt,
p.author-podcast-excerpt {
    margin: 0px;
    font-size: 12px;
    color: #ADB5BD;
}

p.author-resume-details,
p.author-reference-details {
    margin: 0;
    font-size: 12px;
    color: #ADB5BD;
}

p.author-reference-details {
    text-align: left;
}

ul.author-resumes-list,
ul.author-reference-list {
    font-size: 14px;
    color: rgb(52, 58, 64);
    margin: 0;
    list-style: none;
    padding: 0;
}

.author-info-box-image-detail {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    align-content: center;
    justify-content: center;
}

h4.author-reference-title,
h4.author-resume-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

h4.author-reference-title {
    color: #343a40;
}

h4.author-resume-title {
    color: rgb(52, 58, 64);
}

li.author-resume-item,
li.author-reference-item {
    padding: 5px 0px;
    margin: 5px 0p;
}

li.author-reference-item {
    text-align: left;
}

h1.author-bio-title {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #343A40;
    text-align: center;
}

.author-education-degreefield {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}

p.author-bio-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #495057;
    text-align: center;
}

.author-socialmedia-info {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
}

a.author-contact-link.linkedin-link,
a.author-contact-link.telegram-link,
a.author-contact-link.youtube-link,
a.author-contact-link.whatsapp-link,
a.author-contact-link.instagram-link,
a.author-contact-link.website-link {
    font-size: 14px;
    padding: 8px 15px;
    color: #FFF;
}


a.author-contact-link.linkedin-link {
    background-color: #0a66c2;
    width: 75px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.author-contact-link.telegram-link {
    background-color: #0088cc;
    width: 75px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.author-contact-link.youtube-link {
    background-color: #ff0000;
    width: 75px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.author-contact-link.whatsapp-link {
    background-color: #25d366;
    width: 75px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.author-contact-link.instagram-link {
    background-color: #c32aa3;
    width: 75px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.author-contact-link.website-link {
    background-color: #35465d;
    width: 75px;
    align-items: center;
    justify-content: center;
    text-align: center;
}







/* رسپانسیو برای تبلت */
@media (max-width: 768px) {
    .author-section-row-detail {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .author-section-column-image,
    .author-section-column-info {
        width: 100%;
        text-align: center;
    }

    .author-box-info-content {
        padding: 15px;
    }

    .author-paragraph-title-name {
        font-size: 20px;
    }

    .author-paragraph-text-bio,
    .author-paragraph-text-degree,
    .author-paragraph-text-fields {
        font-size: 14px;
    }

    h3.author-box-posts-title {
        font-size: 18px;
    }

    a.author-box-post-title {
        font-size: 14px;
    }

    .author-box-post-date {
        font-size: 12px;
    }

    .a.author-contact-link.telegram-link,
    .a.author-contact-link.whatsapp-link,
    .a.author-contact-link.linkedin-link,
    .a.author-contact-link.website-link,
    .a.author-contact-link.instagram-link,
    .a.author-contact-link.youtube-link {
        font-size: 12px;
        padding: 8px 15px;
        color: #FFF;
    }
}


/* رسپانسیو برای موبایل */
@media (max-width: 480px) {
    .author-section-container-detail {
        padding: 0 10px;
    }

    .author-section-row-detail {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .author-box-info-content {
        padding: 10px;
    }

    .author-paragraph-title-name {
        font-size: 18px;
    }

    .author-paragraph-text-bio,
    .author-paragraph-text-degree,
    .author-paragraph-text-fields {
        font-size: 14px;
    }

    h3.author-box-posts-title {
        font-size: 16px;
    }

    a.author-box-post-title {
        font-size: 13px;
    }

    .author-box-post-date {
        font-size: 11px;
    }

    .a.author-contact-link.telegram-link,
    .a.author-contact-link.whatsapp-link,
    .a.author-contact-link.linkedin-link,
    .a.author-contact-link.website-link,
    .a.author-contact-link.instagram-link,
    .a.author-contact-link.youtube-link {
        font-size: 12px;
        padding: 8px 15px;
        color: #FFF;
    }
}
































a {
    text-decoration: none;
    color: inherit;
}
