/* style/resources-online-betting-safety.css */
.page-resources-online-betting-safety {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-online-betting-safety__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-online-betting-safety__hero-section {
  background: linear-gradient(135deg, #FFD700, #1E90FF);
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.page-resources-online-betting-safety__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-resources-online-betting-safety__hero-title .highlight {
  color: #000;
}

.page-resources-online-betting-safety__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-betting-safety__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-resources-online-betting-safety__button--primary {
  background-color: #FFD700;
  color: #1E90FF;
}

.page-resources-online-betting-safety__button--primary:hover {
  background-color: #e6c200;
  color: #1565b3;
  transform: translateY(-2px);
}

.page-resources-online-betting-safety__content-section {
  padding: 60px 0;
}

.page-resources-online-betting-safety__article-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.page-resources-online-betting-safety__sidebar {
  flex: 0 0 280px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 20px;
}

.page-resources-online-betting-safety__sidebar-title {
  font-size: 1.6em;
  color: #1E90FF;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-online-betting-safety__table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-online-betting-safety__table-of-contents li {
  margin-bottom: 15px;
}

.page-resources-online-betting-safety__table-of-contents a {
  text-decoration: none;
  color: #555;
  font-size: 1.05em;
  transition: color 0.2s ease;
  display: block;
  padding: 5px 0;
}

.page-resources-online-betting-safety__table-of-contents a:hover,
.page-resources-online-betting-safety__table-of-contents a.active {
  color: #1E90FF;
  font-weight: bold;
}

.page-resources-online-betting-safety__cta-card {
  background-color: #1E90FF;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
  text-align: center;
}

.page-resources-online-betting-safety__cta-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-resources-online-betting-safety__cta-text {
  font-size: 1em;
  margin-bottom: 25px;
  line-height: 1.5;
}

.page-resources-online-betting-safety__button--secondary {
  background-color: #FFD700;
  color: #1E90FF;
  width: 100%;
  margin-bottom: 15px;
}

.page-resources-online-betting-safety__button--secondary:hover {
  background-color: #e6c200;
  color: #1565b3;
}

.page-resources-online-betting-safety__button--tertiary {
  background-color: #fff;
  color: #1E90FF;
  width: 100%;
  border: 1px solid #FFD700;
}

.page-resources-online-betting-safety__button--tertiary:hover {
  background-color: #f0f0f0;
  color: #1565b3;
}

.page-resources-online-betting-safety__article-content {
  flex: 1;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  max-width: 800px;
}

.page-resources-online-betting-safety__intro-paragraph {
  font-size: 1.15em;
  margin-bottom: 30px;
  line-height: 1.7;
  color: #444;
}

.page-resources-online-betting-safety__intro-paragraph a {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-online-betting-safety__intro-paragraph a:hover {
  text-decoration: underline;
}

.page-resources-online-betting-safety__article-heading {
  font-size: 2.2em;
  color: #1E90FF;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-online-betting-safety__article-subheading {
  font-size: 1.6em;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-online-betting-safety__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-safety__article-content p {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #333;
}

.page-resources-online-betting-safety__article-content p a {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-online-betting-safety__article-content p a:hover {
  text-decoration: underline;
}

.page-resources-online-betting-safety__article-content ul {
  list-style: disc;
  margin: 0 0 20px 25px;
  padding: 0;
  color: #333;
}

.page-resources-online-betting-safety__article-content ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-online-betting-safety__article-content ul li strong {
  color: #1E90FF;
}

.page-resources-online-betting-safety__action-buttons {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-online-betting-safety__action-buttons .page-resources-online-betting-safety__button {
  min-width: 200px;
}

.page-resources-online-betting-safety__back-link {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-resources-online-betting-safety__back-link a {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-online-betting-safety__back-link a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-online-betting-safety__article-layout {
    flex-direction: column;
  }

  .page-resources-online-betting-safety__sidebar {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }

  .page-resources-online-betting-safety__article-content {
    padding: 30px;
  }

  .page-resources-online-betting-safety__hero-title {
    font-size: 2.5em;
  }

  .page-resources-online-betting-safety__hero-subtitle {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety__hero-section {
    padding: 60px 0;
  }

  .page-resources-online-betting-safety__hero-title {
    font-size: 2em;
  }

  .page-resources-online-betting-safety__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-online-betting-safety__article-content {
    padding: 20px;
  }

  .page-resources-online-betting-safety__article-heading {
    font-size: 1.8em;
  }

  .page-resources-online-betting-safety__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-online-betting-safety__action-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-online-betting-safety__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-safety__hero-title {
    font-size: 1.8em;
  }

  .page-resources-online-betting-safety__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-online-betting-safety__article-heading {
    font-size: 1.5em;
  }

  .page-resources-online-betting-safety__article-subheading {
    font-size: 1.2em;
  }

  .page-resources-online-betting-safety__sidebar-title {
    font-size: 1.4em;
  }

  .page-resources-online-betting-safety__cta-title {
    font-size: 1.5em;
  }

  .page-resources-online-betting-safety__button {
    padding: 12px 20px;
    font-size: 1em;
  }
}