/* Centro de ayuda — estilos de artículos (layout vía Tailwind) */

.hc-video-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.hc-video-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.hc-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  color: #e2e8f0;
}

.hc-step-img {
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(195, 198, 214, 0.65);
  background: #f2f3ff;
  border-radius: 0.75rem;
  padding: 1rem;
  font-size: 0.8125rem;
  color: #434654;
  text-align: center;
}

.hc-step-img img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  display: block;
}
