.page-resources-online-betting-guide-for-beginners {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Body background from shared.css */
}

.page-resources-online-betting-guide-for-beginners__hero-section {
  position: relative;
  background-color: #017439;
  color: #FFFFFF;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-resources-online-betting-guide-for-beginners__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-online-betting-guide-for-beginners__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-resources-online-betting-guide-for-beginners__hero-description {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 30px;
}

.page-resources-online-betting-guide-for-beginners__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-online-betting-guide-for-beginners__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-resources-online-betting-guide-for-beginners__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-online-betting-guide-for-beginners__btn-primary,
.page-resources-online-betting-guide-for-beginners__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-online-betting-guide-for-beginners__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-online-betting-guide-for-beginners__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-online-betting-guide-for-beginners__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-online-betting-guide-for-beginners__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2e;
}

.page-resources-online-betting-guide-for-beginners__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  color: #333333;
}