/* ==========================================================================
   CAMPAÑA OCTUBRE - LUCE POR LA ARTRITIS
   ========================================================================== */
.lightup-embed-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(16, 57, 78, 0.04);
  margin-top: 18px;
}

.lightup-embed-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.lightup-embed-heading h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.lightup-embed-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: rgba(163, 189, 49, 0.15);
  border: 1px solid rgba(163, 189, 49, 0.35);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #4a5c0a;
}

.lightup-iframe-wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #e5e9ec;
}
