.page-resources-online-betting-safety-guide {
  --primary-color: #0A2E5B;
  --secondary-color: #FFD700;
  --text-color: #333333;
  --light-bg: #f8f8f8;
  --dark-bg: #0A2E5B;
  --white: #ffffff;
  --gray-border: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color);
}

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

.page-resources-online-betting-safety-guide__section {
  padding: 60px 0;
}

.page-resources-online-betting-safety-guide__section:nth-of-type(even) {
  background-color: var(--light-bg);
}

.page-resources-online-betting-safety-guide h1,
.page-resources-online-betting-safety-guide h2 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.8em;
  font-weight: bold;
}

.page-resources-online-betting-safety-guide h3 {
  color: var(--primary-color);
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-online-betting-safety-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-online-betting-safety-guide ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-online-betting-safety-guide li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-online-betting-safety-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  border: 2px solid var(--secondary-color);
}

.page-resources-online-betting-safety-guide__cta-button:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-safety-guide__cta-button--secondary {
  background: var(--white);
  color: var(--primary-color);
  border-color: var(--primary-color);
  margin-left: 20px;
}

.page-resources-online-betting-safety-guide__cta-button--secondary:hover {
  background: var(--primary-color);
  color: var(--white);
  border-color: var(--primary-color);
}

/* Hero Section */
.page-resources-online-betting-safety-guide__hero {
  background: linear-gradient(135deg, var(--dark-bg) 0%, #1A4D8C 100%);
  padding: 80px 0;
  color: var(--white);
  text-align: center;
}

.page-resources-online-betting-safety-guide__hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-online-betting-safety-guide__hero-content {
  margin-bottom: 40px;
}

.page-resources-online-betting-safety-guide__hero h1 {
  color: var(--secondary-color);
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-online-betting-safety-guide__hero p {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: var(--white);
}

.page-resources-online-betting-safety-guide__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
}

/* Grid Layout */
.page-resources-online-betting-safety-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-online-betting-safety-guide__grid-item {
  background-color: var(--white);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-online-betting-safety-guide__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-online-betting-safety-guide__grid-item img {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-betting-safety-guide__grid-item h3 {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-online-betting-safety-guide__grid-item p {
  font-size: 1em;
  color: var(--text-color);
}

/* Content Block with Image Aside */
.page-resources-online-betting-safety-guide__content-block {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
}

.page-resources-online-betting-safety-guide__content-block .page-resources-online-betting-safety-guide__text-content {
  flex: 2;
}

.page-resources-online-betting-safety-guide__content-block .page-resources-online-betting-safety-guide__image-aside {
  flex: 1;
}

.page-resources-online-betting-safety-guide__content-block .page-resources-online-betting-safety-guide__image-aside img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-safety-guide__list-with-image {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 40px;
}

.page-resources-online-betting-safety-guide__list-with-image .page-resources-online-betting-safety-guide__list-content {
  flex: 2;
}

.page-resources-online-betting-safety-guide__list-with-image .page-resources-online-betting-safety-guide__image-side {
  flex: 1;
}

.page-resources-online-betting-safety-guide__list-with-image .page-resources-online-betting-safety-guide__image-side img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-resources-online-betting-safety-guide__faq h2 {
  margin-bottom: 30px;
}

.page-resources-online-betting-safety-guide__faq-list {
  margin-top: 30px;
}

.page-resources-online-betting-safety-guide .faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-online-betting-safety-guide .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--white);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-online-betting-safety-guide .faq-question:hover {
  background: var(--light-bg);
}

.page-resources-online-betting-safety-guide .faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: var(--primary-color);
}

.page-resources-online-betting-safety-guide .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.page-resources-online-betting-safety-guide .faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.page-resources-online-betting-safety-guide .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: var(--light-bg);
}

.page-resources-online-betting-safety-guide .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
}

.page-resources-online-betting-safety-guide .faq-answer p {
  margin-bottom: 0;
  color: var(--text-color);
}

/* Conclusion Section */
.page-resources-online-betting-safety-guide__conclusion {
  text-align: center;
  background-color: var(--dark-bg);
  color: var(--white);
}

.page-resources-online-betting-safety-guide__conclusion h2 {
  color: var(--secondary-color);
}

.page-resources-online-betting-safety-guide__conclusion p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
}

.page-resources-online-betting-safety-guide__action-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-online-betting-safety-guide__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-online-betting-safety-guide__hero h1 {
    font-size: 2.8em;
  }

  .page-resources-online-betting-safety-guide h2 {
    font-size: 2.2em;
  }

  .page-resources-online-betting-safety-guide h3 {
    font-size: 1.6em;
  }

  .page-resources-online-betting-safety-guide__content-block,
  .page-resources-online-betting-safety-guide__list-with-image {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-online-betting-safety-guide__content-block .page-resources-online-betting-safety-guide__image-aside,
  .page-resources-online-betting-safety-guide__list-with-image .page-resources-online-betting-safety-guide__image-side {
    order: -1; /* Image appears above text on smaller screens */
    margin-bottom: 30px;
  }

  .page-resources-online-betting-safety-guide__content-block .page-resources-online-betting-safety-guide__image-aside img,
  .page-resources-online-betting-safety-guide__list-with-image .page-resources-online-betting-safety-guide__image-side img {
    max-height: 350px;
  }

  .page-resources-online-betting-safety-guide__cta-button--secondary {
    margin-left: 0;
    margin-top: 20px;
  }

  .page-resources-online-betting-safety-guide__action-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety-guide__hero h1 {
    font-size: 2.2em;
  }

  .page-resources-online-betting-safety-guide__hero p {
    font-size: 1.1em;
  }

  .page-resources-online-betting-safety-guide h2 {
    font-size: 1.8em;
  }

  .page-resources-online-betting-safety-guide h3 {
    font-size: 1.4em;
  }

  .page-resources-online-betting-safety-guide__section {
    padding: 40px 0;
  }

  .page-resources-online-betting-safety-guide__grid-item img {
    height: 200px;
  }

  .page-resources-online-betting-safety-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-online-betting-safety-guide__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-online-betting-safety-guide .faq-question {
    padding: 15px 20px;
  }

  .page-resources-online-betting-safety-guide .faq-question h3 {
    font-size: 1.1em;
  }

  .page-resources-online-betting-safety-guide .faq-answer {
    padding: 0 20px;
  }

  .page-resources-online-betting-safety-guide .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

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

  .page-resources-online-betting-safety-guide h2 {
    font-size: 1.6em;
  }

  .page-resources-online-betting-safety-guide h3 {
    font-size: 1.2em;
  }

  .page-resources-online-betting-safety-guide__container {
    padding: 0 15px;
  }

  .page-resources-online-betting-safety-guide__grid {
    gap: 20px;
  }

  .page-resources-online-betting-safety-guide__grid-item {
    padding: 20px;
  }

  .page-resources-online-betting-safety-guide__cta-button {
    width: 100%;
    margin: 10px 0 0 0 !important;
  }

  .page-resources-online-betting-safety-guide__action-buttons {
    gap: 10px;
  }
}