
.n24-author-shell{
  max-width:1280px;
  margin:0 auto;
  padding:30px 18px 64px;
}

.n24-author-hero{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:30px;
  padding:32px;
  border-radius:22px;
  background:linear-gradient(135deg,#111827,#263249);
  color:#fff;
  margin-bottom:34px;
}

.n24-author-avatar img{
  width:220px;
  height:220px;
  object-fit:cover;
  border-radius:20px;
  border:4px solid rgba(255,255,255,.18);
}

.n24-author-kicker{
  display:block;
  color:#ffccd5;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:8px;
}

.n24-author-info h1{
  margin:0 0 8px;
  color:#fff;
  font-size:42px;
  line-height:1.1;
}

.n24-author-title{
  margin:0 0 6px;
  color:#fff;
  font-size:20px;
  font-weight:700;
}

.n24-author-org{
  margin:0 0 14px;
  color:#d0d5dd;
}

.n24-author-expertise{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0;
}

.n24-author-expertise span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:11px;
  font-weight:800;
}

.n24-author-bio{
  max-width:820px;
  color:#e4e7ec;
  font-size:15px;
  line-height:1.7;
}

.n24-author-bio p{
  margin:0 0 10px;
}

.n24-author-meta{
  margin-top:14px;
  color:#d0d5dd;
  font-size:13px;
}

.n24-author-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.n24-author-links a{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 13px;
  border-radius:999px;
  background:#c3122f;
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:800;
}

.n24-author-section-head{
  border-bottom:2px solid #101828;
  margin-bottom:18px;
  padding-bottom:10px;
}

.n24-author-section-head h2{
  margin:0;
  color:#101828;
  font-size:28px;
}

.n24-author-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.n24-author-card{
  height:100%;
  overflow:hidden;
  border:1px solid #e4e7ec;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(16,24,40,.06);
  transition:transform .22s ease,box-shadow .22s ease;
}

.n24-author-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(16,24,40,.11);
}

.n24-author-thumb{
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#e9edf3;
  color:#667085;
  font-size:34px;
  font-weight:800;
  text-decoration:none!important;
}

.n24-author-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}

.n24-author-card:hover .n24-author-thumb img{
  transform:scale(1.045);
}

.n24-author-card-body{
  padding:17px;
}

.n24-author-card-cat{
  display:inline-block;
  margin-bottom:10px;
  padding:6px 9px;
  border-radius:999px;
  background:#c3122f;
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.n24-author-card h3{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.3;
}

.n24-author-card h3 a{
  color:#101828!important;
  text-decoration:none!important;
}

.n24-author-card p{
  margin:0 0 12px;
  color:#667085;
  font-size:14px;
  line-height:1.55;
}

.n24-author-card-meta{
  color:#98a2b3;
  font-size:12px;
}

.n24-author-pagination{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:34px;
}

.n24-author-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:0 12px;
  border:1px solid #e4e7ec;
  border-radius:10px;
  background:#fff;
  color:#101828;
  text-decoration:none;
  font-weight:700;
}

.n24-author-pagination .current{
  background:#c3122f;
  color:#fff;
  border-color:#c3122f;
}

.n24-author-empty{
  padding:34px;
  border:1px solid #e4e7ec;
  border-radius:16px;
  background:#fff;
  color:#667085;
  text-align:center;
}

@media(max-width:900px){
  .n24-author-hero{
    grid-template-columns:1fr;
  }

  .n24-author-avatar img{
    width:160px;
    height:160px;
  }

  .n24-author-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .n24-author-shell{
    padding:16px 12px 42px;
  }

  .n24-author-hero{
    padding:22px;
    border-radius:18px;
  }

  .n24-author-info h1{
    font-size:32px;
  }

  .n24-author-grid{
    grid-template-columns:1fr;
  }
}
