.page-blog-betway-sports-betting-guide {
  background-color: #FFFFFF;
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 20px; /* Small padding to prevent content from touching the bottom */
}

.page-blog-betway-sports-betting-guide__hero-section {
  position: relative;
  background-color: #017439;
  color: #FFFFFF;
  text-align: center;
  padding-top: 10px; /* Small top padding as per global rule */
  padding-bottom: 40px;
}

.page-blog-betway-sports-betting-guide__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; /* Space between image and text */
}

.page-blog-betway-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-betway-sports-betting-guide__hero-content {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; /* Ensure text is in normal flow */
}

.page-blog-betway-sports-betting-guide__main-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-blog-betway-sports-betting-guide__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-betway-sports-betting-guide__cta-button {
  display: inline-block;
  background-color: #C30808; /* Register button color */
  color: #FFFF00; /* Register button font color */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-width: 200px; /* Ensure button is not too small */
  min-height: 44px; /* Ensure button is not too small for touch */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: none;
  cursor: pointer;
}

.page-blog-betway-sports-betting-guide__cta-button:hover {
  background-color: #a00606;
}

.page-blog-betway-sports-betting-guide__introduction-section,
.page-blog-betway-sports-betting-guide__registration-guide,
.page-blog-betway-sports-betting-guide__betting-steps,
.page-blog-betway-sports-betting-guide__betting-types,
.page-blog-betway-sports-betting-guide__promotions-section,
.page-blog-betway-sports-betting-guide__app-download,
.page-blog-betway-sports-betting-guide__faq-section {
  max-width: 960px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-blog-betway-sports-betting-guide__section-title {
  font-size: 2rem;
  color: #017439;
  margin-bottom: 25px;
  padding-top: 20px;
  font-weight: 600;
}

.page-blog-betway-sports-betting-guide__paragraph {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-betway-sports-betting-guide__steps-list,
.page-blog-betway-sports-betting-guide__types-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-betway-sports-betting-guide__types-list {
  list-style: disc;
}

.page-blog-betway-sports-betting-guide__list-item {
  margin-bottom: 10px;
}

.page-blog-betway-sports-betting-guide__button {
  display: inline-block;
  background-color: #017439;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-width: 150px; /* Ensure button is not too small */
  min-height: 44px; /* Ensure button is not too small for touch */
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-blog-betway-sports-betting-guide__button:hover {
  background-color: #005f2f;
}

.page-blog-betway-sports-betting-guide__button--register {
  background-color: #C30808;
  color: #FFFF00;
}

.page-blog-betway-sports-betting-guide__button--register:hover {
  background-color: #a00606;
}

.page-blog-betway-sports-betting-guide__app-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-betway-sports-betting-guide__app-image {
  width: 100%;
  max-width: 400px; /* Constrain image width on desktop */
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Min size constraint */
  min-height: 200px; /* Min size constraint */
}

.page-blog-betway-sports-betting-guide__app-text {
  text-align: center;
}

.page-blog-betway-sports-betting-guide__cta-button--download {
  margin-top: 20px;
}

.page-blog-betway-sports-betting-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
}

.page-blog-betway-sports-betting-guide__faq-question {
  font-size: 1.1rem;
  color: #017439;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-betway-sports-betting-guide__faq-answer {
  color: #555555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-betway-sports-betting-guide__hero-image,
  .page-blog-betway-sports-betting-guide__app-image,
  .page-blog-betway-sports-betting-guide__introduction-section img,
  .page-blog-betway-sports-betting-guide__betting-steps img,
  .page-blog-betway-sports-betting-guide__betting-types img,
  .page-blog-betway-sports-betting-guide__promotions-section img,
  .page-blog-betway-sports-betting-guide__faq-section img {
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-betway-sports-betting-guide__hero-section {
    padding-top: 10px;
  }

  .page-blog-betway-sports-betting-guide__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-betway-sports-betting-guide__description {
    font-size: 1rem;
  }

  .page-blog-betway-sports-betting-guide__section-title {
    font-size: 1.7rem;
  }

  .page-blog-betway-sports-betting-guide__app-content {
    flex-direction: column;
  }

  .page-blog-betway-sports-betting-guide__app-image {
    max-width: 100%;
  }
}

/* Ensure content area images are not too small */
.page-blog-betway-sports-betting-guide img {
  min-width: 200px;
  min-height: 200px;
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

/* Specific rule to ensure content area images are not smaller than 200px by CSS */
.page-blog-betway-sports-betting-guide__introduction-section img,
.page-blog-betway-sports-betting-guide__registration-guide img,
.page-blog-betway-sports-betting-guide__betting-steps img,
.page-blog-betway-sports-betting-guide__betting-types img,
.page-blog-betway-sports-betting-guide__promotions-section img,
.page-blog-betway-sports-betting-guide__app-download img,
.page-blog-betway-sports-betting-guide__faq-section img {
  /* Explicitly set min-width and min-height to prevent smaller display sizes */
  min-width: 200px !important;
  min-height: 200px !important;
  width: auto;
  height: auto;
}