.page-resources-how-to-choose-best-12bet-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a2e; /* Inherited from body, but explicitly set for clarity */
}

.page-resources-how-to-choose-best-12bet-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-choose-best-12bet-games__hero-section {
  position: relative;
  padding: 100px 0 60px; /* Adjusted padding to accommodate header offset */
  background-color: #26A9E0; /* Brand primary color */
  color: #ffffff;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-how-to-choose-best-12bet-games__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-best-12bet-games__intro-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-12bet-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-best-12bet-games__cta-buttons--bottom {
  margin-top: 60px;
}

.page-resources-how-to-choose-best-12bet-games__btn-primary,
.page-resources-how-to-choose-best-12bet-games__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-resources-how-to-choose-best-12bet-games__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-how-to-choose-best-12bet-games__btn-primary:hover {
  background-color: #d16b06;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-best-12bet-games__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-how-to-choose-best-12bet-games__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-how-to-choose-best-12bet-games__btn-full-width {
  display: block;
  width: fit-content;
  margin: 40px auto;
  padding: 15px 40px;
  font-size: 1.1em;
}

.page-resources-how-to-choose-best-12bet-games__content-area {
  padding: 60px 0;
  background-color: #1a1a2e; /* Dark background */
  color: #ffffff; /* Light text for contrast */
}

.page-resources-how-to-choose-best-12bet-games__section-title {
  font-size: 2.2em;
  color: #26A9E0; /* Brand primary color for titles */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-how-to-choose-best-12bet-games__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-12bet-games__text-block strong {
  color: #26A9E0;
}

.page-resources-how-to-choose-best-12bet-games__list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-best-12bet-games__list-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for cards */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff; /* Light text for card content */
}

.page-resources-how-to-choose-best-12bet-games__list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-best-12bet-games__list-title {
  font-size: 1.4em;
  color: #26A9E0; /* Brand primary color for list titles */
  margin-bottom: 15px;
}

.page-resources-how-to-choose-best-12bet-games__list-item p {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-12bet-games__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
}

.page-resources-how-to-choose-best-12bet-games__game-category {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-resources-how-to-choose-best-12bet-games__category-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-best-12bet-games__game-category p {
  color: #f0f0f0;
}

/* FAQ Section */
.page-resources-how-to-choose-best-12bet-games__faq-list {
  margin-top: 40px;
}

.page-resources-how-to-choose-best-12bet-games__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-best-12bet-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.12);
  transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-best-12bet-games__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-choose-best-12bet-games__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-how-to-choose-best-12bet-games__faq-item.active .page-resources-how-to-choose-best-12bet-games__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-choose-best-12bet-games__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-12bet-games__faq-item.active .page-resources-how-to-choose-best-12bet-games__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px 25px 25px;
}

.page-resources-how-to-choose-best-12bet-games__faq-answer p {
  margin: 0;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-12bet-games a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-how-to-choose-best-12bet-games a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-best-12bet-games__main-title {
    font-size: 2.5em;
  }

  .page-resources-how-to-choose-best-12bet-games__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-best-12bet-games__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-best-12bet-games {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-choose-best-12bet-games__hero-section {
    padding: 80px 0 40px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is not hidden by fixed header */
  }

  .page-resources-how-to-choose-best-12bet-games__main-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-best-12bet-games__intro-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-best-12bet-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-choose-best-12bet-games__btn-primary,
  .page-resources-how-to-choose-best-12bet-games__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-how-to-choose-best-12bet-games__btn-full-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-choose-best-12bet-games__content-area {
    padding: 40px 0;
  }

  .page-resources-how-to-choose-best-12bet-games__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-resources-how-to-choose-best-12bet-games__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-resources-how-to-choose-best-12bet-games__text-block {
    font-size: 0.95em;
  }

  .page-resources-how-to-choose-best-12bet-games__list-item {
    padding: 20px;
  }

  .page-resources-how-to-choose-best-12bet-games__list-title {
    font-size: 1.2em;
  }

  .page-resources-how-to-choose-best-12bet-games__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-how-to-choose-best-12bet-games__game-category {
    padding: 20px;
  }

  .page-resources-how-to-choose-best-12bet-games__category-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-best-12bet-games__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-how-to-choose-best-12bet-games__faq-answer {
    padding: 0 20px;
  }

  .page-resources-how-to-choose-best-12bet-games__faq-item.active .page-resources-how-to-choose-best-12bet-games__faq-answer {
    padding: 10px 20px 20px;
  }
}