.recovered-news {
  display: grid;
  gap: 24px;
  color: #27403b;
}

.recovered-news-lead {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid #24a790;
  border-radius: 0 16px 16px 0;
  background: #edf6f3;
  color: #234b44;
  font-size: 15px;
  line-height: 1.8;
}

.recovered-news-source {
  display: inline-flex;
  width: max-content;
  min-height: 42px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #0d302c;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.recovered-news-copy {
  display: grid;
  gap: 13px;
}

.recovered-news-copy p {
  margin: 0;
  color: #405b56;
  font-size: 15px;
  line-height: 1.9;
}

.recovered-news-gallery {
  display: grid;
  gap: 18px;
}

.recovered-news-gallery figure {
  margin: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(13, 48, 44, 0.12);
  border-radius: 20px;
  background: #f8faf6;
}

.recovered-news-gallery img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
}

@media (max-width: 620px) {
  .recovered-news {
    gap: 18px;
  }

  .recovered-news-lead {
    padding: 16px;
  }

  .recovered-news-copy p {
    font-size: 14px;
  }

  .recovered-news-gallery figure {
    padding: 7px;
    border-radius: 15px;
  }
}
