.page-blog-online-betting-safety-tips {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-online-betting-safety-tips__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, body handles header offset */
  position: relative;
  overflow: hidden;
}

.page-blog-online-betting-safety-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-online-betting-safety-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-blog-online-betting-safety-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text readability */
  border-radius: 10px;
}

.page-blog-online-betting-safety-tips__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #F2FFF6; /* Text Main */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-online-betting-safety-tips__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-online-betting-safety-tips__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-online-betting-safety-tips__btn-primary,
.page-blog-online-betting-safety-tips__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-online-betting-safety-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-online-betting-safety-tips__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px #57E38D; /* Glow */
}

.page-blog-online-betting-safety-tips__btn-secondary {
  background-color: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-online-betting-safety-tips__btn-secondary:hover {
  background-color: #2E7A4E; /* Border */
  color: #F2FFF6;
}

.page-blog-online-betting-safety-tips__section {
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-online-betting-safety-tips__section--light-bg {
  background-color: #11271B; /* Card BG, acting as a slightly lighter section background */
}

.page-blog-online-betting-safety-tips__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-online-betting-safety-tips__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-blog-online-betting-safety-tips__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #F2C14E; /* Gold */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-online-betting-safety-tips__text-block p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-online-betting-safety-tips__image-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-blog-online-betting-safety-tips__image-content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-blog-online-betting-safety-tips__content-image {
  flex: 1;
  min-width: 300px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-online-betting-safety-tips__text-block {
  flex: 2;
}

.page-blog-online-betting-safety-tips__faq-section {
  padding-bottom: 80px;
}

.page-blog-online-betting-safety-tips__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-online-betting-safety-tips__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-online-betting-safety-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1rem;
  list-style: none;
}

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

.page-blog-online-betting-safety-tips__faq-qtext {
  flex-grow: 1;
}

.page-blog-online-betting-safety-tips__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #2AD16F; /* Button green */
}

.page-blog-online-betting-safety-tips__faq-item[open] .page-blog-online-betting-safety-tips__faq-toggle {
  content: '−';
}

.page-blog-online-betting-safety-tips__faq-answer {
  padding: 0 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-online-betting-safety-tips__call-to-action {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .page-blog-online-betting-safety-tips__image-content-wrapper,
  .page-blog-online-betting-safety-tips__image-content-wrapper--reverse {
    flex-direction: column;
  }

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

  .page-blog-online-betting-safety-tips__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .page-blog-online-betting-safety-tips__section-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
  }

  .page-blog-online-betting-safety-tips__sub-title {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
  }
}

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

  .page-blog-online-betting-safety-tips__hero-content {
    max-width: 95%;
  }

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

  .page-blog-online-betting-safety-tips__btn-primary,
  .page-blog-online-betting-safety-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-online-betting-safety-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset;
  }

  .page-blog-online-betting-safety-tips img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-online-betting-safety-tips__section,
  .page-blog-online-betting-safety-tips__container,
  .page-blog-online-betting-safety-tips__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-online-betting-safety-tips__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

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

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

/* Ensure content area images are not too small */
.page-blog-online-betting-safety-tips__content-area img,
.page-blog-online-betting-safety-tips__text-block img {
  min-width: 200px;
  min-height: 200px;
}

/* CSS for video click-to-redirect, if video was present, not present in this page */
/* The current page does not have video content, so no video specific CSS is needed beyond general img rules */