/* Preserve the license pages’ typography and palette; enlarge real hit boxes. */
.purchase-touch-page .lr-route-guide__eyebrow,
.purchase-touch-page .lr-route-guide__status { font-size:11px; }
@media (max-width:768px) {
  .purchase-touch-page main a,
  .purchase-touch-page .lr-route-guide a {
    display:inline-flex;
    align-items:center;
    min-height:44px;
    min-width:44px;
    max-width:100%;
    box-sizing:border-box;
    vertical-align:middle;
    overflow-wrap:anywhere;
  }
  .purchase-touch-page main button { min-height:44px; min-width:44px; }
  .purchase-touch-page main td a { justify-content:flex-end; }
}
