/* style/resources-online-gambling-safety.css */

/* Base styles for the page content */
.page-resources-online-gambling-safety {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f8f9fa; /* A very light grey to ensure good contrast with default text */
}

/* Header offset for desktop */
.page-resources-online-gambling-safety__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  position: relative;
  overflow: hidden;
}

/* Hero Section */
.page-resources-online-gambling-safety__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px; /* Add some padding at the bottom */
  background: linear-gradient(135deg, #007bff, #ffc107); /* Using brand colors */
  color: #ffffff; /* White text for dark background */
}