/* ============================================================
   AFO – Bloc : proj-synopsis-texte
   ============================================================ */

.proj-synopsis-texte {
  padding: 1.8rem 2rem;
  background: #f3f3f5;
  border-radius: 16px;
  color: #000;
}

.pst-title {
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #4d2c7a;
}

.pst-text p {
  margin: 0 0 .8rem;
  line-height: 1.6;
}

.pst-cta {
  display: inline-block;
  margin-top: 1.2rem;
  padding: .55rem 1.4rem;
  font-weight: 700;
  font-size: .95rem;
  color: #4d2c7a;
  border: 2px solid #4d2c7a;
  border-radius: 999px;
  text-decoration: none;
  transition: .2s ease;
}

.pst-cta:hover,
.pst-cta:focus-visible {
  background: #4d2c7a;
  color: #fff;
}
