/* AR TMC - Author Box Styling Build 10.4.7 */
.ahe-author-box {
    display: flex; gap: 25px; align-items: center; background: #ffffff;
    border: 1px solid #f0f0f0; border-radius: 15px; padding: 25px;
    margin: 20px 0; box-shadow: 0 5px 20px rgba(0,0,0,0.04); direction: rtl;
}

.ahe-author-header { display: flex; align-items: center; gap: 15px; margin-bottom: 10px; flex-wrap: wrap; }
.ahe-author-name { margin: 0; font-size: 1.5rem; font-weight: 800; }
.ahe-author-name a { color: #b02a6b; text-decoration: none; }

.ahe-author-posts-badge {
    background: #fdf2f7; color: #b02a6b; padding: 4px 12px;
    border-radius: 20px; font-size: 0.85rem; font-weight: 700;
    display: inline-flex; align-items: center; gap: 5px; border: 1px solid #f8d7e7;
}

.ahe-author-img img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.ahe-author-bio { color: #555; line-height: 1.7; font-size: 1rem; }
.ahe-read-more-wrapper { margin-top: 15px; display: block; width: 100%; }
.ahe-read-more { color: #b02a6b; font-weight: 700; text-decoration: none; font-size: 0.95rem; }

@media (max-width: 768px) {
    .ahe-author-box { flex-direction: column; text-align: center; }
    .ahe-author-header { justify-content: center; }
}