/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.intro-audio-card {
  margin: 1.5rem 0 2rem;
}

.intro-audio-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin-bottom: 0.4rem;
}

.intro-audio-copy {
  margin-bottom: 0.6rem;
}

.intro-audio-player {
  width: 100%;
  margin-bottom: 0.5rem;
}

.intro-audio-note {
  font-size: 0.9rem;
  color: #6b7280;
}

.about-hero {
  margin-top: 2rem;
}

@media (min-width: 640px) {
  .about-hero {
    margin-top: 4rem;
  }
}
