.page-blog-u888-slot-top-games-recommendation {
  font-family: Arial, sans-serif;
  color: #1F2D3D;
  background-color: #F4F7FB;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-u888-slot-top-games-recommendation__hero-section {
  max-width: 1390px;
  margin: 0 auto 40px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-u888-slot-top-games-recommendation__hero-image-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.page-blog-u888-slot-top-games-recommendation__hero-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.page-blog-u888-slot-top-games-recommendation__hero-content {
  max-width: 800px;
}

.page-blog-u888-slot-top-games-recommendation__main-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000000; /* Custom Color_1776249996415 */
  max-width: 100%; /* Ensure H1 doesn't overflow */
}

.page-blog-u888-slot-top-games-recommendation__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-u888-slot-top-games-recommendation__cta-button {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-u888-slot-top-games-recommendation__cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
}

.page-blog-u888-slot-top-games-recommendation__cta-button--secondary {
  background: #6FA3FF;
}

.page-blog-u888-slot-top-games-recommendation__cta-button--secondary:hover {
  background: #2F6BFF;
}

.page-blog-u888-slot-top-games-recommendation__section-title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #000000; /* Custom Color_1776249996415 */
  padding-top: 20px;
}

.page-blog-u888-slot-top-games-recommendation__featured-games-section,
.page-blog-u888-slot-top-games-recommendation__why-choose-section,
.page-blog-u888-slot-top-games-recommendation__how-to-play-section,
.page-blog-u888-slot-top-games-recommendation__faq-section,
.page-blog-u888-slot-top-games-recommendation__final-cta-section {
  max-width: 1390px;
  margin: 0 auto 60px auto;
  padding: 20px;
}

.page-blog-u888-slot-top-games-recommendation__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-u888-slot-top-games-recommendation__game-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-u888-slot-top-games-recommendation__game-card:hover {
  transform: translateY(-5px);
}

.page-blog-u888-slot-top-games-recommendation__game-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-u888-slot-top-games-recommendation__game-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-blog-u888-slot-top-games-recommendation__game-description {
  font-size: 0.95em;
  color: #1F2D3D;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-u888-slot-top-games-recommendation__game-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.page-blog-u888-slot-top-games-recommendation__game-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
}

.page-blog-u888-slot-top-games-recommendation__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-blog-u888-slot-top-games-recommendation__benefit-item {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-u888-slot-top-games-recommendation__benefit-icon {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-blog-u888-slot-top-games-recommendation__benefit-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-blog-u888-slot-top-games-recommendation__benefit-description {
  font-size: 0.9em;
  color: #1F2D3D;
}

.page-blog-u888-slot-top-games-recommendation__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-u888-slot-top-games-recommendation__step-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #D6E2FF;
}

.page-blog-u888-slot-top-games-recommendation__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2F6BFF;
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-blog-u888-slot-top-games-recommendation__step-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-blog-u888-slot-top-games-recommendation__step-description {
  font-size: 0.9em;
  color: #1F2D3D;
}

.page-blog-u888-slot-top-games-recommendation__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-u888-slot-top-games-recommendation__faq-question {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 10px;
}

.page-blog-u888-slot-top-games-recommendation__faq-answer {
  font-size: 0.95em;
  color: #1F2D3D;
}

.page-blog-u888-slot-top-games-recommendation__final-cta-section {
  text-align: center;
  padding-bottom: 40px;
}

.page-blog-u888-slot-top-games-recommendation__final-cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #1F2D3D;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-u888-slot-top-games-recommendation__main-title {
    font-size: 1.8em;
  }

  .page-blog-u888-slot-top-games-recommendation__section-title {
    font-size: 1.6em;
  }

  .page-blog-u888-slot-top-games-recommendation__hero-section,
  .page-blog-u888-slot-top-games-recommendation__featured-games-section,
  .page-blog-u888-slot-top-games-recommendation__why-choose-section,
  .page-blog-u888-slot-top-games-recommendation__how-to-play-section,
  .page-blog-u888-slot-top-games-recommendation__faq-section,
  .page-blog-u888-slot-top-games-recommendation__final-cta-section {
    padding: 15px;
    margin-bottom: 40px;
  }

  .page-blog-u888-slot-top-games-recommendation__games-grid,
  .page-blog-u888-slot-top-games-recommendation__benefits-grid,
  .page-blog-u888-slot-top-games-recommendation__steps-container {
    grid-template-columns: 1fr;
  }

  /* Ensure images in content area do not overflow on mobile */
  .page-blog-u888-slot-top-games-recommendation img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-u888-slot-top-games-recommendation__main-title {
    font-size: 1.5em;
  }

  .page-blog-u888-slot-top-games-recommendation__section-title {
    font-size: 1.4em;
  }

  .page-blog-u888-slot-top-games-recommendation__cta-button {
    padding: 10px 20px;
  }

  .page-blog-u888-slot-top-games-recommendation__game-card,
  .page-blog-u888-slot-top-games-recommendation__benefit-item,
  .page-blog-u888-slot-top-games-recommendation__step-card,
  .page-blog-u888-slot-top-games-recommendation__faq-item {
    padding: 20px;
  }
}