/* GO v40: fix clipped 'Há x dias' metadata on homepage cards/strips. */
html body.home:not(.wp-admin) .go-ds-card-body,
html body.home:not(.wp-admin) .go-ds-latest-strip-grid a,
html body.home:not(.wp-admin) .go-ds-card-link {
  overflow: visible !important;
}

html body.home:not(.wp-admin) .go-ds-card-meta,
html body.home:not(.wp-admin) .go-ds-latest-strip-grid span,
html body.home:not(.wp-admin) .go-ds-hero-copy .go-ds-card-meta,
html body.home:not(.wp-admin) .go-ds-hero-copy span:last-child {
  display: block !important;
  line-height: 1.35 !important;
  min-height: 1.35em !important;
  padding-top: 2px !important;
  padding-bottom: 1px !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
}

html body.home:not(.wp-admin) .go-ds-card-body {
  padding-top: 2px !important;
}

/* Compact cards/feed cards on homepage. */
html body.home:not(.wp-admin) :is(.go-ds-card--mini, .go-ds-card--list, .go-ds-card--latest) .go-ds-card-meta {
  margin-top: 2px !important;
}

/* Latest strip specifically was showing the top of the word clipped. */
html body.home:not(.wp-admin) .go-ds-latest-strip-grid {
  align-items: start !important;
}

html body.home:not(.wp-admin) .go-ds-latest-strip-grid a {
  align-content: start !important;
}
