/* Adaptation du modèle validé des lettres aux poèmes d’amour. */
.poem-detail-page .citations-hero::after {
  background: linear-gradient(90deg, rgba(3, 12, 34, .08) 0%, rgba(3, 12, 34, .42) 48%, rgba(3, 12, 34, .94) 100%);
}

.poem-detail-page .citations-hero-copy {
  width: min(650px, 48%);
  margin-right: clamp(24px, 7vw, 110px);
  margin-left: auto;
}

.poem-detail-page .declaration-signature {
  text-align: right;
}

@media (max-width: 850px) {
  .poem-detail-page .citations-hero > img {
    object-position: 37% center;
  }

  .poem-detail-page .citations-hero::after {
    background: linear-gradient(0deg, rgba(3, 12, 34, .98) 5%, rgba(3, 12, 34, .3) 85%);
  }

  .poem-detail-page .citations-hero-copy {
    width: auto;
    margin: 0;
  }
}
