.page-resources-online-betting-for-beginners-88fc-tutorial {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--dark-bg-1); /* Inherited from shared.css */
}

/* --- Hero Section --- */
.page-resources-online-betting-for-beginners-88fc-tutorial__hero-section {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A2239, #1a3c5a); /* Using brand dark blue */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  padding-top: 0; /* Assuming shared.css sets padding-top on body */
}

.page-resources-online-betting-for-beginners-88fc-tutorial__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-online-betting-for-beginners-88fc-tutorial__hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #E0B143; /* Gold for emphasis */
  line-height: 1.2;
  max-width: 900px;
}

.page-resources-online-betting-for-beginners-88fc-tutorial__hero-description {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 800px;
  color: #f0f0f0;
}

.page-resources-online-betting-for-beginners-88fc-tutorial__hero-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-resources-online-betting-for-beginners-88fc-tutorial__hero-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  max-width: 1920px; /* Ensure it doesn't exceed original size */
  opacity: 0.2;
  z-index: 0;
  object-fit: cover;
}

/* --- General Section Styles --- */
.page-resources-online-betting-for-beginners-88fc-tutorial__section {
  padding: 60px 20px;
  margin-bottom: 0; /* No margin between sections */
}

.page-resources-online-betting-for-beginners-88fc-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-online-betting-for-beginners-88fc-tutorial__section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #E0B143; /* Default for dark sections */
}

.page-resources-online-betting-for-beginners-88fc-tutorial__section-title--light {
  color: #0A2239; /* For light sections */
}

.page-resources-online-betting-for-beginners-88fc-tutorial__section-intro {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0; /* Default for dark sections */
}

.page-resources-online-betting-for-beginners-88fc-tutorial__section-intro--light {
  color: #333333; /* For light sections */
}

/* --- Background and Text Color Management --- */
.page-resources-online-betting-for-beginners-88fc-tutorial__dark-bg {
  background-color: #0A2239;
  color: #ffffff;
}

.page-resources-online-betting-for-beginners-88fc-tutorial__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* --- Text Blocks and Lists --- */
.page-resources-online-betting-for-beginners-88fc-tutorial__text-block {
  margin-bottom: 20px;
  font-size: 17px;
}