.page-blog-gamebet-new-slot-games {
  background-color: #017439;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding to avoid header overlap */
}

.page-blog-gamebet-new-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-gamebet-new-slot-games__section {
  padding: 40px 0;
}

.page-blog-gamebet-new-slot-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}

.page-blog-gamebet-new-slot-games__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  max-width: 1200px; /* Constrain image width */
}

.page-blog-gamebet-new-slot-games__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-gamebet-new-slot-games__hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.page-blog-gamebet-new-slot-games__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-gamebet-new-slot-games__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.page-blog-gamebet-new-slot-games__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}

.page-blog-gamebet-new-slot-games__cta-button--register {
  background: #C30808; /* Custom color for register */
  color: #FFFF00; /* Custom font color for register */
}

.page-blog-gamebet-new-slot-games__cta-button--register:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-gamebet-new-slot-games__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  background: linear-gradient(to right, #ff9500, #ff5e3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* Fallback for browsers that don't support -webkit-text-fill-color */
}

.page-blog-gamebet-new-slot-games__section-description {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-gamebet-new-slot-games__why-choose-section {
  background-color: rgba(0, 0, 0, 0.2); /* Slightly darker background for contrast */
  border-radius: 10px;
}

.page-blog-gamebet-new-slot-games__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-gamebet-new-slot-games__feature-item {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-blog-gamebet-new-slot-games__feature-item:hover {
  transform: translateY(-5px);
}

.page-blog-gamebet-new-slot-games__feature-title {
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page-blog-gamebet-new-slot-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-gamebet-new-slot-games__game-card {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%; /* Ensure cards have equal height */
}

.page-blog-gamebet-new-slot-games__game-card:hover {
  transform: translateY(-5px);
}

.page-blog-gamebet-new-slot-games__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
}

.page-blog-gamebet-new-slot-games__game-info {
  padding: 20px;
  flex-grow: 1; /* Allow info section to grow */
  display: flex;
  flex-direction: column;
}

.page-blog-gamebet-new-slot-games__game-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.page-blog-gamebet-new-slot-games__game-title a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-gamebet-new-slot-games__game-title a:hover {
  color: #ff9500;
}

.page-blog-gamebet-new-slot-games__game-description {
  font-size: 0.95rem;
  color: #CCCCCC;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-gamebet-new-slot-games__game-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(to right, #83a1f2, #688cec); /* Blue pill button */
  color: #FFFFFF;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  text-align: center;
}

.page-blog-gamebet-new-slot-games__game-button:hover {
  background: linear-gradient(to right, #688cec, #83a1f2);
}

.page-blog-gamebet-new-slot-games__view-all-wrapper {
  text-align: center;
}

.page-blog-gamebet-new-slot-games__view-all-button {
  display: inline-block;
  padding: 12px 30px;
  background: #C30808; /* Custom color for register */
  color: #FFFF00; /* Custom font color for register */
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}

.page-blog-gamebet-new-slot-games__view-all-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-gamebet-new-slot-games__cta-section {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 10px;
}

.page-blog-gamebet-new-slot-games__cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-gamebet-new-slot-games__cta-button--learn-more {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-blog-gamebet-new-slot-games__cta-button--learn-more:hover {
  background-color: #FFFFFF;
  color: #017439;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-blog-gamebet-new-slot-games__related-articles-section {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.page-blog-gamebet-new-slot-games__article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-gamebet-new-slot-games__article-card {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-gamebet-new-slot-games__article-card:hover {
  transform: translateY(-5px);
}

.page-blog-gamebet-new-slot-games__article-image {
  width: 100%;
  height: 180px; /* Consistent height for article images */
  object-fit: cover;
}

.page-blog-gamebet-new-slot-games__article-info {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-gamebet-new-slot-games__article-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.page-blog-gamebet-new-slot-games__article-title a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-gamebet-new-slot-games__article-title a:hover {
  color: #ff9500;
}

.page-blog-gamebet-new-slot-games__article-date {
  font-size: 0.9rem;
  color: #BBBBBB;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-gamebet-new-slot-games__read-more {
  display: inline-block;
  color: #ff9500;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-gamebet-new-slot-games__read-more:hover {
  color: #ff5e3a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-gamebet-new-slot-games__main-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .page-blog-gamebet-new-slot-games__section-title {
    font-size: 2rem;
  }

  .page-blog-gamebet-new-slot-games__feature-list,
  .page-blog-gamebet-new-slot-games__game-grid,
  .page-blog-gamebet-new-slot-games__article-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-gamebet-new-slot-games__game-image,
  .page-blog-gamebet-new-slot-games__article-image {
    height: auto;
    max-width: 100%;
  }

  .page-blog-gamebet-new-slot-games__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-gamebet-new-slot-games__cta-button {
    width: 80%;
    max-width: 300px;
  }

  /* Ensure all content images are responsive */
  .page-blog-gamebet-new-slot-games img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-gamebet-new-slot-games__hero-content {
    padding: 0 15px;
  }

  .page-blog-gamebet-new-slot-games__main-title {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .page-blog-gamebet-new-slot-games__section-title {
    font-size: 1.8rem;
  }

  .page-blog-gamebet-new-slot-games__intro-text,
  .page-blog-gamebet-new-slot-games__section-description {
    font-size: 1rem;
  }

  .page-blog-gamebet-new-slot-games__feature-title {
    font-size: 1.3rem;
  }

  .page-blog-gamebet-new-slot-games__game-title,
  .page-blog-gamebet-new-slot-games__article-title {
    font-size: 1.1rem;
  }
}