/* style/resources-how-to-choose-g666-slot-game.css */
.page-resources-how-to-choose-g666-slot-game {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #1a1a1a; /* Inherited from shared.css, explicitly set for context */
}

.page-resources-how-to-choose-g666-slot-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-choose-g666-slot-game__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  padding-bottom: 80px;
  text-align: center;
  background-color: #26A9E0; /* Primary brand color for hero background */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-resources-how-to-choose-g666-slot-game__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-resources-how-to-choose-g666-slot-game__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-g666-slot-game__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  line-height: 1.8;
}

.page-resources-how-to-choose-g666-slot-game__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-g666-slot-game__btn-primary,
.page-resources-how-to-choose-g666-slot-game__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, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-how-to-choose-g666-slot-game__btn-primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-how-to-choose-g666-slot-game__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-resources-how-to-choose-g666-slot-game__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-how-to-choose-g666-slot-game__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-how-to-choose-g666-slot-game__content-area {
  padding: 60px 0;
  background-color: #1a1a1a; /* Dark background from body */
  color: #ffffff; /* Light text for contrast */
}

.page-resources-how-to-choose-g666-slot-game__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0; /* Primary brand color for titles */
  font-weight: bold;
}

.page-resources-how-to-choose-g666-slot-game__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-how-to-choose-g666-slot-game__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Enforce min image size */
  min-height: 200px; /* Enforce min image size */
}

.page-resources-how-to-choose-g666-slot-game p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-how-to-choose-g666-slot-game ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-g666-slot-game li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-how-to-choose-g666-slot-game strong {
  color: #ffffff;
}

.page-resources-how-to-choose-g666-slot-game__faq-section {
  padding: 60px 0;
  background-color: #26A9E0; /* Primary brand color */
  color: #ffffff;
  text-align: center;
}

.page-resources-how-to-choose-g666-slot-game__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-resources-how-to-choose-g666-slot-game__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-g666-slot-game__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-g666-slot-game__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-choose-g666-slot-game__faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #ffffff;
}

.page-resources-how-to-choose-g666-slot-game__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.page-resources-how-to-choose-g666-slot-game__faq-item.active .page-resources-how-to-choose-g666-slot-game__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-choose-g666-how-to-choose-g666-slot-game__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-how-to-choose-g666-faq-item.active .page-resources-how-to-choose-g666-how-to-choose-g666-slot-game__faq-answer {
  max-height: 1000px !important; /* Sufficient height for content */
  padding: 15px 25px;
}

.page-resources-how-to-choose-g666-slot-game__cta-bottom-section {
  padding: 60px 0;
  text-align: center;
  background-color: #1a1a1a; /* Dark background from body */
  color: #ffffff;
}

.page-resources-how-to-choose-g666-slot-game__cta-bottom-button {
  margin-top: 30px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-g666-slot-game__hero-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-choose-g666-slot-game__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-g666-slot-game__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-g666-slot-game {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-choose-g666-slot-game__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 60px;
  }

  .page-resources-how-to-choose-g666-slot-game__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-choose-g666-slot-game__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-g666-slot-game__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-resources-how-to-choose-g666-slot-game__btn-primary,
  .page-resources-how-to-choose-g666-slot-game__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-g666-slot-game__content-area,
  .page-resources-how-to-choose-g666-slot-game__faq-section,
  .page-resources-how-to-choose-g666-slot-game__cta-bottom-section {
    padding: 40px 0;
  }

  .page-resources-how-to-choose-g666-slot-game__container {
    padding: 0 15px;
  }

  .page-resources-how-to-choose-g666-slot-game__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-g666-slot-game__sub-title {
    font-size: 1.4em;
  }

  .page-resources-how-to-choose-g666-slot-game p,
  .page-resources-how-to-choose-g666-slot-game li {
    font-size: 0.95em;
  }

  .page-resources-how-to-choose-g666-slot-game__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-how-to-choose-g666-slot-game__faq-question h3 {
    font-size: 1.1em;
  }

  .page-resources-how-to-choose-g666-slot-game__faq-toggle {
    font-size: 1.5em;
  }

  /* Ensure all content containers are constrained */
  .page-resources-how-to-choose-g666-slot-game__section,
  .page-resources-how-to-choose-g666-slot-game__card,
  .page-resources-how-to-choose-g666-slot-game__container,
  .page-resources-how-to-choose-g666-slot-game__hero-section,
  .page-resources-how-to-choose-g666-slot-game__content-area,
  .page-resources-how-to-choose-g666-slot-game__faq-section,
  .page-resources-how-to-choose-g666-slot-game__cta-bottom-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  /* Override padding for full width sections if needed */
  .page-resources-how-to-choose-g666-slot-game__content-area .page-resources-how-to-choose-g666-slot-game__container,
  .page-resources-how-to-choose-g666-slot-game__faq-section .page-resources-how-to-choose-g666-slot-game__container,
  .page-resources-how-to-choose-g666-slot-game__cta-bottom-section .page-resources-how-to-choose-g666-slot-game__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-g666-slot-game__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-g666-slot-game__section-title {
    font-size: 1.6em;
  }

  .page-resources-how-to-choose-g666-slot-game__sub-title {
    font-size: 1.2em;
  }
}