.page-resources-online-betting-safety-tips {
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  background-color: #FFFFFF;
  color: #333333; /* Dark text on light background for contrast */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-online-betting-safety-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
}

.page-resources-online-betting-safety-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability, not changing color */
}

.page-resources-online-betting-safety-tips__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background for text */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  width: 90%;
}

.page-resources-online-betting-safety-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-online-betting-safety-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-online-betting-safety-tips__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-online-betting-safety-tips__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-online-betting-safety-tips__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-online-betting-safety-tips__button--register:hover {
  background-color: #E0E0E0;
}

.page-resources-online-betting-safety-tips__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-online-betting-safety-tips__button--login:hover {
  background-color: #E6A83C;
}

.page-resources-online-betting-safety-tips__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-online-betting-safety-tips__article-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-online-betting-safety-tips__article-title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-online-betting-safety-tips__article-meta {
  font-size: 0.9em;
  color: #666666;
}

.page-resources-online-betting-safety-tips__article-body p {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-online-betting-safety-tips__section-heading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 2.5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 5px;
}

.page-resources-online-betting-safety-tips__content-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size for content images */
  min-height: 200px;
}

.page-resources-online-betting-safety-tips__bullet-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
  color: #333333;
}

.page-resources-online-betting-safety-tips__bullet-list li {
  margin-bottom: 0.8em;
  font-size: 1.1em;
}

.page-resources-online-betting-safety-tips__bullet-list li strong {
  color: #000000;
}

.page-resources-online-betting-safety-tips__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #F8F8F8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-online-betting-safety-tips__cta-text {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-online-betting-safety-tips__return-link {
  text-align: center;
  margin-top: 40px;
}

.page-resources-online-betting-safety-tips__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-online-betting-safety-tips__link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-online-betting-safety-tips__hero-title {
    font-size: 2.8em;
  }
  .page-resources-online-betting-safety-tips__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety-tips__hero-section {
    padding: 0;
  }
  .page-resources-online-betting-safety-tips__hero-content {
    width: 95%;
    padding: 15px;
  }
  .page-resources-online-betting-safety-tips__hero-title {
    font-size: 2em;
  }
  .page-resources-online-betting-safety-tips__hero-description {
    font-size: 1em;
  }
  .page-resources-online-betting-safety-tips__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-online-betting-safety-tips__button {
    width: 100%;
    padding: 12px 20px;
  }
  .page-resources-online-betting-safety-tips__content-area {
    padding: 15px;
    margin: 20px auto;
  }
  .page-resources-online-betting-safety-tips__article-title {
    font-size: 2em;
  }
  .page-resources-online-betting-safety-tips__section-heading {
    font-size: 1.5em;
  }
  .page-resources-online-betting-safety-tips__article-body p,
  .page-resources-online-betting-safety-tips__bullet-list li {
    font-size: 1em;
  }
  .page-resources-online-betting-safety-tips__content-image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive and don't overflow */
  }
  .page-resources-online-betting-safety-tips__cta-text {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-safety-tips__hero-title {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety-tips__hero-description {
    font-size: 0.9em;
  }
  .page-resources-online-betting-safety-tips__article-title {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety-tips__section-heading {
    font-size: 1.3em;
  }
}