.page-blog-33-bet-slot-games-selection {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
}

.page-blog-33-bet-slot-games-selection__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0;
  background-color: #0a0a0a; /* Ensure dark background for hero */
  color: #ffffff;
}

.page-blog-33-bet-slot-games-selection__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit hero image height */
  overflow: hidden;
}

.page-blog-33-bet-slot-games-selection__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-33-bet-slot-games-selection__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 40px; /* Space between image and content */
  padding: 0 20px;
}

.page-blog-33-bet-slot-games-selection__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  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-33-bet-slot-games-selection__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-33-bet-slot-games-selection__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-33-bet-slot-games-selection__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-blog-33-bet-slot-games-selection__btn-primary:hover {
  background-color: #005a2b;
  transform: translateY(-2px);
}

.page-blog-33-bet-slot-games-selection__button-full-width {
  width: 100%;
  margin-top: 30px;
}

.page-blog-33-bet-slot-games-selection__content-section {
  padding: 60px 0;
}

.page-blog-33-bet-slot-games-selection__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-33-bet-slot-games-selection__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-33-bet-slot-games-selection__medium-bg {
  background-color: #f5f5f5;
  color: #333333;
}

.page-blog-33-bet-slot-games-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-33-bet-slot-games-selection__section-title {
  font-size: clamp(1.8em, 4vw, 2.8em);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: inherit;
}

.page-blog-33-bet-slot-games-selection__sub-title {
  font-size: clamp(1.4em, 3vw, 2em);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-33-bet-slot-games-selection__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-33-bet-slot-games-selection__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-33-bet-slot-games-selection__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-33-bet-slot-games-selection__card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e0e0e0; /* Added for contrast */
}

.page-blog-33-bet-slot-games-selection__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-33-bet-slot-games-selection__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistent card appearance */
  object-fit: cover;
  display: block;
}

.page-blog-33-bet-slot-games-selection__card-title {
  font-size: 1.4em;
  font-weight: 600;
  margin: 20px 20px 10px 20px;
  color: #017439;
}

.page-blog-33-bet-slot-games-selection__card-title a {
  text-decoration: none;
  color: #017439;
  transition: color 0.3s ease;
}

.page-blog-33-bet-slot-games-selection__card-title a:hover {
  color: #005a2b;
}

.page-blog-33-bet-slot-games-selection__card-description {
  font-size: 1em;
  color: #555555;
  padding: 0 20px;
  flex-grow: 1;
}

.page-blog-33-bet-slot-games-selection__card-link {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background-color: #017439;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  margin-top: 20px; /* Space above the link */
}

.page-blog-33-bet-slot-games-selection__card-link:hover {
  background-color: #005a2b;
}

.page-blog-33-bet-slot-games-selection__strategy-list,
.page-blog-33-bet-slot-games-selection__trend-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-33-bet-slot-games-selection__list-item {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: inherit;
}

.page-blog-33-bet-slot-games-selection__list-item::before {
  content: '✓';
  color: #017439;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-blog-33-bet-slot-games-selection__faq-section {
  padding: 60px 0;
}

.page-blog-33-bet-slot-games-selection__faq-list {
  margin-top: 40px;
}

.page-blog-33-bet-slot-games-selection__faq-item {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-33-bet-slot-games-selection__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  background-color: #eeeeee;
  color: #333333;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-33-bet-slot-games-selection__faq-question:hover {
  background-color: #e0e0e0;
}

.page-blog-33-bet-slot-games-selection__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-33-bet-slot-games-selection__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-33-bet-slot-games-selection__faq-item[open] .page-blog-33-bet-slot-games-selection__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-33-bet-slot-games-selection__faq-answer {
  padding: 15px 25px 25px 25px;
  font-size: 1em;
  color: #555555;
  background-color: #ffffff;
}

.page-blog-33-bet-slot-games-selection__faq-answer p {
  margin-bottom: 0;
}

.page-blog-33-bet-slot-games-selection__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-33-bet-slot-games-selection__conclusion-section .page-blog-33-bet-slot-games-selection__paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page-blog-33-bet-slot-games-selection .highlight {
  color: #017439;
  font-weight: bold;
}

