@media screen and (min-width: 767px) {
  .template-customers-account .page-container h1 {
    text-align: left; } }
.template-customers-account .page-container h2, .template-customers-account .page-container h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem; }
.template-customers-account .page-container table td[data-label="Order"] a {
  background: var(--colorBtnPrimary);
  color: white;
  width: 100%;
  display: block;
  padding: 0.5rem 1rem;
  text-align: center; }
