/* Tables scroll within the content column instead of narrowing their cells. */
.hs-net-table-scroll {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.hs-net-table-scroll > table {
  width: 100%;
  min-width: var(--hs-table-min, 560px) !important;
}
.hs-net-table-scroll:focus-visible { outline: 2px solid var(--accent, #ffcf22); outline-offset: 2px; }
/* Approved Canada phone sizes, adapted to every localized template. */
@media (max-width: 600px) {
  body .hs-net-offer-copy.hs-net-offer-copy { padding: 14.45px 11.05px; }
  body .hs-net-offer-copy .hs-net-offer-kicker {
    font-size: 9.35px;
    padding: 5.1px 8.5px;
    margin-bottom: 7.65px;
  }
  body .hs-net-offer-copy .hs-net-offer-title {
    font-size: clamp(20.4px, 6.12vw, 26.35px);
    margin: 0 0 15.3px;
  }
  body .hs-net-offer-copy .hs-net-offer-actions { margin-top: 14.45px; gap: 10.2px; }
  body .hs-net-offer-copy .hs-net-offer-actions a {
    min-width: 132px;
    min-height: 38px;
    padding: 7px 16px;
    font-size: 12px;
  }
  body .hs-net-app-actions.hs-net-app-actions.hs-net-app-actions {
    grid-template-columns: minmax(0, 188px);
    gap: 8px;
    padding: 10px;
  }
  body .hs-net-app-actions .hs-net-app-button {
    width: 188px;
    max-width: 100%;
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 54px;
    padding: 8px 13px;
    gap: 8px;
    font-size: 12px;
  }
  body .hs-net-app-actions .hs-net-app-button > img { width: 28px; height: 28px; }
  body .hs-net-app-actions .hs-net-app-button > span,
  body .hs-net-app-actions .hs-net-app-button > span > :is(span,small,strong) { font-size: 12px; }
}

@media(max-width:600px){body .hs-net-app-actions .hs-net-app-button{height:auto;}}
