body {
    overflow: visible !important; /* or FF will only print 1 page */
    background: #fff;
}

/* hide elements that are not important for prints */
.page-header,
.page-footer,
.page-columns__sidebar,
.alert-wrapper,
.alert,
.guidance,
.breadcrumb,
.nav-breadcrumbs,
.header-actions,
.table-filters,
tr [data-column="compare"],
tr [data-column="copy"],
tr [data-column="delete"],
.add-product,
button,
figure.embed,
.button,
.text-toggle-more,
.toolbar,
.noprint {
    display: none !important;
}
body h1 {
    font-size: 25px;
    line-height: 30px;
}
.content-header {
    padding-bottom: 40px;
    padding-top: 0;
    position: relative;
    top: 0;
    background: transparent;
}
.page-wrapper {
    background: transparent;
}
.page-columns__content {
    margin-left: 0 !important;
}
.card {
    padding: 0;
    box-shadow: 0 0 #fff;
    border: 0px solid #fff;
    border-radius: 0 0;
}
.card .card-row.page-padding {
    padding-top: 0;
    margin-bottom: 0;
}
form,
.form,
.form-fieldset {
    margin-top: 20px;
}
legend {
    page-break-before: avoid;
    break-before: avoid;
}
.data-details-pane .comments .grid-row:last-child {
    display: none;
}
.page-content {
    padding-top: 0 !important;
}
.page-padding {
    padding-left: 0;
    padding-right: 0;
}
.page-row {
    margin-bottom: 20px;
}
.page-row:last-child {
    margin-bottom: 0 !important;
}
.text-pane footer, .edit-pane footer {
    margin-top: 5px;
    padding-top: 0;
}
.text-toggle-active {
    max-height: 99999px !important;
}
.data-details-pane {
    display: block !important;
}
.edit-pane.dirty:before {
    border: 0;
}
.analytics-score .nav-product-type .score {
    color: #000;
}
.chosen-container {
    width: 100% !important;
}
label.radio:before ,
label.checkbox:before {
    display: none;
}
.js .input.checkbox label input,
.js .input.radio label input,
.js .form .input.checkbox label input,
.js .form .input.radio label input {
    left: 0;
}
.edit-pane.can-toggle {
    max-height: 10000000px;
    overflow: visible;
}


/* ungrid the grid columns */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    width: 100%;
    float: none;
    margin-top: 20px;
}
.grid_1:first-child,
.grid_2:first-child,
.grid_3:first-child,
.grid_4:first-child,
.grid_5:first-child,
.grid_6:first-child,
.grid_7:first-child,
.grid_8:first-child,
.grid_9:first-child,
.grid_10:first-child,
.grid_11:first-child,
.grid_12:first-child {
    margin-top: 0;
}

/* single row form (label before input) */
.form.single-row .form-field {
  line-height: 40px;
  max-width: 100%;
  /* no label in form field */
  /* has score pane */
}
.form.single-row .form-field.paragraphs {
  line-height: 18px;
  max-width: 800px;
}
.form.single-row .form-field .label,
.form.single-row .form-field .input,
.form.single-row .form-field .help {
  float: left;
  box-sizing: border-box;
}
.form.single-row .form-field .label {
  width: 18%;
  padding-right: 20px;
  margin-bottom: 0;
}
.form.single-row .form-field .input {
  width: 32%;
}
.form.single-row .form-field .help {
  width: 50%;
  padding-left: 40px;
}
.form.single-row .form-field.no-label .input {
  width: 50%;
}
.form.single-row .form-field.has-score .score {
  width: 15%;
  float: left;
  box-sizing: border-box;
  padding-left: 40px;
}
.form.single-row .form-field.has-score .score span {
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.form.single-row .form-field.has-score .help {
  width: 35%;
}
.form.single-row .form-field.has-score.no-help .score {
  width: 50%;
}