#news #article section#text a {
  text-decoration: underline;
}
#news #article section#text figure {
  margin: 3rem auto 5rem;
  width: 100%;
  max-width: 1080px;
}
#news #article section#text figure > figcaption {
  margin: 1em 0;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
#news #article section#text figure > img {
  width: 100%;
  max-width: 100%;
}
#news #article section#text dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
#news #article section#text dl dt {
  width: 8rem;
}
#news #article section#text dl dd {
  flex-grow: 1;
  width: calc(100% - 9rem);
}
#news #article section#text ol {
  margin-left: 1em;
}
#news #article section#text ol li {
  margin-bottom: 0.7em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
#news #article section#text ol li > p {
  margin-bottom: inherit !important;
  text-indent: 0;
}
#news #article section#text .notes > li {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  #news #article section#text p {
    font-size: 3.33vw;
  }
  #news #article section#text figure > figcaption {
    font-size: 3vw;
  }
}/*# sourceMappingURL=style_20260629.css.map */
