.account-page {
  min-height: 60vh;
  background:
    radial-gradient(circle at 14% 0%, rgba(54, 143, 255, 0.08), transparent 34rem),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 34rem);
}

.account-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.account-heading {
  margin-bottom: 28px;
}

.account-heading h1 {
  margin: 6px 0 8px;
}

.account-heading p {
  margin: 0;
  color: var(--ch-text-muted, #65758b);
  font-size: 1rem;
}

.account-alert {
  margin: 0 0 22px;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid transparent;
  font-weight: 700;
}

.account-alert.is-success {
  color: #166534;
  background: #ecfdf3;
  border-color: #bbf7d0;
}

.account-alert.is-danger {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fecaca;
}

.account-alert ul {
  margin: 0;
  padding-left: 18px;
}

.account-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.account-layout > .md\:col-span-1 {
  min-width: 0;
  position: sticky;
  top: 88px;
}

.account-layout > .md\:col-span-1 > div {
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.account-layout > .md\:col-span-1 h3 {
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
}

.account-layout > .md\:col-span-1 ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-layout > .md\:col-span-1 li {
  margin: 0;
  padding: 0;
}

.account-layout > .md\:col-span-1 li.pt-2 {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.account-layout > .md\:col-span-1 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #475569 !important;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.account-layout > .md\:col-span-1 a:hover {
  color: #135dcc !important;
  background: rgba(54, 143, 255, 0.1);
  transform: translateX(2px);
}

.account-layout > .md\:col-span-1 a.font-bold {
  color: #135dcc !important;
  background: rgba(54, 143, 255, 0.14);
}

.account-layout > .md\:col-span-1 .rounded-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.25rem;
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #135dcc;
  font: 800 0.75rem/1 var(--ch-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
}

.account-content {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.account-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  padding: 24px;
}

.account-card h2 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 850;
}

.account-muted,
.account-details-list {
  color: #64748b;
}

.account-muted {
  margin: 0;
}

.account-details-list {
  display: grid;
  gap: 8px;
}

.account-details-list p {
  margin: 0;
}

.account-details-list strong {
  color: #0f172a;
}

.account-stats {
  padding: 0;
  overflow: hidden;
}

.account-stats > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-stat {
  display: grid;
  gap: 7px;
  min-height: 118px;
  padding: 22px;
  border-left: 1px solid rgba(15, 23, 42, 0.08);
  align-content: center;
}

.account-stat:first-child {
  border-left: 0;
}

.account-stat strong {
  color: #0f172a;
  font: 850 1.75rem/1 var(--ch-font, Inter, system-ui, sans-serif);
}

.account-stat span,
.account-stat a {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.account-stat a:hover {
  color: #135dcc;
}

.account-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.account-form label {
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 800;
}

.account-form input,
.account-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7e2ef;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  padding: 10px 12px;
  font: 600 0.95rem/1.35 var(--ch-font, Inter, system-ui, sans-serif);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.account-form input:focus,
.account-form select:focus {
  border-color: #368fff;
  box-shadow: 0 0 0 4px rgba(54, 143, 255, 0.16);
}

.account-form input.is-invalid,
.account-form select.is-invalid {
  border-color: #ef4444;
}

.account-phone-row {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: 12px;
}

.account-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-primary-btn,
.account-success-btn,
.account-secondary-btn,
.account-danger-btn,
.account-disabled-btn,
.account-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  gap: 8px;
}

.account-primary-btn,
.account-success-btn,
.account-danger-btn,
.account-disabled-btn {
  justify-self: start;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.account-primary-btn {
  background: #176be6;
  box-shadow: 0 12px 26px rgba(23, 107, 230, 0.24);
}

.account-success-btn {
  background: #16a34a;
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.22);
}

.account-secondary-btn {
  min-height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  background: #f8fbff;
  color: #0f172a;
  padding: 0 14px;
  font-size: 0.9rem;
  font-weight: 850;
}

.account-danger-btn {
  background: #dc2626;
  box-shadow: 0 12px 26px rgba(220, 38, 38, 0.2);
}

.account-disabled-btn {
  background: #94a3b8;
  box-shadow: none;
  cursor: not-allowed;
}

.account-primary-link {
  min-height: 44px;
  border-radius: 12px;
  background: #176be6;
  color: #ffffff;
  padding: 0 18px;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(23, 107, 230, 0.24);
}

.account-text-link {
  color: #176be6;
  font-weight: 850;
  text-decoration: none;
}

.account-primary-btn:hover,
.account-success-btn:hover,
.account-danger-btn:hover,
.account-primary-link:hover {
  transform: translateY(-1px);
}

.account-error {
  margin: -4px 0 0;
  color: #dc2626;
  font-size: 0.86rem;
  font-weight: 700;
}

.account-address-list {
  display: grid;
  gap: 14px;
}

.account-address {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #ffffff;
  padding: 16px;
}

.account-address.is-primary {
  border-color: rgba(54, 143, 255, 0.34);
  background: rgba(54, 143, 255, 0.07);
}

.account-address > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.account-address p {
  margin: 0 0 5px;
  color: #64748b;
  line-height: 1.45;
}

.account-address-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #0f172a !important;
  font-weight: 850;
}

