.ranking__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media (max-width: 767px) {
  .ranking__wrapper {
    grid-template-columns: none;
  }
}

.ranking__image-wrapper a {
  color: #04384c;
}
.ranking__image {
  padding-top: 56.2982005141%;
  position: relative;
}
.ranking__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ranking__title {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0.5em;
}

.ranking__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.ranking__item a {
  display: block;
  color: #04384c;
  text-align: center;
  padding: 1em;
  border: 1px solid #04384c;
}

.ranking__button {
  display: block;
  color: #333;
  text-align: center;
  padding: 1em;
  border: 1px solid rgb(220, 220, 220);
  margin-top: 2em;
}

.poker__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media (max-width: 767px) {
  .poker__wrapper {
    grid-template-columns: none;
  }
}

.poker__image {
  padding-top: 56.2982005141%;
  position: relative;
}
.poker__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.poker__text {
  margin-top: 0.5em;
}

.poker-bonus__content {
  text-align: center;
  padding: 1em;
  border: 1px solid rgb(220, 220, 220);
}
.poker-bonus__content:not(:first-of-type) {
  border-top: none;
}

.poker-bonus__title .colored {
  color: #e44141;
}
.poker-bonus__title .bold {
  font-weight: 700;
}

.poker-news {
  margin-top: 1em;
}

.poker-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  padding: 2em 1em 1em;
  border: 1px solid rgb(220, 220, 220);
  position: relative;
}

.poker-news__category {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 0.8em;
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.poker-news__title {
  margin-left: 1em;
}

.poker-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 1em;
}

.poker-button {
  display: inline-block;
  color: #333;
  text-align: center;
  padding: 0.5em 1em;
  border: 1px solid rgb(220, 220, 220);
}

.poker-button--colored {
  background: #5590E1;
  color: #fff;
}

.poker-button--line {
  color: #00B900;
  border-color: #00B900;
}

/* .ranking-slider__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em 1em;
}
@media (max-width: 767px) {
  .ranking-slider__list {
    grid-template-columns: none;
  }
} */

.ranking-slider__title {
  font-weight: 700;
  border-bottom: 2px solid #04384c;
}

.ranking-slider__image {
  margin-top: 1em;
}
.ranking-slider__image img {
  width: 100%;
}

.ranking-slider__table {
  margin-top: 0.5em;
}
.ranking-slider__table th, .ranking-slider__table td {
  font-weight: 700;
  text-align: center;
}

.ranking-slider__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em 1em;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .ranking-slider__buttons {
    grid-template-columns: none;
  }
}

.ranking-slider__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8em;
  padding: 0.5em 1em;
  border: 1px solid #5590E1;
}

.ranking-slider__button--colored {
  background: #5590E1;
  color: #fff;
}

.ranking-articles {
  margin-top: 3em;
}

.ranking-article a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  grid-template-columns: 33.3% auto;
  color: #333;
}
@media (max-width: 767px) {
  .ranking-article a {
    grid-template-columns: none;
  }
}

.ranking-article__image {
  margin: 0;
}

.ranking-article__caption {
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

.ranking-article__title {
  font-weight: 700;
}

.ranking-articles__button {
  display: block;
  min-width: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  text-align: center;
  padding: 1em;
  border: 1px solid rgb(220, 220, 220);
  margin: 2em auto 0;
}
@media (max-width: 767px) {
  .ranking-articles__button {
    width: auto;
  }
}

.poker-about__wrapper {
  display: grid;
  grid-template-columns: 33.3% auto;
  gap: 1em;
}
@media (max-width: 767px) {
  .poker-about__wrapper {
    grid-template-columns: none;
  }
}

.poker-about__image img {
  width: 100%;
}

.poker-about__heading {
  margin-top: 1.5em !important;
}

.related-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 767px) {
  .related-articles {
    grid-template-columns: none;
  }
}

.related-article {
  background: #f9f7d2;
  padding: 1em;
}

.faq-parts {
  margin-top: 3em;
}

.faq-parts__item:not(:first-of-type) {
  margin-top: 1em;
}

.faq-parts__term {
  background: var(--tbody-th-color--bg, hsla(0, 0%, 59%, 0.05));
  border: 1px solid #dcdcdc;
  padding: 1em;
}

.faq-parts__description {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  padding: 1em;
}

.faq-parts__heading {
  margin-top: 1.5em !important;
}

.banner-parts {
  margin-top: 3em;
}

.banner-parts__banner:not(:first-of-type) {
  margin-top: 1em;
}

.banner img {
  width: 100%;
}

.list-parts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin-top: 3em;
}
@media (max-width: 767px) {
  .list-parts {
    grid-template-columns: none;
  }
}

.list-parts__content {
  background: #f4f4f4;
  padding: 1em;
}

.list-parts__title {
  font-weight: 700;
  border-bottom: 2px solid #04384c;
}

.list-parts__list {
  margin-top: 1em;
}

.list-parts__item {
  font-size: 0.8em;
}

.list-parts__banners {
  margin-top: 1em;
}

.list-parts__banner:not(:first-of-type) {
  margin-top: 0.5em;
}