.ec-briefing-hero {
  width: 100%;
  background: #1f3454;
  color: #fff;
}

.ec-briefing-hero__inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
  gap: 72px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 48px 64px;
}

.ec-briefing-hero--no-facts .ec-briefing-hero__inner {
  grid-template-columns: minmax(0, 1fr);
}

.ec-briefing-hero__main,
.ec-briefing-hero__facts {
  min-width: 0;
}

.ec-briefing-hero__eyebrow,
.ec-briefing-hero__facts-title {
  color: #8aa7c7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ec-briefing-hero__eyebrow {
  margin-bottom: 18px;
}

.ec-briefing-hero__title {
  overflow-wrap: anywhere;
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ec-briefing-hero__byline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  color: #dbe5ef;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

.ec-briefing-hero__byline::before {
  flex: 0 0 40px;
  width: 40px;
  height: 2px;
  background: #8aa7c7;
  content: "";
}

.ec-briefing-hero__facts {
  border-top: 2px solid #8aa7c7;
  padding-top: 20px;
}

.ec-briefing-hero__facts-title {
  margin-bottom: 12px;
}

.ec-briefing-hero__fact-list {
  margin: 0;
}

.ec-briefing-hero__fact {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(219, 229, 239, 0.22);
  padding: 12px 0;
}

.ec-briefing-hero__fact-label,
.ec-briefing-hero__fact-value {
  margin: 0;
  letter-spacing: 0;
}

.ec-briefing-hero__fact-label {
  color: #b6c8dc;
  font-size: 13px;
  line-height: 1.4;
}

.ec-briefing-hero__fact-value {
  flex: 0 0 auto;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
  text-align: right;
}

@media (max-width: 1024px) {
  .ec-briefing-hero__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 1fr);
    gap: 40px;
    padding: 56px 36px 52px;
  }

  .ec-briefing-hero__title {
    font-size: 32px;
  }

  .ec-briefing-hero__byline::before {
    flex-basis: 32px;
    width: 32px;
  }
}

@media (max-width: 767px) {
  .ec-briefing-hero__inner,
  .ec-briefing-hero--no-facts .ec-briefing-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    padding: 42px 22px 40px;
  }

  .ec-briefing-hero__title {
    font-size: 26px;
    line-height: 1.12;
  }

  .ec-briefing-hero__byline {
    align-items: flex-start;
    margin-top: 22px;
    font-size: 14px;
  }

  .ec-briefing-hero__byline::before {
    flex-basis: 24px;
    width: 24px;
    margin-top: 10px;
  }

  .ec-briefing-hero__fact {
    gap: 16px;
  }

  .ec-briefing-hero__fact-value {
    font-size: 20px;
  }
}

.ec-briefing-stats,
.ec-briefing-quote,
.ec-briefing-chart,
.ec-briefing-table,
.ec-briefing-ledger,
.ec-briefing-sources {
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 0;
}

.ec-briefing-stats {
  border-top: 1px solid #dbe5ef;
  border-bottom: 1px solid #dbe5ef;
  padding: 34px 36px;
  background: #ecf1f7;
}

.ec-briefing-stats__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin: 0;
}

.ec-briefing-stats__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ec-briefing-stats__value,
.ec-briefing-stats__label,
.ec-briefing-stats__note {
  overflow-wrap: anywhere;
  margin: 0;
  letter-spacing: 0;
}

.ec-briefing-stats__value {
  order: 1;
  color: #1f3454;
  font-size: 32px;
  font-weight: 750;
  line-height: 1.12;
}

.ec-briefing-stats__label {
  order: 2;
  margin-top: 8px;
  color: #485361;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.ec-briefing-stats__note {
  order: 3;
  margin-top: 4px;
  color: #6b7585;
  font-size: 12px;
  line-height: 1.45;
}

.ec-briefing-stats .ec-tone-positive .ec-briefing-stats__value,
.ec-briefing-ledger .ec-tone-positive .ec-briefing-ledger__value {
  color: #2f8f64;
}

.ec-briefing-stats .ec-tone-negative .ec-briefing-stats__value,
.ec-briefing-ledger .ec-tone-negative .ec-briefing-ledger__value {
  color: #b8423a;
}

.ec-briefing-stats .ec-tone-neutral .ec-briefing-stats__value,
.ec-briefing-ledger .ec-tone-neutral .ec-briefing-ledger__value {
  color: #6b7585;
}

.ec-briefing-quote {
  margin: 0;
  padding: 40px 48px;
}

.ec-briefing-quote--dark {
  background: #1f3454;
}

.ec-briefing-quote--outline {
  border-top: 2px solid #446d9c;
  border-bottom: 2px solid #446d9c;
  background: transparent;
}

