/* FASE 8.5 | Components cards */
/* Reglas duplicadas de styles.css para validacion modular segura. */

.card,
.idea-card,
.versions {
  width: auto;
  max-width: 100%;
  background: #0f172a;
  border: 1px solid #26354f;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  padding: 24px;
  box-sizing: border-box;
}

.card h3,
.idea-card h3,
.versions h3 {
  color: #facc15;
  margin-top: 0;
}

.card p,
.idea-card p,
.versions p {
  line-height: 1.5;
}

.card a {
  margin-top: 12px;
}

.card-main {
  text-align: center;
}

.card-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #cbd5e1;
  margin: 4px 0 18px;
}

.card-main a {
  justify-content: center;
}

.versions {
  margin-top: 0;
}

.versions a {
  margin-right: 10px;
  margin-bottom: 10px;
}
