.template-account .page__sub-header,
.template-order .page__sub-header,
.template-addresses .page__sub-header {
  flex-wrap: wrap;
  gap: 5px;
}

.template-account .customer-id span,
.template-order .customer-id span,
.template-addresses .customer-id span {
  color: var(--theme-color-1);
  font-weight: 700;
}

.template-account .customer-id__content,
.template-order .customer-id__content,
.template-addresses .customer-id__content {
  margin-bottom: 18px;
}

@media screen and (min-width: 641px) {
  .template-account .customer-id__content,
  .template-order .customer-id__content,
  .template-addresses .customer-id__content {
    display: none;
  }
}