.account-address-title span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  background: #dbeafe;
  color: #135dcc;
  padding: 0 9px;
  font-size: 0.75rem;
  font-weight: 850;
}

.account-address-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: 0 0 auto;
}

.account-address-actions form {
  margin: 0;
}

.account-address-actions button,
.account-address-actions a {
  border: 0;
  background: transparent;
  color: #176be6;
  padding: 0;
  font: 800 0.9rem/1.35 var(--ch-font, Inter, system-ui, sans-serif);
  text-decoration: none;
  cursor: pointer;
}

.account-address-actions .is-danger {
  color: #dc2626;
}

.account-add-address {
  padding: 0;
  overflow: hidden;
}

.account-add-address summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

.account-add-address summary::-webkit-details-marker {
  display: none;
}

.account-add-address summary span:first-child {
  color: #0f172a;
  font-weight: 850;
}

.account-add-address summary span:last-child {
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 700;
}

.account-add-address[open] summary {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.account-add-address > div {
  padding: 4px 24px 24px;
}

.account-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.account-card-head h2 {
  margin: 0;
}

.account-card-head span {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 750;
}

.account-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
}

.account-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.account-table th,
.account-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  vertical-align: middle;
}

.account-table th {
  background: #f8fbff;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-table tbody tr:last-child td {
  border-bottom: 0;
}

.account-table td {
  color: #334155;
  font-size: 0.94rem;
  font-weight: 650;
}

.account-table .is-right {
  text-align: right;
}

.account-table .is-center {
  text-align: center;
}

.account-table a {
  color: #176be6;
  font-weight: 850;
  text-decoration: none;
}

.account-table .account-primary-btn,
.account-inline-actions .account-primary-btn {
  color: #ffffff;
}

.account-table .account-secondary-btn,
.account-inline-actions .account-secondary-btn {
  color: #0f172a;
}

.account-primary-btn svg,
.account-secondary-btn svg,
.account-danger-btn svg,
.account-success-btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  stroke-width: 2.5;
}

.account-order-id {
  color: #0f172a;
  font-weight: 850;
}

.account-order-summary {
  margin-top: 4px;
  color: #64748b;
  font-size: 0.84rem;
  font-weight: 650;
}

.account-order-summary .text-gray-400 {
  color: #94a3b8;
}

.account-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  min-width: 90px;
  border-radius: 999px;
  padding: 0 11px;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 850;
}

.account-status.is-placed {
  background: #176be6;
}

.account-status.is-confirmed {
  background: #16a34a;
}

.account-status.is-shipped {
  background: #0891b2;
}

.account-status.is-cancelled {
  background: #64748b;
}

.account-empty {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 36px 24px;
  text-align: center;
}

.account-empty p {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  font-weight: 650;
}

.account-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.account-product-grid.is-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.account-product-media {
  display: block;
  height: 210px;
  padding: 18px;
  background: #ffffff;
}

.account-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.account-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  background: #f8fbff;
}

.account-product-body h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 850;
}

.account-product-body p {
  margin: 0;
  color: #0f172a;
  font-weight: 850;
}

.account-product-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 10px;
}

.account-product-actions > * {
  flex: 1;
}

.account-product-actions form {
  display: flex;
  margin: 0;
}

.account-product-actions .account-success-btn,
.account-product-actions .account-disabled-btn {
  width: 100%;
}

.account-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-filter-pills a,
.account-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #475569;
  padding: 0 15px;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.account-filter-pills a.is-active,
.account-pagination a.is-active {
  border-color: #176be6;
  background: #176be6;
  color: #ffffff;
}

.account-table-card {
  padding: 0;
  overflow: hidden;
}

.account-inline-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.account-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
}

.account-toolbar > span {
  color: #0f172a;
  font-weight: 850;
}

.account-compact-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.account-compact-form label {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 800;
}

.account-compact-form select {
  min-height: 40px;
  border: 1px solid #d7e2ef;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  padding: 0 12px;
  font-weight: 800;
}

.account-pagination {
  display: flex;
  justify-content: center;
}

.account-pagination nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.account-code-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.72);
}

.account-code-modal.hidden {
  display: none;
}

