
.wette-wc-top-pages .card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.wette-wc-top-pages .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow:
    0 1px 2px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.wette-wc-top-pages .card-header {
  position: relative;
  height: 170px;
  width: 100%;
}
.wette-wc-top-pages .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wette-wc-top-pages .avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 4px solid #ffffff;
  background-color: #fff;
  object-fit: cover;
  overflow: hidden;
}
.wette-wc-top-pages .card-body {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 14px;
}
.wette-wc-top-pages .author-sec {
  margin-top: -25px;
  z-index: 9;
}
.wette-wc-top-pages .author-sec .author-inner-sec {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wette-wc-top-pages .author-sec .author-inner-sec .author-link {
  width: fit-content;
}
.wette-wc-top-pages .author-name {
  text-transform: uppercase;
  color: #737373;
  font-family: "Zuume Cut";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.7px;
}
.wette-wc-top-pages .card-title a,
.wette-wc-top-pages .card-title {
  color: var(--text-color);
  font-family: "Circular Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  flex-grow: 1;
}
.wette-wc-top-pages .card-title a:hover,
.wette-wc-top-pages .read-more {
  color: #817e7e;
}
.wette-wc-top-pages .card-body .read-more {
  color: #f02d2d;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
}
.wette-wc-top-pages .read-more:after {
  content: "";
  width: 7px;
  height: 11px;
  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='%23F02D2D'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

#primary .wc-section-header.without-border h2.wc-header-title {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.wette-wc-top-pages .without-border h2.wc-header-title:after {
  display: none;
}
.wette-wc-top-pages .without-border.wc-section-header {
  margin-bottom: 0px;
}

.wette-wc-top-news__grid .wette-wc-top-news__post-title a,
.wette-wc-top-news__grid .wette-wc-top-news__category a:hover {
  color: #fff;
}
.wette-wc-top-news__grid .wette-wc-top-news__post-title a:hover {
  color: #bfbfbf;
}
.wette-wc-top-news__grid .wette-wc-top-news__category a {
  color: #a69996;
}
.wette-wc-top-pages .read-more:hover {
  color: #737373;
}
.wette-wc-top-pages .read-more: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='%23737373'/%3E%3C/svg%3E");
  transform: translateX(3px);
}
.wette-wc-top-pages .card-title a,
.wette-wc-top-pages .card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wette-wc-top-pages .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .wette-wc-top-pages .card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wette-wc-top-pages .author-name {
    font-size: 12px;
    line-height: 0px;
    letter-spacing: 0.6px;
  }
  .wette-wc-top-pages .card-grid .card:first-child {
    flex-direction: column;
  }
  .wette-wc-top-pages .card-grid .card {
    flex-direction: row;
  }
  .wette-wc-top-pages .card-grid .card:first-child .card-header {
    height: 200px;
    width: 100%;
  }
  .wette-wc-top-pages .card-header {
    width: 135px;
    height: auto;
    min-width: 135px;
  }
  .wette-wc-top-pages .card:not(:first-child) .card-body {
    padding: 10px 16px;
  }
  .wette-wc-top-pages .card:not(:first-child) .card-title a,
  .wette-wc-top-pages .card:not(:first-child) .card-title {
    font-size: 14px;
    line-height: 20px;
  }
  .wette-wc-top-pages .card-body .read-more {
    display: none;
  }
  .wette-wc-top-pages .card:not(:first-child) .card-body {
    flex-direction: column-reverse;
  }
  .wette-wc-top-pages .card:not(:first-child) .author-sec {
    margin-top: 0;
  }
  .wette-wc-top-pages .card:not(:first-child) .author-sec .author-inner-sec {
    flex-direction: row;
    align-items: center;
  }
}
