/**
 * Lien rapport d'activité — hero Actualités (texte souligné + icône).
 */
.activity-report {
  align-items: center;
  color: #1b2a41;
  display: inline-flex;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 1rem;
  gap: 0.65rem;
  margin-top: 1.5rem;
  text-decoration: none;
}

.activity-report:hover,
.activity-report:focus {
  color: var(--hero-accent, #ff0a54);
  text-decoration: none;
}

.activity-report__label {
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.activity-report:hover .activity-report__label,
.activity-report:focus .activity-report__label {
  color: inherit;
}

.activity-report__icon {
  flex: 0 0 auto;
  height: 1.5rem;
  object-fit: contain;
  width: 1.5rem;
}
