/* Long quote statuses must fit the existing DespotSoft category cards. */
.pcategory__price--quote { font-size: 1.05rem; letter-spacing: -.025em; white-space: normal; max-width: 15ch; }
.pcategory__pricing { min-width: 0; }
.pcategory__monthly { display: block; margin-top: 8px; font-size: .75rem; line-height: 1.5; white-space: normal; }
.pcatalog__controls { margin-left: auto; }
.pcatalog__navigation { flex-wrap: wrap; }
.pcatalog__hint { flex: 1 1 22rem; max-width: 60ch; line-height: 1.6; }
.pcatalog__hint a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* Pricing descriptions wrap in the comparison tables, including narrow screens. */
.pricing-guide__table td:nth-child(2) { white-space: normal; }
@media (max-width: 600px) {
  .pricing-guide__table { table-layout: fixed; }
  .pricing-guide__table th,
  .pricing-guide__table td {
    white-space: normal;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}
