.na__tc {
  border: 1px solid #E9E8E8;
}
.na__tc--thumb {
  width: 60px;
  height: 60px;
}
.na__tc .btn {
  height: 28px;
  font-size: 12px;
}

.rating svg:not(:last-child) {
  margin-right: 5px;
}
.sh__fib {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sh__fib img,
.sh__fib picture {
  width: auto;
  min-height: 100%;
}
.sh__play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
}
.sh__play:hover {
  color: var(--primary);
}
.sh__play__circle {
  position: relative;
}
.sh__play__circle::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.sh__play--btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.sh__iframe {
  height: 0;
  padding-bottom: 56.25%;
}
.sh .rmp-rating-widget__icons {
  margin-right: 8px !important;
  margin-bottom: 0 !important;
}
.sh .rmp-rating-widget__results {
  margin-bottom: 0 !important;
}

.sn a:first-child {
  text-align: left;
  text-align: right;
}
.sn a:hover {
  color: var(--primary-variant);
  text-decoration: none;
}

.si__box {
  background: var(--neutral);
}
.si__box .cb__row:not(:last-child) {
  border-bottom: 1px solid rgba(0, 70, 62, 0.15);
}

.matching-titles {
  background-color: #ffebbf;
}

.matching-theme-box {
  background: var(--neutral);
}
.matching-theme-box h3 {
  height: 50px;
}
.matching-theme-box .mt-bhldr:last-child {
  border-bottom: none;
}
.matching-theme-box figure:hover img {
  transform: scale(1.2);
}
.matching-theme-box figure img {
  max-height: 134px;
  transition: all 0.3s;
}

.mt-bhldr-theme {
  height: 33px;
  overflow: hidden;
}
.mt-bhldr-theme p:last-child {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mt-bhldr {
  border-bottom: 1px solid rgba(0, 70, 62, 0.15);
}

.fullscreen-game {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 0px !important;
}
.fullscreen-game figure img {
  width: 100%;
  height: 100vh !important;
}

.popup-close {
  z-index: 100000;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 60px;
  display: none;
  opacity: 1;
  font-weight: 700;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fullscreen-game .popup-close {
  display: block !important;
}

@media (min-width: 768px) {
  .sh {
    padding-top: 90px;
  }
  .sh__play__circle {
    width: 100px;
    height: 100px;
  }
  .sh .lc .col-u-md-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .si__box::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 70, 62, 0.15);
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  .sh {
    padding-top: 80px;
  }
  .sh__fib {
    min-height: 318px;
  }
  .sh__fib .rmp-rating-widget {
    justify-content: flex-end;
  }
  .sh__fi {
    height: 0;
    padding-bottom: 49.2753623188%;
  }
  .sh__play__circle {
    width: 70px;
    height: 70px;
  }
  .sh__play__circle svg {
    width: 25px;
  }
  .fullscreen-game iframe {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 150;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .sh__rating--title {
    order: 3;
  }
  .sh__rating--rate {
    order: 2;
    margin-left: auto;
  }
  .sh__rating--btn {
    order: 1;
  }
}

@media (min-width: 1230px) {
  .sh__fib {
    width: 916px;
  }
}

@media (min-width: 992px) and (max-width: 1229.98px) {
  .sh__fib {
    min-height: 395px;
  }
}
