.gpost-hero {
  padding: 110px 0 80px 0;
  background-image: url("../img/bg-game-post.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.gpost-hero__container .breadcrumbs {
  margin: 0 0 40px 0;
}

.gpost-hero__title {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
  position: relative;
  z-index: 30;
}

@media (max-width: 1352px) {
  .gpost-hero__title {
    font-size: calc(26px + 2 * (100vw - 360px) / 992);
  }
}
.gpost-hero__content {
  margin-top: 32px;
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

@media (max-width: 992px) {
  .gpost-hero__content {
    flex-direction: column-reverse;
    row-gap: 12px;
  }
}
.gpost-hero__col-01 {
  min-width: 310px;
  width: 310px;
  padding: 22px 18px;
  border-radius: 16px;
  background-color: #151719;
  border: 1px solid #0b0c0d;
  position: relative;
  z-index: 30;
}

@media (max-width: 992px) {
  .gpost-hero__col-01 {
    min-width: 100%;
    width: 100%;
  }
}
.gpost-hero__poster img {
  width: 100%;
  height: 176px;
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gpost-hero__rating {
  margin-top: 12px;
  padding: 15px 20px;
  background-color: #0F1113;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gpost-hero__rating .rating {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.gpost-hero__subtitle {
  color: #E7EAEE;
  font-size: 20px;
  font-weight: 700;
  margin: 22px 0 0 0;
}

.gpost-hero__info {
  margin: 22px 0 0 0;
}

.gpost-hero__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gpost-hero__row:not(:first-child) {
  padding-top: 12px;
}

.gpost-hero__row:not(:last-child) {
  border-bottom: 1px solid #0b0c0d;
  padding-bottom: 12px;
}

.gpost-hero__row .title {
  font-size: 14px;
  color: #4B505A;
}

.gpost-hero__row .text {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}

.gpost-hero__col-02 ul {
  margin: 15px 0;
  padding-left: 15px;
}

.gpost-hero__col-02 ul li {
  list-style: disc;
}

.gpost-hero__col-02 ol {
  margin: 15px 0;
  padding-left: 15px;
}

.gpost-hero__wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .gpost-hero__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
}
.gpost-hero__image {
  height: 533px;
  box-shadow: 0 0px 200px #7F4AFD;
  border-radius: 16px;
  position: relative;
}

@media (max-width: 992px) {
  .gpost-hero__image {
    box-shadow: 0 0px 100px #7F4AFD;
  }
}
@media (max-width: 767px) {
  .gpost-hero__image {
    height: 200px;
  }
}
.gpost-hero__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 16px;
  border: 1px solid #9C0CFF;
}

.gpost-hero__image img {
  height: 533px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

@media (max-width: 767px) {
  .gpost-hero__image img {
    height: 200px;
  }
}
.gpost-hero__buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  z-index: 30;
}

@media (max-width: 992px) {
  .gpost-hero__buttons {
    position: static;
    transform: translate(0, 0);
  }
}
.gpost-hero__link:nth-child(1) {
  border-radius: 12px;
  background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
}

.gpost-hero__link:nth-child(1) span {
  color: #E7EAEE;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 992px) {
  .gpost-hero__link:nth-child(1) {
    width: 100%;
  }
}
.gpost-hero__link:nth-child(2) {
  border-radius: 12px;
  background-color: #FFCF05;
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
}

.gpost-hero__link:nth-child(2) span {
  color: #1b1d21;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 992px) {
  .gpost-hero__link:nth-child(2) {
    width: 100%;
  }
}
.gpost-main {
  padding: 90px 0;
}

@media (max-width: 767px) {
  .gpost-main {
    padding: 60px 0;
  }
}
.gpost-main__title {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
}

@media (max-width: 1352px) {
  .gpost-main__title {
    font-size: calc(26px + 2 * (100vw - 360px) / 992);
  }
}
.gpost-main__shortcode {
  margin-top: 60px;
}

@media (max-width: 1352px) {
  .gpost-main__shortcode {
    margin-top: calc(40px + 20 * (100vw - 360px) / 992);
  }
}
.gpost {
  padding: 0 0 80px 0;
}

.gpost__body {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

@media (max-width: 992px) {
  .gpost__body {
    flex-direction: column;
  }
}
.gpost__col-01 {
  position: relative;
  min-width: 420px;
  width: 420px;
  position: relative;
}

@media (max-width: 992px) {
  .gpost__col-01 {
    display: none;
  }
}
.gpost__wrapper {
  min-width: 420px;
  width: 420px;
}

@media (max-width: 1200px) {
  .gpost__wrapper {
    min-width: 350px;
    width: 350px;
  }
}
@media (max-width: 992px) {
  .gpost__wrapper {
    display: none;
  }
}
.gpost__col-02 #ez-toc-container {
  display: none;
}

.gpost__col-02 p {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 10px;
}

.gpost__col-02 p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: flex;
  margin-top: 30px;
}

