.game-info {
  margin-bottom: 25px;
  border-radius: 18px;
}

.custom-login-comment-button {
  color: #fff;
}

.custom-login-comment-button:hover {
  color: #fff;
  opacity: 0.8;
}

.single-instructions p,
.single-description p {

  color: #f1eaeade;
}

/* General Info Card Styles */
.info-card {
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.info-card .info-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 180px;
  height: 180px;
  background-color: #EEE;
}

.info-card .info-img .cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-card .info-info {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.info-card .info-info .info-name h1 {
  font-size: 30px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.info-card .info-info .info-developer {
  display: flex;
  /* justify-content: space-between;
   */
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}

.info-developer-item {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  align-items: flex-start;
}

.info-developer-item .number {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.info-developer-item .text {
  color: #B4B4B4;
  font-size: 14px;
}

.rating-container {
  display: flex;
  align-items: center;
}

.rating-container .start {
  width: 30px;
  margin-right: 4px;
}

/* Slider */
#main-screenshots-left {
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -54px;
  left: 10px;
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background: url("/images/right.png");
  background-size: contain;
  rotate: 180deg;
}

#main-screenshots-right {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 58px;
  height: 58px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  background: url("/images/right.png");
  background-size: contain;
}

.main-screenshots {
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

#main-screenshots-content {
  display: flex;
  height: 320px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scroll-behavior: smooth;
}

#main-screenshots-content::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.main-screenshots-sub-container {
  display: flex;
  min-width: 100%;
}

.main-screenshots-item {
  background-color: #EEE;
  border-radius: 20px;
  min-width: 300px;
  margin-right: 14px;
  height: 100%;
  flex-shrink: 0;
}

.main-screenshots-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

#main-screenshots-left,
#main-screenshots-right {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-screenshots-left {
  left: 10px;
}

#main-screenshots-right {
  right: 10px;
}

#main-screenshots-left.disabled,
#main-screenshots-right.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.online-game-title {
  margin-top: 30px;
}

.game-container {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 20px;
}

/** End **/
.info-info .rating-container .rating-score {
  font-size: 24px;
  font-weight: 500;
  margin-left: 10px;
  color: #73777A;
}

/* Download button css */

.get-the-game-down {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.down-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #48A8FF;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  width: 40%;
}

.down-link-item:hover {
  background-color: #1D87E4;
}

.down-link-item img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* Download button css end */

