.page-resources-774pub-online-betting-security-guide {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for default light body background */
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-774pub-online-betting-security-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #0A2239; /* Main brand color for hero background */
  color: #ffffff;
  padding: 0;
}

.page-resources-774pub-online-betting-security-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly dim the image for text readability, not changing color hue */
}

.page-resources-774pub-online-betting-security-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 900px;
  padding: 20px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-resources-774pub-online-betting-security-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-resources-774pub-online-betting-security-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-774pub-online-betting-security-guide__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-774pub-online-betting-security-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}

.page-resources-774pub-online-betting-security-guide__button--primary {
  background-color: #FFD700; /* Accent color for primary button */
  color: #0A2239; /* Main color for text */
}

.page-resources-774pub-online-betting-security-guide__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-774pub-online-betting-security-guide__button--secondary {
  background-color: #0A2239; /* Main color for secondary button */
  color: #FFD700; /* Accent color for text */
  border: 2px solid #FFD700;
}

.page-resources-774pub-online-betting-security-guide__button--secondary:hover {
  background-color: #1a3a5e;
  transform: translateY(-2px);
}

.page-resources-774pub-online-betting-security-guide__button--call-to-action {
  background-color: #FFD700; /* Accent color for call to action button */
  color: #0A2239; /* Main color for text */
  padding: 15px 40px;
  font-size: 1.2em;
  margin-top: 30px;
}

.page-resources-774pub-online-betting-security-guide__button--call-to-action:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-774pub-online-betting-security-guide__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-774pub-online-betting-security-guide__section-title {
  font-size: 2.2em;
  color: #0A2239;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.page-resources-774pub-online-betting-security-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
}

.page-resources-774pub-online-betting-security-guide__sub-section-title {
  font-size: 1.8em;
  color: #0A2239;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-774pub-online-betting-security-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-774pub-online-betting-security-guide__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-774pub-online-betting-security-guide__list-item {
  margin-bottom: 10px;
}

.page-resources-774pub-online-betting-security-guide__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-774pub-online-betting-security-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-774pub-online-betting-security-guide__grid-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-774pub-online-betting-security-guide__grid-item:hover {
  transform: translateY(-5px);
}

.page-resources-774pub-online-betting-security-guide__grid-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-774pub-online-betting-security-guide__grid-title {
  font-size: 1.4em;
  color: #0A2239;
  margin-bottom: 15px;
}

.page-resources-774pub-online-betting-security-guide__grid-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-774pub-online-betting-security-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
}

.page-resources-774pub-online-betting-security-guide__faq-question {
  font-size: 1.2em;
  color: #0A2239;
  margin-bottom: 10px;
}

.page-resources-774pub-online-betting-security-guide__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-resources-774pub-online-betting-security-guide__related-resources {
  margin-top: 60px;
  text-align: center;
}

.page-resources-774pub-online-betting-security-guide__resource-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-774pub-online-betting-security-guide__resource-item {
  margin-bottom: 15px;
}

.page-resources-774pub-online-betting-security-guide__resource-link {
  font-size: 1.2em;
  color: #0A2239;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-774pub-online-betting-security-guide__resource-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-774pub-online-betting-security-guide__call-to-action-section {
  background-color: #0A2239;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  margin-top: 60px;
}

.page-resources-774pub-online-betting-security-guide__call-to-action-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-resources-774pub-online-betting-security-guide__call-to-action-description {
  font-size: 1.3em;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-774pub-online-betting-security-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-774pub-online-betting-security-guide__hero-description {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-774pub-online-betting-security-guide {
    padding-top: var(--header-offset, 80px); /* Adjust for smaller mobile header */
  }
  .page-resources-774pub-online-betting-security-guide__hero-content {
    padding: 15px;
  }
  .page-resources-774pub-online-betting-security-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-774pub-online-betting-security-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-774pub-online-betting-security-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-774pub-online-betting-security-guide__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .page-resources-774pub-online-betting-security-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-774pub-online-betting-security-guide__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-774pub-online-betting-security-guide__paragraph,
  .page-resources-774pub-online-betting-security-guide__list,
  .page-resources-774pub-online-betting-security-guide__list-item,
  .page-resources-774pub-online-betting-security-guide__grid-description,
  .page-resources-774pub-online-betting-security-guide__faq-answer {
    font-size: 1em;
  }
  .page-resources-774pub-online-betting-security-guide__grid {
    grid-template-columns: 1fr;
  }
  .page-resources-774pub-online-betting-security-guide__call-to-action-title {
    font-size: 2em;
  }
  .page-resources-774pub-online-betting-security-guide__call-to-action-description {
    font-size: 1.1em;
  }
  /* Mobile content area images must be responsive */
  .page-resources-774pub-online-betting-security-guide img {
    max-width: 100%;
    height: auto;
  }
}