.customer-order-page { display: grid; gap: .75rem; }
.customer-order-page > h1 { margin: 0; color: var(--trellis-deep, #263d49); font-size: clamp(1.8rem, 5vw, 3rem); }
.customer-order-return { justify-self: start; min-height: 2.75rem; padding: .5rem .9rem; border: 1px solid var(--trellis, #405764); border-radius: 999px; color: var(--trellis-deep, #263d49); background: transparent; font: inherit; font-weight: 850; cursor: pointer; }
.customer-order-return:focus-visible, .customer-order-page > h1:focus-visible { outline: 3px solid var(--locator, #b51f2a); outline-offset: 3px; }
