.lp-newsDetails{
  background: #ffffff;
  color: #111;
}

.lp-newsDetails__inner{
  max-width: var(--lp-container);
  margin-inline: auto;
  padding-inline: var(--lp-page-pad);
  padding-top: clamp(72px, 7.2vw, 120px);
  padding-bottom: clamp(46px, 6vw, 92px);
}

.lp-newsDetails__head{
  text-align: center;
  margin-bottom: 18px;
}

.lp-newsDetails__kicker{
  margin: 0;
}

.lp-newsDetails__headline{
  margin: 14px 0 10px;
  color: #111;
  font-size: var(--lp-subtitle-size);
  line-height: 1.85;
  font-weight: 800;
  width: 100%;
}

.lp-newsDetails__meta{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  color: var(--lp-about-title);
  font-size: var(--lp-subtitle-size);
  line-height: 1.65;
  font-weight: 400;
}

.lp-newsDetails__dateIcon{
  font-size: 14px;
  line-height: 1;
  color: var(--lp-about-title);
  opacity: .95;
}

.lp-newsDetails__date{
  color: var(--lp-about-title);
  opacity: .95;
}

.lp-newsDetails__figure{
  margin: 18px 0 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(0,0,0,.04);
}

.lp-newsDetails__img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.lp-newsDetails__content{
  margin-top: 18px;
  text-align: start;
  color: #111;
  font-size: var(--lp-subtitle-size);
  line-height: 2;
  font-weight: 400;
  font-synthesis: weight style;
}

.lp-newsDetails__content > :first-child{
  margin-top: 0;
}

.lp-newsDetails__content > :last-child{
  margin-bottom: 0;
}

.lp-newsDetails__content p,
.lp-newsDetails__content div,
.lp-newsDetails__content blockquote,
.lp-newsDetails__content ul,
.lp-newsDetails__content ol{
  margin: 0 0 14px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.lp-newsDetails__content ul,
.lp-newsDetails__content ol{
  padding-inline-start: 1.35em;
}

.lp-newsDetails__content li{
  margin-bottom: .35em;
}

.lp-newsDetails__content h2,
.lp-newsDetails__content h3{
  color: inherit;
  line-height: 1.45;
  margin: 0 0 .55em;
  font-weight: 800;
}

.lp-newsDetails__content h2{
  font-size: clamp(22px, 2.3vw, 32px);
}

.lp-newsDetails__content h3{
  font-size: clamp(19px, 2vw, 28px);
}

.lp-newsDetails__content strong,
.lp-newsDetails__content b{
  font-weight: 900 !important;
}

.lp-newsDetails__content em,
.lp-newsDetails__content i{
  font-style: italic !important;
}

.lp-newsDetails__content u{
  text-decoration: underline !important;
}

.lp-newsDetails__content s,
.lp-newsDetails__content strike{
  text-decoration: line-through !important;
}

.lp-newsDetails__content a{
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .16em;
  font-weight: 700;
}

.lp-newsDetails__content blockquote{
  border: 0;
  padding: 0;
  opacity: 1;
}

.lp-newsDetails .color,
.lp-newsDetails span.color,
.lp-newsDetails [data-color].color,
.lp-newsDetails [data-color][style*="--color"]{
  color: var(--color) !important;
}

.lp-newsDetails strong .color,
.lp-newsDetails b .color,
.lp-newsDetails em .color,
.lp-newsDetails i .color,
.lp-newsDetails u .color,
.lp-newsDetails s .color,
.lp-newsDetails strike .color{
  color: var(--color) !important;
}

@media (max-width: 520px){
  .lp-newsDetails__headline{
    line-height: 1.95;
  }

  .lp-newsDetails__figure{
    border-radius: 18px;
  }
}