.dsp-news-reader-media {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #f0f4f2;
}

.dsp-news-reader-hero {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 7 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.dsp-news-reader-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin-top: 18px;
  padding: 10px 15px;
  border-radius: 8px;
  background: #087a57;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(8, 122, 87, .16);
  transition: background-color .18s ease, transform .18s ease;
}

.dsp-news-reader-cta:hover,
.dsp-news-reader-cta:focus-visible {
  background: #066647;
  color: #fff;
  transform: translateY(-1px);
}

.dsp-news-reader-cta svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.dsp-promotion-link-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr);
  gap: 8px;
  align-items: start;
}

@media (max-width: 600px) {
  .dsp-promotion-link-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .dsp-news-reader-media,
  .dsp-news-reader-hero {
    aspect-ratio: 16 / 7 !important;
  }

  .dsp-news-reader-cta {
    width: 100%;
  }
}
