.page-blog-online-betting-beginners-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Light body background, so dark text */
  background-color: #f9f9f9; /* Slightly off-white for sections */
}

.page-blog-online-betting-beginners-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-online-betting-beginners-guide__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-online-betting-beginners-guide__hero-image {
  position: relative;
  width: 100%;
  height: 600px; /* Fixed height for desktop hero */
  overflow: hidden;
}

.page-blog-online-betting-beginners-guide__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop */
  display: block;
}