.page-resources-online-betting-security {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--accent-color); /* Matches shared.css body background */
}

.page-resources-online-betting-security__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-online-betting-security__section-title {
  font-size: 32px;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-resources-online-betting-security__text-block {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: justify;
}

/* HERO Section */
.page-resources-online-betting-security__hero-section {
  position: relative;
  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: linear-gradient(135deg, #E0F2F7, #FFFFFF);
  overflow: hidden;
}

.page-resources-online-betting-security__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-online-betting-security__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-online-betting-security__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-online-betting-security__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-online-betting-security__hero-title {
  font-size: 42px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-online-betting-security__hero-description {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}