/* style/game-reviews-mv88-slot-reviews.css */
.page-game-reviews-mv88-slot-reviews {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Primary dark blue background */
  line-height: 1.6;
}

.page-game-reviews-mv88-slot-reviews__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-mv88-slot-reviews__content-wrapper {
  padding: 40px 20px;
  background-color: #1A2B42; /* Slightly lighter dark blue for content sections */
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-mv88-slot-reviews__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #3a4f6d 100%); /* Gradient background for hero */
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-mv88-slot-reviews__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-game-reviews-mv88-slot-reviews__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #E0E0E0;
}

.page-game-reviews-mv88-slot-reviews__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 3px solid #FFD700;
  display: inline-block;
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.page-game-reviews-mv88-slot-reviews__intro-section p,
.page-game-reviews-mv88-slot-reviews__tips-section p,
.page-game-reviews-mv88-slot-reviews__why-mv88-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #C0C0C0;
}

.page-game-reviews-mv88-slot-reviews__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 15px;
  cursor: pointer;
  border: none;
}

.page-game-reviews-mv88-slot-reviews__btn--primary {
  background-color: #FFD700; /* Gold for primary buttons */
  color: #0A192F;
}

.page-game-reviews-mv88-slot-reviews__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-game-reviews-mv88-slot-reviews__btn--secondary {
  background-color: #3a4f6d; /* Darker blue for secondary buttons */
  color: #FFFFFF;
  border: 1px solid #FFD700;
}

.page-game-reviews-mv88-slot-reviews__btn--secondary:hover {
  background-color: #4a6080;
  transform: translateY(-2px);
}

.page-game-reviews-mv88-slot-reviews__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
}

.page-game-reviews-mv88-slot-reviews__btn--large {
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-game-reviews-mv88-slot-reviews__img-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-mv88-slot-reviews__img-margin-top {
  margin-top: 40px;
}

.page-game-reviews-mv88-slot-reviews__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-mv88-slot-reviews__game-card {
  background-color: #0A192F;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD700;
}

.page-game-reviews-mv88-slot-reviews__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-game-reviews-mv88-slot-reviews__game-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #FFD700;
}

.page-game-reviews-mv88-slot-reviews__game-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-reviews-mv88-slot-reviews__game-description {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 15px;
}

.page-game-reviews-mv88-slot-reviews__game-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-game-reviews-mv88-slot-reviews__game-features li {
  margin-bottom: 5px;
  font-size: 0.95em;
}

.page-game-reviews-mv88-slot-reviews__game-features li i {
  color: #FFD700;
  margin-right: 8px;
}

.page-game-reviews-mv88-slot-reviews__tips-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-game-reviews-mv88-slot-reviews__img-right {
  width: 60%;
  max-width: 500px;
  float: right;
  margin: 0 0 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFD700;
}

.page-game-reviews-mv88-slot-reviews__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-game-reviews-mv88-slot-reviews__ordered-list li {
  margin-bottom: 15px;
  line-height: 1.8;
}

.page-game-reviews-mv88-slot-reviews__ordered-list li strong {
  color: #FFD700;
}

.page-game-reviews-mv88-slot-reviews__why-mv88-section {
  text-align: center;
}

.page-game-reviews-mv88-slot-reviews__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-game-reviews-mv88-slot-reviews__feature-item {
  background-color: #0A192F;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3a4f6d;
}

