/* Estilo para el resumen del perfil */
#config-content h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ff0055;
  margin-bottom: 20px;
  border-bottom: 2px solid #ff0055;
  padding-bottom: 8px;
}

#config-content p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #eee;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1e1e1e;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(255, 0, 85, 0.1);
  transition: background 0.3s ease;
}

#config-content p:hover {
  background: #292929;
}

#config-content span.color-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #444;
}
