/**
 * Bushari Buyer page composition.
 *
 * Shared services, cards, process, FAQ, and CTA presentation remains in
 * components.css. This conditional bundle owns only page 14892 composition.
 */

.bds-buyer {
  color: var(--bds-color-ink, var(--bds-color-text-primary));
  font-family: var(--bds-font-sans);
  min-width: 0;
  overflow-wrap: break-word;
  width: 100%;
}

.bds-buyer .bds-process,
.bds-buyer .bds-faq-list {
  max-width: 864px;
}

.bds-buyer .bds-summary-grid {
  align-items: stretch;
}

.bds-buyer .bds-card__footer {
  margin-top: auto;
}

@media (prefers-reduced-motion: reduce) {
  .bds-buyer *,
  .bds-buyer *::before,
  .bds-buyer *::after {
    scroll-behavior: auto;
    transition: none;
  }
}
