.ev-posts {
  padding: 0px 22px;
}

.not-event {
  padding-bottom: 25px;
}

.w-odd {
  display: flex;
  margin: 0 auto;
  margin-bottom: 0px;
  border-bottom: 1px solid #e8e8e1;
  border-right: 1px #e8e8e1 solid;
  flex-direction: column;
  padding: 20px 10px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 339px;
  max-width: 100%;
}

.w-odd:hover {
  color: #ffc700;
}

@media all and (max-width: 400px) {
  .w-odd {
    width: 100%;
  }
}

.w-odd::before {
  font-family: "Sportbet";
  font-size: 100px;
  color: #f0f0f0;
  position: absolute;
  top: 35px;
  right: -40px;
}

.w-odd::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 4px;
  height: 100%;
  background-color: #fdd71c;
  transition: all 0.3s;
}

.w-odd:hover::after {
  opacity: 1;
}

.w-odd.soccer::before {
  content: "\e914";
}

.w-odd > div {
  z-index: 2;
}

.w-odd:last-child {
  border-bottom: unset;
  margin-bottom: 0;
}

.w-odd__top {
  display: flex;
  margin-bottom: 10px;
}

.w-odd__team-logos {
  display: flex;
  position: relative;
  width: 40%;
}

.w-odd__team-logos > div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 1;
}

.w-odd__team-logos > div > img {
  width: 32px;
  height: auto;
  height: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.w-odd__team-logos > div.w-odd__team-2-logo {
  z-index: 0;
  left: -5px;
}

.w-odd__main-content {
  width: 60%;
}

.w-odd__date {
  font-weight: 600;
  font-size: 10px;
  line-height: 19px;
  text-transform: uppercase;
  color: #d6d6d0;
}

.w-odd__date span {
  color: #06b700;
}

.w-odd__teams {
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  padding: 7px 0;
}

.w-odd__teams__team-2 {
  color: #7f7f87;
  line-height: 15px;
  font-weight: 600;
}

.w-odd__kfs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.w-odd-kfs__odd {
  padding: 3px 10px;
  border-radius: 5px;
  color: #787878;
  background-color: #ffffff;
  cursor: pointer;
  border: 1px #e6e6e6 solid;
  width: 50px;
  margin-bottom: 5px;
}

.w-odd-kfs__odd span:first-child {
  color: #d2d2d2;
  font-size: 12px;
  font-weight: bold;
}

.w-odd-kfs__odd span:last-child {
  font-weight: 600;
  margin: 0 3px;
}
