.page-blog-safe-online-gambling-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Default text color for dark body background */
  background-color: #08160F; /* Custom background color */
}

.page-blog-safe-online-gambling-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-safe-online-gambling-tips__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, relying on body padding-top for header offset */
  padding-bottom: 40px;
  overflow: hidden;
  text-align: center;
  background: #0A4B2C; /* Deep Green for hero section background */
}

.page-blog-safe-online-gambling-tips__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Max height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-blog-safe-online-gambling-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-safe-online-gambling-tips__hero-content {
  position: relative; /* Ensure content is above any potential background elements */
  z-index: 2;
  padding: 0 20px;
}

.page-blog-safe-online-gambling-tips__main-title {
  font-size: clamp(2em, 3.5vw, 3.2em);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-safe-online-gambling-tips__lead-text {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-safe-online-gambling-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-safe-online-gambling-tips__btn-primary,
.page-blog-safe-online-gambling-tips__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  text-align: center;
}

.page-blog-safe-online-gambling-tips__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-safe-online-gambling-tips__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

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

.page-blog-safe-online-gambling-tips__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Semi-transparent border color */
  transform: translateY(-2px);
}

.page-blog-safe-online-gambling-tips__content-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-safe-online-gambling-tips__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-safe-online-gambling-tips__section-title {
  font-size: 2.5em;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-safe-online-gambling-tips__paragraph {
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-safe-online-gambling-tips__paragraph a {
  color: #57E38D; /* Glow color for links */
  text-decoration: underline;
}

.page-blog-safe-online-gambling-tips__paragraph a:hover {
  color: #F2C14E; /* Gold color on hover */
}

.page-blog-safe-online-gambling-tips__highlight {
  color: #57E38D; /* Glow color for highlights */
  font-weight: bold;
}

.page-blog-safe-online-gambling-tips__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-safe-online-gambling-tips__dark-bg {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-blog-safe-online-gambling-tips__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6;
}

.page-blog-safe-online-gambling-tips__text-secondary {
  color: #A7D9B8;
}

.page-blog-safe-online-gambling-tips__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-safe-online-gambling-tips__ordered-list {
  list-style: decimal;
  padding-left: 20px;
  margin: 0;
}

.page-blog-safe-online-gambling-tips__list-item {
  background-color: #0A4B2C; /* Deep Green for list items */
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-safe-online-gambling-tips__light-bg .page-blog-safe-online-gambling-tips__list-item {
  background-color: #0A4B2C;
}

.page-blog-safe-online-gambling-tips__dark-bg .page-blog-safe-online-gambling-tips__list-item {
  background-color: #11271B;
}

.page-blog-safe-online-gambling-tips__list-title {
  font-size: 1.6em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-safe-online-gambling-tips__list-text {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-safe-online-gambling-tips__faq-section {
  background-color: #11271B; /* Card BG */
  padding: 60px 0;
}

.page-blog-safe-online-gambling-tips__faq-list {
  margin-top: 30px;
}

.page-blog-safe-online-gambling-tips__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-safe-online-gambling-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C;
  list-style: none; /* For details/summary */
}

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

.page-blog-safe-online-gambling-tips__faq-question::marker {
  display: none;
}

.page-blog-safe-online-gambling-tips__faq-qtext {
  flex-grow: 1;
}

.page-blog-safe-online-gambling-tips__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #57E38D; /* Glow */
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-safe-online-gambling-tips__faq-item[open] .page-blog-safe-online-gambling-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-safe-online-gambling-tips__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-safe-online-gambling-tips__faq-answer p {
  margin-bottom: 0;
}

.page-blog-safe-online-gambling-tips__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: #0A4B2C; /* Deep Green */
}

/* Floating Login/Register Buttons */
.page-blog-safe-online-gambling-tips__floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-blog-safe-online-gambling-tips__floating-buttons .page-blog-safe-online-gambling-tips__btn-primary,
.page-blog-safe-online-gambling-tips__floating-buttons .page-blog-safe-online-gambling-tips__btn-secondary {
    width: 150px;
    padding: 12px 20px;
    font-size: 1em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-safe-online-gambling-tips__container {
    padding: 30px 15px;
  }

  .page-blog-safe-online-gambling-tips__main-title {
    font-size: clamp(1.8em, 4vw, 2.8em);
  }

  .page-blog-safe-online-gambling-tips__lead-text {
    font-size: 1.1em;
  }

  .page-blog-safe-online-gambling-tips__section-title {
    font-size: 2em;
  }

  .page-blog-safe-online-gambling-tips__list-title {
    font-size: 1.4em;
  }

  .page-blog-safe-online-gambling-tips__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-blog-safe-online-gambling-tips__hero-section {
    padding-top: 10px !important; /* Small top padding, relying on body padding-top for header offset */
    padding-bottom: 30px;
  }

  .page-blog-safe-online-gambling-tips__main-title {
    font-size: clamp(1.5em, 6vw, 2.2em) !important;
    padding: 0 15px;
  }

  .page-blog-safe-online-gambling-tips__lead-text {
    font-size: 1em;
    padding: 0 15px;
  }

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

  .page-blog-safe-online-gambling-tips__btn-primary,
  .page-blog-safe-online-gambling-tips__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-safe-online-gambling-tips__content-section {
    padding: 40px 0;
  }

  .page-blog-safe-online-gambling-tips__section-title {
    font-size: 1.8em !important;
    padding: 0 15px;
  }

  .page-blog-safe-online-gambling-tips__paragraph,
  .page-blog-safe-online-gambling-tips__list-text {
    font-size: 0.95em;
    padding: 0 15px;
  }

  .page-blog-safe-online-gambling-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-blog-safe-online-gambling-tips__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-safe-online-gambling-tips__list-item {
    padding: 20px;
    margin: 0 15px 15px 15px;
  }

  .page-blog-safe-online-gambling-tips__list-title {
    font-size: 1.2em;
  }

  .page-blog-safe-online-gambling-tips__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

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

  .page-blog-safe-online-gambling-tips__floating-buttons {
      bottom: 10px;
      right: 10px;
      flex-direction: row; /* Horizontal for mobile to save vertical space */
      gap: 5px;
  }

  .page-blog-safe-online-gambling-tips__floating-buttons .page-blog-safe-online-gambling-tips__btn-primary,
  .page-blog-safe-online-gambling-tips__floating-buttons .page-blog-safe-online-gambling-tips__btn-secondary {
      width: auto !important;
      flex: 1; /* Distribute space evenly */
      font-size: 0.9em !important;
      padding: 10px 15px !important;
  }

  /* General image responsiveness */
  .page-blog-safe-online-gambling-tips img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Product display images (if applicable) - example structure */
  .page-blog-safe-online-gambling-tips__products-grid {
      grid-template-columns: 1fr !important; /* Single column */
      padding: 0 15px !important;
  }
  .page-blog-safe-online-gambling-tips__products-card {
      max-width: 100% !important;
      margin-bottom: 20px !important;
  }
  .page-blog-safe-online-gambling-tips__products-card img {
      max-width: 100% !important;
      width: 100% !important;
      height: auto !important;
  }
}