/* ============================================================
   Bloc « Le saviez-vous ? » — inspiré du design fourni par Demeco
   ============================================================ */

.did-you-know-block {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
}

.did-you-know-block__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.did-you-know-block__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5a623;
  color: #ffffff;
  flex-shrink: 0;
}

.did-you-know-block__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.2;
}

.did-you-know-block__content {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333;
}

.did-you-know-block__content > *:last-child {
  margin-bottom: 0;
}

.did-you-know-block__source {
  margin: 12px 0 0;
  font-size: 0.8rem;
  color: #666;
}
