body {
  background: #1a2c38;
  color: #b1bad3;
}

html, body {
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: Anuphan, sans-serif;
  font-weight: 400;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1224px;
  }
}

a {
  text-decoration: none;
  color: #b1bad3;
}

.wrap {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease;
}

/* left-sidebar */

.left-sidebar {
  width: 60px;
  height: 100vh;
  word-wrap: break-word;
  position: relative;
  background: #0f212e;
  filter: drop-shadow(0 0 5px rgba(25, 25, 25, .25));
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 100%;
  will-change: margin-left;
  z-index: 900;
  transition: width .3s ease, transform .3s ease;
}

.header-sidebar.show {
  padding-right: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -2px rgba(0, 0, 0, .1);
}

.header-sidebar {
  flex-direction: column;
  padding-bottom: 0.5rem;
  box-shadow: none;
  display: flex;
}

.left-sidebar .menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -2px rgba(0, 0, 0, .1);
  color: white;
}

.btn {
  border: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  box-shadow: none;
  border: 0;
  outline: none;
}

/* 2 btn */

.link-wrap {
  flex-direction: column;
  padding: 0.5rem 0 0 0;
}

.link-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

.hoverable {
  cursor: help;
  display: inline-flex;
}

.header-button {
  overflow: hidden;
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  border-radius: 0.5rem;
  color: #d5dceb;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, .12), 0px 1px 3px rgba(0, 0, 0, .2);
  -webkit-user-select: none;
  user-select: none;
}

.header-button {
  width: 2.75rem;
  height: 2.75rem;
  flex: unset;
}

.productImg {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 0.5rem;
}

.img-show {
  display: block;
}

.header-button.active .activeImg {
  display: block;
}

.header-button.active .img-show {
  display: none;
}

.header-button svg {
  color: #b1bad3;
}

.header-button:hover svg {
  color: white !important;
}

.header-button span {
  font-weight: 600;
  display: none;
}

.left-sidebar.show .header-button span {
  display: block;
}

.left-sidebar.show {
  width: 260px;
  transition: 0.3s;
}

.left-sidebar.show .header-sidebar {
  padding-right: 1rem;
  box-shadow: 0rem .0625rem .1875rem #00000033, 0rem .0625rem .125rem #0000001f;
  padding-bottom: 0;
}

.left-sidebar.show .header-button svg {
  display: none;
}

.left-sidebar.show .header-sidebar, .left-sidebar.show .link-wrap {
  flex-direction: row;
}

.left-sidebar.show .header-button {
  width: auto;
  height: auto;
  flex: 1;
}

.left-sidebar.show .menu-button {
  box-shadow: none;
}

.left-sidebar.show .link-wrap {
  padding: 0;
}

/* list cate */

.content-side {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-content: flex-start;
  padding: 0;
  touch-action: pan-x;
  flex: 1;
}

.scroll {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  scrollbar-gutter: stable;
  padding: 0 0.5rem 0 0.5rem;
  overflow-y: scroll;
  scrollbar-width: none;
  scrollbar-color: #2f4553 transparent;
}

.left-sidebar.show .scroll {
  padding: 1rem;
}

.bg {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}

.left-sidebar.show .bg {
  background: #1a2c38;
}

.content {
  flex: 1;
  transition: margin-left .3s;
}

@media (min-width: 1200px) {
  .wrap.open .content {
    margin-left: 260px;
  }
}

@media (min-width: 1200px) {
  .overlay {
    display: none;
  }
}

@media (max-width: 1199px) {
  .wrap.open .left-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    transform: translateX(-100%);
    z-index: 20;
  }
}

@media (max-width: 1199px) {
  .wrap.open .left-sidebar {
    transform: translateX(0);
  }
}

@media (max-width: 1199px) {
  .main-content {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(14, 18, 36, .7);
    z-index: 10;
  }
}

@media (max-width: 1199px) {
  .wrap.open .overlay {
    display: block;
  }
}

.cat-label {
  display: flex;
  align-items: center;
  color: white;
  gap: 2px;
  background: rgba(0,0,0,0);
  width: 100%;
  height: 44px;
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
}

.base-sidebar-ancho {
  color: white;
}

.base-sidebar-ancho .cat-label {
  border-radius: 4px;
}

.wrap.open .base-sidebar-ancho .cat-label {
  border-radius: 0;
}

.wrap.open .base-sidebar-ancho:first-child .cat-label {
  border-radius: 4px 4px 0 0;
}

.wrap.open .base-sidebar-ancho:last-child .cat-label {
  border-radius: 0 0 4px 4px;
}

.cat-label svg {
  color: #b1bad3;
}

.cat-label span {
  margin-left: 15px;
  display: none;
}

.left-sidebar.show .cat-label span {
  display: block;
  /*text-transform: capitalize;*/
}

