:root {
  --primary-color: #0A2463;
  --secondary-color: #F2C700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f8f8f8;
  --background-dark: #0A2463;
  --border-color: #e0e0e0;
}

.page-resources-online-gambling-guide {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
  background-color: var(--background-light);
}

.page-resources-online-gambling-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-online-gambling-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--border-color);
}

.page-resources-online-gambling-guide__section:last-of-type {
  border-bottom: none;
}

.page-resources-online-gambling-guide__section-title {
  font-size: 36px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-online-gambling-guide__subsection-title {
  font-size: 24px;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-online-gambling-guide__text-link {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: 600;
}

.page-resources-online-gambling-guide__text-link:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-resources-online-gambling-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-online-gambling-guide__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-online-gambling-guide__sub-list {
  list-style-type: circle;
  margin-left: 25px;
  margin-top: 10px;
}

.page-resources-online-gambling-guide__list-item {
  margin-bottom: 10px;
}

.page-resources-online-gambling-guide__note {
  font-style: italic;
  color: #666;
  margin-top: 20px;
  text-align: center;
}

.page-resources-online-gambling-guide__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);
  background: linear-gradient(135deg, var(--primary-color) 0%, #0A2463c7 100%);
  color: var(--text-light);
}

.page-resources-online-gambling-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.page-resources-online-gambling-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.page-resources-online-gambling-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-online-gambling-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 90%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
}

.page-resources-online-gambling-guide__hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--secondary-color);
  line-height: 1.2;
}

.page-resources-online-gambling-guide__hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--text-light);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-gambling-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}