.metrex-trial {
  max-width: 950px;
  margin: 0 auto;
  font-family: "Proxima Nova W01 Regular", "Proxima Nova", Arial, sans-serif;
  color: #333;
  line-height: 1.5;
}

.trial-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.trial-title sup {
  font-size: 10px;
  vertical-align: top;
}

.trial-image {
  text-align: center;
  margin-bottom: 18px;
}

.trial-image img {
  width: 100%;
  height: auto;
  max-width: 950px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

.trial-desc {
  font-size: 14px;
  color: #222;
}

.trial-desc p {
  margin-bottom: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* --- Outer Section --- */
.outer-section {
  background: #f7f1e8;
  width: 100vw;
  padding: 80px 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  font-family: "Proxima Nova";
}

/* --- Card --- */
.card {
  background: #fff;
  max-width: 1560px;
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.08);
  padding: 48px 56px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  font: 16px/1.5 "Proxima Nova";
  color: #2c2c2c;
}

/* --- Title --- */
.card .title {
  text-align: center;
  margin: 0 0 24px;
  letter-spacing: 0.6px;
}

/* --- Table --- */
.card .table-wrap,
.card .scroll {
  display: flex;
  justify-content: center;
  width: 100%;
}
.card .scroll {
  max-width: 780px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.card table {
  /* width:768px; */
  border-collapse: collapse;
  color: #2c2c2c;
  table-layout: fixed; /* enforce widths */
}
.card th,
.card td {
  padding: 12px 14px;
  border: 1px solid #2c2c2c;
  text-align: left;
  word-wrap: break-word;
  font-weight: 700;
}
.card th {
  background: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  font-family: "Proxima Nova";
  white-space: nowrap;
}
.card th:first-child,
.card td:first-child {
  background: #fff;
}

/* --- Column Widths --- */
.card table th:nth-child(1),
.card table td:nth-child(1) {
  width: 208px;
}
.card table th:nth-child(2),
.card table td:nth-child(2) {
  width: 208px;
}
.card table th:nth-child(3),
.card table td:nth-child(3) {
  width: 352px;
}

/* --- Footnotes --- */
.card .note,
.card .smallprint {
  max-width: 780px;
  margin: 16px auto 0;
  text-align: left;
  font-size: 12px;
  color: #444;
  line-height: 1.6;
}
.card .smallprint {
  margin: 0;
}

.card .note {
  color: #333;
  opacity: 0.95;
  line-height: 1.5;
}

/* --- Responsive --- */
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
  img.desktop-only {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .outer-section {
    padding: 100px 0;
  }
  .card {
    padding: 56px 64px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .card {
    max-width: 95%;
    padding: 32px 40px;
  }
  .card .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .card table {
    width: 720px;
    font-size: 16px;
  }
  .card th,
  .card td {
    padding: 10px 12px;
  }
}
.hidden-on-mobile {
  @media (max-width: 767.5px) {
    display: none !important;
  }
}
.hidden-on-desktop {
  @media (min-width: 768px) {
    display: none !important;
  }
}
@media (max-width: 767.5px) {
  .mobile-only {
    display: block !important;
  }
  img.mobile-only {
    width: 100%;
  }
  .desktop-only {
    display: none !important;
  }
  .outer-section {
    padding: 32px 0;
  }
  .card {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
  }
  .card .title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .card table {
    /* width:768px; */
    font-size: 14px;
  }
  .card th {
    font-size: 14px;
    padding: 8px 10px;
  }
  .card td {
    font-size: 14px;
    padding: 8px 10px;
  }
  .card .note,
  .card .smallprint {
    max-width: 100%;
    padding: 0 12px;
    font-size: 11px;
    line-height: 1.4;
  }
}
/* code for column control boxed variable - Start */
[type="boxed"][renderingas="container"] {
  width: calc(100vw - 0px);
  margin-left: calc(50% - 50vw);
  background-color: #f7f1e8;
  max-width: none;
  [type="boxed"][columntype="variable"] {
    max-width: 1624px;
    [data-component="content box"] > div {
      background-color: #ffffff;
      .aem-container > div > div {
        background-color: #ffffff;
      }
    }
  }
}
div[type="fluid"]
  > [renderingas="container"]:not([newstylesystemclass~="white"]),
div[type="boxed"]
  > [renderingas="container"]:not([newstylesystemclass~="white"]) {
  background-color: #f7f1e8;
}
.w-auto {
  width: auto !important;
}
/* code for column control boxed variable - End */

/* Code for object-fit: cover on NP Comorbid AERD page - Start */
#np-hypothetical-patient {
  img {
    object-fit: cover !important;
  }
}
/* Code for object-fit: cover on NP Comorbid AERD page - End */