.page-blog-33-bet-slot-games-selection__faq-item .page-blog-33-bet-slot-games-selection__paragraph a {
  color: #017439;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-33-bet-slot-games-selection__faq-item .page-blog-33-bet-slot-games-selection__paragraph a:hover {
  text-decoration: underline;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-33-bet-slot-games-selection__hero-content {
    margin-top: 20px;
  }

  .page-blog-33-bet-slot-games-selection__main-title {
    font-size: clamp(1.8em, 4.5vw, 3em);
  }

  .page-blog-33-bet-slot-games-selection__description {
    font-size: 1.1em;
  }

  .page-blog-33-bet-slot-games-selection__game-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-33-bet-slot-games-selection__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-33-bet-slot-games-selection__main-title {
    font-size: clamp(1.6em, 6vw, 2.5em);
  }

  .page-blog-33-bet-slot-games-selection__description {
    font-size: 1em;
  }

  .page-blog-33-bet-slot-games-selection__cta-button {
    padding: 12px 25px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-33-bet-slot-games-selection__container {
    padding: 0 15px;
  }

  .page-blog-33-bet-games-selection__game-cards {
    grid-template-columns: 1fr;
  }

  .page-blog-33-bet-slot-games-selection__section-title {
    font-size: clamp(1.6em, 5vw, 2.2em);
    margin-bottom: 30px;
  }

  .page-blog-33-bet-slot-games-selection__sub-title {
    font-size: clamp(1.2em, 4vw, 1.8em);
    margin-top: 30px;
  }

  .page-blog-33-bet-slot-games-selection__paragraph,
  .page-blog-33-bet-slot-games-selection__list-item,
  .page-blog-33-bet-slot-games-selection__card-description {
    font-size: 0.95em;
  }

  .page-blog-33-bet-slot-games-selection__card-title {
    font-size: 1.2em;
  }

  .page-blog-33-bet-slot-games-selection img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-33-bet-slot-games-selection__hero-image-wrapper,
  .page-blog-33-bet-slot-games-selection__image-full-width,
  .page-blog-33-bet-slot-games-selection__game-cards,
  .page-blog-33-bet-slot-games-selection__card,
  .page-blog-33-bet-slot-games-selection__faq-item,
  .page-blog-33-bet-slot-games-selection__conclusion-section,
  .page-blog-33-bet-slot-games-selection__content-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-blog-33-bet-slot-games-selection__card-image {
    height: 180px; /* Adjust card image height for mobile */
  }

  .page-blog-33-bet-slot-games-selection__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-33-bet-slot-games-selection__faq-answer {
    padding: 10px 20px 20px 20px;
  }

  .page-blog-33-bet-slot-games-selection__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-33-bet-slot-games-selection__list-item {
    padding-left: 25px;
  }

  .page-blog-33-bet-slot-games-selection__list-item::before {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-blog-33-bet-slot-games-selection__hero-content {
    margin-top: 15px;
  }

  .page-blog-33-bet-slot-games-selection__main-title {
    font-size: clamp(1.4em, 7vw, 2em);
  }

  .page-blog-33-bet-slot-games-selection__description {
    font-size: 0.9em;
  }

  .page-blog-33-bet-slot-games-selection__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-blog-33-bet-slot-games-selection__section-title {
    font-size: clamp(1.4em, 6vw, 2em);
  }

  .page-blog-33-bet-slot-games-selection__sub-title {
    font-size: clamp(1.1em, 5vw, 1.6em);
  }

  .page-blog-33-bet-slot-games-selection__card-image {
    height: 150px;
  }

  .page-blog-33-bet-slot-games-selection__card-title {
    font-size: 1.1em;
    margin: 15px 15px 8px 15px;
  }

  .page-blog-33-bet-slot-games-selection__card-description {
    font-size: 0.85em;
    padding: 0 15px;
  }

  .page-blog-33-bet-slot-games-selection__card-link {
    padding: 10px 15px;
  }
}