/* 
news list css
 */
.card-body {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 0 0 15px 15px;
  transition: all 0.3s ease;
  min-height: 310px;
  position: relative;
}

.card-body-large {
  padding: 2.7rem;
}

.subtitle.color-cold-grey {
  color: var(--medium-grey);
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

.card-body .card-title,
.card-body-large .card-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--dark-blue);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 52px;
}

.card-body .card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--medium-grey);
}

.news-card-footer {
  position: absolute;
  bottom: 3.4em;
}

.news-card-footer .tron-button.tron-more-info-button,
.news-card-footer-large .tron-button.tron-more-info-button {
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.card.news-list {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.guides-section .tag-container {
  right: 35px;
}
.tag-container {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.cards {
  max-width: 389px;
  width: 100%;
}

.cards-large {
  max-width: 809px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.news-archive-container {
  max-width: 1230px;
  width: 100%;
}

.card-body-large .card-text {
  color: var(--medium-grey);
}

.news-card-footer-large {
  padding-top: 3px;
  padding-right: 36px;
  padding-left: 36px;
  padding-bottom: 36px;
}

/* Guides Section */
.guides-card {
  width: 100%;
}

.guides-card-container {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 25px;
  height: 153px;
}

.guide-title a {
  line-height: 20px;
}

.guide-title a:hover {
  color: var(--red);
}

.home .inner-page {
  padding-bottom: 0;
}

.home .guides-section {
  padding-bottom: 50px;
}

.home .latest-updates-section {
  padding-bottom: 80px;
}

.home .guides-container {
  justify-content: center;
  gap: 2rem 0;
}

.home .wide-advert-section,
.wide-advert-bot-pad,
.wide-advert-top-space {
  /* background: #ededed; */
}
.archive-advert-card .wide-advert-section {
  margin-top: 30px;
  margin-bottom: 69px;
}
.home .featured-casino {
  height: 110px;
}
.featured-casino svg {
  position: absolute;
  right: 60px;
  top: -52px;
}
.feautured-casino-container {
  max-width: 954px;
  height: 148px;
  border-radius: 15px;
  padding: 20px 50px;
  display: flex;
  align-items: center;
}

.img-casino {
  position: absolute;
  right: 70px;
  top: -35px;
}

.featured-card-container .img-overlay {
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
  position: relative;
}

.featured-card-container .content-container {
  height: 75px;
}
@media screen and (min-width: 1199px) {
  .home .guides-section {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .img-casino {
    right: -35px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1230px) {
  .guides-card:nth-child(odd) .guides-card-container {
    margin-left: auto;
  }

  .guides-card:nth-child(even) {
    padding-left: 1rem;
  }

  .guides-card:nth-child(odd) {
    padding-right: 1rem;
  }
}

@media all and (max-width: 1024px) {
  /* .cards {
        max-width: 289px;
    } */
}

@media screen and (max-width: 768px) {
  .featured-casino-section {
    display: none;
  }
}
