/* style/resources-go8-responsible-gambling.css */
.page-resources-go8-responsible-gambling {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-go8-responsible-gambling__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-go8-responsible-gambling__hero {
  background: linear-gradient(135deg, #0A2463 0%, #2a4a8d 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-go8-responsible-gambling__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #E3B505;
}

.page-resources-go8-responsible-gambling__hero-subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.page-resources-go8-responsible-gambling__section {
  padding: 60px 0;
}

.page-resources-go8-responsible-gambling__section--alt-bg {
  background-color: #eef2f6;
}

.page-resources-go8-responsible-gambling__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-go8-responsible-gambling__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E3B505;
  border-radius: 2px;
}

.page-resources-go8-responsible-gambling__list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-go8-responsible-gambling__list li {
  background-color: #ffffff;
  border-left: 5px solid #E3B505;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-go8-responsible-gambling__list-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-go8-responsible-gambling__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-go8-responsible-gambling__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page-resources-go8-responsible-gambling__grid-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-resources-go8-responsible-gambling__grid-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-go8-responsible-gambling__callout {
  background-color: #E3B505;
  color: #0A2463;
  padding: 25px 30px;
  border-radius: 8px;
  text-align: center;
  font-size: 1.1em;
  margin-top: 40px;
  font-weight: bold;
}

.page-resources-go8-responsible-gambling__checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-go8-responsible-gambling__checklist li {
  background-color: #ffffff;
  padding: 15px 25px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  padding-left: 40px;
}

.page-resources-go8-responsible-gambling__checklist li::before {
  content: '✔';
  color: #E3B505;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-resources-go8-responsible-gambling__resource-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-go8-responsible-gambling__resource-list li {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-go8-responsible-gambling__resource-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-go8-responsible-gambling__advice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-go8-responsible-gambling__advice-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page-resources-go8-responsible-gambling__advice-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-resources-go8-responsible-gambling__advice-title {
  font-size: 1.7em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-go8-responsible-gambling__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-go8-responsible-gambling__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-go8-responsible-gambling__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 400px;
}

.page-resources-go8-responsible-gambling__faq-section {
  background-color: #f8f9fa;
}

.page-resources-go8-responsible-gambling__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-go8-responsible-gambling__faq-question {
  font-size: 1.5em;
  color: #0A2463;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f0f4f8;
  border-bottom: 1px solid #e0e6ed;
}

.page-resources-go8-responsible-gambling__faq-question::after {
  content: '+';
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-go8-responsible-gambling__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-go8-responsible-gambling__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-resources-go8-responsible-gambling__faq-answer p {
  padding-bottom: 20px;
  margin: 0;
}

.page-resources-go8-responsible-gambling__cta-section {
  background: linear-gradient(45deg, #0A2463, #3a5c9e);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-go8-responsible-gambling__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #E3B505;
  font-weight: bold;
}

.page-resources-go8-responsible-gambling__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.page-resources-go8-responsible-gambling__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
}

.page-resources-go8-responsible-gambling__btn--primary {
  background-color: #E3B505;
  color: #0A2463;
  border: 2px solid #E3B505;
}

.page-resources-go8-responsible-gambling__btn--primary:hover {
  background-color: #c09a04;
  border-color: #c09a04;
  color: #ffffff;
}

.page-resources-go8-responsible-gambling__btn--secondary {
  background-color: #0A2463;
  color: #E3B505;
  border: 2px solid #E3B505;
}

.page-resources-go8-responsible-gambling__btn--secondary:hover {
  background-color: #E3B505;
  color: #0A2463;
}

.page-resources-go8-responsible-gambling__btn--large {
  padding: 18px 45px;
  font-size: 1.3em;
}

.page-resources-go8-responsible-gambling__link-text {
  color: #E3B505;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-go8-responsible-gambling__link-text:hover {
  color: #ffffff;
}

.page-resources-go8-responsible-gambling__cta-note {
  margin-top: 20px;
  font-size: 1em;
}

.page-resources-go8-responsible-gambling .highlight-text {
  color: #E3B505;
  font-weight: bold;
}

@media (max-width: 768px) {
  .page-resources-go8-responsible-gambling__hero-title {
    font-size: 2.5em;
  }
  .page-resources-go8-responsible-gambling__section-title {
    font-size: 2em;
  }
  .page-resources-go8-responsible-gambling__list-title,
  .page-resources-go8-responsible-gambling__grid-title,
  .page-resources-go8-responsible-gambling__resource-title,
  .page-resources-go8-responsible-gambling__advice-title {
    font-size: 1.5em;
  }
  .page-resources-go8-responsible-gambling__image--right {
    float: none;
    margin: 30px auto 20px auto;
    max-width: 100%;
    display: block;
  }
  .page-resources-go8-responsible-gambling__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-go8-responsible-gambling__hero {
    padding: 60px 0;
  }
  .page-resources-go8-responsible-gambling__hero-title {
    font-size: 2em;
  }
  .page-resources-go8-responsible-gambling__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-go8-responsible-gambling__section {
    padding: 40px 0;
  }
  .page-resources-go8-responsible-gambling__section-title {
    font-size: 1.8em;
  }
  .page-resources-go8-responsible-gambling__grid-item,
  .page-resources-go8-responsible-gambling__advice-item {
    padding: 20px;
    min-height: auto;
  }
  .page-resources-go8-responsible-gambling__cta-title {
    font-size: 1.8em;
  }
  .page-resources-go8-responsible-gambling__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-go8-responsible-gambling__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-resources-go8-responsible-gambling__faq-question {
    font-size: 1.2em;
    padding: 15px 20px;
  }
  .page-resources-go8-responsible-gambling__checklist li {
    padding-left: 35px;
  }
  .page-resources-go8-responsible-gambling__checklist li::before {
    left: 10px;
  }
}