.account-main {
  padding-top: 1.5rem;
}

.account-layout {
  padding-bottom: 0;
}

.account-layout__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.account-layout__title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.0625rem;
}

.account-layout__content {
  display: flex;
  align-items: flex-start;
  gap: 1.875rem;
}

.account-tabs-wrap {
  flex: 0 0 21.875rem;
  width: 21.875rem;
}

.account-tabs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.account-tab {
  width: 100%;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025rem;
}

.account-tab.is-active,
.account-tab[aria-selected="true"] {
  color: #26589f;
}

.account-tab:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 0.1875rem;
  box-shadow: none;
}

.account-panels {
  flex: 0 0 70rem;
  width: 70rem;
  min-width: 0;
}

.account-panel {
  width: 100%;
}

.account-panel[hidden] {
  display: none;
}

.account-panel__body[hidden] {
  display: none;
}

.account-panel__title {
  margin: 0;
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025rem;
}

.account-panel__shell {
  min-height: 9.25rem;
  margin-top: 1rem;
  border-top: 1px solid var(--color-border);
}

.account-profile {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.account-profile__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.account-profile__section-title {
  margin: 0;
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025rem;
}

.account-profile__fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.account-profile__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.account-profile__field {
  display: block;
  width: 100%;
}

.account-profile__field input {
  width: 100%;
  height: 3.25rem;
  border: 1px solid #353438;
  border-radius: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.04rem;
  padding: 0 0.625rem;
}

.account-profile__field input::placeholder {
  color: #909090;
}

.account-profile__field input:focus,
.account-profile__field input:focus-visible {
  outline: none;
  box-shadow: none;
}

.account-profile__actions {
  display: flex;
  align-items: stretch;
  gap: 0.625rem;
  width: 31.5rem;
  max-width: 100%;
}

.account-profile__button {
  flex: 1 1 0;
  min-width: 0;
}

.account-profile__button--primary {
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: var(--color-white);
}

.account-profile__button--secondary {
  background: var(--color-bg);
  border-color: var(--color-text);
  color: var(--color-text);
}

.account-password {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.account-password__fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 34.75rem;
  max-width: 100%;
}

.account-password__field {
  display: block;
  width: 100%;
}

.account-password__field input {
  width: 100%;
  height: 3.25rem;
  border: 1px solid #353438;
  border-radius: 0;
  background-color: var(--color-bg);
  background-image: url("../images/icons/auth-login-eye-closed.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 1.5rem 1.5rem;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.04rem;
  padding: 0 2.875rem 0 0.625rem;
}

.account-password__field input::placeholder {
  color: #909090;
}

.account-password__field input:focus,
.account-password__field input:focus-visible {
  outline: none;
  box-shadow: none;
}

.account-password__actions {
  width: 31.5rem;
}

.account-password__actions .auth-modal__submit {
  align-self: flex-start;
  width: 12.5rem;
  max-width: 100%;
}

.account-orders {
  margin-top: 2.3125rem;
}

.account-orders-empty {
  width: 100%;
  margin-top: 2.3125rem;
  display: flex;
  justify-content: center;
}

.account-orders-empty__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
}

.account-orders-empty__image {
  width: 15.8917rem;
  height: 8.375rem;
  object-fit: cover;
}

.account-orders-empty__title {
  margin: 0;
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025rem;
  text-align: center;
}

.account-orders-empty__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.account-orders-empty__text {
  width: 26.75rem;
  max-width: 100%;
  margin: 0;
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04rem;
  text-align: center;
}

.account-orders-empty__button {
  width: 26.75rem;
  max-width: 100%;
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: var(--color-white);
}

.account-auth-prompt {
  width: 100%;
  margin-top: 2.3125rem;
  padding: 2rem;
  border: 1px solid var(--color-border);
  background: var(--color-bg-soft);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.account-auth-prompt__title {
  margin: 0;
  color: var(--color-text);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.account-auth-prompt__text {
  width: 30rem;
  max-width: 100%;
  margin: 0;
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.account-auth-prompt__actions {
  width: 26.75rem;
  max-width: 100%;
  margin-top: 0.25rem;
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

.account-auth-prompt__button {
  flex: 1 1 0;
  min-width: 0;
}

.account-auth-prompt__button--primary {
  background: var(--color-brand);
  border-color: var(--color-brand);
  color: var(--color-white);
}

.account-orders__head {
  display: grid;
  grid-template-columns: 22.5rem repeat(4, 10.625rem);
  column-gap: 1.25rem;
}

.account-orders__head-item {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04rem;
}

.account-orders__head-item--name {
  grid-column: 1;
}

.account-orders__list {
  margin-top: 1rem;
  border-top: 1px solid var(--color-border);
}

.account-order {
  display: grid;
  grid-template-columns: 22.5rem repeat(4, 10.625rem);
  column-gap: 1.25rem;
  row-gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-border);
}

.account-order__name {
  grid-column: 1;
}

.account-order__name-label {
  display: none;
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04rem;
}

.account-order__name-content {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.account-order__image-wrap {
  flex: 0 0 10.625rem;
  width: 10.625rem;
  height: 9.25rem;
  background: var(--color-bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
}

.account-order__image-wrap img {
  width: 100%;
  height: 100%;
  max-width: 4.75rem;
  max-height: 6.25rem;
  object-fit: contain;
}

.account-order__product {
  width: 10.625rem;
  min-height: 9.25rem;
  display: flex;
  flex-direction: column;
  hyphens: auto;
}

.account-order__product-title {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04rem;
}

.account-order__product-meta {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.account-order__product-meta p,
.account-order__product-qty {
  margin: 0;
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04rem;
}

.account-order__product-qty {
  margin-top: auto;
}

.account-order__field {
  margin: 0;
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04rem;
  overflow-wrap: anywhere;
}

.account-order__field--order {
  grid-column: 2;
}

.account-order__field--address {
  grid-column: 3;
}

.account-order__field--payment {
  grid-column: 4;
}

.account-order__field--price {
  grid-column: 5;
  color: var(--color-text);
}

.account-order__field--status-label {
  grid-column: 4;
  text-align: right;
}

.account-order__field--status-value {
  grid-column: 5;
  color: var(--color-text);
}

.account-order__field-label {
  display: none;
  color: var(--color-text);
}

.account-order__field--status-label .account-order__field-label {
  display: inline;
  color: #909090;
}

.account-order__field--status-value .account-order__field-value,
.account-order__field--price .account-order__field-value {
  color: var(--color-text);
}

.account-order__status-row {
  display: contents;
}

@media (max-width: 1439.98px) {
  .account-layout__content {
    gap: 1.5rem;
  }

  .account-tabs-wrap {
    flex-basis: 17.5rem;
    width: 17.5rem;
  }

  .account-panels {
    flex: 1 1 auto;
    width: auto;
  }

  .account-orders__head,
  .account-order {
    grid-template-columns: minmax(18rem, 2fr) repeat(4, minmax(7.5rem, 1fr));
    column-gap: 0.75rem;
  }

  .account-order__image-wrap {
    flex-basis: 9rem;
    width: 9rem;
    height: 8.75rem;
    padding: 1rem 0.75rem;
  }

  .account-order__product {
    width: auto;
    min-width: 0;
    min-height: 8.75rem;
    flex: 1 1 auto;
  }

  .account-order__name-content {
    gap: 0.75rem;
  }

  .account-order__product-title,
  .account-order__field,
  .account-orders__head-item,
  .account-order__product-meta p,
  .account-order__product-qty {
    font-size: 0.9375rem;
    letter-spacing: -0.035rem;
  }
}

@media (max-width: 1199.98px) {
  .account-main {
    padding-top: 1.25rem;
  }

  .account-layout__title {
    font-size: 2.625rem;
    letter-spacing: -0.0788rem;
  }

  .account-layout__content {
    gap: 1.25rem;
  }

  .account-tabs-wrap {
    flex-basis: 15rem;
    width: 15rem;
  }

  .account-tab,
  .account-panel__title {
    font-size: 1.125rem;
    letter-spacing: -0.03rem;
  }

  .account-orders {
    margin-top: 1.75rem;
  }

  .account-orders__head,
  .account-order {
    grid-template-columns: minmax(16rem, 2fr) repeat(4, minmax(6rem, 1fr));
    column-gap: 0.625rem;
  }

  .account-orders__head-item,
  .account-order__field {
    font-size: 0.875rem;
    letter-spacing: -0.03rem;
  }

  .account-order {
    row-gap: 0.625rem;
  }

  .account-order__image-wrap {
    flex-basis: 7.5rem;
    width: 7.5rem;
    height: 8rem;
    padding: 0.75rem 0.625rem;
  }

  .account-order__image-wrap img {
    max-width: 3.75rem;
    max-height: 5.5rem;
  }

  .account-order__product {
    min-height: 8rem;
  }

  .account-order__product-title {
    font-size: 0.875rem;
    letter-spacing: -0.03rem;
  }

  .account-order__product-meta {
    margin-top: 1rem;
    gap: 0.25rem;
  }

  .account-order__product-meta p,
  .account-order__product-qty {
    font-size: 0.75rem;
    letter-spacing: -0.0225rem;
  }

  .account-order__field--status-label {
    text-align: right;
  }
}

@media (max-width: 991.98px) {
  .account-main {
    padding-top: 1rem;
  }

  .account-layout__inner {
    gap: 1.6981rem;
  }

  .account-layout__title {
    font-size: 2.8302rem;
    letter-spacing: -0.0566rem;
  }

  .account-layout__content {
    flex-direction: column;
    gap: 0;
  }

  .account-tabs-wrap {
    display: none;
  }

  .account-panels {
    width: 100%;
    flex-basis: auto;
  }

  .account-panels {
    display: flex;
    flex-direction: column;
  }

  .account-panel {
    border-bottom: 1px solid var(--color-border);
  }

  .account-tabs {
    flex-direction: row;
    align-items: center;
    gap: 1.1321rem;
    overflow-x: auto;
    padding-bottom: 0.6794rem;
    border-bottom: 1px solid var(--color-border);
    scrollbar-width: none;
  }

  .account-tabs::-webkit-scrollbar {
    display: none;
  }

  .account-tab {
    width: auto;
    flex: 0 0 auto;
    padding: 0;
    border-bottom: 0;
    font-size: 1.1321rem;
    letter-spacing: -0.0226rem;
    white-space: nowrap;
  }

  .account-panel__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0.9rem 0;
    font-size: 1.1321rem;
    letter-spacing: -0.0226rem;
    cursor: pointer;
  }

  .account-panel.is-active .account-panel__title {
    color: var(--color-text);
  }

  .account-panel__title:focus-visible {
    outline: 2px solid var(--color-brand);
    outline-offset: 0.1875rem;
  }

  .account-orders {
    margin-top: 0;
    padding-bottom: 1.1321rem;
  }

  .account-orders-empty {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }

  .account-auth-prompt {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
  }

  .account-profile {
    margin-top: 0;
  }

  .account-password {
    margin-top: 0;
  }

  .account-password__fields,
  .account-profile__actions {
    width: 100%;
  }

  .account-password__actions {
    width: 100%;
  }

  .account-orders__head {
    display: none;
  }

  .account-orders__list {
    margin-top: 0;
  }

  .account-order {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 2.8302rem;
    row-gap: 0.4531rem;
    padding: 0.9063rem 0;
  }

  .account-orders__list .account-order:last-child {
    border-bottom: 0;
  }

  .account-order__name {
    grid-column: 1;
  }

  .account-order__name-label {
    display: block;
    margin-bottom: 0.4531rem;
    font-size: 0.9063rem;
    letter-spacing: -0.0363rem;
  }

  .account-order__name-content {
    gap: 0.4531rem;
  }

  .account-order__image-wrap {
    flex: 0 0 6.1146rem;
    width: 6.1146rem;
    height: 6.4545rem;
    padding: 0.6794rem 1.1321rem;
  }

  .account-order__image-wrap img {
    max-width: 3.8517rem;
    max-height: 5.0397rem;
  }

  .account-order__product {
    min-height: 6.4545rem;
  }

  .account-order__product-title {
    font-size: 0.9063rem;
    letter-spacing: -0.0363rem;
  }

  .account-order__product-meta {
    margin-top: 0.6794rem;
    gap: 0.2265rem;
  }

  .account-order__product-meta p,
  .account-order__product-qty {
    font-size: 0.6794rem;
    line-height: 0.96;
    letter-spacing: -0.0204rem;
  }

  .account-order__field,
  .account-order__field--order,
  .account-order__field--address,
  .account-order__field--payment,
  .account-order__field--price,
  .account-order__field--status-label,
  .account-order__field--status-value {
    grid-column: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.566rem;
    color: #909090;
    font-size: 0.9063rem;
    letter-spacing: -0.0363rem;
  }

  .account-order__field-label {
    display: block;
    flex: 0 0 9.0039rem;
    color: var(--color-text);
  }

  .account-order__field-value {
    flex: 1 1 auto;
    min-width: 0;
    color: #909090;
  }

  .account-order__field--price .account-order__field-value,
  .account-order__field--status-value .account-order__field-value {
    color: var(--color-text);
  }

  .account-panel__shell {
    min-height: 6.7938rem;
    margin-top: 0;
    margin-bottom: 1.1321rem;
  }
}

@media (max-width: 479.98px) {
  .account-main {
    padding-top: 0.625rem;
  }

  .account-layout__inner {
    gap: 1.4444rem;
  }

  .account-page .catalog-breadcrumbs {
    font-size: 0.6667rem;
    line-height: 0.96;
    letter-spacing: -0.02rem;
  }

  .account-layout__title {
    font-size: 2.2222rem;
    line-height: 1;
    letter-spacing: -0.1333rem;
  }

  .account-layout__content {
    gap: 0;
  }

  .account-tabs {
    gap: 0.3333rem;
    padding-bottom: 0.5556rem;
  }

  .account-tab {
    font-size: 0.7778rem;
    letter-spacing: -0.02rem;
  }

  .account-panel__title {
    font-size: 1.1111rem;
    letter-spacing: -0.0222rem;
    padding: 0.9rem 0;
  }

  .account-profile {
    gap: 1rem;
  }

  .account-password {
    gap: 1rem;
  }

  .account-profile__section {
    gap: 1rem;
  }

  .account-profile__section-title {
    font-size: 1.1111rem;
    letter-spacing: -0.0222rem;
  }

  .account-profile__fields {
    gap: 0.375rem;
  }

  .account-password__fields {
    gap: 0.5rem;
  }

  .account-profile__row {
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }

  .account-profile__field input {
    height: 3.25rem;
    font-size: 0.8889rem;
    letter-spacing: -0.0356rem;
  }

  .account-password__field input {
    height: 3.25rem;
    font-size: 0.8889rem;
    letter-spacing: -0.0356rem;
  }

  .account-profile__actions {
    flex-direction: column;
    gap: 0.375rem;
  }

  .account-password__actions {
    flex-direction: column;
    gap: 0.375rem;
  }

  .account-orders {
    margin-top: 0;
    padding-bottom: 0.8889rem;
  }

  .account-orders-empty {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .account-auth-prompt {
    margin-top: 1rem;
    padding: 1.25rem;
  }

  .account-auth-prompt__title {
    font-size: 1.1111rem;
  }

  .account-auth-prompt__text {
    font-size: 0.8889rem;
  }

  .account-auth-prompt__actions {
    width: 100%;
    flex-direction: column;
    gap: 0.375rem;
  }

  .account-orders-empty__content {
    width: 100%;
    gap: 0.875rem;
  }

  .account-orders-empty__bottom {
    width: 100%;
    max-width: 20.5rem;
  }

  .account-orders-empty__text,
  .account-orders-empty__button {
    width: 100%;
    max-width: 20.5rem;
  }

  .account-order {
    display: flex;
    flex-direction: column;
    gap: 0.5556rem;
    padding: 0.5556rem 0;
  }

  .account-order__name,
  .account-order__field,
  .account-order__field--order,
  .account-order__field--address,
  .account-order__field--payment,
  .account-order__field--price,
  .account-order__field--status-label,
  .account-order__field--status-value {
    width: 100%;
  }

  .account-order__name-label {
    margin-bottom: 0.5556rem;
    font-size: 0.8889rem;
    letter-spacing: -0.0356rem;
  }

  .account-order__name-content {
    justify-content: space-between;
    gap: 0.5556rem;
  }

  .account-order__image-wrap {
    flex: 0 0 6rem;
    width: 6rem;
    height: 6.3333rem;
    padding: 0.6667rem 1.1111rem;
  }

  .account-order__image-wrap img {
    max-width: 3.7778rem;
    max-height: 4.9444rem;
  }

  .account-order__product {
    flex: 1 1 auto;
    width: 11.6667rem;
    min-width: 0;
    min-height: 6.3333rem;
  }

  .account-order__product-title {
    font-size: 0.8889rem;
    letter-spacing: -0.0356rem;
  }

  .account-order__product-meta {
    margin-top: 0.5556rem;
    gap: 0.2222rem;
  }

  .account-order__product-meta p,
  .account-order__product-qty {
    font-size: 0.6667rem;
    line-height: 0.96;
    letter-spacing: -0.02rem;
  }

  .account-order__field,
  .account-order__field--order,
  .account-order__field--address,
  .account-order__field--payment,
  .account-order__field--price,
  .account-order__field--status-label,
  .account-order__field--status-value {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5556rem;
    font-size: 0.8889rem;
    letter-spacing: -0.0356rem;
  }

  .account-order__field-label,
  .account-order__field-value {
    flex: 0 0 8.8333rem;
    width: 8.8333rem;
  }

  .account-order__status-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5556rem;
    width: 100%;
  }

  .account-order__field--status-label,
  .account-order__field--status-value {
    display: block;
    flex: 0 0 8.8333rem;
    width: 8.8333rem;
    margin: 0;
    font-size: 0.8889rem;
    letter-spacing: -0.0356rem;
  }

  .account-order__field--status-label .account-order__field-label,
  .account-order__field--status-value .account-order__field-value {
    display: block;
    flex: none;
    width: auto;
  }

  .account-order__field--status-label .account-order__field-label {
    color: var(--color-text);
    text-align: left;
  }

  .account-order__field--status-value .account-order__field-value {
    color: var(--color-text);
    text-align: left;
  }

  .account-panel__shell {
    min-height: 5.3333rem;
    margin-top: 0;
    margin-bottom: 0.8889rem;
  }
}

@media (max-width: 575.98px) {
  .account-profile__actions {
    gap: 0.625rem;
  }

  .account-profile__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.75rem;
    height: 2.75rem;
    padding-inline: 1.125rem;
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04rem;
    text-transform: none;
  }

  .account-profile__button--primary {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: var(--color-white);
  }

  .account-profile__button--secondary {
    background: var(--color-bg);
    border-color: var(--color-text);
    color: var(--color-text);
  }

  .account-password__actions .auth-modal__submit {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 991.98px) {
  .account-order__status-row {
    grid-column: 2;
    display: flex;
    align-items: flex-start;
    gap: 0.566rem;
    width: 100%;
    align-self: start;
  }

  .account-order__name {
    grid-row: 1 / span 6;
  }

  .account-order__field--order {
    align-self: start;
    margin-top: 1.3594rem;
  }

  .account-order__field--address,
  .account-order__field--payment,
  .account-order__field--price,
  .account-order__field--status-label,
  .account-order__field--status-value {
    align-self: start;
  }

  .account-order__field--status-label {
    margin-right: 0;
  }

  .account-order__field--status-label .account-order__field-label {
    flex: 0 0 9.0039rem;
    color: var(--color-text);
    text-align: left;
  }

  .account-order__field--status-value {
    justify-content: flex-end;
    text-align: right;
  }
}

@media (min-width: 480px) and (max-width: 575.98px) {
  .account-orders-empty__text,
  .account-orders-empty__button {
    width: 26.75rem;
  }

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

  .account-password__fields {
    width: 100%;
  }

  .account-profile__actions {
    flex-direction: column;
    gap: 0.375rem;
  }

  .account-password__actions {
    flex-direction: column;
    gap: 0.375rem;
  }

  .account-order {
    column-gap: 0.5rem;
  }

  .account-order__field--status-label .account-order__field-label {
    color: var(--color-text);
    text-align: left;
  }

  .account-order__field--status-value {
    margin-left: 0;
    justify-content: flex-start;
    text-align: left;
  }
}
