.page-resources-bl555-casino-popular-games-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
}

.page-resources-bl555-casino-popular-games-guide__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-resources-bl555-casino-popular-games-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-bl555-casino-popular-games-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.page-resources-bl555-casino-popular-games-guide__hero-content {
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-resources-bl555-casino-popular-games-guide__main-title {
  font-size: 3.5em;
  color: #FFFF00; /* Register/Login Font color */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-bl555-casino-popular-games-guide__lead-text {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-bl555-casino-popular-games-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #ffffff; /* Light background for content area */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -80px; /* Overlap with hero section */
  position: relative;
  z-index: 2;
}

.page-resources-bl555-casino-popular-games-guide__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-resources-bl555-casino-popular-games-guide__section-title {
  font-size: 2.5em;
  color: #017439; /* Main brand color */
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #017439;
  padding-bottom: 15px;
  position: relative;
}

.page-resources-bl555-casino-popular-games-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #C30808; /* Accent color */
}

.page-resources-bl555-casino-popular-games-guide__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #017439;
  padding-left: 15px;
}

.page-resources-bl555-casino-popular-games-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-bl555-casino-popular-games-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-bl555-casino-popular-games-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-bl555-casino-popular-games-guide__image-content {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure it behaves as a block element */
}

.page-resources-bl555-casino-popular-games-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-bl555-casino-popular-games-guide__btn-primary {
  background: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-bl555-casino-popular-games-guide__btn-primary:hover {
  background: #a30606;
  border-color: #a30606;
}

.page-resources-bl555-casino-popular-games-guide__btn-secondary {
  background: #017439; /* Main brand color */
  color: #FFFFFF; /* Accent color */
  border: 2px solid #017439;
}

.page-resources-bl555-casino-popular-games-guide__btn-secondary:hover {
  background: #005f2e;
  border-color: #005f2e;
}

.page-resources-bl555-casino-popular-games-guide__faq-section {
  margin-top: 50px;
}

.page-resources-bl555-casino-popular-games-guide__faq-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-bl555-casino-popular-games-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background: #017439;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-bl555-casino-popular-games-guide__faq-question:hover {
  background: #005f2e;
}

.page-resources-bl555-casino-popular-games-guide__faq-title {
  margin: 0;
  color: inherit;
  font-size: 1em; /* Adjust to fit parent */
}

.page-resources-bl555-casino-popular-games-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-bl555-casino-popular-games-guide__faq-item.active .page-resources-bl555-casino-popular-games-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-bl555-casino-popular-games-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background: #ffffff;
  color: #333333;
  padding: 0 25px; /* Initial padding, will expand */
}

.page-resources-bl555-casino-popular-games-guide__faq-item.active .page-resources-bl555-casino-popular-games-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 20px 25px;
}

.page-resources-bl555-casino-popular-games-guide__call-to-action {
  background: #017439;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
}

.page-resources-bl555-casino-popular-games-guide__call-to-action .page-resources-bl555-casino-popular-games-guide__section-title {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.page-resources-bl555-casino-popular-games-guide__call-to-action .page-resources-bl555-casino-popular-games-guide__section-title::after {
  background-color: #FFFF00; /* Accent color */
}

.page-resources-bl555-casino-popular-games-guide__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
  .page-resources-bl555-casino-popular-games-guide__main-title {
    font-size: 2.8em;
  }
  .page-resources-bl555-casino-popular-games-guide__lead-text {
    font-size: 1.1em;
  }
  .page-resources-bl555-casino-popular-games-guide__section-title {
    font-size: 2em;
  }
  .page-resources-bl555-casino-popular-games-guide__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-bl555-casino-popular-games-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-bl555-casino-popular-games-guide__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-resources-bl555-casino-popular-games-guide__main-title {
    font-size: 2.2em;
  }
  .page-resources-bl555-casino-popular-games-guide__lead-text {
    font-size: 1em;
  }
  .page-resources-bl555-casino-popular-games-guide__content-area {
    padding: 40px 15px;
    margin-top: -60px;
  }
  .page-resources-bl555-casino-popular-games-guide__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-bl555-casino-popular-games-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-bl555-casino-popular-games-guide__sub-title {
    font-size: 1.4em;
  }
  .page-resources-bl555-casino-popular-games-guide__paragraph,
  .page-resources-bl555-casino-popular-games-guide__list-item {
    font-size: 0.95em;
  }

  /* Mobile image responsive adaptation */
  .page-resources-bl555-casino-popular-games-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Mobile button responsive adaptation */
  .page-resources-bl555-casino-popular-games-guide__cta-button,
  .page-resources-bl555-casino-popular-games-guide__btn-primary,
  .page-resources-bl555-casino-popular-games-guide__btn-secondary,
  .page-resources-bl555-casino-popular-games-guide a[class*="button"],
  .page-resources-bl555-casino-popular-games-guide 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-resources-bl555-casino-popular-games-guide__button-group {
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Ensure all containers with images/content are constrained */
  .page-resources-bl555-casino-popular-games-guide__section,
  .page-resources-bl555-casino-popular-games-guide__card,
  .page-resources-bl555-casino-popular-games-guide__container,
  .page-resources-bl555-casino-popular-games-guide__faq-section,
  .page-resources-bl555-casino-popular-games-guide__call-to-action {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Content images CSS size lower bound */
  .page-resources-bl555-casino-popular-games-guide__image-content {
    min-width: 200px !important;
    min-height: 200px !important;
  }
}

/* Color Contrast System - Ensure text is visible on body background #121212 */
/* The main page content area is set to light background #ffffff with dark text #333333 */
/* Sections with brand color backgrounds will use white text */

.page-resources-bl555-casino-popular-games-guide__dark-bg {
  background: #017439;
  color: #ffffff;
}

.page-resources-bl555-casino-popular-games-guide__light-bg {
  background: #ffffff;
  color: #333333;
}

.page-resources-bl555-casino-popular-games-guide__faq-question {
  background: #017439;
  color: #ffffff;
}

.page-resources-bl555-casino-popular-games-guide__faq-answer {
  background: #ffffff;
  color: #333333;
}

.page-resources-bl555-casino-popular-games-guide__btn-primary {
  background: #C30808;
  color: #FFFF00;
}

.page-resources-bl555-casino-popular-games-guide__btn-secondary {
  background: #017439;
  color: #FFFFFF;
}

/* Contrast Fix - Emergency (not applied by default, but available) */
.page-resources-bl555-casino-popular-games-guide__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-resources-bl555-casino-popular-games-guide__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}