.page-resources-mobile-betting-safety-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-resources-mobile-betting-safety-tips__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-mobile-betting-safety-tips__section h2 {
  font-size: 36px;
  color: #CC0000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-mobile-betting-safety-tips__section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-resources-mobile-betting-safety-tips__section h3 {
  font-size: 24px;
  color: #CC0000;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-mobile-betting-safety-tips__hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #CC0000 0%, #FFD700 100%); /* Fallback for image load issues */
}

.page-resources-mobile-betting-safety-tips__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-mobile-betting-safety-tips__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  filter: brightness(0.8); /* Slightly darken image for text readability, not color change */
  margin-bottom: 30px;
}

.page-resources-mobile-betting-safety-tips__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-mobile-betting-safety-tips__hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-mobile-betting-safety-tips__hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mobile-betting-safety-tips__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #CC0000;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-mobile-betting-safety-tips__cta-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-resources-mobile-betting-safety-tips__cta-button--large {
  padding: 18px 50px;
  font-size: 20px;
}

.page-resources-mobile-betting-safety-tips__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 40px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-mobile-betting-safety-tips__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-mobile-betting-safety-tips__card {
  background-color: #fefefe;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

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

.page-resources-mobile-betting-safety-tips__card-image {
  width: 100%;
  max-width: 400px; /* Ensure images are not too small */
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
  filter: none; /* Ensure no color filters are applied */
}

.page-resources-mobile-betting-safety-tips__card h3 {
  font-size: 22px;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-resources-mobile-betting-safety-tips__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-mobile-betting-safety-tips__list li {
  background-color: #fefefe;
  margin-bottom: 20px;
  padding: 25px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.page-resources-mobile-betting-safety-tips__list li h3 {
  color: #CC0000;
  margin-top: 0;
  font-size: 22px;
}

.page-resources-mobile-betting-safety-tips__action-area {
  text-align: center;
  margin-top: 50px;
  padding: 40px 20px;
  background: linear-gradient(90deg, #CC0000, #FFD700);
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-mobile-betting-safety-tips__action-area p {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* FAQ Section */
.page-resources-mobile-betting-safety-tips__faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #CC0000;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-mobile-betting-safety-tips__hero-content h1 {
    font-size: 40px;
  }
  .page-resources-mobile-betting-safety-tips__hero-content p {
    font-size: 18px;
  }
  .page-resources-mobile-betting-safety-tips__section h2 {
    font-size: 30px;
  }
  .page-resources-mobile-betting-safety-tips__section h3 {
    font-size: 20px;
  }
  .page-resources-mobile-betting-safety-tips__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-mobile-betting-safety-tips__hero-content h1 {
    font-size: 32px;
  }
  .page-resources-mobile-betting-safety-tips__hero-content p {
    font-size: 16px;
  }
  .page-resources-mobile-betting-safety-tips__section {
    padding: 40px 0;
  }
  .page-resources-mobile-betting-safety-tips__section h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-resources-mobile-betting-safety-tips__card-image {
    max-width: 300px;
  }
  .page-resources-mobile-betting-safety-tips__action-area p {
    font-size: 18px;
  }
  .page-resources-mobile-betting-safety-tips__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-resources-mobile-betting-safety-tips__cta-button--large {
    padding: 15px 40px;
    font-size: 18px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-mobile-betting-safety-tips__hero-content h1 {
    font-size: 28px;
  }
  .page-resources-mobile-betting-safety-tips__hero-content p {
    font-size: 14px;
  }
  .page-resources-mobile-betting-safety-tips__section h2 {
    font-size: 24px;
  }
  .page-resources-mobile-betting-safety-tips__section h3 {
    font-size: 18px;
  }
  .page-resources-mobile-betting-safety-tips__list li {
    padding: 20px;
  }
  .page-resources-mobile-betting-safety-tips__action-area {
    padding: 30px 15px;
  }
}