/* EF Meshtastic Community — forest-festival accents */

/* Hero CTA buttons sit nicer with the dark-purple palette */
.md-button--primary {
  background-color: var(--md-primary-fg-color) !important;
  border-color: var(--md-primary-fg-color) !important;
}

/* Disclaimer banner on Home */
.ef-disclaimer {
  border-left: 4px solid #ff9100;
  background: rgba(255, 145, 0, 0.08);
  padding: 0.9rem 1.1rem;
  border-radius: 4px;
  margin: 1.4rem 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

[data-md-color-scheme="slate"] .ef-disclaimer {
  background: rgba(255, 145, 0, 0.12);
}

/* Hardware/comparison tables — readable on mobile */
.md-typeset table:not([class]) {
  font-size: 0.78rem;
}

/* Step headers feel more substantial */
.md-typeset h2 {
  margin-top: 2.2rem;
}

/* Discord button stays vibrant in both modes */
.md-button[href*="discord"] {
  font-weight: 600;
}

/* QR code blocks stand out */
.ef-qr-block {
  text-align: center;
  margin: 1.5rem auto;
  padding: 1rem;
  border: 2px dashed rgba(125, 99, 200, 0.5);
  border-radius: 8px;
  max-width: 480px;
}

/* Channel-config QR image: centered, capped width, breathing room */
.channel-qr {
  display: block;
  margin: 1rem auto 0.5rem auto;
  max-width: 240px;
  height: auto;
  border-radius: 6px;
  background: white;
  padding: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
