/* EWSAT 1.1: remove the legacy article chrome and use the full Astra content width. */
.ewsat-template-active .entry-header {
  display: none;
}

.ewsat-template-active #secondary,
.ewsat-template-active .widget-area {
  display: none !important;
}

.ewsat-template-active #primary,
.ewsat-template-active .content-area {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.ewsat-template-active .site-content > .ast-container {
  display: block;
  max-width: 1220px;
}

.ewsat-template-active .ewsat-channel {
  max-width: 1100px;
}

.ewsat-page-title {
  margin: 0;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.035em;
}

@media (max-width: 700px) {
  .ewsat-page-title { font-size: 28px; }
}
