.page-resources-how-to-access-i9bet-safely {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#121212), so text is light */
}

.page-resources-how-to-access-i9bet-safely__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-access-i9bet-safely__hero-section {
  background-color: #017439;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure spacing below fixed header */
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-access-i9bet-safely__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-how-to-access-i9bet-safely__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-resources-how-to-access-i9bet-safely__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-how-to-access-i9bet-safely__btn-primary,
.page-resources-how-to-access-i9bet-safely__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;
  font-size: 1.1em;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-how-to-access-i9bet-safely__btn-primary {
  background-color: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom font color for Register/Login */
  border: 2px solid #C30808;
}

.page-resources-how-to-access-i9bet-safely__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-how-to-access-i9bet-safely__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-how-to-access-i9bet-safely__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-resources-how-to-access-i9bet-safely__content-area {
  background-color: #121212; /* Match body background */
  color: #ffffff; /* Light text for dark background */
  padding: 60px 0;
}

.page-resources-how-to-access-i9bet-safely__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-how-to-access-i9bet-safely__subsection-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-how-to-access-i9bet-safely__paragraph {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #f0f0f0;
}

.page-resources-how-to-access-i9bet-safely__keyword {
  color: #FFFF00;
  font-weight: bold;
}

.page-resources-how-to-access-i9bet-safely__list,
.page-resources-how-to-access-i9bet-safely__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-access-i9bet-safely__ordered-list {
  list-style-type: decimal;
}

.page-resources-how-to-access-i9bet-safely__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-access-i9bet-safely__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-how-to-access-i9bet-safely__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-how-to-access-i9bet-safely__image-caption {
  font-style: italic;
  color: #cccccc;
  margin-top: 10px;
  font-size: 0.95em;
}

.page-resources-how-to-access-i9bet-safely__video-section {
  margin: 60px 0;
  text-align: center;
  background-color: rgba(1, 116, 57, 0.1); /* Light transparent green background */
  padding: 40px 20px;
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.page-resources-how-to-access-i9bet-safely__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-access-i9bet-safely__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-how-to-access-i9bet-safely__video-caption {
  margin-top: 20px;
  color: #cccccc;
  font-style: italic;
}

.page-resources-how-to-access-i9bet-safely__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-access-i9bet-safely__card {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for dark background */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-how-to-access-i9bet-safely__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-how-to-access-i9bet-safely__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-how-to-access-i9bet-safely__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-how-to-access-i9bet-safely__card-title a {
  color: #017439;
  text-decoration: none;
}

.page-resources-how-to-access-i9bet-safely__card-title a:hover {
  text-decoration: underline;
}

.page-resources-how-to-access-i9bet-safely__card-text {
  font-size: 1em;
  color: #cccccc;
}

.page-resources-how-to-access-i9bet-safely__cta-section {
  background-color: #017439;
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 60px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-access-i9bet-safely__cta-title {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-how-to-access-i9bet-safely__btn-join-now {
  background-color: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom font color for Register/Login */
  border: 2px solid #C30808;
  padding: 15px 40px;
  font-size: 1.2em;
}

.page-resources-how-to-access-i9bet-safely__btn-join-now:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-how-to-access-i9bet-safely__faq-container {
  margin-top: 40px;
}

.page-resources-how-to-access-i9bet-safely__faq-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for dark background */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-access-i9bet-safely__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(1, 116, 57, 0.8); /* Darker green for question background */
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-access-i9bet-safely__faq-question:hover {
  background-color: #017439;
}

.page-resources-how-to-access-i9bet-safely__faq-title {
  margin: 0;
  color: #ffffff;
  font-size: 1.2em;
}

.page-resources-how-to-access-i9bet-safely__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-how-to-access-i9bet-safely__faq-item.active .page-resources-how-to-access-i9bet-safely__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-access-i9bet-safely__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-resources-how-to-access-i9bet-safely__faq-item.active .page-resources-how-to-access-i9bet-safely__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 25px;
}

.page-resources-how-to-access-i9bet-safely__final-cta {
  text-align: center;
  margin-top: 60px;
}

.page-resources-how-to-access-i9bet-safely__btn-experience {
  background-color: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom font color for Register/Login */
  border: 2px solid #C30808;
  padding: 18px 50px;
  font-size: 1.3em;
}

.page-resources-how-to-access-i9bet-safely__btn-experience:hover {
  background-color: #a00606;
  border-color: #a00606;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-how-to-access-i9bet-safely__hero-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-access-i9bet-safely__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-access-i9bet-safely__subsection-title {
    font-size: 1.6em;
  }

  .page-resources-how-to-access-i9bet-safely__game-categories {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-access-i9bet-safely__hero-section {
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure spacing below fixed header */
  }

  .page-resources-how-to-access-i9bet-safely__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-access-i9bet-safely__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-access-i9bet-safely__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-access-i9bet-safely__btn-primary,
  .page-resources-how-to-access-i9bet-safely__btn-secondary,
  .page-resources-how-to-access-i9bet-safely a[class*="button"],
  .page-resources-how-to-access-i9bet-safely a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-access-i9bet-safely__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-access-i9bet-safely__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-how-to-access-i9bet-safely__paragraph,
  .page-resources-how-to-access-i9bet-safely__list-item,
  .page-resources-how-to-access-i9bet-safely__card-text {
    font-size: 0.95em;
  }

  .page-resources-how-to-access-i9bet-safely__content-image,
  .page-resources-how-to-access-i9bet-safely__video,
  .page-resources-how-to-access-i9bet-safely__card-image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-how-to-access-i9bet-safely__section,
  .page-resources-how-to-access-i9bet-safely__card,
  .page-resources-how-to-access-i9bet-safely__container,
  .page-resources-how-to-access-i9bet-safely__video-section,
  .page-resources-how-to-access-i9bet-safely__video-container,
  .page-resources-how-to-access-i9bet-safely__video-wrapper,
  .page-resources-how-to-access-i9bet-safely__cta-buttons,
  .page-resources-how-to-access-i9bet-safely__button-group,
  .page-resources-how-to-access-i9bet-safely__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal scroll */
  }

  .page-resources-how-to-access-i9bet-safely__game-categories {
    grid-template-columns: 1fr;
  }

  .page-resources-how-to-access-i9bet-safely__card {
    padding: 20px;
  }

  .page-resources-how-to-access-i9bet-safely__cta-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-access-i9bet-safely__btn-join-now,
  .page-resources-how-to-access-i9bet-safely__btn-experience {
    font-size: 1.1em;
    padding: 12px 25px;
  }

  .page-resources-how-to-access-i9bet-safely__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-how-to-access-i9bet-safely__faq-title {
    font-size: 1.1em;
  }

  .page-resources-how-to-access-i9bet-safely__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-access-i9bet-safely__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-access-i9bet-safely__section-title {
    font-size: 1.6em;
  }

  .page-resources-how-to-access-i9bet-safely__subsection-title {
    font-size: 1.2em;
  }

  .page-resources-how-to-access-i9bet-safely__paragraph,
  .page-resources-how-to-access-i9bet-safely__list-item,
  .page-resources-how-to-access-i9bet-safely__card-text {
    font-size: 0.9em;
  }

  .page-resources-how-to-access-i9bet-safely__btn-primary,
  .page-resources-how-to-access-i9bet-safely__btn-secondary,
  .page-resources-how-to-access-i9bet-safely__btn-join-now,
  .page-resources-how-to-access-i9bet-safely__btn-experience {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-how-to-access-i9bet-safely__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-resources-how-to-access-i9bet-safely__faq-title {
    font-size: 1em;
  }

  .page-resources-how-to-access-i9bet-safely__faq-answer {
    padding: 12px 15px;
  }
}