.page-resources-how-to-bet-safely-on-alo789 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #FFFFFF); /* Inherit from shared or default to white */
}

.page-resources-how-to-bet-safely-on-alo789__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); /* Fixed header offset */
  background: linear-gradient(135deg, #017439, #005f2e); /* Darker gradient for hero */
  color: #ffffff;
}

.page-resources-how-to-bet-safely-on-alo789__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-how-to-bet-safely-on-alo789__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-how-to-bet-safely-on-alo789__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-how-to-bet-safely-on-alo789__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-how-to-bet-safely-on-alo789__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  color: #FFFF00; /* Custom color for main title on dark background */
}

.page-resources-how-to-bet-safely-on-alo789__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.page-resources-how-to-bet-safely-on-alo789__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #C30808; /* Custom color for CTA button */
  color: #FFFF00; /* Custom color for CTA button font */
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
}

.page-resources-how-to-bet-safely-on-alo789__cta-button:hover {
  background: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-bet-safely-on-alo789__content-section {
  padding: 60px 20px;
}

.page-resources-how-to-bet-safely-on-alo789__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-how-to-bet-safely-on-alo789__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-how-to-bet-safely-on-alo789__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-resources-how-to-bet-safely-on-alo789__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-bet-safely-on-alo789__inline-link {
  color: #017439;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-how-to-bet-safely-on-alo789__inline-link:hover {
  color: #005f2e;
  text-decoration: none;
}

.page-resources-how-to-bet-safely-on-alo789__highlight-text {
  color: #017439;
  font-weight: bold;
}

.page-resources-how-to-bet-safely-on-alo789__features-grid,
.page-resources-how-to-bet-safely-on-alo789__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-bet-safely-on-alo789__feature-card,
.page-resources-how-to-bet-safely-on-alo789__game-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.page-resources-how-to-bet-safely-on-alo789__feature-card:hover,
.page-resources-how-to-bet-safely-on-alo789__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-bet-safely-on-alo789__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-resources-how-to-bet-safely-on-alo789__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-how-to-bet-safely-on-alo789__card-title a {
  color: #017439;
  text-decoration: none;
}

.page-resources-how-to-bet-safely-on-alo789__card-title a:hover {
  text-decoration: underline;
}

.page-resources-how-to-bet-safely-on-alo789__card-text {
  font-size: 1em;
  color: #555555;
  text-align: justify;
}
}