/* Team profile & archive styles — ponytail: essential Finbuzz replacements, add full theme if design drifts */
.team-single-wrap{max-width:1200px;margin:0 auto;padding:40px 0;}
.team-single-wrap .rtin-item-wrap{margin-bottom:40px;}
.team-single-wrap .rtin-thums{position:relative;overflow:hidden;border-radius:8px;margin-bottom:20px;}
.team-single-wrap .rtin-thums img{width:100%;height:auto;display:block;border-radius:8px;}
.team-single-wrap .rtin-social{margin-top:15px;}
.team-single-wrap .rtin-social-icon{list-style:none;padding:0;margin:0;display:flex;gap:8px;}
.team-single-wrap .rtin-social-icon li{display:inline-block;}
.team-single-wrap .rtin-social-icon a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#3545a9;color:#fff;font-size:16px;text-decoration:none;transition:background .2s;}
.team-single-wrap .rtin-social-icon a:hover{background:#0772c2;color:#fff;}
.team-single-wrap .rtin-content.single-box{padding:0;}
.team-single-wrap .rtin-heading{margin-bottom:20px;}
.team-single-wrap .rtin-heading h2{font-size:32px;font-weight:700;margin:0 0 8px;color:#0a0a0a;}
.team-single-wrap .rtin-designation{font-size:16px;color:#3545a9;font-weight:500;margin-bottom:15px;padding-bottom:15px;position:relative;}
.team-single-wrap .rtin-designation::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:#0772c2;}
.team-single-wrap .rtin-content p{font-size:16px;line-height:1.7;color:#0a0a0a;margin-bottom:16px;}

/* Related team members grid (replaces Swiper carousel) */
.team-related-post{margin-top:50px;padding-top:40px;border-top:1px solid #e5e5e5;}
.team-related-post .section-title{margin-bottom:30px;display:flex;align-items:center;justify-content:space-between;}
.team-related-post .related-title{font-size:28px;font-weight:600;margin:0;color:#0a0a0a;}
.team-related-post .swiper-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;}
.team-related-post .swiper-slide{width:auto!important;}
.team-related-post .rtin-item{text-align:center;}
.team-related-post .team-thumb{position:relative;overflow:hidden;border-radius:8px;margin-bottom:15px;}
.team-related-post .team-thumb img{width:100%;height:auto;display:block;border-radius:8px;transition:transform .3s;}
.team-related-post .team-thumb:hover img{transform:scale(1.05);}
.team-related-post .rtin-title{font-size:18px;font-weight:600;margin:0 0 4px;}
.team-related-post .rtin-title a{color:#0a0a0a;text-decoration:none;}
.team-related-post .rtin-title a:hover{color:#3545a9;}
.team-related-post .rtin-content-wrap .rtin-designation{font-size:14px;color:#666;}
.team-related-post .swiper-button{display:none;}
.team-related-post .rtin-social-icon{list-style:none;padding:0;margin:10px 0 0;display:flex;justify-content:center;gap:6px;opacity:0;transition:opacity .2s;}
.team-related-post .team-thumb:hover .rtin-social-icon{opacity:1;}
.team-related-post .rtin-social-icon a{width:32px;height:32px;font-size:13px;}

@media(max-width:767px){
  .team-single-wrap .rtin-heading h2{font-size:26px;}
  .team-related-post .swiper-wrapper{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;}
}
