.page-resources-online-gambling-trends {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Let body background #000000 show through */
}

.page-resources-online-gambling-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-online-gambling-trends__hero-section {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  box-sizing: border-box;
}

.page-resources-online-gambling-trends__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-resources-online-gambling-trends__hero-section .page-resources-online-gambling-trends__container {
  position: relative;
  z-index: 2;
}

.page-resources-online-gambling-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-online-gambling-trends__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-online-gambling-trends__btn-primary {
  display: inline-block;
  background: #017439;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-online-gambling-trends__btn-primary:hover {
  background-color: #005f2e;
}

.page-resources-online-gambling-trends__content-section {
  padding: 60px 0;
}

.page-resources-online-gambling-trends__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-online-gambling-trends__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-online-gambling-trends__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-online-gambling-trends__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-online-gambling-trends__image--full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.page-resources-online-gambling-trends__image--align-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 50%; /* Adjust as needed */
  max-width: 600px;
}

.page-resources-online-gambling-trends__highlight {
  font-weight: bold;
  color: #FFFF00; /* Custom color for highlights */
}

.page-resources-online-gambling-trends__link {
  color: #017439;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-online-gambling-trends__link:hover {
  color: #005f2e;
}

/* Section specific colors for contrast */
.page-resources-online-gambling-trends__dark-bg {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly visible on #000000 body */
  color: #ffffff;
}

.page-resources-online-gambling-trends__dark-bg .page-resources-online-gambling-trends__section-title,
.page-resources-online-gambling-trends__dark-bg .page-resources-online-gambling-trends__sub-title {
  color: #ffffff;
}

.page-resources-online-gambling-trends__dark-bg .page-resources-online-gambling-trends__link {
  color: #FFFF00; /* Yellow for links on dark background */
}

.page-resources-online-gambling-trends__dark-bg .page-resources-online-gambling-trends__link:hover {
  color: #017439; /* Hover with main brand color */
}

.page-resources-online-gambling-trends__light-bg {
  background-color: #ffffff; /* White background for contrast */
  color: #333333;
}

.page-resources-online-gambling-trends__light-bg .page-resources-online-gambling-trends__section-title,
.page-resources-online-gambling-trends__light-bg .page-resources-online-gambling-trends__sub-title {
  color: #000000;
}

.page-resources-online-gambling-trends__light-bg .page-resources-online-gambling-trends__link {
  color: #017439;
}

.page-resources-online-gambling-trends__light-bg .page-resources-online-gambling-trends__link:hover {
  color: #005f2e;
}

/* Video Section */
.page-resources-online-gambling-trends__video-section {
  padding: 60px 0;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-online-gambling-trends__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}