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

.bds-developer {
  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-developer .bds-process,
.bds-developer .bds-faq-list,
.bds-developer .bds-source-note {
  max-width: 864px;
}

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

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