/* One primary action treatment throughout the homeowner flow. */
.primary {
  border: 3px solid #fff7e9;
  background: #ed6248;
  box-shadow: 0 0 0 2px #bc4937, 0 10px 18px #9e493544;
}

.review-card .primary {
  background: #ed6248;
  color: #fff;
}
