.page-index-review-saobet {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-index-review-saobet .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-review-saobet h1, .page-index-review-saobet h2, .page-index-review-saobet h3 {
  color: #007bff;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-saobet h1 {
  font-size: 3em;
  text-align: center;
}

.page-index-review-saobet h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-index-review-saobet h3 {
  font-size: 1.8em;
  text-align: left;
}

.page-index-review-saobet p {
  margin-bottom: 15px;
  color: #555;
}

.page-index-review-saobet .cta-button, .page-index-review-saobet .cta-button-small {
  display: inline-block;
  padding: 15px 40px;
  background: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-index-review-saobet .cta-button:hover, .page-index-review-saobet .cta-button-small:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-saobet .cta-button-small {
  font-size: 16px;
  padding: 10px 25px;
  margin-top: 20px;
}

/* HERO Section */
.page-index-review-saobet .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #e9f5ff; /* Light background for the hero section */
}

.page-index-review-saobet .hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-saobet .hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-saobet .hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-index-review-saobet .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-review-saobet .hero-content h1 {
  color: #007bff;
  margin-bottom: 15px;
  font-size: 3.5em;
}

.page-index-review-saobet .hero-content p {
  color: #444;
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

/* Section Intro */
.page-index-review-saobet .section-intro {
  background-color: #ffffff;
  padding: 60px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-index-review-saobet .section-intro p strong {
  color: #ffc107; /* Highlight keyword */
}

/* Quick Links Section */
.page-index-review-saobet .section-quick-links {
  padding: 60px 0;
  background-color: #f0f8ff;
}

.page-index-review-saobet .link-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-index-review-saobet .link-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-saobet .link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-saobet .link-card img {
  width: 100%;
  height: 200px; /* Enforce minimum size and aspect ratio */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  max-width: 100%;
  display: block;
}

.page-index-review-saobet .link-card h3 {
  color: #007bff;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-review-saobet .link-card p {
  font-size: 0.95em;
  color: #666;
}

/* Games Section */
.page-index-review-saobet .section-games {
  padding: 60px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-index-review-saobet .game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-saobet .game-item {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-saobet .game-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-saobet .game-item img {
  width: 100%;
  height: 220px; /* Enforce minimum size and aspect ratio */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  max-width: 100%;
  display: block;
}

.page-index-review-saobet .game-item h3 {
  color: #007bff;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-index-review-saobet .game-item p {
  font-size: 0.95em;
  color: #666;
}

/* Promotions Section */
.page-index-review-saobet .section-promotions {
  padding: 60px 0;
  background-color: #e9f5ff;
}

.page-index-review-saobet .promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-saobet .promo-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-saobet .promo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-saobet .promo-item img {
  width: 100%;
  height: 200px; /* Enforce minimum size and aspect ratio */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  max-width: 100%;
  display: block;
}

.page-index-review-saobet .promo-item h3 {
  color: #ffc107;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-index-review-saobet .promo-item p {
  font-size: 0.95em;
  color: #666;
}

/* Security & Support Section */
.page-index-review-saobet .section-security-support {
  padding: 60px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-index-review-saobet .security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-saobet .feature-item {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-saobet .feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-saobet .feature-item img {
  width: 100%;
  height: 200px; /* Enforce minimum size and aspect ratio */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  max-width: 100%;
  display: block;
}

.page-index-review-saobet .feature-item h3 {
  color: #007bff;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-index-review-saobet .feature-item p {
  font-size: 0.95em;
  color: #666;
}

/* FAQ Section */
.page-index-review-saobet .section-faq {
  padding: 60px 0;
  background-color: #f0f8ff;
}

.page-index-review-saobet .faq-list {
  margin-top: 40px;
}

.page-index-review-saobet .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-review-saobet .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.page-index-review-saobet .faq-question:hover {
  background: #f5f5f5;
  border-color: #007bff;
}

.page-index-review-saobet .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #333;
  flex-grow: 1;
  text-align: left;
}

.page-index-review-saobet .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #007bff;
  transition: transform 0.3s ease;
}

.page-index-review-saobet .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #ffc107;
}

.page-index-review-saobet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  color: #555;
}

.page-index-review-saobet .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 25px 25px 25px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.page-index-review-saobet .faq-item.active .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #007bff;
}

/* Blog Section */
.page-index-review-saobet .section-blog {
  padding: 60px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-index-review-saobet .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-saobet .blog-card {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-index-review-saobet .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-saobet .blog-card img {
  width: 100%;
  height: 220px; /* Enforce minimum size and aspect ratio */
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  max-width: 100%;
  display: block;
}

.page-index-review-saobet .blog-card h3 {
  color: #007bff;
  font-size: 1.4em;
  margin: 15px 15px 10px 15px;
  text-align: left;
}

.page-index-review-saobet .blog-card p {
  font-size: 0.95em;
  color: #666;
  margin: 0 15px 15px 15px;
  flex-grow: 1;
}

.page-index-review-saobet .section-blog .cta-button-small {
  display: block;
  margin: 50px auto 0 auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-saobet h1 {
    font-size: 2.8em;
  }
  .page-index-review-saobet h2 {
    font-size: 2em;
  }
  .page-index-review-saobet .hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-saobet .link-cards, .page-index-review-saobet .game-categories, .page-index-review-saobet .promo-list, .page-index-review-saobet .security-features, .page-index-review-saobet .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-saobet h1 {
    font-size: 2.2em;
  }
  .page-index-review-saobet h2 {
    font-size: 1.8em;
  }
  .page-index-review-saobet h3 {
    font-size: 1.4em;
  }
  .page-index-review-saobet .hero-section {
    padding: 40px 15px;
  }
  .page-index-review-saobet .hero-image img {
    border-radius: 4px;
  }
  .page-index-review-saobet .cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-saobet .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-saobet .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-saobet .faq-toggle {
    font-size: 20px;
  }
  .page-index-review-saobet .faq-item.active .faq-answer {
    padding: 10px 20px 20px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-saobet h1 {
    font-size: 1.8em;
  }
  .page-index-review-saobet h2 {
    font-size: 1.6em;
  }
  .page-index-review-saobet .link-cards, .page-index-review-saobet .game-categories, .page-index-review-saobet .promo-list, .page-index-review-saobet .security-features, .page-index-review-saobet .blog-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-saobet .hero-image {
    margin-bottom: 20px;
  }
  .page-index-review-saobet .hero-content p {
    font-size: 1em;
  }
  .page-index-review-saobet .cta-button {
    padding: 10px 25px;
    font-size: 15px;
  }
  .page-index-review-saobet .link-card, .page-index-review-saobet .game-item, .page-index-review-saobet .promo-item, .page-index-review-saobet .feature-item, .page-index-review-saobet .blog-card {
    padding: 15px;
  }
  .page-index-review-saobet .link-card h3, .page-index-review-saobet .game-item h3, .page-index-review-saobet .promo-item h3, .page-index-review-saobet .feature-item h3, .page-index-review-saobet .blog-card h3 {
    font-size: 1.2em;
  }
  .page-index-review-saobet .link-card img, .page-index-review-saobet .game-item img, .page-index-review-saobet .promo-item img, .page-index-review-saobet .feature-item img, .page-index-review-saobet .blog-card img {
    height: 180px;
  }
}