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

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

.page-responsible-gambling-get-help__container--text-center {
  text-align: center;
}

.page-responsible-gambling-get-help__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #304C89 100%);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
}

.page-responsible-gambling-get-help__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E3B23C; /* Golden yellow for emphasis */
  line-height: 1.2;
}

.page-responsible-gambling-get-help__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #E0E0E0;
}

.page-responsible-gambling-get-help__section--white {
  background-color: #FFFFFF;
  color: #333333;
  padding: 60px 0;
}

.page-responsible-gambling-get-help__section--dark-blue {
  background-color: #0A2463;
  color: #FFFFFF;
  padding: 60px 0;
}

.page-responsible-gambling-get-help__section--golden {
  background-color: #E3B23C;
  color: #0A2463;
  padding: 60px 0;
}

.page-responsible-gambling-get-help__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #0A2463;
  text-align: center;
}

.page-responsible-gambling-get-help__section-title--white {
  color: #FFFFFF;
}

.page-responsible-gambling-get-help__section-title--dark-blue {
  color: #0A2463;
}

.page-responsible-gambling-get-help__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #0A2463;
}

.page-responsible-gambling-get-help__sub-title--white {
  color: #E3B23C;
}

.page-responsible-gambling-get-help__text {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-responsible-gambling-get-help__text--white {
  color: #E0E0E0;
}

.page-responsible-gambling-get-help__text--dark-blue {
  color: #0A2463;
}

.page-responsible-gambling-get-help__text--margin-top {
  margin-top: 40px;
}

.page-responsible-gambling-get-help__list,
.page-responsible-gambling-get-help__numbered-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 900px;
  text-align: left;
}

.page-responsible-gambling-get-help__list li,
.page-responsible-gambling-get-help__numbered-list li {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #E3B23C;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 1.05em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-get-help__list--white li {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.page-responsible-gambling-get-help__list--dark-blue li {
  background-color: rgba(10, 36, 99, 0.05);
  color: #0A2463;
  border-left-color: #0A2463;
}

.page-responsible-gambling-get-help__list-item-title {
  color: #0A2463;
}

.page-responsible-gambling-get-help__list--white .page-responsible-gambling-get-help__list-item-title {
  color: #E3B23C;
}

.page-responsible-gambling-get-help__list--dark-blue .page-responsible-gambling-get-help__list-item-title {
  color: #0A2463;
}

.page-responsible-gambling-get-help__numbered-list {
  counter-reset: my-awesome-counter;
}

.page-responsible-gambling-get-help__numbered-list li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 50px;
}

.page-responsible-gambling-get-help__numbered-list li::before {
  content: counter(my-awesome-counter);
  background-color: #E3B23C;
  color: #0A2463;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 0.9em;
}

.page-responsible-gambling-get-help__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-responsible-gambling-get-help__button--primary {
  background-color: #E3B23C;
  color: #0A2463;
  border: 2px solid #E3B23C;
}

.page-responsible-gambling-get-help__button--primary:hover {
  background-color: #F0C45C;
  transform: translateY(-3px);
}

.page-responsible-gambling-get-help__button--secondary {
  background-color: transparent;
  color: #0A2463;
  border: 2px solid #0A2463;
}

.page-responsible-gambling-get-help__button--secondary:hover {
  background-color: #0A2463;
  color: #E3B23C;
  transform: translateY(-3px);
}

.page-responsible-gambling-get-help__button--dark {
  background-color: #0A2463;
  color: #E3B23C;
  border: 2px solid #0A2463;
}

.page-responsible-gambling-get-help__button--dark:hover {
  background-color: #1A3C7E;
  transform: translateY(-3px);
}

.page-responsible-gambling-get-help__flex-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-responsible-gambling-get-help__flex-group > div {
  flex: 1;
  min-width: 300px;
}

.page-responsible-gambling-get-help__image-wrapper {
  margin-bottom: 30px;
}

.page-responsible-gambling-get-help__image-wrapper--left {
  order: 0;
}

.page-responsible-gambling-get-help__image-wrapper--right {
  order: 1;
}

.page-responsible-gambling-get-help__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-get-help__grid-3-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gambling-get-help__card {
  background-color: #F8F8F8;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

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

.page-responsible-gambling-get-help__card-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-responsible-gambling-get-help__card-text {
  font-size: 1em;
  color: #555;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-responsible-gambling-get-help__button-group {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-responsible-gambling-get-help__contact-section {
  padding: 80px 0;
  background-color: #F0F4F8;
}

@media (max-width: 768px) {
  .page-responsible-gambling-get-help__hero-title {
    font-size: 2.5em;
  }

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

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

  .page-responsible-gambling-get-help__flex-group {
    flex-direction: column;
  }

  .page-responsible-gambling-get-help__image-wrapper--left,
  .page-responsible-gambling-get-help__image-wrapper--right {
    order: unset;
  }

  .page-responsible-gambling-get-help__list li,
  .page-responsible-gambling-get-help__numbered-list li {
    padding: 15px 15px 15px 45px;
  }

  .page-responsible-gambling-get-help__numbered-list li::before {
    left: 5px;
  }

  .page-responsible-gambling-get-help__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

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

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

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

  .page-responsible-gambling-get-help__button-group {
    flex-direction: column;
  }
}