.cod-hub-news {
  margin-top: -5px;
}
.cod-hub-news .news-list > ul {
  display: grid;
  grid-gap: 17px;
  grid-template-columns: minmax(0, 1fr);
}
.cod-hub-news .news-list > ul > li {
  position: relative;
}
.cod-hub-news .news-list > ul > li:not(:last-child) {
  padding-bottom: 18px;
}
.cod-hub-news .news-list > ul > li:not(:last-child):after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #636262 0%, rgba(62, 62, 62, 0) 100%);
}
.cod-hub-news .news-list > ul > li:first-child > a {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
}
.cod-hub-news .news-list > ul > li:first-child .news-title {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.cod-hub-news .news-list > ul > li:first-child .news-content {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
}
.cod-hub-news .news-list > ul > li:not(:first-child) > a {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 4fr 8fr;
}
.cod-hub-news .news-list > ul > li:not(:first-child) .news-content {
  position: relative;
  display: block;
  /*&:hover {

							.news-title {
                                //transform: translateY(-100%);
                                //.transition(3s all);

                                p {
									display: none;
                                }
                            }

                            &:after {
								content: attr(data-text);
                                position: absolute;
                                top: 0%;
                                left: 0;
                                width: 100%;
                                //white-space: nowrap;
                                overflow: hidden;
                                animation: scrollText 3s linear infinite;
                            }

                        }

                        .news-title {
							height: 100%;
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-line-clamp: 2; // Number of lines to display
                            -webkit-box-orient: vertical;
                            text-overflow: ellipsis;
                            transition: transform 3s linear;
                            .transition(3s all);
                        }
*/
}
.cod-hub-news .news-list > ul > li:not(:first-child) .news-content .news-title {
  height: 50px;
  overflow: hidden;
}
.cod-hub-news .news-list > ul > li:not(:first-child) .news-content .news-title p {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  /*&:hover {
									overflow-y: auto;
                                }*/
}
.cod-hub-news .news-list > ul > li:not(:first-child) .news-content .news-title:hover {
  scroll-behavior: smooth;
  transition: scroll-behavior 0.3s;
}
.cod-hub-news .news-list > ul > li:not(:first-child) .news-thumbnail img {
  border: 1px solid #444444;
}
.cod-hub-news .news-list > ul > li:not(:first-child) .new-details {
  margin-top: 12px;
}
.cod-hub-news .news-list > ul > li .news-content {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
}
.cod-hub-news .news-list > ul > li .news-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cod-hub-news .news-list > ul > li .news-thumbnail img {
  border: 1px solid #444444;
}
.cod-hub-news .news-list > ul > li .news-game-icons ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.cod-hub-news .news-list > ul > li .news-game-icons li {
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.69rem;
  line-height: 0.63rem;
  letter-spacing: 1px;
  padding: 4px;
  background: #92918A;
  color: black;
  text-transform: uppercase;
}
.cod-hub-news .news-list > ul > li .news-published {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #92918A;
}
.cod-hub-news .news-list a {
  color: #FFF;
  text-decoration: none;
  display: block;
}
.cod-hub-news .news-cta {
  text-align: center;
  margin-top: 48px;
}
.cod-hub-news .news-cta a {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  font-family: "Hitmarker Text Bold";
  font-weight: 700;
  font-style: normal;
  font-size: 0.88rem;
  line-height: 0.88rem;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(27, 27, 27, 0.35);
  border: 1px solid #858585;
  position: relative;
}
@media screen and (-ms-high-contrast: active) {
  .cod-hub-news .news-cta a {
    border: 2px solid currentcolor;
  }
}
.cod-hub-news .news-cta a:after {
  content: "";
  height: 1px;
  width: 45%;
  top: 50%;
  right: 0;
  -webkit-transform: translate(110%, 0);
  -moz-transform: translate(110%, 0);
  -ms-transform: translate(110%, 0);
  -o-transform: translate(110%, 0);
  transform: translate(110%, 0);
  position: absolute;
  background: #636262;
  background: linear-gradient(90deg, #636262 0%, rgba(62, 62, 62, 0) 100%);
}
.cod-hub-news .news-cta a:before {
  content: "";
  height: 1px;
  width: 45%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-110%, 0);
  -moz-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -o-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  position: absolute;
  background: #636262;
  background: linear-gradient(90deg, rgba(62, 62, 62, 0) 0%, #636262 100%);
}
@keyframes scrollText {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
