.score-no {
  background-color: #FF725E;
  color: white;
  font-weight: bold;
  border-radius: 20px;
  line-height: 27px;
  flex-shrink: 0;
}
.score-no--sm {
  width: 32px;
  height: 18px;
  margin-left: 0.15625rem;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}
.score-no--md {
  width: 43px;
  height: 22px;
  margin-left: 0.3125rem;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
@media (max-width: 991.98px) {
.score-no--sm {
    width: 30px;
    height: 12px;
    margin-left: 0.15625rem;
    text-align: center;
    line-height: 12px;
    font-size: 9px;
}
}
.rating {
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 0.3125rem;
}
.rating--boxed {
  background-color: white;
}
.rating__bullets {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.rating__bullets .icon {
  color: #FF725E;
  margin-left: 0.15625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating__bullets .icon:before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 11px;
  vertical-align: top;
}
.rating__bullets .icon--sm {
  width: 12px;
  height: 12px;
}
.rating__bullets .icon--md {
  width: 14px;
  height: 16px;
}
.rating__bullets .icon--lg {
  width: 16px;
  height: 16px;
}
.rating__bullets .icon--lg:before {
  font-size: 16px;
}
.rating .count {
  justify-content: flex-end;
  display: flex;
  margin-right: 0.3125rem;
  white-space: nowrap;
  color: #4E5C6E;
}
.rating .count__lg {
  font-size: 12px;
}
@media (max-width: 1199.98px) {
.rating .count__lg {
    font-size: 10px;
}
}
.rating .count__md {
  font-size: 10px;
}
.rating .count__sm {
  font-size: 10px;
}
@media (max-width: 767.98px) {
.rating__bullets .icon:before {
    width: 8px;
    height: 8px;
    font-size: 12px;
}
.rating__bullets .icon--sm {
    width: 10px;
    height: 10px;
}
.rating .count {
    font-size: 8px;
}
}
.mobile-fixed-ads {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.mobile-fixed-ads i {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  line-height: 34px;
  font-style: normal;
  font-size: 30px;
  top: -7px;
  right: 2px;
  border: 1px solid #dddddd;
}
.mobile-fixed-ads a {
  margin: 10px;
  width: calc(100% - 20px);
  display: flex;
}
.mobile-fixed-ads img {
  width: 100%;
  margin: 0;
}
.page-show * a, .page-show * a:focus, .page-show * a:hover {
  cursor: pointer;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.page-show__header {
  position: relative;
  z-index: 0;
  height: 260px;
  margin: -0.625rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.page-show__header:after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-show__header__title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 60px;
  transform: translateY(-50%);
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: white;
}
.page-show__body {
  margin-bottom: 0.625rem;
}
.page-show__body .title {
  margin-bottom: 0.625rem;
  font-size: 14px;
  color: #FF725E;
  font-weight: bold;
}
