/**
 * drugs-are-cool.css — /drugs-are-cool/ (Page ID 2358)
 * Prefix: dac-
 *
 * This page also loads specialized.css (enqueued via inc/enqueue.php).
 * Hero, editorial, editorial-video, benefits, testimonial, ready-list,
 * brand-band, and features-photo sections all use sc-* classes from specialized.css.
 * Only the help section content (below the photo) needs page-specific CSS.
 *
 * No new colors, button styles, or design tokens.
 */


/* ══════════════════════════════════════════════════════════════
   S3 — VIDEO FLOAT (sc-editorial-video--mp4)
   The --image variant uses sc-editorial-image-float for the image.
   The --mp4 variant uses sc-editorial-video-float for the video.
   These classes are already in specialized.css but the video element
   itself needs dimensions to avoid layout shift.
   ══════════════════════════════════════════════════════════════ */

.sc-editorial-video--mp4 .sc-editorial-video-float video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}


/* ══════════════════════════════════════════════════════════════
   S8 — HELP CONTENT (below sc-features-photo image)
   sc-features-photo and sc-features-below handle the image + padding.
   dac-help-* classes handle the content layout below.
   ══════════════════════════════════════════════════════════════ */

.dac-help-heading {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  text-align: center;
  margin: 0 auto var(--space-md);
  max-width: 640px;
}

.dac-help-content {
  max-width: 780px;
  margin: 0 auto;
}

.dac-help-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--border-light);
}

.dac-help-item:first-child { padding-top: 0; }

.dac-help-item h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.dac-help-item p {
  font-size: .95rem;
  color: var(--text-secondary);
  line-height: 1.65;
  margin: 0;
}

.dac-help-cta { padding-top: 32px; }
.dac-help-cta .actions { flex-wrap: wrap; justify-content: center; }
