
.n24-eeat-box{
  margin:38px 0 10px;
  padding:22px;
  border:1px solid #e4e7ec;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(16,24,40,.06);
}

.n24-eeat-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding-bottom:14px;
  margin-bottom:18px;
  border-bottom:1px solid #eaecf0;
}

.n24-eeat-head span{
  color:#c3122f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.n24-eeat-head strong{
  color:#101828;
}

.n24-eeat-author{
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  gap:16px;
  align-items:start;
}

.n24-eeat-author img{
  width:84px;
  height:84px;
  border-radius:50%;
  object-fit:cover;
}

.n24-eeat-author h3{
  margin:0 0 6px;
  font-size:21px;
}

.n24-eeat-author p{
  margin:5px 0;
  color:#667085;
  line-height:1.55;
}

.n24-eeat-expertise{
  color:#c3122f!important;
  font-weight:800;
}

.n24-eeat-author a,
.n24-eeat-links a,
.n24-editorial-trust a{
  color:#c3122f;
  font-weight:800;
  text-decoration:none;
}

.n24-eeat-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid #eaecf0;
}

.n24-editorial-trust{
  padding:24px;
  border-radius:18px;
  background:#111827;
  color:#fff;
}

.n24-editorial-trust h2{
  color:#fff;
  margin-top:0;
}

.n24-editorial-trust p{
  color:#d0d5dd;
}

.n24-editorial-trust div{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

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

  .n24-eeat-head{
    align-items:flex-start;
    flex-direction:column;
  }
}
