/* ACF page banners — highlight + CTA chips (child theme). */

.fxt-child-notice__hl {
  background-color: #2563eb;
  color: #fff;
  padding: 0.125rem 0.35rem;
  border-radius: 0.125rem;
  font-weight: 600;
}

.fxt-child-notice__cta {
  background-color: #facc15;
  color: #111827;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  font-weight: 700;
  text-decoration: none;
  margin-inline-start: 0.15rem;
}

.fxt-child-notice__cta:hover {
  filter: brightness(0.95);
}

.fxt-child-notice__cta--span {
  display: inline-block;
  background-color: #facc15;
  color: #111827;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  font-weight: 700;
}
