@import 'reset.css';
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
  font-family: "Titillium Web", sans-serif;
  overflow: hidden;
}

.news-item {
  padding: 8px;
  padding-left: 60px;
  padding-bottom: 25px;
  position: relative;
  min-height: 64px;
  width: 100%
  white-space: normal;
  word-spacing: 2.5px;
  border-bottom: 1px solid #efefee;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
}

.news-item a {
  color: #3b5998;
  text-decoration: none;
  font-weight: 500;
}

.news-item a:hover {
  text-decoration: underline;
}

.news-item:first-of-type {
  border-top: 1px solid #efefee;
}

.title {
  display: contents;
}

.icon {
  position: absolute;
  top: 7px;
  left: 0;
}

.avatar, .avatar2 {
  width: 50px;
}

.text, .content {
  display: inline;
  white-space: normal;
}

.user {
  display: inline-block;
  font-weight: 700 !important;
  transform: scaleX(1.16);
  transform-origin: left;
  margin-right: 4px;
}

.date {
  position: absolute;
  bottom: 5px;
  left: 60px;
  font-size: 11.5px;
  word-spacing: 0;
  display: flex;
  align-items: center;
  height: 22px;
}

.date a {
  color: #a6a6a6;
  font-weight: 600;
}