:root {
  --primary-color: #017439; /* SHBET Green */
  --secondary-color: #FFFFFF; /* White */
  --accent-color-register: #C30808; /* Register/Login Red */
  --accent-font-register: #FFFF00; /* Register/Login Yellow Font */
  --text-dark: #333333;
  --text-light: #ffffff;
  --border-light: #e0e0e0;
  --bg-light: #f9f9f9;
}

.page-resources-latest-shbet-slots-review {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light background */
  background-color: var(--secondary-color); /* Matches body background from shared.css */
}

/* --- Hero Section --- */
.page-resources-latest-shbet-slots-review__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); /* Ensure content is not hidden by fixed header */
  background: linear-gradient(135deg, var(--primary-color) 0%, #017439aa 100%); /* Green gradient for visual appeal */
  overflow: hidden; /* Ensure content doesn't spill */
}

.page-resources-latest-shbet-slots-review__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-latest-shbet-slots-review__hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.page-resources-latest-shbet-slots-review__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: var(--text-light); /* Light text on dark/gradient background */
}