/* -- TIPS ARCHIVE STYLE -- */
.sport-tips {
  min-height: 0;
}

.sport-tips:empty {
  display: none;
}

.sport-tips__content:empty {
  display: none;
}

.sport-tips__content:empty + * {
  display: none;
}

.sport-tips:has(.sport-tips__content:empty) {
  display: none;
}

.sport-tips:not(:has(.tips-card)) {
  display: none;
}

.home-block-lite__header {
  padding: 0 !important;
}

.home-block-lite__title {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.sport-tips__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ajax-tips.loading {
  background-image: url(../../images/preloader.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  background-size: 100px;
}

/* -- Cards -- */
.tips-card {
  background-color: #fff;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: 31%;
  /* overflow: hidden; */
}
.tips-card.last {
  margin-left: 3.5%;
  margin-right: auto;
}
.tips-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.tips-card__teams {
  display: flex;
}
.tips-card__team-logo {
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tips-card__team-logo.last {
  right: 6px;
}

@media (max-width: 450px) {
  .tips-card-sia .tips-card__body {
    margin: 0 auto;
    padding: 0 15px;
  }
  .tips-card-sia .tips-card__team-logo img {
    width: 60px;
  }
  .tips-card-sia .tips-card__team-logo {
    width: 90px;
    height: 90px;
  }
}

.tips-card__team-logo img {
  width: 35px;
  height: auto;
}
.tips-card__team-logo.person img {
  border-radius: 50%;
  width: 100%;
}
.tips-card__datetime {
}
.tips-card__datetime_date {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #7c7c7c;
}
.tips-card__datetime_time {
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
}
.tips-card__body {
  margin-top: auto;
  padding: 0 15px;
}
.tips-card__body_tournament {
  font-weight: 300;
  font-size: 11px;
  line-height: 12px;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.tips-card__body_tournament img {
  margin-right: 8px;
  width: 20px;
  height: auto;
}
.tips-card__body_teams {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #262f56;
}
.tips-card__body_teams:hover {
  text-decoration: underline;
}
.tips-card__body_kfs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 15px 0;
}
.tips-card__body_kfs span {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background-color: #fff;
  border: 1px solid #d9eafa;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: 32px;
}
.tips-card__body_kfs span img {
  width: 100px;
  height: auto;
}
.content-block-lite__link__before {
  width: 100%;
  height: 1px;
}
.content-block .sport-tips__content h2 {
  padding-left: 0px;
}

.tips-card__body_kfs span .kf-bk-hide {
  display: none;
}

.tips-card__body_kfs span:focus,
.tips-card__body_kfs span:hover {
  background: #d9eafa;
  cursor: pointer;
}

.tips-card__body_kfs span:focus .kf-bk-hide,
.tips-card__body_kfs span:hover .kf-bk-hide {
  display: flex;
}

.tips-card__body_kfs .kf-bk-hide {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);

  justify-content: center;
  align-items: center;
  width: 114px;
  height: 35px;

  background-color: #fff;
  border: 1px solid #d9eafa;
  border-radius: 8px;
}

.tips-card__body_kfs .kf-bk-hide img {
  position: relative;
  z-index: 3;
}

.tips-card__body_kfs .kf-bk-hide::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -10px;
  transform: translateX(-50%) rotate(-135deg);

  width: 18px;
  height: 18px;

  border-bottom: 1.11707px solid #d9eafa;
  border-right: 1.11707px solid #d9eafa;
  background-color: #fff;
}

.tips-card__body_kfs .kf-bk-hide::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -18px;
  width: 100%;
  height: 18px;
}


.tips-card__permalink {
  /* font-weight: 500; */
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  /* color: #262F56;  */
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-top: 1px solid #D9EAFA; */
  font-weight: 700;
  color: #ffffff;
  margin: 0 16px 19px;
  background: #00c659;
  border-radius: 8px;
}

.tips-card__permalink:focus,
.tips-card__permalink:hover,
.tips-card__permalink:active {
  color: #00c659;
  background-color: #f4faff;
}

@media (max-width: 736px) {
  .sport-tips__content {
    justify-content: space-around;
  }

  .tips-card {
    min-width: 258px;
    width: 47%;
    min-height: 312px;
  }

  .tips-card__body_tournament {
    margin-bottom: 2px;
  }

  .tips-card__body_kfs {
    margin: 16px 0;
  }

  .tips-card__permalink {
    height: 63px;
  }

  .tips-card.last {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 736px) and (min-width: 451px) {
  .tips-card__body_teams {
    font-size: 14px;
    line-height: 18px;
  }

  .tips-card__body_kfs span {
    font-size: 12px;
    width: 50px;
    height: 25px;
  }

  .tips-card__body_kfs {
    margin: 10px 0;
  }

  .tips-card {
    min-width: 158px;
    min-height: 260px;
  }

  .tips-card__permalink {
    height: 53px;
  }
}

@media (max-width: 450px) {
  .tips-card {
    width: 100%;
  }
}
/*

@media(max-width:375px) {
    .tips-card {
        width: 100%;
    }
}*/
