.page-blog-online-betting-safety-tips {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-blog-online-betting-safety-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #f0f8ff; /* Light background for hero section */
}

.page-blog-online-betting-safety-tips__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-online-betting-safety-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-online-betting-safety-tips__hero-content {
  text-align: center;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-online-betting-safety-tips__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-blog-online-betting-safety-tips__subtitle {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: #555555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-blog-online-betting-safety-tips__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-online-betting-safety-tips__btn-primary,
.page-blog-online-betting-safety-tips__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-online-betting-safety-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-online-betting-safety-tips__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
  transform: translateY(-2px);
}

.page-blog-online-betting-safety-tips__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-online-betting-safety-tips__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e87b7;
  border-color: #1e87b7;
  transform: translateY(-2px);
}

.page-blog-online-betting-safety-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
  background-color: #ffffff; /* Explicitly white background for content area */
  color: #333333; /* Dark text for white background */
}

.page-blog-online-betting-safety-tips__dark-bg {
  background-color: #f8f8f8; /* Slightly off-white for contrast */
}

.page-blog-online-betting-safety-tips__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  line-height: 1.3;
}

.page-blog-online-betting-safety-tips__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #444444;
}

.page-blog-online-betting-safety-tips__highlight {
  color: #26A9E0;
  font-weight: 600;
}

.page-blog-online-betting-safety-tips__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-online-betting-safety-tips__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-online-betting-safety-tips__list-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-online-betting-safety-tips__list-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-online-betting-safety-tips__list-item p {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 0;
}

.page-blog-online-betting-safety-tips__faq-list {
  margin-top: 30px;
}

.page-blog-online-betting-safety-tips__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-online-betting-safety-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-online-betting-safety-tips__faq-question:hover {
  background-color: #f0f8ff;
}

.page-blog-online-betting-safety-tips__faq-item[open] > .page-blog-online-betting-safety-tips__faq-question {
  background-color: #f0f8ff;
  color: #26A9E0;
}

.page-blog-online-betting-safety-tips__faq-item[open] > .page-blog-online-betting-safety-tips__faq-question .page-blog-online-betting-safety-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-online-betting-safety-tips__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-blog-online-betting-safety-tips__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #555555;
  line-height: 1.6;
}

.page-blog-online-betting-safety-tips__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-online-betting-safety-tips__faq-item summary {
  list-style: none;
}

.page-blog-online-betting-safety-tips__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-blog-online-betting-safety-tips__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }

  .page-blog-online-betting-safety-tips__subtitle {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
  }

  .page-blog-online-betting-safety-tips__section-title {
    font-size: 2rem;
  }

  .page-blog-online-betting-safety-tips__list-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .page-blog-online-betting-safety-tips__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-online-betting-safety-tips__hero-content {
    margin-top: 30px;
    padding: 0 15px;
  }

  .page-blog-online-betting-safety-tips__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-online-betting-safety-tips__subtitle {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }

  .page-blog-online-betting-safety-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-online-betting-safety-tips__btn-primary,
  .page-blog-online-betting-safety-tips__btn-secondary {
    padding: 12px 20px;
    font-size: 1rem;
    width: 100% !important; /* Ensure full width on mobile */
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-online-betting-safety-tips__content-area {
    padding: 40px 15px;
  }

  .page-blog-online-betting-safety-tips__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-online-betting-safety-tips__paragraph,
  .page-blog-online-betting-safety-tips__list-item p,
  .page-blog-online-betting-safety-tips__faq-answer p {
    font-size: 1rem;
  }

  .page-blog-online-betting-safety-tips__list-title {
    font-size: 1.2rem;
  }

  .page-blog-online-betting-safety-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-blog-online-betting-safety-tips__list-item,
  .page-blog-online-betting-safety-tips__faq-item {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    box-sizing: border-box;
  }

  .page-blog-online-betting-safety-tips__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-blog-online-betting-safety-tips__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-online-betting-safety-tips__faq-list {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    box-sizing: border-box;
  }

  .page-blog-online-betting-safety-tips__cta-buttons--bottom {
    padding: 0 15px;
  }
}