/* Bottom Ratting Section */
.rating-histogram {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.rating-histogram .rating-histogram-title {
  margin-bottom: 30px;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}

.rating-histogram .rating-histogram-title span {
  color: #585454;
  font-size: 24px;
  font-weight: 500;
}

.rating-histogram .rating-box-container {
  display: flex;
  padding-left: 0;
  width: 100%;
  height: 145px;
}

.rating-histogram .rating-box-container .rating-info {

  flex-direction: column;
  font-size: 30px;
  font-weight: 700;
  justify-content: center;
  width: 35%;
  margin-right: 50px;
}

.rating-histogram .rating-box-container .rating-info span {
  margin-left: -10px;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
}

.rating-histogram .rating-box-container .histogram-info {
  width: 65%;
  height: 100%;
}

.rating-histogram .rating-box-container .histogram-info .rating-detail {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
}

.rating-histogram .rating-box-container .histogram-info .rating-detail li {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.rating-histogram .rating-box-container .histogram-info .rating-detail li span {
  color: #5F6368;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

.rating-histogram .rating-box-container .histogram-info .rating-detail li p {
  background-color: #EEE;
  border-radius: 10px;
  height: 15px;
  overflow: hidden;
  position: relative;
  width: 96%;
  margin-bottom: 0px;
}

.rating-histogram .rating-box-container .histogram-info .rating-detail li p b {
  background-color: #48A8FF;
  border-radius: 10px;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: var(--width);
}

.single-post-game .list-1 .list-thumbnail img {

  border-radius: 20px;
}

/* Single Games Post details page sidebar */
.col-md-3 {
  padding-left: 15px;
  margin-top: 20px;
}

.small-thumb {
  width: 100%;
}

.img-rounded {
  border-radius: 20%;
}

.list-info {
  color: rgba(255, 255, 255, 0.5);
}

.list-title {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grid-3 .list-category,
.gamelist-vertical-widget .list-category {
  font-style: italic;
  opacity: 0.7;
}

.list-category {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-rating {
  font-size: 14px;
}

.gamelist-vertical-widget .list-thumbnail {
  max-width: 80px;
  float: left;
  margin-right: 15px;
}

.game-container {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 20px;
}

/*-------------- 17-02-2025----------------------------------------*/
.container.game-wrapper {
  margin-top: 100px;
  background-color: #16151B !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.game-container {
  background-color: #16151B !important;
}

ul.category-list-game {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.category-list-game .cat-item {
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 20px;
  margin-bottom: 16px;
  color: #4f5053;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul.category-list-game .icon-category {
  float: none;
}

.cat-name {
  color: #fff;
  font-weight: bold;
}

ul.category-list-game.single-post-list-category {
  margin-top: 30px;
}

body .sidebar .list-rating {
  float: none;
}

.list-vertical {
  margin-bottom: 20px;
}

body .sidebar .list-info {
  padding: 0px;
}

.gamelist-vertical-widget .list-thumbnail {

  min-height: 80px;
}

.list-vertical .list-title {
  font-size: 16px;
  line-height: 26px;
}

h3.item-title {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .container.game-wrapper {
    width: 100%;
    max-width: unset;
  }

  .g-content {
    padding-top: 50px;
    clear: both;
    padding-left: 120px;
  }

  .container {
    max-width: unset;
  }
}

/*-------------- End ----------------------------------------*/
@media screen and (max-width: 700px) {
  .rating-histogram .rating-box-container .histogram-info .rating-detail li {
    margin-bottom: 10px;
  }

  .rating-histogram {
    margin-top: 24px;
  }

  .get-the-game-down {
    flex-direction: column;
  }

  .down-link-item {
    width: 100%;
  }

  .rating-histogram .rating-histogram-title {
    margin-bottom: 24px;
  }

  .rating-histogram .rating-histogram-title span {
    font-size: 20px;
  }

  .rating-histogram .rating-box-container {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .rating-histogram .rating-box-container .rating-info {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-left: 10px;
    margin-right: 0;

  }

  .rating-histogram .rating-box-container .rating-info span {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .rating-histogram .rating-box-container .histogram-info {
    width: 100%;
    max-width: 90%;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail li {
    align-items: center;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail li span {
    font-size: 14px;
    margin-right: 8px;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail li p {
    height: 12px;
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .rating-histogram .rating-box-container .rating-info span {
    font-size: 36px;
  }

  .rating-histogram .rating-box-container .histogram-info {
    max-width: 100%;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail li {
    flex-direction: row;
    align-items: center;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail li span {
    font-size: 12px;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail li p {
    height: 10px;
    width: 100%;
  }
}


/* End*/
@media screen and (max-width: 1024px) {
  .info-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info-card .info-img {
    width: 150px;
    height: 150px;
  }

  .info-card .info-info {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    align-items: center;
  }

  .info-card .info-info .info-name h1 {
    font-size: 26px;
  }

  .info-card .info-info .info-developer {
    justify-content: center;
  }
}

/* Responsive Design for Mobile */
@media screen and (max-width: 767px) {
  .info-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info-card .info-img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
  }

  .info-card .info-info {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    align-items: center;
  }

  .info-card .info-info .info-name h1 {
    font-size: 20px;
    white-space: normal;
    line-height: 1.2;
  }

  .info-card .info-info .info-developer {
    flex-direction: column;
    align-items: center;
  }

  .info-developer-item {
    align-items: center;
    margin-bottom: 5px;
  }

  .rating-container .start {
    width: 22px;
  }

  .info-info .rating-container .rating-score {
    font-size: 18px;
  }

  .rating-container {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .rating-histogram .rating-box-container .rating-info {

    margin-right: 0;
    text-align: left;
  }

  .rating-histogram .rating-box-container .histogram-info .rating-detail {

    padding-left: 0px;
  }

}


/* End */