#dataviz .fil {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#dataviz .fil * {
  font-family: Barlow, sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}

#dataviz .fil i {
  /* font-family: "Font Awesome 5 Free"; */
  /* font-weight: unset; */
  font: normal normal normal 14px/1 FontAwesome;
}

#dataviz .fil .br {
  display: block;
  height: 3px;
}

#dataviz .fil-header {
  border-bottom: 1px solid #ccc;
  display: flex;
    align-items: center;
    justify-content: space-between;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  margin: 0 0 1rem 0;
}

#dataviz .fil-header h2 {
  color: #0094FF;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

#dataviz .fil-header .fil-btn {
  display: none;
}

#dataviz .fil-entries {
  box-sizing: border-box;
  overflow-y: auto;
}

#dataviz .fil-entries * {
  font-family: Barlow, sans-serif;
  margin: 0;
  padding: 0;
}

#dataviz .fil-entry {
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
  margin: 0 0 1rem 0;
  overflow: hidden;
  padding: 0 0 1rem 0;
}

#dataviz .fil-entry:first-child {
  padding-top: 0;
}

#dataviz .fil-entry:last-child {
  border: none;
  padding-bottom: 0;
}

#dataviz .fil-entry .entry-body {
  margin-left: 3px;
}

#dataviz .fil-entry .entry-retweet {
  color: #9B9B9B;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.0;
  margin-bottom: 1px;
  margin-left: 37px;
}

#dataviz .fil-entry .entry-retweet i {
  color: #9B9B9B;
}

#dataviz .fil-entry a {
  color: #0094FF;
  font-weight: 400;
}

#dataviz .fil-entry .entry-profile-image-wrapper {
  box-sizing: border-box;
  margin-right: 5px;
}

#dataviz .fil-entry .entry-profile-image-wrapper img {
  border: 2px solid #EEE;
  border-radius: 9999px;
  display: block;
  width: 30px;
}

#dataviz .fil-entry .entry-header {
  margin-bottom: 0.5rem;
  @media (min-width: 500px) {
    margin-bottom: 0.25rem;
  }
}

#dataviz .fil-entry .entry-header p.when {
  font-size: 12px;
  font-weight: 400;
}

#dataviz .fil-entry .entry-header p {
  display: flex;
    align-items: center;
  line-height: 1.2;
}

#dataviz .fil-entry .entry-header p .name {
  color: #000;
  display: inline-flex;
    align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin-right: 0.125rem;
}

#dataviz .fil-entry .entry-header a {
  font-size: 12px;
}

#dataviz .fil-entry .entry-header p .name img {
  display: inline-block;
  width: 20px;
  height: 20px;
}

#dataviz .fil-entry .entry-header p .username {
  color: #0094FF;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}

#dataviz .fil-entry .entry-body {
  margin-left: 3px;
}

#dataviz .fil-entry .entry-body p {
  font-size: 14px;
  line-height: 1.2;
}

#dataviz .fil-entry .entry-body img {
  border-radius: 1rem;
  display: block;
  margin-top: 1rem;
  width: 100%;
}

#dataviz .fil-entry .entry-media-preview {
  position: relative;
}

#dataviz .fil-entry .entry-media-preview a {
  background-color: rgba(255,255,255,0.4);
  border-radius: 0.25rem;
  color: rgba(0,0,0,0.8);
  display: block;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}

#dataviz .fil-entry .entry-media-preview a > div {
  background-color: rgba(255,255,255,0.4);
  border-radius: 0.25rem;
  display: flex;
    align-items: center;
  padding: 0.75rem;
  position: absolute;
    bottom: 1rem;
    left: 1rem;
  z-index: 1;
}

#dataviz .fil-entry .entry-media-preview a > div i {
  color: rgba(0,0,0,0.8);
  font-family: "Font Awesome 5 Free";
  font-size: 1.25rem;
  margin-right: 10px;
}

#dataviz .fil-entry .entry-media-preview a > div span {
  color: rgba(0,0,0,0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.0;
}

#dataviz .fil-entry .flex {
  display: flex;
}






@media (min-width: 500px) {
  #dataviz .fil p {
    line-height: 1.2;
    margin: 0;
  }

  #dataviz .fil .fil-btn {
    border-radius: 9999px;
    border: 1px solid #8c8c8d;
    color: #8c8c8d;
    cursor: pointer;
    display: revert;
    font-size: 13px;
    font-weight: 500;
    margin-right: 1rem;
    padding: 0.25rem 0.5rem 0.4rem 0.3rem;
    user-select: none;
  }

  #dataviz .fil .fil-btn span {
    color: #8c8c8d;
    margin-right: 0.25rem;
  }

  #dataviz .fil .fil-btn:hover {
    border-color: #000;
    color: #000;
  }

  #dataviz .fil .fil-btn:hover span {
    color: #000;
  }

  #dataviz .fil-entry {
    font-size: 0.9rem;
    margin: 1rem 0;
  }

  #dataviz .fil-entry .entry-retweet {
    margin-left: 52px;
  }

  #dataviz .fil-entry .entry-retweet a {
    color: #0094FF;
  }

  #dataviz .fil-entry .entry-profile-image-wrapper {
    margin-right: 15px;
  }

  #dataviz .fil-entry .entry-profile-image-wrapper img {
    width: 36px;
  }

  #dataviz .fil-entry .entry-header {
  }

  #dataviz .fil-entry .entry-header .when {
  }

  #dataviz .fil-entry .entry-header .name {
    margin-right: 0.5rem;
  }

  #dataviz .fil-entry .entry-header .username {
  }

  #dataviz .fil-entry .entry-body {
    margin-left: 52px;
  }

  #dataviz .fil-entry .entry-body img {
    display: block;
    width: 100%;
    margin-right: 0.5rem;
  }

  #dataviz .fil-entry .entry-media-preview a > div {
    padding: 0.75rem 1rem;
    bottom: 2rem;
    left: 2rem;
  }

  #dataviz .fil-entry .entry-media-preview a > div i {
    font-size: 22px;
  }

  #dataviz .fil-entry .entry-media-preview a > div span {
    font-size: 22px;
  }
}





.right-column.Story #dataviz .fil-entries,
.story-right-column #dataviz .fil-entries {
  max-height: 400px;
}

.right-column.Story #dataviz .fil-entry .entry-body,
.story-right-column #dataviz .fil-entry .entry-body {
  margin-left: 3px;
}