.cat-label:hover {
  background: #2f4553;
}

.cat-label:hover span, .cat-label:hover svg {
  color: white;
}

/* main-content */

.main-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* menu mobile */

.mobile-footer {
  justify-items: center;
  width: 100%;
  line-height: 1;
  padding: 0 1rem;
  background: #0f212e;
  box-shadow: 0 -4px 6px -1px #0003;
  overflow: hidden;
  height: 68px;
  grid-template-columns: repeat(4, 1fr);
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 30;
}

@media (max-width: 767px) {
  .mobile-footer {
    display: grid;
  }
}

.mobile-navbar-item {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.mobile-navbar-item a {
  color: white;
}

.mobile-navbar-item svg {
  color: #b1bad3;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0.25rem;
  font-weight: 700;
  font-size: 0.75rem;
}

@media (max-width: 767px) {
  .left-sidebar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60vh;
    transform: translateY(100%);
    transition: transform .3s ease;
  }
}

@media (max-width: 767px) {
  .wrap.open .left-sidebar {
    transform: translateY(0);
    transition: transform .3s ease;
    height: calc(100% - 70px);
    padding: 1rem;
    top: 60px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main-content {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .left-sidebar.show .scroll {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .wrap.open .overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .cat-label span {
    display: block;
  }
}

@media (max-width: 767px) {
  .link-wrap {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .link-wrap .header-button {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .link-wrap .header-button span {
    display: block;
  }
}

@media (max-width: 767px) {
  .link-wrap .header-button svg {
    display: none;
  }
}

@media (max-width: 767px) {
  .scroll {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .bg {
    background: #1a2c38;
  }
}

@media (max-width: 767px) {
  .header-sidebar {
    padding-bottom: 1rem;
  }
}

.hr {
  background: #2f4553;
  height: 2px;
  margin: 0.5rem;
}

/* title game sidebar */

.title {
  padding: 0.5rem;
  color: #b1bad3;
  display: none;
}

.wrap.open .title {
  display: block;
}

.title h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  font-weight: 500;
}

/* navbar */

.navbar {
  display: grid;
  width: 100%;
  z-index: var(--header-zIndex);
  background: #1a2c38;
  align-items: center;
  display: flex;
  box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
  touch-action: none;
  grid-template-columns: auto 1fr;
}

.logo svg, .logo img {
  height: 2.5rem;
  color: white;
}

.search-form {
  height: 100%;
  position: relative;
  display: flex;
  width: 100%;
  color: white !important;
  background: #0f212e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .12);
  border: 2px solid #2f4553;
  border-radius: 0.5rem;
  transition: all 0.25s;
  outline: 0 !important;
  margin: 0;
  padding: 0 0.75rem;
}

.search-submit svg {
  color: #557086;
}

.search-form .form-label {
  margin-bottom: 0;
}

.form-label input {
  background: #0f212e !important;
  padding: 0.5rem 0.75rem;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: white !important;
}

input::placeholder {
  color: #566671 !important;
  font-size: 14px;
}

@media (max-width: 767px) {
  .container, .container-sm {
    max-width: 100%;
    --bs-gutter-x: 2rem;
  }
}

@media (max-width: 570px) {
  .search {
    width: 200px;
  }
}

@media (max-width: 360px) {
  .search {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .logo {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.header-wrapper {
  background: url("../../assets/img/header-bg.DLFzM8kq.png");
  background-size: cover;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.header-inner:not(.is-mobile) {
  grid-template-columns: 40% 55%;
  justify-content: space-between;
}

.header-inner {
  position: relative;
  color: white;
  width: 100%;
}

.left-box {
  max-width: 484px;
  display: grid;
  row-gap: 2rem;
  grid-template-rows: 1fr auto;
}

.text-intro {
  padding-right: 5rem;
}

.btn-register {
  margin-top: 1rem;
}

.text-intro .heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
}

.social {
  display: flex;
  gap: 0.5rem;
}

.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.102), 0 2px 4px -2px rgba(0, 0, 0, 0.102);
  background: #2f4553;
  color: white;
  border-radius: 0.5rem;
}

.social a svg {
  width: 20px;
  height: 20px;
}

.right-box {
  display: flex;
  gap: 0.625rem;
}

.rb-item.gradient-border {
  background-image: linear-gradient(0deg, transparent 15%, rgb(1, 122, 255) 100%);
  border-radius: 0.5rem;
  padding: 0.125rem;
  transition: .3s ease;
  transition-property: transform, translate, scale, rotate;
}

.home-card .bg-link {
  background: #213743;
  color: #b1bad3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.bg-grey-500 {
  background-color: #213743;
}

.home-card img {
  object-fit: cover;
  max-width: 350px;
  max-height: 230px;
  aspect-ratio: 1.52174 / 1;
  width: 100%;
}

.rb-item.gradient-border.g2 {
  background-image: linear-gradient(0deg, transparent 15%, rgb(0, 202, 81) 100%);
}

.bg-onl {
  background: #1fff20;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
}

.online span {
  font-size: 14px;
  color: white;
}

.gradient-border:hover {
  translate: 0 -0.25rem;
}

.gradient-border:hover svg {
  color: white;
}

@media (max-width: 991px) {
  .right-box {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-inner {
    grid-template-columns: 100% !important;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .left-box {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .text-intro {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .sign {
    margin: 0 auto;
  }
}

/* sec */

.start-play {
  display: none;
}

@media (max-width: 991px) {
  .start-play {
    display: block;
  }
}

.title-sec .heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}

.right-box-mobile {
  display: none;
  display: flex;
  gap: 1rem;
}

@media (max-width: 991px) {
  .right-box-mobile {
    display: flex;
    margin-top: 0.75rem;
  }
}

@media (max-width: 767px) {
  .right-box-mobile {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .right-box-mobile .rb-item {
    max-width: calc(50% - 7px);
    flex: 0 0 calc(50% - 7px);
  }
}

@media (max-width: 767px) {
  .right-box-mobile .rb-item .bot {
    padding: 0.5rem !important;
  }
}

/* slider */

.slider-section {
  max-width: 100%;
}

/* Header */

.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.slider-title {
  font-size: 22px;
  font-weight: bold;
  display: flex;
}

/* Buttons */

.nav-btn {
  box-sizing: content-box;
  border: none;
  border-radius: 2rem;
  border: 1px solid #2f4553;
  color: var(--color-grey-400);
  align-items: center;
  cursor: pointer;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  width: 3.5em;
  padding: 0;
}

.nav-btn:hover {
  border: 1px solid #2f4553 !important;
}

.nav-btn.prev {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.nav-btn.next {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: none !important;
}

.nav-btn {
  border: none;
  border: 1px solid #2f4553;
  cursor: pointer;
  font-size: 18px;
  transition: 0.2s;
}

@media (max-width: 570px) {
  .nav-btn {
    width: 36px;
    height: 36px;
  }
}

.nav-btn.active {
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.nav-btn:disabled {
  background: #999;
  cursor: not-allowed;
  opacity: 0.6;
}

/* Slider */

.slider-container {
  overflow: hidden;
  padding: 0.25rem 0;
}

.slider {
  display: flex;
  gap: 14px;
  transition: transform 0.3s ease;
}

/* Items */

.item {
  flex: 0 0 calc((100% - 7 * 14px) / 8);
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
}

.item img:hover {
  translate: 0 -0.25rem;
  transition: 0.3s;
}

.item a {
  display: block;
  width: 100%;
}

.item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 0.5rem;
}

.item .playing {
  padding-top: 0.25rem;
}

.playing span {
  font-size: 0.75rem;
  color: #b1bad3;
}

.playing .number {
  color: white;
  padding-right: 0.15rem;
}

/* Responsive */

@media (max-width: 991px) {
  .item {
    flex: 0 0 calc((100% - 5 * 14px) / 6);
  }
}

@media (max-width: 700px) {
  .item {
    flex: 0 0 calc((100% - 3 * 14px) / 4);
  }
}

@media (max-width: 500px) {
  .item {
    flex: 0 0 calc((100% - 1 * 14px) / 2);
  }
}

/* SLIDER 3 — 3 → 2 → 1 ITEMS */

.slider-3 .slider {
  gap: 14px;
}

/* Desktop: 3 items */

.slider-3 .item3 {
  flex: 0 0 calc((100% - 2 * 14px) / 3);
  /*height: 150px;*/
  border-radius: 10px;
}

/* Tablet: 2 items */

@media (max-width: 991px) {
  .slider-3 .item3 {
    flex: 0 0 calc((100% - 1 * 14px) / 2);
  }
}

/* Mobile: 1 item */

@media (max-width: 600px) {
  .slider-3 .item3 {
    flex: 0 0 100%;
  }
}

.item3 img:hover {
  translate: 0;
}

.item3:hover img {
  opacity: 0.8;
}

/* WRAPPER */

.item3 .item-content {
  display: grid;
  grid-template-columns: calc(60% - 20px) 40%;
  column-gap: 0.25rem;
  min-height: 150px;
  background: #213743;
  border-radius: 10px;
  overflow: hidden;
}

/* LEFT SIDE */

.item3 .item-left {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.item3 .item-badge {
  display: inline-block;
  padding: 0 0.25rem;
  background: white;
  color: #071824;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 16px;
  border-radius: 0.25rem;
  width: fit-content;
}

.item3 .item-title {
  font-size: 1.25rem;
  color: white;
  margin: 0;
  font-weight: 600;
  line-height: 1.75rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.item3 .item-desc {
  margin: 0;
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.item3 .item-readmore {
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  background: transparent;
  border: none;
  text-align: left;
  padding: 0;
}

/* RIGHT SIDE */

.item3 .item-right {
  position: relative;
}

.item3 .item-right img {
  width: 100%;
  height: 100%;
  max-width: 220px;
  object-fit: contain;
  aspect-ratio: 1;
  object-position: right;
}

.publishers .item img {
  max-height: 67px;
  aspect-ratio: 2.5223880597014925;
  width: 100%;
}

.faq-section {
  margin: 2rem auto;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* FAQ ITEM */

.faq-item {
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .12), inset 0 1px rgba(255, 255, 255, .04);
  background-color: #213743;
  overflow: hidden;
}

/* QUESTION BUTTON */

.faq-question {
  width: 100%;
  background: #213743;
  border: none;
  outline: none;
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  /*transition: background 0.2s;*/
  color: #d5dceb;
  font-weight: 600;
  font-size: 1rem;
}

.arrow {
  /*transition: transform 0.3s ease;*/
}

/* ANSWER */

.faq-answer {
  max-height: 0;
  padding: 0 1rem;
  font-size: 1rem;
  overflow: hidden;
  /*transition: max-height 0.3s ease, padding 0.3s ease;*/
}

.faq-answer p {
  margin-bottom: 0.75rem;
}

/* ACTIVE QUESTION */

.faq-item.active .faq-answer {
  max-height: 100%;
  padding: 0 1rem 1rem 1rem;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

footer {
  background: #071d2a;
  padding: 2rem 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }
}

footer .heading {
  color: white;
  font-size: 1rem;
  font-weight: 600;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul a {
  color: #b1bad3;
  font-weight: 600;
  font-size: 14px;
}

.ft-icon svg {
  width: 16px;
}

/* cate-page */

.title-cate-page {
  background: #213743;
}

.banner-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: var(--spacing-4);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  line-height: 1;
}

.banner {
  width: 100%;
  height: 115px;
  display: flex;
  overflow: hidden;
}

.banner .left {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.banner .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.banner .heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
}

/* list-game */

.list-game {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.desc {
  background: #0f212e;
  padding: 1rem;
  /*column-count: 2;*/
  border-radius: 0.5rem;
}

.desc h2 {
  font-size: 1.25rem;
  color: white;
}

.desc p {
  margin-bottom: 1.25rem;
}

/* detail */

.game-player {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  /*margin-right: 15px;*/
  margin-top: 2.5rem;
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*height: 540px;*/
  /*max-height: 540px;*/
}

@media (min-width: 1400px) {
  .game-iframe-container {
    /*height: 640px;*/
    /*max-height: 640px;*/
  }
}

@media (max-width: 992px) {
  .game-iframe-container {
    padding-top: 56.25% !important;
    height: auto;
  }
}

.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*max-height: 540px;*/
}

@media (min-width: 1400px) {
  .game-iframe {
    /*max-height: 640px;*/
  }
}

.game-iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 10px 10px 0 0;
}

/* gg */

.game-info {
  background: #0f212e;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  height: 63px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .game-info .logo {
    display: none;
  }
}

.header-left, .header-right, .icon-detail-game {
  display: flex;
  color: white;
  align-items: center;
  gap: 0.5rem;
}

.icon-detail-game > * {
  color: white;
}

.header-left img {
  border-radius: 10px;
  margin-left: 0.75rem;
  object-fit: cover;
}

h1.single-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
}

@media (max-width: 575px) {
  .header-left {
    display: none;
  }
}

@media (max-width: 575px) {
  .game-info {
    justify-content: end;
  }
}

/* infor */

.infor-the-game {
  background: #0f212e;
  color: #d5dceb;
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 1rem;
}

.thumbnail-wrapper img {
  border-radius: 0.5rem;
  max-width: 150px;
  max-height: 200px;
  aspect-ratio: 0.75 / 1;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 500px) {
  .thumbnail-wrapper {
    float: none;
  }
}

@media (max-width: 500px) {
  .thumbnail-wrapper img {
    max-width: 100%;
    max-height: 300px;
    aspect-ratio: 0.75 / 1;
    width: 100%;
    object-fit: cover;
  }
}

.game-meta-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}

.tag-item {
  background: #2f4553;
  color: #d5dceb;
  padding: 0 0.5rem;
  min-width: 1.8rem;
  border-radius: 1rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.tag-item a {
  color: #d5dceb;
}

.infor-the-game .heading {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
}

.content-block a {
  text-decoration: underline;
}

/* txt page */

.title-txt-page .heading {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  gap: 0.5rem;
  display: flex;
}

.txt-page .heading {
  font-size: 1.5rem;
}

.txt-page .content-block .heading {
  font-size: 1.125rem;
}

