
.ndo-op{
  --navy:#08264f;
  --blue:#2f63ff;
  --text:#344760;
  --muted:#8393a9;
  --line:#dbe4ee;
  max-width:1120px;
  margin:0 auto;
  padding:42px 28px 72px;
  color:var(--text);
}
.ndo-op *{box-sizing:border-box}
.ndo-op-ad{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f3f3f3;
  color:#d1d1d1;
  font-size:28px;
  font-weight:900;
  letter-spacing:.02em;
}
.ndo-op-ad-top{margin-bottom:46px}
.ndo-op-ad-bottom{margin-top:48px}
.ndo-op-hero{max-width:970px;margin:0 auto 44px}
.ndo-op-kicker,.ndo-op-section-kicker{
  margin-bottom:10px;
  color:var(--blue);
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ndo-op h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(38px,4.5vw,62px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:900;
}
.ndo-op-excerpt{
  max-width:820px;
  margin:24px 0 0;
  padding-left:18px;
  border-left:3px solid var(--blue);
  color:#506079;
  font-size:20px;
  line-height:1.5;
}
.ndo-op-meta-row{
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.ndo-op-author{min-width:0}
.ndo-op .ndo-assinatura-autor{width:auto}
.ndo-op-meta-right{text-align:right}
.ndo-op-date,.ndo-op-share-label{
  color:var(--muted);
  font-size:10px;
  line-height:1.35;
  font-weight:850;
  letter-spacing:.1em;
}
.ndo-op-share-label{margin-top:13px}
.ndo-op-share{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap;margin-top:8px}
.ndo-op-share a{
  min-height:29px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  border-radius:4px;
  color:#fff!important;
  text-decoration:none!important;
  font-size:8px;
  font-weight:900;
}
.ndo-op-share .fb{background:#3169e8}.ndo-op-share .x{background:#000}
.ndo-op-share .in{background:#2b7db8}.ndo-op-share .wa{background:#44bd58}
.ndo-op-share .mail{background:#e6524a}
.ndo-op-featured{margin:0 auto 52px;max-width:970px}
.ndo-op-featured img{display:block;width:100%;max-height:640px;object-fit:cover}
.ndo-op-content{
  max-width:790px;
  margin:0 auto;
  color:#3e516a;
  font-size:18px;
  line-height:1.68;
}
.ndo-op-content p{margin:0 0 25px}
.ndo-op-content h2,.ndo-op-content h3{color:var(--navy);line-height:1.15;margin:38px 0 14px}
.ndo-op-content img{max-width:100%;height:auto}
.ndo-op-more{
  max-width:970px;
  margin:64px auto 0;
  padding-top:32px;
  border-top:1px solid var(--line);
}
.ndo-op-more>h2{margin:0 0 22px;color:var(--navy);font-size:30px;line-height:1.05}
.ndo-op-rel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ndo-op-rel-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}
.ndo-op-rel-img{display:block;aspect-ratio:16/10;background:#f3f6f9;overflow:hidden}
.ndo-op-rel-img img{width:100%;height:100%;object-fit:cover}
.ndo-op-rel-body{padding:14px}
.ndo-op-rel-date{margin-bottom:6px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}
.ndo-op-rel-card h3{margin:0;font-size:17px;line-height:1.2}
.ndo-op-rel-card h3 a{color:var(--navy);text-decoration:none}
.ndo-op-assinatura{display:flex;align-items:center;gap:10px}
.ndo-op-assinatura img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.ndo-op-assinatura span{display:block;color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.1em}
.ndo-op-assinatura strong{display:block;color:var(--navy);font-size:13px}
@media(max-width:760px){
  .ndo-op{padding:30px 18px 54px}
  .ndo-op h1{font-size:38px}
  .ndo-op-excerpt{font-size:18px}
  .ndo-op-meta-row{display:block}
  .ndo-op-meta-right{margin-top:20px;text-align:left}
  .ndo-op-share{justify-content:flex-start}
  .ndo-op-rel-grid{grid-template-columns:1fr}
}
