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

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

.page-responsible-gambling .highlight {
  color: #FFD700;
}

.page-responsible-gambling .link-text {
  color: #0A246A;
  text-decoration: underline;
}

.page-responsible-gambling .link-text:hover {
  color: #FFD700;
}

.page-responsible-gambling__hero {
  background: linear-gradient(135deg, #0A246A 0%, #3a5c9b 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gambling__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-responsible-gambling__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-responsible-gambling__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-responsible-gambling__btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 1.1em;
}

.page-responsible-gambling__btn--primary {
  background-color: #FFD700;
  color: #0A246A;
  border: 2px solid #FFD700;
}

.page-responsible-gambling__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-responsible-gambling__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-right: 15px;
}

.page-responsible-gambling__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-2px);
}

.page-responsible-gambling__section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-responsible-gambling__section:nth-child(even) {
  background-color: #f2f4f8;
}

.page-responsible-gambling__section-title {
  font-size: 2.5em;
  color: #0A246A;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-responsible-gambling__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-responsible-gambling__item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}

.page-responsible-gambling__item:hover {
  transform: translateY(-5px);
}

.page-responsible-gambling__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.page-responsible-gambling__item h3 {
  font-size: 1.5em;
  color: #0A246A;
  margin-bottom: 15px;
}

.page-responsible-gambling__item p {
  color: #555;
}

.page-responsible-gambling__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-responsible-gambling__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-responsible-gambling__text-content {
  flex: 1;
  min-width: 300px;
}

.page-responsible-gambling__text-content h3 {
  font-size: 1.8em;
  color: #0A246A;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-responsible-gambling__text-content p {
  margin-bottom: 15px;
  color: #444;
}

.page-responsible-gambling__image-content {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-responsible-gambling__main-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-responsible-gambling__list li {
  margin-bottom: 10px;
}

.page-responsible-gambling__cta-text {
  text-align: center;
  font-size: 1.1em;
  margin-top: 30px;
  color: #0A246A;
  font-weight: bold;
}

.page-responsible-gambling__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  transition: box-shadow 0.3s ease;
}

.page-responsible-gambling__faq-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-responsible-gambling__faq-item h3 {
  font-size: 1.6em;
  color: #0A246A;
  margin-bottom: 10px;
}

.page-responsible-gambling__faq-item p {
  color: #555;
}

.page-responsible-gambling__cta-section {
  background-color: #0A246A;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-responsible-gambling__cta-section .page-responsible-gambling__section-title {
  color: #ffffff;
}

.page-responsible-gambling__cta-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

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

  .page-responsible-gambling__grid {
    grid-template-columns: 1fr;
  }

  .page-responsible-gambling__content-wrapper {
    flex-direction: column;
  }

  .page-responsible-gambling__content-wrapper--reversed {
    flex-direction: column;
  }

  .page-responsible-gambling__btn--secondary {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

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

  .page-responsible-gambling__hero-description {
    font-size: 1em;
  }

  .page-responsible-gambling__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

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

  .page-responsible-gambling__item h3 {
    font-size: 1.3em;
  }

  .page-responsible-gambling__text-content h3 {
    font-size: 1.5em;
  }
}