.ec-briefing-quote__text {
  overflow-wrap: anywhere;
  margin: 0;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: 0;
}

.ec-briefing-quote--dark .ec-briefing-quote__text {
  color: #fff;
}

.ec-briefing-quote--outline .ec-briefing-quote__text {
  color: #1f3454;
  text-align: center;
}

.ec-briefing-quote__attribution {
  display: block;
  margin-top: 18px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
}

.ec-briefing-quote--dark .ec-briefing-quote__attribution {
  color: #b6c8dc;
}

.ec-briefing-quote--outline .ec-briefing-quote__attribution {
  color: #6b7585;
  text-align: center;
}

.ec-briefing-chart {
  overflow: hidden;
  margin: 0;
  border-top: 2px solid #446d9c;
  background: #f6f7f9;
}

.ec-briefing-chart__header {
  padding: 22px 30px 18px;
}

.ec-briefing-chart__title {
  overflow-wrap: anywhere;
  margin: 0;
  color: #11161d;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.ec-briefing-chart__subtitle {
  margin-top: 5px;
  color: #6b7585;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}

.ec-briefing-chart__frame {
  position: relative;
  height: 520px;
  margin: 0 30px 22px;
  border: 1px solid #e2e6eb;
  background: #fff;
}

.ec-briefing-chart__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ec-briefing-chart__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #6b7585;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.ec-briefing-chart__caption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e2e6eb;
  padding: 13px 30px;
  color: #6b7585;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0;
}

