.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: 12px;
  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: 12px;
  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;
}
.cod-hub-news .news-list > ul > li:not(:first-child) .news-content .news-title {
  height: 40px;
  overflow: hidden;
  margin-bottom: 12px;
}
.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;
  line-height: 20px;
}
.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: 12px;
  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: 8px;
}
.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 .cta-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.cod-hub-news .sideline {
  width: 100%;
  height: 1px;
  background: #636262;
}
.cod-hub-news .sideline.left {
  background: linear-gradient(90deg, #636262 0%, rgba(62, 62, 62, 0) 100%);
}
.cod-hub-news .sideline.right {
  background: linear-gradient(90deg, rgba(62, 62, 62, 0) 0%, #636262 100%);
}
.cod-hub-news .news-cta {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  /*
		a {
			.outline-button(#FFF, #858585, rgba(27, 27, 27, 0.35));
            position: relative;

            &:after {
                content: "";
                height: 1px;
                width: 45%;
                top: 50%;
                right: 0;
                .translate(110%,0);
                position: absolute;
                background: rgb(99,98,98);
                background: linear-gradient(90deg, rgba(99,98,98,1) 0%, rgba(62,62,62,0) 100%);
            }
    
            &:before {
                content: "";
                height: 1px;
                width: 45%;
                top: 50%;
                left: 0;
                .translate(-110%,0);
                position: absolute;
                background: rgb(99,98,98);
                background: linear-gradient(90deg, rgba(62,62,62,0) 0%, rgba(99,98,98,1) 100%);
            }
        }
        */
}
.cod-hub-news .news-cta .glint {
  position: absolute;
  display: block;
  border-radius: 2px;
  background: #ffffff;
  z-index: 1;
}
.cod-hub-news .news-cta .glint:nth-child(1),
.cod-hub-news .news-cta .glint:nth-child(2),
.cod-hub-news .news-cta .glint:nth-child(3),
.cod-hub-news .news-cta .glint:nth-child(4) {
  background: linear-gradient(138.275deg, rgba(255, 255, 255, 0) 0%, #ffffff 44.79%, #ffffff 58.85%, rgba(255, 255, 255, 0) 100%);
}
.cod-hub-news .news-cta .glint:nth-child(1),
.cod-hub-news .news-cta .glint:nth-child(2) {
  height: 2px;
  width: 24px;
  left: -26px;
  transition: left 150ms ease-in-out;
}
.cod-hub-news .news-cta .glint:nth-child(3),
.cod-hub-news .news-cta .glint:nth-child(4) {
  height: 24px;
  width: 2px;
  top: -26px;
  transition: top 75ms ease-in-out;
}
.cod-hub-news .news-cta .glint:nth-child(1) {
  top: 0;
  transition-delay: 25ms;
}
.cod-hub-news .news-cta .glint:nth-child(2) {
  bottom: 0;
}
.cod-hub-news .news-cta .glint:nth-child(3) {
  left: 0;
  transition-delay: 100ms;
}
.cod-hub-news .news-cta .glint:nth-child(4) {
  right: 0;
}
.cod-hub-news .news-cta:hover .glint:nth-child(1),
.cod-hub-news .news-cta:hover .glint:nth-child(2) {
  left: 100%;
  transition: left 150ms ease-in-out;
}
.cod-hub-news .news-cta:hover .glint:nth-child(2) {
  transition-delay: 25ms;
}
.cod-hub-news .news-cta:hover .glint:nth-child(3),
.cod-hub-news .news-cta:hover .glint:nth-child(4) {
  top: 100%;
  transition: top 75ms ease-in-out;
}
.cod-hub-news .news-cta:hover .glint:nth-child(4) {
  transition-delay: 100ms;
}
.cod-hub-news .news-cta button,
.cod-hub-news .news-cta a {
  text-decoration: none;
  border: none;
  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: transparent;
  border: 1px solid #858585;
  /* HOVER OFF */
  transition: opacity 150ms;
}
@media screen and (-ms-high-contrast: active) {
  .cod-hub-news .news-cta button,
  .cod-hub-news .news-cta a {
    border: 2px solid currentcolor;
  }
}
.cod-hub-news .news-cta button .cta-text,
.cod-hub-news .news-cta a .cta-text {
  position: relative;
}
.cod-hub-news .news-cta button:before,
.cod-hub-news .news-cta a:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
}
.cod-hub-news .news-cta button:hover:before,
.cod-hub-news .news-cta a:hover:before {
  opacity: 1;
  transition: opacity 150ms;
  transition-delay: 75ms;
}
@keyframes scrollText {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
