.afb-controls {
  display: flex;
  gap: .5rem;
  margin-bottom: 1.25rem;
}

.afb-title-mobile {
  display: none;
}

.afb-cta {
  border: 1px solid #d9d9d9;
  background: #fff;
  cursor: pointer;
  padding: 0.6rem 1rem;
}

.afb-cta.is-active {
  border-color: #111;
}

.afb-panel {
  display: none;
}

.afb-panel.is-active {
  display: block;
}

.afb-slide {
  height: auto;
}

.afb-brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  color: inherit;
}

.afb-brand-image {
  max-width: 100%;
  width: auto;
  height: 78px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .afb-title-desktop {
    display: none;
  }

  .afb-title-mobile {
    display: block;
  }
}