.ec-briefing-chart__data-link {
  flex: 0 0 auto;
  color: #446d9c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ec-briefing-chart__data-link:hover,
.ec-briefing-chart__data-link:focus-visible {
  color: #2a466f;
}

.ec-briefing-table {
  overflow: hidden;
  border-top: 2px solid #446d9c;
  background: #fff;
}

.ec-briefing-table__header {
  padding: 22px 0 18px;
}

.ec-briefing-table__title {
  overflow-wrap: anywhere;
  margin: 0;
  color: #11161d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.ec-briefing-table__unit {
  margin-top: 6px;
  color: #485361;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.ec-briefing-table__scroll {
  overflow-x: auto;
  width: 100%;
  border-top: 1px solid #dbe5ef;
  border-bottom: 1px solid #dbe5ef;
  scrollbar-gutter: stable;
}

.ec-briefing-table__scroll:focus-visible {
  outline: 2px solid #446d9c;
  outline-offset: -2px;
}

.ec-briefing-table .tablepress {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: collapse;
  color: #2c3742;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0;
}

.ec-briefing-table .tablepress thead th {
  border: 0;
  border-bottom: 1px solid #c8d2df;
  padding: 12px 14px;
  background: #ecf1f7;
  color: #1f3454;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
  vertical-align: bottom;
}

.ec-briefing-table .tablepress tbody td {
  border: 0;
  border-bottom: 1px solid #e2e6eb;
  padding: 12px 14px;
  background: #fff;
  vertical-align: top;
}

.ec-briefing-table .tablepress tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.ec-briefing-table .tablepress tbody tr:last-child td {
  border-bottom: 0;
}

.ec-briefing-table__source {
  padding-top: 12px;
  color: #6b7585;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

.ec-briefing-table__placeholder {
  border: 1px dashed #c4cad3;
  padding: 24px;
  color: #6b7585;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.ec-briefing-ledger {
  border-top: 1px solid #e2e6eb;
}

.ec-briefing-ledger__title {
  margin: 0;
  border-bottom: 1px solid #e2e6eb;
  padding: 13px 0;
  color: #11161d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.ec-briefing-ledger__list {
  margin: 0;
}

.ec-briefing-ledger__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 28px;
  border-bottom: 1px solid #e2e6eb;
  padding: 13px 0;
}

.ec-briefing-ledger__label,
.ec-briefing-ledger__value {
  overflow-wrap: anywhere;
  margin: 0;
  letter-spacing: 0;
}

.ec-briefing-ledger__label {
  color: #485361;
  font-size: 14px;
  line-height: 1.45;
}

.ec-briefing-ledger__value {
  color: #446d9c;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.2;
  text-align: right;
}

.ec-briefing-sources__title {
  margin: 0 0 14px;
  color: #11161d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}

.ec-briefing-sources__list {
  display: flex;
  flex-direction: column;
}

.ec-briefing-sources__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #e2e6eb;
  padding: 13px 0;
  color: #446d9c;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: 0;
  text-decoration: none;
}

.ec-briefing-sources__link:hover,
.ec-briefing-sources__link:focus-visible {
  color: #2a466f;
}

.ec-briefing-sources__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.ec-briefing-sources__arrow {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.ec-briefing-sources__placeholder {
  border: 1px dashed #c4cad3;
  padding: 24px;
  color: #6b7585;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .ec-briefing-stats__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .ec-briefing-quote__text {
    font-size: 25px;
  }

  .ec-briefing-chart__frame {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .ec-briefing-stats {
    padding: 26px 22px;
  }

  .ec-briefing-stats__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .ec-briefing-stats__value {
    font-size: 28px;
  }

  .ec-briefing-quote {
    padding: 28px 22px;
  }

  .ec-briefing-quote__text {
    font-size: 22px;
  }

  .ec-briefing-chart__header {
    padding: 18px 18px 15px;
  }

  .ec-briefing-chart__frame {
    height: 400px;
    margin: 0 18px 18px;
  }

  .ec-briefing-chart__caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 12px 18px;
  }

  .ec-briefing-table__header {
    padding: 18px 0 15px;
  }

  .ec-briefing-table__title {
    font-size: 18px;
  }

  .ec-briefing-table .tablepress {
    font-size: 13px;
  }

  .ec-briefing-table .tablepress thead th,
  .ec-briefing-table .tablepress tbody td {
    padding: 10px 12px;
  }

  .ec-briefing-ledger__row {
    gap: 18px;
  }

  .ec-briefing-ledger__value {
    font-size: 19px;
  }
}

.ec-briefing-media {
  width: 100%;
  margin: 0;
}

.ec-briefing-media__image {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.ec-briefing-media--crop-override .ec-briefing-media__image {
  object-position: var(--ec-briefing-media-position) !important;
}

@media (min-width: 1025px) {
  .ec-briefing-media--height-desktop .ec-briefing-media__image {
    height: var(--ec-briefing-media-height-desktop) !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ec-briefing-media--height-tablet .ec-briefing-media__image {
    height: var(--ec-briefing-media-height-tablet) !important;
  }
}

@media (max-width: 767px) {
  .ec-briefing-media--height-mobile .ec-briefing-media__image {
    height: var(--ec-briefing-media-height-mobile) !important;
  }
}

.ec-briefing-media__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e6eb;
  color: #6b7585;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.ec-briefing-media__caption {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 28px;
  padding: 17px 48px;
  background: #ecf1f7;
  color: #485361;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

.ec-briefing-media__credit {
  overflow-wrap: anywhere;
}

.ec-briefing-media__credit {
  color: #6b7585;
  text-align: right;
}

a.ec-briefing-media__credit {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ec-briefing-intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: #11161d;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.ec-briefing-intro p {
  margin: 0;
}

.ec-briefing-v2-body {
  padding-top: 68px;
  padding-bottom: 0;
}

.ec-briefing-v2-body > .elementor-container {
  width: 100%;
  max-width: 1040px;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content {
  width: 100%;
  margin-top: 30px;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content .ec-briefing-article-section + .ec-briefing-article-section {
  margin-top: 30px;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-text-editor {
  color: #2c3742;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-text-editor p {
  margin: 0 0 22px;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-text-editor,
.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-heading {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-ec-briefing-stats,
.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-ec-briefing-chart,
.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-ec-briefing-table {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-ec-briefing-pull-quote {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-ec-briefing-ledger,
.ec-briefing-v2-body .elementor-widget-theme-post-content .elementor-widget-ec-briefing-sources {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.ec-briefing-author {
  width: 100%;
  max-width: 1000px;
  margin: 66px auto 0;
}

.ec-briefing-author__panel {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 280px;
  background: #1f3454;
  color: #dbe5ef;
}

.ec-briefing-author__media {
  box-sizing: border-box;
  /* Top padding matches the content column's, so the photo starts level with
     the "About the author" eyebrow. No right padding: the content column's
     own left padding provides the gap to the text. */
  padding: 40px 0 40px 40px;
  background: #1f3454;
}

/* Fixed 3:4 portrait anchored to the top of the column: the crop stays
   identical no matter how tall bio and contacts make the panel; the panel
   background simply continues below the photo. */
.ec-briefing-author__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.ec-briefing-author__content {
  min-width: 0;
  padding: 40px 48px 32px;
}

.ec-briefing-author__eyebrow {
  margin-bottom: 12px;
  color: #8aa7c7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ec-briefing-author__name {
  overflow-wrap: anywhere;
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}

.ec-briefing-author__institution {
  margin-top: 6px;
  color: #dbe5ef;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}

.ec-briefing-author__institution a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ec-briefing-author__contacts {
  margin-top: 30px;
}

.ec-briefing-author__contact {
  display: grid;
  grid-template-columns: 30px 96px minmax(0, 1fr);
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: inherit;
}

.ec-briefing-author__contact:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

/* Icon, label, and value share a 20px first-line box so their vertical
   centers coincide exactly. */
.ec-briefing-author__contact-icon {
  display: flex;
  align-items: center;
  align-self: start;
  height: 20px;
  color: #8aa7c7;
}

.ec-briefing-author__contact-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.ec-briefing-author__contact-label {
  align-self: start;
  color: #8aa7c7;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ec-briefing-author__contact-value {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.ec-briefing-author__contact:hover .ec-briefing-author__contact-value,
.ec-briefing-author__contact:focus-visible .ec-briefing-author__contact-value {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ec-briefing-author__bio {
  margin-top: 20px;
  color: #dbe5ef;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0;
}

.ec-briefing-author__bio p,
.ec-briefing-author__legal p {
  margin: 0;
}

.ec-briefing-author__legal {
  padding: 12px 0 0;
  color: #6b7585;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: right;
}

.ec-briefing-related {
  width: 100%;
  margin-top: 72px;
  border-top: 1px solid #e2e6eb;
  padding: 52px 32px 60px;
  background: #fff;
}

.ec-briefing-related__inner {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
}

.ec-briefing-related__title {
  margin: 0 0 18px;
  color: #11161d;
  font-size: 26px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0;
}

.ec-briefing-related__list {
  border-top: 1px solid #e2e6eb;
}

.ec-briefing-related__item {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: baseline;
  gap: 30px;
  border-bottom: 1px solid #e2e6eb;
  padding: 18px 0;
  color: inherit;
  text-decoration: none;
}

.ec-briefing-related__date {
  color: #446d9c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ec-briefing-related__post-title {
  overflow-wrap: anywhere;
  color: #11161d;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: 0;
}

.ec-briefing-related__item:hover .ec-briefing-related__post-title,
.ec-briefing-related__item:focus-visible .ec-briefing-related__post-title {
  color: #446d9c;
}

.ec-briefing-related__item:focus-visible {
  outline: 2px solid #446d9c;
  outline-offset: 3px;
}

.ec-briefing-related__archive {
  display: inline-block;
  margin-top: 24px;
  color: #446d9c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .ec-briefing-media__image {
    height: 300px;
  }

  .ec-briefing-media__caption {
    padding-right: 36px;
    padding-left: 36px;
  }

  .ec-briefing-author__panel {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .ec-briefing-author__content {
    padding: 32px 36px 26px;
  }

  .ec-briefing-author__media {
    padding: 32px 0 32px 32px;
  }

  .ec-briefing-v2-body {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 767px) {
  /* No featured media below the hero on phones. */
  .ec-briefing-media {
    display: none;
  }

  .ec-briefing-media__caption {
    justify-content: flex-start;
    padding: 15px 22px;
  }

  .ec-briefing-media__credit {
    text-align: left;
  }

  .ec-briefing-intro {
    font-size: 18px;
  }

  .ec-briefing-v2-body {
    padding-top: 44px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ec-briefing-author {
    margin-top: 48px;
  }

  .ec-briefing-author__panel {
    grid-template-columns: minmax(0, 1fr);
  }

  /* Stacking the portrait above the text crops it unpredictably at these
     widths, so the image is dropped entirely below 768px. */
  .ec-briefing-author__media {
    display: none;
  }

  .ec-briefing-author__panel {
    min-height: 0;
  }

  .ec-briefing-author__content {
    padding: 28px 24px;
  }

  .ec-briefing-author__legal {
    text-align: left;
  }

  .ec-briefing-related {
    margin-top: 52px;
    padding: 40px 20px 46px;
  }

  .ec-briefing-related__title {
    font-size: 23px;
  }

  .ec-briefing-related__item {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    padding: 15px 0;
  }

  .ec-briefing-related__post-title {
    font-size: 17px;
  }
}

@media print {
  .ec-briefing-related {
    display: none;
  }

  .ec-briefing-author__panel {
    grid-template-columns: minmax(0, 1fr);
    background: #fff;
    color: #11161d;
  }

  .ec-briefing-author__media {
    display: none;
  }

  .ec-briefing-author__content,
  .ec-briefing-author__name,
  .ec-briefing-author__bio,
  .ec-briefing-author__panel a,
  .ec-briefing-author__contact-value {
    color: #11161d;
  }

  .ec-briefing-author__contact {
    border-top-color: rgba(17, 22, 29, 0.25);
  }

  .ec-briefing-author__contact:last-child {
    border-bottom-color: rgba(17, 22, 29, 0.25);
  }

  .ec-briefing-author__contact-icon,
  .ec-briefing-author__contact-label {
    color: #485361;
  }
}
