.page-resources-online-betting-safety-i9bet {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-online-betting-safety-i9bet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #017439; /* Brand green background for hero */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-online-betting-safety-i9bet__hero-content {
  max-width: 900px;
  z-index: 10;
  margin-bottom: 40px;
}

.page-resources-online-betting-safety-i9bet__main-title {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #FFFF00; /* Yellow for prominence */
  line-height: 1.2;
}

.page-resources-online-betting-safety-i9bet__intro-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-online-betting-safety-i9bet__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-online-betting-safety-i9bet__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Subtle background image */
}

.page-resources-online-betting-safety-i9bet__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
}

.page-resources-online-betting-safety-i9bet__btn-primary,
.page-resources-online-betting-safety-i9bet__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;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-resources-online-betting-safety-i9bet__btn-primary {
  background: #C30808; /* Red for registration/login */
  color: #FFFF00; /* Yellow for text */
  border: 2px solid #C30808;
}

.page-resources-online-betting-safety-i9bet__btn-primary:hover {
  background: #a30606;
  color: #ffffff;
  border-color: #a30606;
}

.page-resources-online-betting-safety-i9bet__btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-online-betting-safety-i9bet__btn-secondary:hover {
  background: #ffffff;
  color: #017439;
  border-color: #ffffff;
}

.page-resources-online-betting-safety-i9bet__content-area,
.page-resources-online-betting-safety-i9bet__features-section,
.page-resources-online-betting-safety-i9bet__security-features,
.page-resources-online-betting-safety-i9bet__bonus-guide,
.page-resources-online-betting-safety-i9bet__responsible-gambling,
.page-resources-online-betting-safety-i9bet__faq-section,
.page-resources-online-betting-safety-i9bet__cta-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-resources-online-betting-safety-i9bet__dark-bg {
  background-color: #1a1a1a; /* Slightly lighter dark for sections */
  color: #ffffff;
}

.page-resources-online-betting-safety-i9bet__section-title {
  font-size: 2.2rem;
  color: #FFFF00; /* Yellow for main titles */
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-online-betting-safety-i9bet__sub-title {
  font-size: 1.8rem;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-online-betting-safety-i9bet__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-online-betting-safety-i9bet__list,
.page-resources-online-betting-safety-i9bet__list-ordered {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-online-betting-safety-i9bet__list-ordered {
  list-style-type: decimal;
}

.page-resources-online-betting-safety-i9bet__list-item {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-resources-online-betting-safety-i9bet__highlight {
  color: #FFFF00;
  font-weight: bold;
}

.page-resources-online-betting-safety-i9bet__link-inline {
  color: #FFFF00;
  text-decoration: underline;
}

.page-resources-online-betting-safety-i9bet__link-inline:hover {
  color: #ffffff;
}

.page-resources-online-betting-safety-i9bet__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-online-betting-safety-i9bet__card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white for cards */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-online-betting-safety-i9bet__card:hover {
  transform: translateY(-10px);
}

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

.page-resources-online-betting-safety-i9bet__card-title {
  font-size: 1.5rem;
  color: #FFFF00;
  margin-bottom: 15px;
}

.page-resources-online-betting-safety-i9bet__card-text {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-resources-online-betting-safety-i9bet__security-features .page-resources-online-betting-safety-i9bet__section-title {
  color: #017439;
}

.page-resources-online-betting-safety-i9bet__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-online-betting-safety-i9bet__feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-online-betting-safety-i9bet__feature-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

.page-resources-online-betting-safety-i9bet__feature-title {
  font-size: 1.4rem;
  color: #017439;
  margin-bottom: 10px;
}

.page-resources-online-betting-safety-i9bet__feature-description {
  font-size: 1rem;
  color: #555555;
}

.page-resources-online-betting-safety-i9bet__bonus-guide {
  text-align: center;
}

.page-resources-online-betting-safety-i9bet__bonus-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-resources-online-betting-safety-i9bet__bonus-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-safety-i9bet__bonus-steps {
  text-align: left;
  max-width: 800px;
}

.page-resources-online-betting-safety-i9bet__btn-full-width {
  width: 100%;
  margin-top: 30px;
}

.page-resources-online-betting-safety-i9bet__responsible-gambling .page-resources-online-betting-safety-i9bet__section-title {
  color: #017439;
}

.page-resources-online-betting-safety-i9bet__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-safety-i9bet__faq-list {
  margin-top: 30px;
}

.page-resources-online-betting-safety-i9bet__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-resources-online-betting-safety-i9bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #FFFF00;
  background-color: rgba(1, 116, 57, 0.8); /* Brand green with transparency */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none; /* For details/summary */
}

.page-resources-online-betting-safety-i9bet__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-online-betting-safety-i9bet__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-resources-online-betting-safety-i9bet__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-resources-online-betting-safety-i9bet__cta-section {
  text-align: center;
  background-color: #017439; /* Brand green background */
  color: #ffffff;
  padding: 80px 20px;
  border-radius: 10px;
  margin-top: 60px;
}

.page-resources-online-betting-safety-i9bet__cta-title {
  font-size: 2.5rem;
  color: #FFFF00;
  margin-bottom: 25px;
}

.page-resources-online-betting-safety-i9bet__cta-description {
  font-size: 1.2rem;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-resources-online-betting-safety-i9bet__btn-large {
  padding: 18px 40px;
  font-size: 1.2rem;
}

/* Image specific styles */
.page-resources-online-betting-safety-i9bet img {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-online-betting-safety-i9bet__main-title {
    font-size: 2.4rem;
  }
  .page-resources-online-betting-safety-i9bet__intro-text {
    font-size: 1.1rem;
  }
  .page-resources-online-betting-safety-i9bet__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety-i9bet {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-online-betting-safety-i9bet__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is below fixed header */
  }
  .page-resources-online-betting-safety-i9bet__main-title {
    font-size: 2rem;
  }
  .page-resources-online-betting-safety-i9bet__intro-text {
    font-size: 1rem;
  }
  .page-resources-online-betting-safety-i9bet__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-online-betting-safety-i9bet__btn-primary,
  .page-resources-online-betting-safety-i9bet__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }
  .page-resources-online-betting-safety-i9bet__content-area,
  .page-resources-online-betting-safety-i9bet__features-section,
  .page-resources-online-betting-safety-i9bet__security-features,
  .page-resources-online-betting-safety-i9bet__bonus-guide,
  .page-resources-online-betting-safety-i9bet__responsible-gambling,
  .page-resources-online-betting-safety-i9bet__faq-section,
  .page-resources-online-betting-safety-i9bet__cta-section {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-online-betting-safety-i9bet__section-title {
    font-size: 1.8rem;
  }
  .page-resources-online-betting-safety-i9bet__sub-title {
    font-size: 1.5rem;
  }
  .page-resources-online-betting-safety-i9bet__card {
    padding: 20px;
  }
  .page-resources-online-betting-safety-i9bet__feature-item {
    padding: 20px;
  }
  .page-resources-online-betting-safety-i9bet__bonus-content {
    flex-direction: column;
  }
  .page-resources-online-betting-safety-i9bet__cta-title {
    font-size: 2rem;
  }
  .page-resources-online-betting-safety-i9bet__cta-description {
    font-size: 1.1rem;
  }
  /* Mobile image responsiveness */
  .page-resources-online-betting-safety-i9bet img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-online-betting-safety-i9bet__hero-image-wrapper,
  .page-resources-online-betting-safety-i9bet__bonus-image,
  .page-resources-online-betting-safety-i9bet__content-image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}