section.wette-wc-latest-news {
  background-image: url(../../images/lastest-news-bg.png);
  background-position: center;
  background-size: cover;
}
#primary
  .wette-wc-latest-news__header.wc-section-header
  .wette-wc-latest-news__title {
  color: var(--white);
}
.wette-wc-latest-news__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wette-wc-latest-news__grid {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: -30px;
}
.wette-wc-latest-news__grid .wette-wc-latest-news__item.featured {
  width: calc(40% - 7px);
  position: relative;
}
article.wette-wc-latest-news__item.featured:after {
  content: "";
  background: linear-gradient(2deg, #262626 22.59%, rgba(38, 38, 38, 0) 98.54%);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  bottom: 0;
  position: absolute;
}
.wette-wc-latest-news__grid .wette-wc-latest-news__item {
  width: calc(20% - 7px);
  background: #262626;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wette-wc-latest-news__item .wette-wc-latest-news__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
}
.wette-wc-latest-news__item .wette-wc-latest-news__post-title {
  color: var(--white) !important;
  font-family: "Circular Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}
.wette-wc-latest-news__item.featured .wette-wc-latest-news__content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  display: grid;
  z-index: 99;
}
.wette-wc-latest-news__item.featured .wette-wc-latest-news__thumb {
  height: 100%;
}
.wette-wc-latest-news__item.featured .wette-wc-latest-news__post-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.24px;
  grid-row: 2;
  margin-top: 4px;
}
.wette-wc-latest-news__meta {
  gap: 16px;
  display: flex;
  margin-top: auto;
}

.wette-wc-latest-news__item.mid-feature .wette-wc-latest-news__thumb {
  height: 224px;
}
.wette-wc-latest-news__thumb {
  height: 153px;
}
.wette-wc-latest-news__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wette-wc-latest-news__meta .dot-list:first-child {
  margin-left: 0px;
}
.latest-news-topbar {
  background: var(--black-bg);
  padding-bottom: 62px;
}

.latest-news-topbar .wc-section-header {
  margin-bottom: 0;
}
.wette-wc-latest-news__grid .wette-wc-latest-news__post-title a,
.wette-wc-latest-news__grid .wette-wc-latest-news__category a:hover,
.wette-wc-latest-news__header.wc-section-header .wc-view-all:hover {
  color: #fff;
}
.wette-wc-latest-news__grid .wette-wc-latest-news__post-title a:hover {
  color: #bfbfbf;
}
.wette-wc-latest-news__grid .wette-wc-latest-news__category a {
  color: #a69996;
}
.wette-wc-latest-news .wette-wc-latest-news__header .wc-view-all:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.78764 5.63028C1.84112 5.51022 1.86875 5.38025 1.86875 5.24882C1.86875 5.11739 1.84112 4.98743 1.78764 4.86737L0.121128 1.12596C-0.337286 0.230484 0.612098 -0.284508 1.1922 0.166018C2.26869 1.00205 4.99614 3.51813 6.23111 4.66624C6.3112 4.74068 6.37509 4.83084 6.41877 4.93107C6.46245 5.03131 6.485 5.13948 6.485 5.24882C6.485 5.35816 6.46245 5.46633 6.41877 5.56657C6.37509 5.66681 6.3112 5.75696 6.23111 5.8314C4.99614 6.97952 2.26869 9.49559 1.1922 10.3316C0.597732 10.7933 -0.328734 10.2505 0.121128 9.37169L1.78764 5.63028Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}

.wette-wc-latest-news__grid .wette-wc-latest-news__post-title,
.wette-wc-latest-news__grid .wette-wc-latest-news__post-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.wette-wc-latest-news__grid .featured .wette-wc-latest-news__post-title,
.wette-wc-latest-news__grid .featured .wette-wc-latest-news__post-title a {
  -webkit-line-clamp: 2;
}
.wette-wc-latest-news__grid .mid-feature .wette-wc-latest-news__post-title,
.wette-wc-latest-news__grid .mid-feature .wette-wc-latest-news__post-title a {
  -webkit-line-clamp: 4;
}

@media (max-width: 991px) {
  .wette-wc-latest-news__grid .wette-wc-latest-news__item.featured {
    width: calc(50% - 5px);
  }
  .wette-wc-latest-news__grid .wette-wc-latest-news__item {
    width: calc(25% - 6px);
  }
}
@media (max-width: 768px) {
  .wette-wc-latest-news__grid .wette-wc-latest-news__item.featured {
    width: 100%;
    flex-direction: column;
  }
  .wette-wc-latest-news__item.featured .wette-wc-latest-news__thumb {
    width: 100%;
    height: 200px;
  }
  article.wette-wc-latest-news__item.featured:after {
    display: none;
  }
  .wette-wc-latest-news__item.featured .wette-wc-latest-news__content {
    position: relative;
    display: flex;
    padding: 16px;
  }
  .wette-wc-latest-news__item.featured .wette-wc-latest-news__post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  .wette-wc-latest-news__item .wette-wc-latest-news__post-title {
    font-size: 14px;
    line-height: 20px;
  }
  .wette-wc-latest-news__meta {
    align-items: center;
  }
  .wette-wc-latest-news__grid .wette-wc-latest-news__item.mid-feature {
    width: 50%;
    width: calc(50% - 5px);
    flex-direction: column;
  }
  .wette-wc-latest-news__item.mid-feature .wette-wc-latest-news__thumb {
    height: 114px;
    width: 100%;
  }
  .wette-wc-latest-news__item .wette-wc-latest-news__content {
    padding: 10px 14px;
  }
  .wette-wc-latest-news__grid
    .wette-wc-latest-news__item.mid-feature:not(:has(+ .mid-feature)),
  .wette-wc-latest-news__grid .wette-wc-latest-news__item {
    width: 100%;
    flex-direction: row;
  }
  .wette-wc-latest-news__grid
    .wette-wc-latest-news__item.mid-feature:not(:has(+ .mid-feature))
    .wette-wc-latest-news__thumb {
    width: 135px;
    height: 114px;
  }
  .wette-wc-latest-news__thumb {
    width: 135px;
    height: 100%;
    min-height: 111px;
  }
  .wette-wc-latest-news__item .wette-wc-latest-news__post-title {
    font-size: 14px;
    line-height: 20px;
  }
  .wette-wc-latest-news__grid .mid-feature .wette-wc-latest-news__post-title,
  .wette-wc-latest-news__grid .mid-feature .wette-wc-latest-news__post-title a {
    -webkit-line-clamp: 5;
  }
  .wette-wc-latest-news__grid
    .wette-wc-latest-news__item.mid-feature:not(:has(+ .mid-feature))
    .wette-wc-latest-news__post-title
    a {
    -webkit-line-clamp: 3;
  }
}
