/**
 * bf_demo — franja de la demo y los pocos ajustes que el formulario no hereda
 * de `bf-marketing.css` (el markup reutiliza sus clases `.bfm-*`).
 */

.bfd-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 12px;
  padding: 8px 16px;
  background: var(--bf-primary-dark, #014b5f);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}

.bfd-banner-text {
  font-weight: 600;
}

.bfd-banner-cta,
.bfd-banner-cta:visited {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.bfd-banner-cta:hover,
.bfd-banner-cta:focus {
  color: #fff;
  text-decoration-thickness: 2px;
}

@media (max-width: 600px) {
  .bfd-banner {
    flex-direction: column;
    gap: 4px;
  }
}

.bfd-request .bfd-lead {
  margin: 0 0 18px;
  color: var(--bf-gray-700, #374151);
}