.gpost__col-02 img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: flex;
  margin-top: 30px;
}

.gpost__col-02 h2, .gpost__col-02 h3, .gpost__col-02 h4, .gpost__col-02 h5, .gpost__col-02 h6 {
  margin: 60px 0 16px 0;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.gpost__col-02 ul {
  padding-left: 15px;
  margin: 15px 0;
}

.gpost__col-02 ul li {
  list-style: disc;
  padding-bottom: 10px;
}

.gpost__col-02 ol {
  padding-left: 15px;
  margin: 15px 0;
}

.gpost__col-02 ol li {
  padding-bottom: 10px;
}

.gpost-hero__row .text a {
  color: #fff;
  transition: all 0.3s ease 0s;
}

.gpost-hero__row .text a:hover {
  color: #ffcf05;
}

/* Resizes */
/* Colors */
.gpost-bottom {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .gpost-bottom {
    padding-top: 80px;
  }
}
.gpost-bottom__title {
  color: #E7EAEE;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
  position: relative;
  z-index: 30;
}
@media (max-width: 1352px) {
  .gpost-bottom__title {
    font-size: calc(26px + 2 * (100vw - 360px) / 992);
  }
}
.gpost-bottom__content {
  margin-top: 50px;
}/*# sourceMappingURL=game-post.css.map */



.gpost-rating {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gpost-rating__stars {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 0;
}

.gpost-rating__block {
  position: relative;
  top: -1px;
  display: inline-block;
  cursor: pointer;
}

.gpost-rating__stars input[type="radio"] {
  display: none;
}

.gpost-rating__stars label {
  font-size: 25px;
  color: #FFCF05;
  cursor: pointer;
  padding: 0;
}

.gpost-rating__stars label:hover {
  color: #FFCF05;
}

.gpost-rating__stars label:hover ~ label {
  color: #ccc;
}

.gpost-rating__text {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
}

.gpost-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #101415;
  z-index: 1000;
}

.gpost-popup.is-active {
  display: block;
}

.gpost-popup__block {
  max-width: 480px;
  box-sizing: border-box;
  padding: 48px;
  background: #000;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow-y: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
  z-index: 5;
}

.gpost-popup__title {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

.gpost-popup__close {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 5;
}

.gpost-popup__close:hover {
  transform: rotate(-90deg);
}

.gpost-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:rgba(25, 25, 25, 0.85);
  z-index: 3;
  cursor: pointer;
}

.gpost-popup__input {
  font-size: 15px;
  padding: 0 21px;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  color: #000;
  height: 48px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
}

.gpost-popup__input::placeholder {
  color: #333;
}

.gpost-popup__validation {
  display: block;
  font-size: 15px;
  text-align: center;
  margin-bottom: 25px;
}

.gpost-popup__validation.is-error {
  color: #f00;
}

.gpost-popup__validation.is-success {
  color: #0f0;
}

.gpost-popup__submit {
  text-align: center;
  padding: 0 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  background: #7113FF;
  background: linear-gradient(91deg, #7113FF -3.33%, #A80EFF 110.01%);
  margin-bottom: 25px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}


@media screen and (max-width: 500px) {
  .gpost-popup__block {
    padding: 48px 20px;
  }
}
