.modulo-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-bottom: 12px;
}

.modulo-header h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.modulo-icon--lg {
  width: 68px;
  height: 68px;
}

.modulo-icon--lg svg {
  width: 34px;
  height: 34px;
}

.modulo-placeholder-texto {
  text-align: center;
  color: var(--text-muted);
  font-size: 15px;
  margin-top: 8px;
}
