/* Materassino */
details#edit-v-configuratore-voci-t-7 {
  /* Contenuto */
  div.wrapper > .content {
    .wizard-options {
      .form-item {
        .form-item-wrapper {
          padding: 0.5rem 0.25rem !important;
        }
      }
    }
  }
}

/* Solo Mobile */
body.is-mobile {
  details#edit-v-configuratore-voci-t-7 {
    /* Contenuto */
    div.wrapper > .content {
      .wizard-options {
        justify-content: space-between;
        gap: 1rem 1rem;

        .form-item {
          width: 44% !important;

          .form-item-wrapper {
            padding: 0 !important;
          }
        }
      }
    }
  }
}
