/* Author Page */
.sm-author-page { width:100%; }
.sm-author-page__inner { max-width:1369px; margin:0 auto; padding:40px 20px; box-sizing:border-box; text-align:center; }
.sm-author-page__pill { display:flex; justify-content:flex-start; margin-bottom:30px; }
.sm-author-page__pill h2 { display:inline-block; background:#FF383C; color:#fff; font-family:Poppins,sans-serif; font-size:12px; font-weight:700; letter-spacing:0.8px; text-transform:uppercase; padding:7px 12px; margin:0; border-radius:6px; line-height:1; }
.sm-author-page__photo { width:140px; height:140px; border-radius:50%; overflow:hidden; margin:0 auto 20px; }
.sm-author-page__photo img { width:100%; height:100%; object-fit:cover; }
.sm-author-page__name { margin:0 0 4px; font-family:Poppins,sans-serif; font-size:28px; font-weight:700; color:#181A2A; }
.sm-author-page__role { margin:0 0 16px; font-family:Inter,sans-serif; font-size:16px; color:#6B7280; }
.sm-author-social { display:flex; justify-content:center; gap:16px; margin-bottom:20px; }
.sm-author-social__link { display:inline-flex; transition:transform 0.2s; }
.sm-author-social__link:hover { transform:scale(1.15); }
.sm-author-social__icon { width:24px; height:24px; color:#05498C; }
.sm-author-page__bio { max-width:700px; margin:0 auto; font-family:Inter,sans-serif; font-size:15px; line-height:1.7; color:#374151; }
.sm-author-bio__star { color:#FDC500; margin:0 6px; }

/* Posts carousel section */
.sm-author-posts { background:#FDC500; padding:40px 0 60px; margin-top:40px; }
.sm-author-posts__inner { max-width:1369px; margin:0 auto; padding:0 20px; box-sizing:border-box; }
.sm-author-posts__heading { position:relative; display:flex; justify-content:flex-start; margin-bottom:0; z-index:2; }
.sm-page-pill--blog { display:inline-flex; align-items:center; gap:8px; background:#008CBD; border-radius:30px; padding:8px 22px 8px 14px; position:absolute; top:-22px; left:30px; box-shadow:0 2px 8px rgba(0,0,0,0.12); }
.sm-page-pill--blog h2 { display:block; background:transparent; color:#fff; font-family:Poppins,sans-serif; font-size:14px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:0; margin:0; border-radius:0; min-width:auto; line-height:1; }
.sm-page-pill__icon { flex-shrink:0; }
.sm-author-posts__empty { font-family:Inter,sans-serif; font-size:16px; color:#181A2A; text-align:center; padding:20px 0; }

/* Carousel border */
.sm-author-posts .sm-carousel { border:3px solid #32A5DE; border-radius:36px; padding:35px 15px 15px; background:rgba(255,255,255,0.3); margin-top:0; }

@media(max-width:767px){
    .sm-author-page__inner{padding:20px 12px;}
    .sm-author-page__photo{width:100px;height:100px;}
    .sm-author-page__name{font-size:22px;}
    .sm-author-posts__inner{padding:0 12px;}
    .sm-author-posts{padding:20px 0 30px;}
}