/* Start custom CSS for html, class: .elementor-element-7437961 *//* =========================================
   APEX BIOLABS — GLOBAL TEXT SIZE BOOST
========================================= */

/* Main body paragraphs */
.apex-terms-page p {
  font-size: 15px !important;
  line-height: 1.85 !important;
}

/* Section headings */
.apex-terms-page h2 {
  font-size: 29px !important;
}

/* Subheadings */
.apex-terms-page h3 {
  font-size: 16px !important;
}

/* Contents / sidebar */
.apex-terms-sidebar nav a {
  font-size: 12px !important;
}

.apex-sidebar-label {
  font-size: 10px !important;
}

.apex-sidebar-title {
  font-size: 24px !important;
}

/* Number labels */
.apex-section-number {
  font-size: 10px !important;
}

/* Lists */
.apex-terms-section li {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* Important notice */
.apex-terms-notice strong {
  font-size: 10px !important;
}

.apex-terms-notice p {
  font-size: 13px !important;
}

/* Research warning */
.apex-terms-warning strong {
  font-size: 10px !important;
}

.apex-terms-warning p {
  font-size: 13px !important;
}

/* Information table */
.apex-info-table span,
.apex-info-table strong {
  font-size: 11px !important;
}

/* Document header */
.apex-document-status {
  font-size: 10px !important;
}

.apex-document-code {
  font-size: 9px !important;
}

/* Privacy / document links */
.apex-document-link {
  font-size: 10px !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

  .apex-terms-page p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .apex-terms-section h2 {
    font-size: 24px !important;
  }

  .apex-terms-section h3 {
    font-size: 15px !important;
  }

  .apex-terms-section li {
    font-size: 13px !important;
    line-height: 1.75 !important;
  }

  .apex-terms-sidebar nav a {
    font-size: 11px !important;
  }

  .apex-sidebar-title {
    font-size: 22px !important;
  }

  .apex-terms-notice p,
  .apex-terms-warning p {
    font-size: 12.5px !important;
  }

}


/* =========================================
   SMALL PHONES
========================================= */

@media (max-width: 380px) {

  .apex-terms-page p {
    font-size: 13px !important;
  }

  .apex-terms-section h2 {
    font-size: 22px !important;
  }

  .apex-terms-section li {
    font-size: 12.5px !important;
  }

  .apex-terms-sidebar nav a {
    font-size: 10.5px !important;
  }

}/* End custom CSS */