.my-account--wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: solid 2px var(--accent-2);

/* Inside auto layout */
  flex: none;
  flex-grow: 0;
  padding: 24px;
}

/* User account page */
.my-account-field--label {
  position: static;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #37155C;
}

.my-account-field--item {
  padding: 0.25rem 1rem;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #37155C;
}

.field--label-above {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  width: 50%;
  margin: 0.25rem 0;
}

@media only screen and (max-device-width: 600px) {
  .field--label-above {
    width: 100%;
  }
}
