/* Homepage updates: text-only editorial cards. No decorative/redactionele imagery. */
.update-grid{align-items:stretch}
.update-card,.update-card:first-child{
  min-height:0!important;
  background:linear-gradient(145deg,#111720,#080b0f)!important;
  border:1px solid rgba(255,255,255,.09);
  padding:0;
  display:flex;
  isolation:isolate;
}
.update-card__visual,.update-card>.photo-credit{display:none!important}
.update-card::before{
  z-index:-1!important;
  background:radial-gradient(circle at 100% 0,rgba(246,191,36,.13),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.025),transparent 55%)!important;
}
.update-card__copy{
  position:relative!important;
  inset:auto!important;
  width:100%;
  min-height:230px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.update-card:first-child .update-card__copy{min-height:300px;padding:30px}
.update-card__copy h3{margin:9px 0 12px!important}
.update-card__copy p{-webkit-line-clamp:4!important;font-size:12px!important;line-height:1.55!important}
@media(max-width:820px){
  .update-card__copy,.update-card:first-child .update-card__copy{min-height:210px;padding:22px}
}
