.page-blog-how-to-choose-best-online-betting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-how-to-choose-best-online-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-best-online-betting__section {
  padding: 60px 0;
}

.page-blog-how-to-choose-best-online-betting__section-title {
  font-size: 3em;
  font-weight: bold;
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}

.page-blog-how-to-choose-best-online-betting__paragraph {
  font-size: 1.1em;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-blog-how-to-choose-best-online-betting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  padding-top: 10px;
  background-color: #2F6BFF;
  overflow: hidden;
}

.page-blog-how-to-choose-best-online-betting__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-best-online-betting__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-choose-best-online-betting__hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  max-width: 900px;
  color: #ffffff;
}

.page-blog-how-to-choose-best-online-betting__hero-title {
  font-size: clamp(2.5em, 5vw, 3.5em);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-how-to-choose-best-online-betting__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-choose-best-online-betting__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-best-online-betting__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Intro Section */
.page-blog-how-to-choose-best-online-betting__intro-section {
  background-color: #F4F7FB;
}

/* Features Section */
.page-blog-how-to-choose-best-online-betting__features-section {
  background-color: #ffffff;
}

.page-blog-how-to-choose-best-online-betting__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-best-online-betting__feature-card {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-choose-best-online-betting__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-best-online-betting__feature-icon {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
  display: block;
}

.page-blog-how-to-choose-best-online-betting__feature-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-best-online-betting__feature-description {
  font-size: 1em;
  color: #1F2D3D;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-how-to-choose-best-online-betting__read-more-link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-how-to-choose-best-online-betting__read-more-link:hover {
  color: #6FA3FF;
  text-decoration: underline;
}

/* Game Types Section */
.page-blog-how-to-choose-best-online-betting__game-types-section {
  background-color: #F4F7FB;
}

.page-blog-how-to-choose-best-online-betting__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-best-online-betting__game-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-choose-best-online-betting__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-best-online-betting__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-best-online-betting__game-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #2F6BFF;
  margin-bottom: 10px;
  padding: 0 20px;
}

.page-blog-how-to-choose-best-online-betting__game-description {
  font-size: 0.95em;
  color: #1F2D3D;
  margin-bottom: 20px;
  padding: 0 20px;
  flex-grow: 1;
}

.page-blog-how-to-choose-best-online-betting__btn-secondary {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #2F6BFF; /* Use brand color for contrast */
  border: 2px solid #2F6BFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-best-online-betting__btn-secondary:hover {
  background-color: #2F6BFF;
  color: #ffffff;
}

/* Responsible Gambling Section */
.page-blog-how-to-choose-best-online-betting__responsible-gambling-section {
  background-color: #E6EEFF;
  text-align: center;
}

.page-blog-how-to-choose-best-online-betting__responsible-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-best-online-betting__btn-small {
  padding: 10px 20px;
  font-size: 0.95em;
}

/* FAQ Section */
.page-blog-how-to-choose-best-online-betting__faq-section {
  background-color: #ffffff;
}

.page-blog-how-to-choose-best-online-betting__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-choose-best-online-betting__faq-item {
  background-color: #F4F7FB;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-choose-best-online-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #1F2D3D;
  cursor: pointer;
  background-color: #E6EEFF; /* Light blue background for summary */
  border-bottom: 1px solid #D6E2FF;
  list-style: none;
}

.page-blog-how-to-choose-best-online-betting__faq-item[open] .page-blog-how-to-choose-best-online-betting__faq-question {
  border-bottom: 1px solid transparent;
}

.page-blog-how-to-choose-best-online-betting__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-best-online-betting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #2F6BFF;
}

.page-blog-how-to-choose-best-online-betting__faq-item[open] .page-blog-how-to-choose-best-online-betting__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-best-online-betting__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #1F2D3D;
  background-color: #F4F7FB;
}

.page-blog-how-to-choose-best-online-betting__faq-answer p {
  text-align: left;
  margin-bottom: 0;
}

/* Final CTA Section */
.page-blog-how-to-choose-best-online-betting__cta-final-section {
  background-color: #2F6BFF;
  color: #ffffff;
  text-align: center;
}

.page-blog-how-to-choose-best-online-betting__cta-final-section .page-blog-how-to-choose-best-online-betting__section-title,
.page-blog-how-to-choose-best-online-betting__cta-final-section .page-blog-how-to-choose-best-online-betting__paragraph {
  color: #ffffff;
}

.page-blog-how-to-choose-best-online-betting__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* General image styling */
.page-blog-how-to-choose-best-online-betting img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-best-online-betting__section-title {
    font-size: 2.5em;
  }
  .page-blog-how-to-choose-best-online-betting__hero-title {
    font-size: clamp(2em, 4vw, 3em);
  }
  .page-blog-how-to-choose-best-online-betting__paragraph,
  .page-blog-how-to-choose-best-online-betting__hero-description {
    font-size: 1em;
  }
  .page-blog-how-to-choose-best-online-betting__features-grid,
  .page-blog-how-to-choose-best-online-betting__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-blog-how-to-choose-best-online-betting__feature-icon {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-best-online-betting {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-choose-best-online-betting__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-choose-best-online-betting__section {
    padding: 40px 0;
  }
  .page-blog-how-to-choose-best-online-betting__section-title {
    font-size: 2em;
    margin-bottom: 25px;
  }
  .page-blog-how-to-choose-best-online-betting__paragraph {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  /* HERO Section Mobile */
  .page-blog-how-to-choose-best-online-betting__hero-section {
    min-height: auto;
    padding-top: 10px !important;
    padding-bottom: 30px;
  }
  .page-blog-how-to-choose-best-online-betting__hero-image-wrapper {
    max-height: 300px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-best-online-betting__hero-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-blog-how-to-choose-best-online-betting__hero-description {
    font-size: 0.9em;
    margin-bottom: 25px;
  }
  .page-blog-how-to-choose-best-online-betting__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Features Grid Mobile */
  .page-blog-how-to-choose-best-online-betting__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-choose-best-online-betting__feature-card {
    padding: 20px;
  }
  .page-blog-how-to-choose-best-online-betting__feature-icon {
    width: 120px;
    height: auto;
  }

  /* Game Grid Mobile */
  .page-blog-how-to-choose-best-online-betting__game-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-how-to-choose-best-online-betting__game-image {
    height: 180px;
  }
  .page-blog-how-to-choose-best-online-betting__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* General Image & Container Mobile */
  .page-blog-how-to-choose-best-online-betting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-best-online-betting__intro-section,
  .page-blog-how-to-choose-best-online-betting__features-section,
  .page-blog-how-to-choose-best-online-betting__game-types-section,
  .page-blog-how-to-choose-best-online-betting__responsible-gambling-section,
  .page-blog-how-to-choose-best-online-betting__faq-section,
  .page-blog-how-to-choose-best-online-betting__cta-final-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons & Button Containers Mobile */
  .page-blog-how-to-choose-best-online-betting__cta-button,
  .page-blog-how-to-choose-best-online-betting__btn-primary,
  .page-blog-how-to-choose-best-online-betting__btn-secondary,
  .page-blog-how-to-choose-best-online-betting a[class*="button"],
  .page-blog-how-to-choose-best-online-betting a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-choose-best-online-betting__cta-buttons,
  .page-blog-how-to-choose-best-online-betting__button-group,
  .page-blog-how-to-choose-best-online-betting__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Ensure vertical stacking for multiple buttons */
  }

  /* FAQ Section Mobile */
  .page-blog-how-to-choose-best-online-betting__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-blog-how-to-choose-best-online-betting__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }
}