.fbb-formation {
  color: inherit;
}

.fbb-brochure-download {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border: 1px solid currentColor;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.fbb-brochure-download-form {
  display: inline;
}

.fbb-brochure-download:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.fbb-elementor-hero {
  display: grid;
  gap: 1.5rem;
}

.fbb-elementor-hero h1 {
  margin: 0;
}

.fbb-elementor-kicker {
  margin: 0 0 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.fbb-elementor-meta {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
}

.fbb-elementor-meta dt {
  font-weight: 700;
}

.fbb-elementor-meta dd {
  margin: 0;
}

.fbb-elementor-section {
  display: grid;
  gap: 0.75rem;
}

.fbb-elementor-section h2 {
  margin: 0;
}

.fbb-elementor-empty {
  padding: 0.75rem;
  border: 1px dashed currentColor;
}

@media (min-width: 48rem) {
  .fbb-elementor-hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.8fr);
    align-items: center;
  }

  .fbb-elementor-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