.page-game-reviews-mv88-slot-reviews__feature-icon {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-reviews-mv88-slot-reviews__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-reviews-mv88-slot-reviews__feature-item p {
  font-size: 1em;
  color: #C0C0C0;
}

.page-game-reviews-mv88-slot-reviews__faq-section {
  text-align: center;
}

.page-game-reviews-mv88-slot-reviews__accordion {
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-mv88-slot-reviews__accordion-item {
  background-color: #0A192F;
  border: 1px solid #3a4f6d;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-game-reviews-mv88-slot-reviews__accordion-header {
  width: 100%;
  background-color: #3a4f6d;
  color: #FFFFFF;
  padding: 18px 25px;
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
  position: relative;
  padding-right: 50px;
}

.page-game-reviews-mv88-slot-reviews__accordion-header::after {
  content: '\002B'; /* Plus sign */
  font-weight: bold;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.page-game-reviews-mv88-slot-reviews__accordion-header.active::after {
  content: '\2212'; /* Minus sign */
}

.page-game-reviews-mv88-slot-reviews__accordion-header:hover {
  background-color: #4a6080;
}

.page-game-reviews-mv88-slot-reviews__accordion-content {
  padding: 0 25px;
  background-color: #1A2B42;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-game-reviews-mv88-slot-reviews__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #C0C0C0;
  font-size: 1em;
}

.page-game-reviews-mv88-slot-reviews__accordion-content a {
  color: #FFD700;
  text-decoration: none;
}

.page-game-reviews-mv88-slot-reviews__accordion-content a:hover {
  text-decoration: underline;
}

.page-game-reviews-mv88-slot-reviews__cta-bottom {
  text-align: center;
  padding: 50px 20px;
  background-color: #0A192F;
  margin-top: 30px;
  border-top: 3px solid #FFD700;
}

.page-game-reviews-mv88-slot-reviews__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-mv88-slot-reviews__cta-description {
  font-size: 1.3em;
  color: #E0E0E0;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-game-reviews-mv88-slot-reviews__hero-title {
    font-size: 2.8em;
  }
  .page-game-reviews-mv88-slot-reviews__section-title {
    font-size: 2em;
  }
  .page-game-reviews-mv88-slot-reviews__img-right {
    float: none;
    margin: 30px auto;
    width: 80%;
  }
  .page-game-reviews-mv88-slot-reviews__ordered-list {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-mv88-slot-reviews__hero-title {
    font-size: 2.2em;
  }
  .page-game-reviews-mv88-slot-reviews__hero-description {
    font-size: 1em;
  }
  .page-game-reviews-mv88-slot-reviews__section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-mv88-slot-reviews__game-grid,
  .page-game-reviews-mv88-slot-reviews__features-grid {
    grid-template-columns: 1fr;
  }
  .page-game-reviews-mv88-slot-reviews__content-wrapper {
    padding: 25px 15px;
  }
  .page-game-reviews-mv88-slot-reviews__btn--large {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-game-reviews-mv88-slot-reviews__img-right {
    width: 90%;
  }
  .page-game-reviews-mv88-slot-reviews__cta-title {
    font-size: 2.2em;
  }
  .page-game-reviews-mv88-slot-reviews__cta-description {
    font-size: 1.1em;
  }
  .page-game-reviews-mv88-slot-reviews__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
    padding-right: 45px;
  }
  .page-game-reviews-mv88-slot-reviews__accordion-header::after {
    right: 20px;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-mv88-slot-reviews__hero-title {
    font-size: 1.8em;
  }
  .page-game-reviews-mv88-slot-reviews__section-title {
    font-size: 1.5em;
  }
  .page-game-reviews-mv88-slot-reviews__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-game-reviews-mv88-slot-reviews__hero-section {
    padding: 60px 0;
  }
  .page-game-reviews-mv88-slot-reviews__cta-title {
    font-size: 1.8em;
  }
  .page-game-reviews-mv88-slot-reviews__cta-description {
    font-size: 0.95em;
  }
  .page-game-reviews-mv88-slot-reviews__game-thumbnail {
    height: 150px;
  }
  .page-game-reviews-mv88-slot-reviews__game-title {
    font-size: 1.5em;
  }
  .page-game-reviews-mv88-slot-reviews__feature-title {
    font-size: 1.3em;
  }
  .page-game-reviews-mv88-slot-reviews__accordion-header {
    font-size: 1em;
    padding: 12px 15px;
    padding-right: 40px;
  }
  .page-game-reviews-mv88-slot-reviews__accordion-header::after {
    right: 15px;
  }
}