#body-section .container .left-sidebar .lead-stories.single_latest_news {
  border-top: 3px solid var(--border_color);
}
#body-section .container .left-sidebar .lead-stories {
  background: var(--white);
  clear: both;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#body-section .container .left-sidebar .lead-stories .left-part {
  padding-top: 0;
  float: left;
  max-width: 320px;
}
.ieo-topnews-title {
  font-family: var(--font_prime);
  color: var(--primary_text_color);
  font-size: var(--primary_mod_size);
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 20px;
  text-transform: uppercase;
}
.ieo-topnews-title a {
  color: var(--primary_text_color);
}
.lead-stories .left-part .other-article {
  border-bottom: 1px dotted var(--border_color);
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.lead-stories .left-part .other-article {
  position: relative;
}
#body-section
  .container
  .left-sidebar
  .lead-stories
  .left-part
  .other-article
  .story-image {
  height: 59px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 108px;
}
#body-section
  .container
  .left-sidebar
  .lead-stories
  .left-part
  .other-article
  .story-image
  a
  img {
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}
#body-section .container .left-sidebar .lead-stories .left-part .content-txt {
  max-width: calc(100% - 121px);
  width: 100%;
}
#body-section .container .left-sidebar .lead-stories .left-part .slug {
  font-family: var(--font_frank);
  margin: 2px 0 4px;
  font-size: 11px;
  font-weight: 500;
  color: var(--red);
  text-transform: uppercase;
}
#body-section
  .container
  .left-sidebar
  .lead-stories
  .left-part
  .other-article
  h3
  a,
#body-section
  .container
  .left-sidebar
  .lead-stories
  .left-part
  .other-article
  h2
  a {
  font-family: var(--font_imp);
  color: var(--primary_text_color);
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.content_wall .paywall_icons {
  /* background: url(./tfd-premium.svg) no-repeat 0 0px; */
  width: 20px;
  height: 16px;
  top: 2px;
}
.content_wall .paywall_icons,
.content_wall .datawall_icons {
  position: relative;
  left: 3px;
  display: inline-block;
}
.content_wall .paywall_tips {
  width: 92px;
  min-width: 92px;
  display: none;
  position: absolute;
  top: -27px;
  font-family: Roboto;
  font-size: 12px;
  color: var(--white);
  height: 20px;
  text-align: center;
  border-radius: 3px;
  background-color: var(--border_color);
  line-height: 20px;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
}
#body-section .container .left-sidebar .lead-stories .right-part.bg {
  border-left: none;
  background: #f2f2f2;
  max-width: 300px;
  padding: 20px 15px 35px;
  width: 100%;
}
#body-section .container .left-sidebar .lead-stories .right-part {
  float: left;
  max-width: 300px;
}
#body-section .container .left-sidebar .lead-stories .right-part .s-title {
  clear: both;
  color: var(--primary_text_color);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#body-section .container .left-sidebar .lead-stories .right-part .s-title a {
  color: var(--primary_text_color);
}
#body-section .container .left-sidebar .lead-stories .right-part .top-news {
  clear: both;
  padding: 0;
}
#body-section .container .left-sidebar .lead-stories .right-part .top-news ul {
  list-style: none;
}
.lead-stories .right-part.bg .top-news ul li:first-child {
  padding-top: 11px;
}
.lead-stories .right-part .top-news ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.lead-stories .right-part .top-news ul li {
  border-top: 1px dotted var(--border_color);
  padding: 11px 0;
}
.lead-stories .right-part .top-news ul li {
  position: relative;
}
.lead-stories .right-part.bg .top-news ul li a {
  color: var(--primary_text_color);
  font-size: 14px;
  line-height: 19px;
}
.content_wall a {
  display: inline;
}
@media (max-width: 768px) {
  #body-section .container .left-sidebar .lead-stories {
    display: block;
  }
  #body-section .container .left-sidebar .lead-stories .right-part.bg {
    display: none;
  }
  #body-section .container .left-sidebar .lead-stories .left-part {
    max-width: 100%;
    float: none;
  }
}