.account-code-dialog {
  display: flex;
  width: min(920px, 100%);
  max-height: min(86vh, 760px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.account-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.account-code-head h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 850;
}

.account-code-head button {
  border: 0;
  background: transparent;
  color: #cbd5e1;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.account-code-body {
  overflow: auto;
  padding: 18px;
}

.account-code-body pre {
  margin: 0;
}

.account-order-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.account-order-detail-head h2,
.account-order-section h2,
.account-order-bottom h3 {
  margin: 0;
  color: #0f172a;
  font-weight: 850;
}

.account-order-detail-head p {
  margin: 6px 0 0;
  color: #64748b;
  font-weight: 700;
}

.account-order-detail-head > div:last-child {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.account-order-detail-head > div:last-child p {
  margin: 0;
}

.account-order-section {
  padding: 24px 0;
}

.account-order-section h2 {
  margin-bottom: 16px;
}

.account-order-items {
  display: grid;
  gap: 14px;
}

.account-order-item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #f8fbff;
  padding: 16px;
}

.account-order-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.account-order-line p {
  margin: 0;
  color: #0f172a;
  font-weight: 850;
}

.account-order-line p span,
.account-order-line small {
  color: #64748b;
  font-weight: 700;
}

.account-order-line strong {
  color: #0f172a;
  white-space: nowrap;
}

.account-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.account-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #135dcc;
  padding: 0 9px;
  font-size: 0.76rem;
  font-weight: 850;
}

.account-order-includes {
  margin-top: 12px;
  padding-left: 14px;
  border-left: 3px solid #d7e2ef;
  color: #64748b;
  font-size: 0.88rem;
}

.account-order-includes p {
  margin: 0 0 6px;
  color: #0f172a;
  font-weight: 850;
}

.account-order-includes ul {
  margin: 0;
  padding-left: 18px;
}

.account-order-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.account-address-block {
  margin-top: 10px;
  color: #64748b;
  line-height: 1.55;
  font-weight: 650;
}

.account-total-box {
  border-radius: 16px;
  background: #f8fbff;
  padding: 18px;
}

.account-total-box h3 {
  margin-bottom: 12px;
}

.account-total-box p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 7px 0;
  color: #475569;
  font-weight: 700;
}

.account-total-box .is-grand {
  margin-top: 6px;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
  color: #0f172a;
  font-size: 1.02rem;
  font-weight: 900;
}

.auth-page {
  display: grid;
  align-items: start;
}

.auth-shell {
  width: min(520px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 76px;
}

.auth-heading {
  text-align: center;
}

.auth-card {
  padding: 28px;
}

.auth-card .account-alert {
  margin-bottom: 18px;
}

.auth-form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.auth-form-meta {
  display: flex;
  justify-content: flex-end;
  margin-top: -2px;
}

.auth-form-meta a {
  font-size: 0.9rem;
}

.auth-submit {
  width: 100%;
  justify-self: stretch;
}

.auth-switch {
  margin: 22px 0 0;
  color: #64748b;
  text-align: center;
  font-weight: 650;
}

.auth-switch a {
  color: #176be6;
  font-weight: 850;
  text-decoration: none;
}

.register-shell {
  width: min(860px, calc(100% - 48px));
}

.register-card {
  padding: 30px;
}

.register-form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.register-form label span {
  color: #64748b;
  font-weight: 650;
}

.register-contact-grid {
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
}

.register-phone-row {
  grid-template-columns: 132px minmax(0, 1fr);
}

.register-submit {
  justify-self: stretch;
}

.home-device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-device-card {
  min-height: 128px;
  display: grid;
  gap: 18px;
  align-content: space-between;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  padding: 22px;
}

.home-device-card h2 {
  margin: 0;
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 850;
}

.home-device-card .toggle-btn {
  justify-self: start;
  min-height: 38px;
  border: 0;
  border-radius: 12px;
  background: #176be6;
  color: #fff;
  cursor: pointer;
  padding: 0 14px;
  font-weight: 850;
}

@media (max-width: 980px) {
  .account-layout {
    grid-template-columns: 1fr;
  }

  .account-layout > .md\:col-span-1 {
    position: static;
  }

  .account-layout > .md\:col-span-1 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-stats > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-stat:nth-child(odd) {
    border-left: 0;
  }

  .account-stat:nth-child(n + 3) {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .account-product-grid,
  .account-product-grid.is-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-order-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .account-shell {
    width: min(100% - 28px, 1200px);
    padding: 32px 0 54px;
  }

  .auth-shell {
    width: min(100% - 28px, 520px);
    padding: 36px 0 58px;
  }

  .account-card {
    padding: 18px;
    border-radius: 16px;
  }

  .account-layout {
    gap: 18px;
  }

  .account-layout > .md\:col-span-1 ul,
  .account-stats > div,
  .account-form-grid,
  .account-phone-row {
    grid-template-columns: 1fr;
  }

  .home-device-grid {
    grid-template-columns: 1fr;
  }

  .account-stat,
  .account-stat:first-child {
    border-left: 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .account-stat:first-child {
    border-top: 0;
  }

  .account-address > div,
  .account-card-head,
  .account-add-address summary,
  .account-toolbar,
  .account-order-detail-head,
  .account-order-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .account-product-grid,
  .account-product-grid.is-compact {
    grid-template-columns: 1fr;
  }

  .account-product-actions,
  .account-inline-actions {
    flex-direction: column;
  }

  .account-inline-actions {
    align-items: stretch;
  }

  .account-order-detail-head > div:last-child {
    justify-items: start;
  }

  .account-address-actions {
    align-items: flex-start;
  }

  .account-add-address summary,
  .account-add-address > div {
    padding-left: 18px;
    padding-right: 18px;
  }
}
