.page-blog-safe-betting-manclub-web {
  font-family: 'Arial', sans-serif;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--bg, #08160F); /* Page background color */
  line-height: 1.6;
}

.page-blog-safe-betting-manclub-web__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

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

.page-blog-safe-betting-manclub-web__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-blog-safe-betting-manclub-web__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6); /* Darken image for text readability */
}

.page-blog-safe-betting-manclub-web__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-safe-betting-manclub-web__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-safe-betting-manclub-web__description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-safe-betting-manclub-web__content-section {
  padding: 60px 0;
}

.page-blog-safe-betting-manclub-web__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-safe-betting-manclub-web__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-safe-betting-manclub-web__dark-section {
  background-color: var(--card-bg, #11271B);
}

.page-blog-safe-betting-manclub-web__dark-section .page-blog-safe-betting-manclub-web__section-title,
.page-blog-safe-betting-manclub-web__dark-section .page-blog-safe-betting-manclub-web__text-block {
  color: var(--text-main, #F2FFF6);
}

.page-blog-safe-betting-manclub-web__btn-primary,
.page-blog-safe-betting-manclub-web__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-safe-betting-manclub-web__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
  margin: 10px;
}

.page-blog-safe-betting-manclub-web__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-safe-betting-manclub-web__btn-secondary {
  background-color: transparent;
  color: var(--main-color, #11A84E);
  border: 2px solid var(--border-color, #2E7A4E);
  margin: 10px;
}

.page-blog-safe-betting-manclub-web__btn-secondary:hover {
  background-color: var(--main-color, #11A84E);
  color: #ffffff;
}

.page-blog-safe-betting-manclub-web__image-text-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-blog-safe-betting-manclub-web__image-text-layout--reverse {
  flex-direction: row-reverse;
}

.page-blog-safe-betting-manclub-web__text-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-safe-betting-manclub-web__image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-safe-betting-manclub-web__content-image,
.page-blog-safe-betting-manclub-web__promo-banner {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: block;
}

.page-blog-safe-betting-manclub-web__promotions .page-blog-safe-betting-manclub-web__promo-banner {
  margin: 0 auto 40px auto;
  display: block;
}

.page-blog-safe-betting-manclub-web__faq-list {
  margin-top: 40px;
}

.page-blog-safe-betting-manclub-web__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main, #F2FFF6);
}

.page-blog-safe-betting-manclub-web__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-main, #F2FFF6);
  position: relative;
}

.page-blog-safe-betting-manclub-web__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-safe-betting-manclub-web__faq-question:hover {
  background-color: rgba(46, 122, 78, 0.2); /* Lighter hover for FAQ question */
}

.page-blog-safe-betting-manclub-web__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--glow, #57E38D);
}

.page-blog-safe-betting-manclub-web__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-safe-betting-manclub-web__cta-section {
  text-align: center;
  padding: 80px 0;
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-safe-betting-manclub-web__cta-section .page-blog-safe-betting-manclub-web__section-title,
.page-blog-safe-betting-manclub-web__cta-section .page-blog-safe-betting-manclub-web__text-block {
  color: var(--text-main, #F2FFF6);
}

.page-blog-safe-betting-manclub-web__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 20px; /* Space between buttons */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-safe-betting-manclub-web__hero-content {
    padding: 15px;
  }
  .page-blog-safe-betting-manclub-web__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-safe-betting-manclub-web__description {
    font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  }
  .page-blog-safe-betting-manclub-web__image-text-layout {
    flex-direction: column;
    gap: 30px;
  }
  .page-blog-safe-betting-manclub-web__image-text-layout--reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-blog-safe-betting-manclub-web__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-safe-betting-manclub-web__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-safe-betting-manclub-web__description {
    font-size: clamp(0.875rem, 3.5vw, 1rem);
  }
  .page-blog-safe-betting-manclub-web__content-section {
    padding: 40px 0;
  }
  .page-blog-safe-betting-manclub-web__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 30px;
  }
  .page-blog-safe-betting-manclub-web__text-block {
    font-size: 0.95rem;
  }
  .page-blog-safe-betting-manclub-web__btn-primary,
  .page-blog-safe-betting-manclub-web__btn-secondary {
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 100% !important; /* Force full width on mobile */
    max-width: 100% !important;
    margin: 10px 0 !important; /* Adjust margin for stacked buttons */
  }
  .page-blog-safe-betting-manclub-web__button-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px; /* Add padding to button group container */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-safe-betting-manclub-web__container {
    padding: 0 15px; /* Ensure container padding on mobile */
  }

  /* Mobile image responsiveness */
  .page-blog-safe-betting-manclub-web img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-safe-betting-manclub-web__image-wrapper,
  .page-blog-safe-betting-manclub-web__hero-image-wrapper,
  .page-blog-safe-betting-manclub-web__promotions,
  .page-blog-safe-betting-manclub-web__responsible-gaming {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Specific padding for video section, small value, not --header-offset */
  .page-blog-safe-betting-manclub-web__hero-section {
    padding-top: 10px !important;
  }

  /* FAQ item adjustments */
  .page-blog-safe-betting-manclub-web__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-safe-betting-manclub-web__faq-answer {
    padding: 0 20px 15px;
  }
}