.page-blog-how-to-choose-best-online-casino {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-bottom: 40px;
}

.page-blog-how-to-choose-best-online-casino__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 40px 20px; /* Small top padding, more bottom padding */
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-how-to-choose-best-online-casino__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-how-to-choose-best-online-casino__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Slightly dim the background image for text readability */
}

.page-blog-how-to-choose-best-online-casino__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-blog-how-to-choose-best-online-casino__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  color: #F2FFF6;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-how-to-choose-best-online-casino__intro-text {
  font-size: clamp(1em, 2vw, 1.3em);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-how-to-choose-best-online-casino__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-best-online-casino__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

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

.page-blog-how-to-choose-best-online-casino__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F;
  border-radius: 10px;
}

.page-blog-how-to-choose-best-online-casino__article {
  padding: 20px;
}

.page-blog-how-to-choose-best-online-casino__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #2AD16F; /* Main color for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  border-bottom: 2px solid #2E7A4E; /* Border */
  padding-bottom: 10px;
}

.page-blog-how-to-choose-best-online-casino__paragraph {
  font-size: 1em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
}

.page-blog-how-to-choose-best-online-casino__feature-list,
.page-blog-how-to-choose-best-online-casino__highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-best-online-casino__feature-item,
.page-blog-how-to-choose-best-online-casino__highlight-card {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-how-to-choose-best-online-casino__feature-title,
.page-blog-how-to-choose-best-online-casino__highlight-title {
  font-size: 1.3em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-how-to-choose-best-online-casino__feature-description,
.page-blog-how-to-choose-best-online-casino__highlight-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
}

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

.page-blog-how-to-choose-best-online-casino__criteria-card {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  text-align: center;
}

.page-blog-how-to-choose-best-online-casino__criteria-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E;
}

.page-blog-how-to-choose-best-online-casino__criteria-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
  font-weight: 700;
}

.page-blog-how-to-choose-best-online-casino__criteria-description {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-best-online-casino__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-best-online-casino__step-item {
  background-color: #0A4B2C; /* Deep Green */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  text-align: center;
}

.page-blog-how-to-choose-best-online-casino__step-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #2E7A4E;
}

.page-blog-how-to-choose-best-online-casino__step-title {
  font-size: 1.3em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-how-to-choose-best-online-casino__step-description {
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-best-online-casino__cta-section {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-best-online-casino__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-best-online-casino__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-best-online-casino__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

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

.page-blog-how-to-choose-best-online-casino__faq-question:hover {
  background-color: #11A84E;
}

.page-blog-how-to-choose-best-online-casino__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-how-to-choose-best-online-casino__faq-item[open] .page-blog-how-to-choose-best-online-casino__faq-toggle {
  content: '−';
}

.page-blog-how-to-choose-best-online-casino__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
  border-top: 1px solid #2E7A4E;
}

.page-blog-how-to-choose-best-online-casino__text-link {
    color: #57E38D;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-blog-how-to-choose-best-online-casino__text-link:hover {
    color: #2AD16F;
}

.page-blog-how-to-choose-best-online-casino__final-cta {
    text-align: center;
    margin-top: 50px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-how-to-choose-best-online-casino {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-best-online-casino__hero-section {
    padding: 10px 15px 30px 15px;
  }

  .page-blog-how-to-choose-best-online-casino__hero-content {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-best-online-casino__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-how-to-choose-best-online-casino__intro-text {
    font-size: clamp(0.9em, 2.5vw, 1.1em);
  }

  .page-blog-how-to-choose-best-online-casino__cta-button,
  .page-blog-how-to-choose-best-online-casino__cta-button--large {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-choose-best-online-casino__content-area {
    padding: 20px 15px;
  }

  .page-blog-how-to-choose-best-online-casino__article {
    padding: 10px;
  }

  .page-blog-how-to-choose-best-online-casino__section-title {
    font-size: clamp(1.5em, 5vw, 2em);
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-best-online-casino__feature-list,
  .page-blog-how-to-choose-best-online-casino__criteria-grid,
  .page-blog-how-to-choose-best-online-casino__highlight-grid,
  .page-blog-how-to-choose-best-online-casino__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-choose-best-online-casino__criteria-image,
  .page-blog-how-to-choose-best-online-casino__step-image {
    height: auto;
    max-width: 100% !important;
    width: 100% !important;
    object-fit: contain;
  }

  /* Ensure all images are responsive */
  .page-blog-how-to-choose-best-online-casino img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-choose-best-online-casino__hero-image-wrapper,
  .page-blog-how-to-choose-best-online-casino__feature-item,
  .page-blog-how-to-choose-best-online-casino__criteria-card,
  .page-blog-how-to-choose-best-online-casino__highlight-card,
  .page-blog-how-to-choose-best-online-casino__step-item,
  .page-blog-how-to-choose-best-online-casino__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-choose-best-online-casino__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-how-to-choose-best-online-casino__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-how-to-choose-best-online-casino__video-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-choose-best-online-casino__video-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-choose-best-online-casino__cta-buttons {
    display: flex;
    flex-direction: column; /* Stacks buttons vertically on mobile */
    gap: 10px;
  }
}

/* Ensure text contrast on various backgrounds */
.page-blog-how-to-choose-best-online-casino__dark-bg {
  color: #ffffff; /* Dark background with light text */
  background: #11A84E; /* Using brand color */
}

.page-blog-how-to-choose-best-online-casino__light-bg {
  color: #333333; /* Light background with dark text */
  background: #ffffff;
}

.page-blog-how-to-choose-best-online-casino__medium-bg {
  color: #000000; /* Medium background, default dark text */
  background: #22C768;
}

.page-blog-how-to-choose-best-online-casino__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-how-to-choose-best-online-casino__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}