/* style/blog-how-to-choose-best-online-casino.css */
.page-blog-how-to-choose-best-online-casino {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #F5F7FA; /* Page background color */
}

.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;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 10px; /* Small top padding as body handles --header-offset */
}

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

.page-blog-how-to-choose-best-online-casino__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  color: #ffffff;
  margin-top: -150px; /* Adjust this value to bring content up without overlapping the image visibly */
  background: rgba(0, 0, 0, 0.4); /* Slightly dark overlay for text readability */
  border-radius: 8px;
}

.page-blog-how-to-choose-best-online-casino__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  max-width: 100%;
}

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

.page-blog-how-to-choose-best-online-casino__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Card BG */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-best-online-casino__section-title {
  color: #E53935; /* Main color */
  font-size: 2.2em;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.page-blog-how-to-choose-best-online-casino__sub-section-title {
  color: #FF5A4F; /* Accent color */
  font-size: 1.6em;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-choose-best-online-casino__paragraph {
  margin-bottom: 1em;
  color: #333333;
  text-align: justify;
}

.page-blog-how-to-choose-best-online-casino__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-how-to-choose-best-online-casino__btn-primary,
.page-blog-how-to-choose-best-online-casino__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-how-to-choose-best-online-casino__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-choose-best-online-casino__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  box-shadow: 0 6px 20px rgba(229, 57, 53, 0.4);
}

.page-blog-how-to-choose-best-online-casino__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
  margin-top: 20px;
}

.page-blog-how-to-choose-best-online-casino__btn-secondary:hover {
  background: #E53935;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(229, 57, 53, 0.4);
}

.page-blog-how-to-choose-best-online-casino__faq-section {
  background-color: #E53935; /* Dark background for FAQ */
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  margin-top: 40px;
}

.page-blog-how-to-choose-best-online-casino__faq-section .page-blog-how-to-choose-best-online-casino__section-title {
  color: #ffffff;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-best-online-casino__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-blog-how-to-choose-best-online-casino__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-how-to-choose-best-online-casino__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1em;
  position: relative;
}

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

.page-blog-how-to-choose-best-online-casino__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-blog-how-to-choose-best-online-casino__faq-answer {
  padding: 0 25px 18px;
  font-size: 0.95em;
  line-height: 1.7;
  opacity: 0.8;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-choose-best-online-casino__hero-section {
    padding-top: 10px !important;
    padding-bottom: 15px;
  }

  .page-blog-how-to-choose-best-online-casino__hero-content {
    margin-top: -80px; /* Adjust for mobile */
    padding: 15px;
    max-width: 100%;
  }

  .page-blog-how-to-choose-best-online-casino__main-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-choose-best-online-casino__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

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

  .page-blog-how-to-choose-best-online-casino__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-best-online-casino__sub-section-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-choose-best-online-casino__paragraph {
    font-size: 0.95em;
  }

  .page-blog-how-to-choose-best-online-casino__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-choose-best-online-casino__btn-primary,
  .page-blog-how-to-choose-best-online-casino__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin-bottom: 10px;
  }

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

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

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

  /* Ensure all image containers are responsive */
  .page-blog-how-to-choose-best-online-casino__content-area,
  .page-blog-how-to-choose-best-online-casino__hero-section,
  .page-blog-how-to-choose-best-online-casino__faq-section {
    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__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}