/* Repairs scoped to the cabinet budget page and two reviewed cost guides. */
@layer sr-design-c {
  .sr-sticky-cta a.sr-sticky-cta__main { color: #fff !important; }
  .hero__ctas a.cabinet-budget-phone.btn--ghost {
    background: #fff !important;
    color: #5a1a29 !important;
    border: 2px solid #fff !important;
    min-height: 44px;
  }
  .hero__ctas a.cabinet-budget-phone.btn--ghost:hover {
    background: #faf8f5 !important;
    color: #5a1a29 !important;
  }
  .hero__ctas a.cabinet-budget-phone:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 4px;
  }
}
@media (max-width: 640px) {
  .tier-table caption { display: block; width: 100%; box-sizing: border-box; }
}
