.page-blog-secure-betting-app-selection {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-blog-secure-betting-app-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-secure-betting-app-selection__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
}

.page-blog-secure-betting-app-selection__hero-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-secure-betting-app-selection__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-secure-betting-app-selection__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-secure-betting-app-selection__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-secure-betting-app-selection__main-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.page-blog-secure-betting-app-selection__intro-text {
  font-size: 18px;
  color: #555555;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-secure-betting-app-selection__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #26A9E0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(38, 169, 224, 0.3);
  border: none;
  cursor: pointer;
}

.page-blog-secure-betting-app-selection__cta-button:hover {
  background: #1e87c0;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(38, 169, 224, 0.4);
}

.page-blog-secure-betting-app-selection__content-section {
  padding: 50px 0;
  background-color: #ffffff;
}

.page-blog-secure-betting-app-selection__section-title {
  font-size: clamp(24px, 3vw, 34px);
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

.page-blog-secure-betting-app-selection__content-section p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #444444;
}

.page-blog-secure-betting-app-selection__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-secure-betting-app-selection__cta-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* FAQ Section */
.page-blog-secure-betting-app-selection__faq-section {
  padding: 50px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

details.page-blog-secure-betting-app-selection__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

details.page-blog-secure-betting-app-selection__faq-item summary.page-blog-secure-betting-app-selection__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}

details.page-blog-secure-betting-app-selection__faq-item summary.page-blog-secure-betting-app-selection__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-secure-betting-app-selection__faq-item summary.page-blog-secure-betting-app-selection__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-secure-betting-app-selection__faq-qtext {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.page-blog-secure-betting-app-selection__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-secure-betting-app-selection__faq-item .page-blog-secure-betting-app-selection__faq-answer {
  padding: 0 20px 20px;
  background: #fcfcfc;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

.page-blog-secure-betting-app-selection__faq-answer p {
  margin-bottom: 0;
  font-size: 16px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-secure-betting-app-selection {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-secure-betting-app-selection__container {
    padding: 0 15px;
  }

  .page-blog-secure-betting-app-selection__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-secure-betting-app-selection__hero-image img {
    border-radius: 4px;
  }

  .page-blog-secure-betting-app-selection__main-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-top: 15px;
  }

  .page-blog-secure-betting-app-selection__intro-text {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-blog-secure-betting-app-selection__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  
  .page-blog-secure-betting-app-selection__section-title {
    font-size: clamp(20px, 5vw, 28px);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-secure-betting-app-selection__content-section p {
    font-size: 15px;
  }

  .page-blog-secure-betting-app-selection__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  .page-blog-secure-betting-app-selection__content-section,
  .page-blog-secure-betting-app-selection__faq-section {
    padding: 30px 0;
  }

  details.page-blog-secure-betting-app-selection__faq-item summary.page-blog-secure-betting-app-selection__faq-question {
    padding: 15px;
  }

  .page-blog-secure-betting-app-selection__faq-qtext {
    font-size: 15px;
  }

  .page-blog-secure-betting-app-selection__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-secure-betting-app-selection__faq-answer p {
    font-size: 14px;
  }

  /* Ensure all containers with images/buttons are responsive */
  .page-blog-secure-betting-app-selection__hero-container,
  .page-blog-secure-betting-app-selection__content-section .page-blog-secure-betting-app-selection__container,
  .page-blog-secure-betting-app-selection__faq-section .page-blog-secure-betting-app-selection__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}