.dna__update a {
  color: #337ab7 !important;
  text-decoration: none !important;
}

.dna__update a:hover {
  color: #262262 !important;
  text-decoration: underline !important;
}

.dna__update h1.update__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.dna__update .update__body .body__date {
  font-family: "Helvetica-Bold";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 0.18px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.dna__update .update__body p {
  margin-bottom: 18px;
}

.dna__update .update__body h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #262262;
  margin-bottom: 0;
}

.dna__update .update__body ol,
.dna__update .update__body ul {
  color: #4a4a4a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 18px;
  list-style: none;
}

.dna__update .update__body ol li,
.dna__update .update__body ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 18px;
}

.dna__update .update__body ol li:last-child,
.dna__update .update__body ul li:last-child {
  margin-bottom: 0;
}

.dna__update .update__body ol li:after,
.dna__update .update__body ul li:after {
  content: "\2022";
  position: absolute;
  top: 0px;
  left: 11px;
}

.dna__update .update__body ol {
  counter-reset: ol-counter;
}

.dna__update .update__body ol li {
  counter-increment: ol-counter;
}

.dna__update .update__body ol li:after {
  content: counter(ol-counter) ". ";
}

.dna__update .update__body h5 + ul,
.dna__update .update__body h5 + ol {
  margin-top: 18px;
}

.dna__update .update__body blockquote.block--important {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #4a4a4a;
  padding: 30px 50px;
  margin-bottom: 30px;
  background-image: linear-gradient(100deg, #ffddd6 -16%, #e7f2fc 117%);
}

.dna__update .update__body blockquote.block--important:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #ffddd6 -16%, #e7f2fc 117%);
  opacity: 1;
  z-index: -1;
}

.dna__update .update__body blockquote.block--important strong {
  font-family: "Helvetica-Bold";
  font-weight: 600;
}

.dna__update .update__body a.check--dna {
  clear: both;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
  color: #262262 !important;
  padding: 16px 26px;
  background-color: #ffffff;
  border: 1px solid #262262;
  border-radius: 2px;
  margin: 12px 0;
}

.dna__update .update__body a.check--dna:hover {
  color: #ffffff !important;
  background-color: #262262 !important;
}

.dna__update .update__body a.gene--conditions,
.dna__update .update__body a.gene--medicines {
  font-family: "Helvetica-Bold";
  position: relative;
  display: inline-block;
  color: #262262 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.11;
  padding: 14px 0;
  padding-left: calc(20px + 36px + 8px);
  padding-right: 20px;
  margin: 12px 0;
  border: 1px solid #262262;
  border-radius: 3px;
}

.dna__update .update__body a.gene--conditions:before,
.dna__update .update__body a.gene--medicines:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/sfsites/c/resource/jaoucondition);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.dna__update .update__body a.gene--medicines:before {
  background-image: url(/sfsites/c/resource/jaoumedicine);
}

.dna__update .update__body:lang(es) a.gene--conditions,
.dna__update .update__body:lang(es) a.gene--medicines {
  padding-left: calc(20px + 36px);
  padding-right: 0;
}

.dna__update .update__body:lang(es) a.gene--conditions {
  max-width: 391px;
}

.dna__update .update__body:lang(es) a.gene--medicines {
  max-width: 286px;
}

.dna__update .update__pager ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 50px;
  border-bottom: solid 1px #e9e9e9;
}

.dna__update .update__pager ul li {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}

.dna__update .update__pager ul li:first-child {
  text-align: left;
}

.dna__update .update__pager ul li:last-child {
  text-align: right;
}

.dna__update .update__pager a {
  display: block;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.2px;
  color: #216fb4;
}

.dna__update .update__pager a.pager__prev:before {
  content: "< ";
}

.dna__update .update__pager a.pager__next:after {
  content: " >";
}

@media screen and (max-width: 768px) {
  .dna__update h1.update__title {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
  }

  .dna__update .update__body h5 {
    font-size: 14px;
  }

  .dna__update .update__body ol,
  .dna__update .update__body ul {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .dna__update .update__body ol li,
  .dna__update .update__body ul li {
    padding-left: 34px;
    margin-bottom: 16px;
  }

  .dna__update .update__body h5 + ul,
  .dna__update .update__body h5 + ol {
    margin-top: 16px;
  }

  .dna__update .update__body a.check--dna {
    max-width: 335px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 14px 22px;
    margin: 2px 0;
  }

  .dna__update .update__body a.gene--conditions,
  .dna__update .update__body a.gene--medicines {
    width: 335px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 13px 0;
    padding-left: calc(18px + 32px);
    padding-right: 0;
  }

  .dna__update .update__body a.gene--conditions:before,
  .dna__update .update__body a.gene--medicines:before {
    left: 18px;
    width: 32px;
    height: 32px;
  }

  .dna__update .update__body:lang(es) a.check--dna,
  .dna__update .update__body:lang(es) a.gene--conditions,
  .dna__update .update__body:lang(es) a.gene--medicines {
    padding-right: 8px;
  }

  .dna__update .update__body blockquote.block--important {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.2px;
    padding: 20px 18px;
  }
}

@media screen and (max-width: 576px) {
  .dna__update .update__body a.check--dna,
  .dna__update .update__body a.gene--conditions,
  .dna__update .update__body a.gene--medicines {
    display: block;
    max-width: 335px;
    margin: 2px auto;
  }

  .dna__update .update__body:lang(es) a.check--dna,
  .dna__update .update__body:lang(es) a.gene--conditions,
  .dna__update .update__body:lang(es) a.gene--medicines {
    max-width: 335px;
    padding-right: 20px;
  }
}
