.instructions-summary {
  background: #fff7ed; /* light yellow */
  color: #1e3a8a; /* dark blue text */
  border: 1px solid #fde68a;
  border-radius: 0.375rem;
  padding: 0.75rem;
  margin-top: 0.5rem;
  font-size: 0.875rem; /* match error-summary font size */
}

.instructions__icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.instructions__title {
  font-weight: 600;
  color: #1e3a8a;
}

.instructions__body {
  margin-top: 0.25rem;
  color: #1e3a8a;
}
