.page-resources-8kbet-safe-betting-guide {
  color: #ffffff; /* Body background is #121212 (dark), so main text must be light */
  background-color: #121212;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-resources-8kbet-safe-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-8kbet-safe-betting-guide__hero-section {
  padding-top: 120px; /* Desktop: Adjust for fixed header */
  padding-bottom: 60px;
  background: linear-gradient(135deg, var(--primary-color, #004D99) 0%, #002B5C 100%);
  text-align: center;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-8kbet-safe-betting-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-8kbet-safe-betting-guide__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-8kbet-safe-betting-guide__subtitle a {
  color: var(--secondary-color, #FFD700);
  text-decoration: underline;
}

.page-resources-8kbet-safe-betting-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-resources-8kbet-safe-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-8kbet-safe-betting-guide__cta-button--primary {
  background: var(--secondary-color, #FFD700);
  color: #000000; /* Ensure high contrast */
}

.page-resources-8kbet-safe-betting-guide__cta-button--primary:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-8kbet-safe-betting-guide__cta-button--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid var(--secondary-color, #FFD700);
}

.page-resources-8kbet-safe-betting-guide__cta-button--secondary:hover {
  background: var(--secondary-color, #FFD700);
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-8kbet-safe-betting-guide__content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-8kbet-safe-betting-guide__dark-section {
  background-color: #1a1a1a;
}

.page-resources-8kbet-safe-betting-guide__section-title {
  font-size: 2.5em;
  color: var(--secondary-color, #FFD700);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-resources-8kbet-safe-betting-guide__content-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f0f0f0;
  text-align: justify;
}

.page-resources-8kbet-safe-betting-guide__content-section p a,
.page-resources-8kbet-safe-betting-guide__list a {
  color: var(--secondary-color, #FFD700);
  text-decoration: underline;
}

.page-resources-8kbet-safe-betting-guide__feature-grid, 
.page-resources-8kbet-safe-betting-guide__risk-management-grid, 
.page-resources-8kbet-safe-betting-guide__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-8kbet-safe-betting-guide__feature-item,
.page-resources-8kbet-safe-betting-guide__risk-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-8kbet-safe-betting-guide__feature-item:hover,
.page-resources-8kbet-safe-betting-guide__risk-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.12);
}

.page-resources-8kbet-safe-betting-guide__feature-icon,
.page-resources-8kbet-safe-betting-guide__risk-icon {
  width: 80px; /* Min size 200x200px, but for icons, this is a visual representation for design, the actual image will be larger */
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-8kbet-safe-betting-guide__feature-item h3,
.page-resources-8kbet-safe-betting-guide__risk-item h3 {
  font-size: 1.4em;
  color: var(--secondary-color, #FFD700);
  margin-bottom: 15px;
}

.page-resources-8kbet-safe-betting-guide__feature-item p,
.page-resources-8kbet-safe-betting-guide__risk-item p {
  font-size: 1em;
  color: #e0e0e0;
  text-align: center;
}

.page-resources-8kbet-safe-betting-guide__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-8kbet-safe-betting-guide__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-8kbet-safe-betting-guide__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-8kbet-safe-betting-guide__game-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-8kbet-safe-betting-guide__game-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.12);
}

.page-resources-8kbet-safe-betting-guide__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-8kbet-safe-betting-guide__game-card h3 {
  font-size: 1.3em;
  color: var(--secondary-color, #FFD700);
  margin-bottom: 10px;
}

.page-resources-8kbet-safe-betting-guide__game-card h3 a {
  color: var(--secondary-color, #FFD700);
  text-decoration: none;
}

.page-resources-8kbet-safe-betting-guide__game-card h3 a:hover {
  text-decoration: underline;
}

.page-resources-8kbet-safe-betting-guide__game-card p {
  font-size: 0.95em;
  color: #e0e0e0;
  text-align: center;
}

.page-resources-8kbet-safe-betting-guide__final-cta {
  padding: 80px 0;
  text-align: center;
}

.page-resources-8kbet-safe-betting-guide__final-cta p {
  max-width: 900px;
  margin: 0 auto 40px auto;
  font-size: 1.2em;
}

/* FAQ Section Styles */
.page-resources-8kbet-safe-betting-guide__faq-list {
  margin-top: 40px;
}

.page-resources-8kbet-safe-betting-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-8kbet-safe-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-8kbet-safe-betting-guide__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-resources-8kbet-safe-betting-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  pointer-events: none; /* Prevent h3 from blocking click event */
}

.page-resources-8kbet-safe-betting-guide__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--secondary-color, #FFD700);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 20px;
  pointer-events: none; /* Prevent icon from blocking click event */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-resources-8kbet-safe-betting-guide__faq-item.active .page-resources-8kbet-safe-betting-guide__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg); /* Change to X or rotate */
}

.page-resources-8kbet-safe-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  color: #e0e0e0;
  text-align: justify;
}

.page-resources-8kbet-safe-betting-guide__faq-item.active .page-resources-8kbet-safe-betting-guide__faq-answer {
  max-height: 2000px !important; /* Sufficiently large to accommodate content */
  padding: 20px 25px !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 10px 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-8kbet-safe-betting-guide__main-title {
    font-size: 2.8em;
  }

  .page-resources-8kbet-safe-betting-guide__section-title {
    font-size: 2em;
  }

  .page-resources-8kbet-safe-betting-guide__feature-grid, 
  .page-resources-8kbet-safe-betting-guide__risk-management-grid, 
  .page-resources-8kbet-safe-betting-guide__game-categories {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .page-resources-8kbet-safe-betting-guide {
    font-size: 15px;
    line-height: 1.7;
  }

  .page-resources-8kbet-safe-betting-guide__hero-section {
    padding-top: 100px !important; /* Mobile: Adjust for fixed header */
    padding-bottom: 40px;
  }

  .page-resources-8kbet-safe-betting-guide__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-resources-8kbet-safe-betting-guide__subtitle {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-resources-8kbet-safe-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .page-resources-8kbet-safe-betting-guide__cta-button {
    width: 100% !important;
    padding: 12px 25px !important;
    font-size: 1em !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-8kbet-safe-betting-guide__content-section {
    padding: 40px 0;
  }

  .page-resources-8kbet-safe-betting-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-8kbet-safe-betting-guide__content-section p {
    font-size: 1em;
    margin-bottom: 15px;
  }

  .page-resources-8kbet-safe-betting-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-8kbet-safe-betting-guide__feature-grid,
  .page-resources-8kbet-safe-betting-guide__risk-management-grid,
  .page-resources-8kbet-safe-betting-guide__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-8kbet-safe-betting-guide__feature-item,
  .page-resources-8kbet-safe-betting-guide__risk-item,
  .page-resources-8kbet-safe-betting-guide__game-card {
    padding: 20px;
  }

  .page-resources-8kbet-safe-betting-guide__feature-icon,
  .page-resources-8kbet-safe-betting-guide__risk-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .page-resources-8kbet-safe-betting-guide__feature-item h3,
  .page-resources-8kbet-safe-betting-guide__risk-item h3 {
    font-size: 1.2em;
  }

  .page-resources-8kbet-safe-betting-guide__list {
    margin-left: 15px;
  }

  .page-resources-8kbet-safe-betting-guide__list li {
    font-size: 1em;
  }

  .page-resources-8kbet-safe-betting-guide__game-image {
    height: 180px;
  }

  .page-resources-8kbet-safe-betting-guide__game-card h3 {
    font-size: 1.1em;
  }

  .page-resources-8kbet-safe-betting-guide__faq-question {
    padding: 15px 20px;
  }

  .page-resources-8kbet-safe-betting-guide__faq-question h3 {
    font-size: 1.1em;
  }

  .page-resources-8kbet-safe-betting-guide__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
    margin-left: 15px;
  }

  .page-resources-8kbet-safe-betting-guide__faq-answer {
    padding: 15px 20px !important;
  }

  .page-resources-8kbet-safe-betting-guide__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
}

/* Ensure all images are responsive */
.page-resources-8kbet-safe-betting-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .page-resources-8kbet-safe-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}