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

.page-resources-responsible-gambling-tips__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-responsible-gambling-tips__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-resources-responsible-gambling-tips__hero > * {
  position: relative;
  z-index: 1;
}

.page-resources-responsible-gambling-tips__back-link {
  display: inline-block;
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.page-resources-responsible-gambling-tips__back-link:hover {
  color: #fff;
}

.page-resources-responsible-gambling-tips__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
}

.page-resources-responsible-gambling-tips__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

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

.page-resources-responsible-gambling-tips__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1em;
  border: 2px solid transparent;
}

.page-resources-responsible-gambling-tips__btn--primary {
  background-color: #ffc107;
  color: #007bff;
  border-color: #ffc107;
}

.page-resources-responsible-gambling-tips__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #0056b3;
}

.page-resources-responsible-gambling-tips__btn--secondary {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.page-resources-responsible-gambling-tips__btn--secondary:hover {
  background-color: #fff;
  color: #007bff;
}

.page-resources-responsible-gambling-tips__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-responsible-gambling-tips__article-content {
  max-width: 800px;
  line-height: 1.7;
}

.page-resources-responsible-gambling-tips__section-heading {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-responsible-gambling-tips__sub-heading {
  font-size: 1.5em;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

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

.page-resources-responsible-gambling-tips__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-responsible-gambling-tips__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-responsible-gambling-tips__action-section {
  background-color: #eaf6ff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  border: 1px solid #cce5ff;
}

.page-resources-responsible-gambling-tips__action-section .page-resources-responsible-gambling-tips__sub-heading {
  color: #0056b3;
  margin-top: 0;
}

.page-resources-responsible-gambling-tips__action-section p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333;
}

.page-resources-responsible-gambling-tips__action-section .page-resources-responsible-gambling-tips__cta-buttons {
  margin-top: 0;
}

.page-resources-responsible-gambling-tips__back-to-home {
  display: inline-block;
  margin-top: 40px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-responsible-gambling-tips__back-to-home:hover {
  color: #0056b3;
}

.page-resources-responsible-gambling-tips__floating-cta {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
}

.page-resources-responsible-gambling-tips__floating-btn {
  background-color: #ffc107;
  color: #007bff;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-resources-responsible-gambling-tips__floating-btn:hover {
  background-color: #e0a800;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.page-resources-responsible-gambling-tips__floating-btn span {
  font-size: 1.1em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-responsible-gambling-tips__title {
    font-size: 2.2em;
  }
  .page-resources-responsible-gambling-tips__subtitle {
    font-size: 1em;
  }
  .page-resources-responsible-gambling-tips__section-heading {
    font-size: 1.8em;
  }
  .page-resources-responsible-gambling-tips__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-responsible-gambling-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-responsible-gambling-tips__btn {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .page-resources-responsible-gambling-tips__floating-cta {
    bottom: 15px;
    right: 15px;
  }
  .page-resources-responsible-gambling-tips__floating-btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-resources-responsible-gambling-tips__title {
    font-size: 1.8em;
  }
  .page-resources-responsible-gambling-tips__hero {
    padding: 60px 0 40px;
  }
  .page-resources-responsible-gambling-tips__content-section {
    padding: 40px 0;
  }
  .page-resources-responsible-gambling-tips__action-section {
    padding: 30px 20px;
  }
}