.page-responsible-gambling-gambling-myths {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-responsible-gambling-gambling-myths__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-responsible-gambling-gambling-myths__hero-section {
  background: linear-gradient(135deg, #0A2463, #3A5A90);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gambling-gambling-myths__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 215, 0, 0.1);
  border-radius: 50%;
  animation: page-responsible-gambling-gambling-myths__bubble-float 15s ease-in-out infinite alternate;
}

.page-responsible-gambling-gambling-myths__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
  animation: page-responsible-gambling-gambling-myths__bubble-float 12s ease-in-out infinite;
}

@keyframes page-responsible-gambling-gambling-myths__bubble-float {
  0% { transform: translate(0, 0); }
  50% { transform: translate(20px, 20px); }
  100% { transform: translate(0, 0); }
}

.page-responsible-gambling-gambling-myths__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold text on dark blue background */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-gambling-myths__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-responsible-gambling-gambling-myths__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-responsible-gambling-gambling-myths__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-responsible-gambling-gambling-myths__cta-button--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-responsible-gambling-gambling-myths__cta-button--secondary:hover {
  background-color: #1a3a7a;
  border-color: #e6c200;
}

.page-responsible-gambling-gambling-myths__cta-button--large {
  padding: 20px 40px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-responsible-gambling-gambling-myths__content-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-responsible-gambling-gambling-myths__section-title {
  font-size: 2.5em;
  color: #0A2463; /* Dark blue heading */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-responsible-gambling-gambling-myths__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold underline */
  border-radius: 2px;
}

.page-responsible-gambling-gambling-myths__content-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-responsible-gambling-gambling-myths__myth-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-responsible-gambling-gambling-myths__myth-item:hover {
  transform: translateY(-5px);
}

.page-responsible-gambling-gambling-myths__myth-title {
  font-size: 1.8em;
  color: #0A2463; /* Dark blue title */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-responsible-gambling-gambling-myths__myth-image,
.page-responsible-gambling-gambling-myths__main-image,
.page-responsible-gambling-gambling-myths__advice-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 8px;
  margin: 25px auto;
  display: block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-gambling-myths__content-section ul,
.page-responsible-gambling-gambling-myths__content-section ol {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-responsible-gambling-gambling-myths__content-section ol {
  list-style-type: decimal;
}

.page-responsible-gambling-gambling-myths__content-section li {
  font-size: 1.1em;
  margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-responsible-gambling-gambling-myths__hero-title {
    font-size: 2.5em;
  }

  .page-responsible-gambling-gambling-myths__hero-subtitle {
    font-size: 1.2em;
  }

  .page-responsible-gambling-gambling-myths__section-title {
    font-size: 2em;
  }

  .page-responsible-gambling-gambling-myths__myth-title {
    font-size: 1.5em;
  }

  .page-responsible-gambling-gambling-myths__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-responsible-gambling-gambling-myths__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-gambling-myths__hero-title {
    font-size: 2em;
  }

  .page-responsible-gambling-gambling-myths__hero-subtitle {
    font-size: 1em;
  }

  .page-responsible-gambling-gambling-myths__section-title {
    font-size: 1.8em;
  }

  .page-responsible-gambling-gambling-myths__myth-title {
    font-size: 1.3em;
  }

  .page-responsible-gambling-gambling-myths__myth-item {
    padding: 20px;
  }
  .page-responsible-gambling-gambling-myths__hero-section {
    padding: 80px 0;
  }
}