.page-resources-win-55-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #f8f8f8;
}

.page-resources-win-55-betting-guide__dark-bg {
  background-color: #002060;
  color: #ffffff;
}

.page-resources-win-55-betting-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-win-55-betting-guide__section-title,
.page-resources-win-55-betting-guide__subsection-title {
  color: #002060;
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}

.page-resources-win-55-betting-guide__dark-bg .page-resources-win-55-betting-guide__section-title,
.page-resources-win-55-betting-guide__dark-bg .page-resources-win-55-betting-guide__subsection-title {
  color: #FFD700;
}

.page-resources-win-55-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-win-55-betting-guide__text-block {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-win-55-betting-guide__text-block a {
  color: #002060;
  text-decoration: underline;
}

.page-resources-win-55-betting-guide__text-block a:hover {
  color: #FFD700;
}

.page-resources-win-55-betting-guide__dark-bg .page-resources-win-55-betting-guide__text-block a {
  color: #FFD700;
}

.page-resources-win-55-betting-guide__dark-bg .page-resources-win-55-betting-guide__text-block a:hover {
  color: #ffffff;
}

/* Hero Section */
.page-resources-win-55-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-resources-win-55-betting-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-win-55-betting-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-win-55-betting-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-win-55-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.page-resources-win-55-betting-guide__main-title {
  font-size: 48px;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-win-55-betting-guide__intro-text {
  font-size: 18px;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-win-55-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-win-55-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 180px;
  text-align: center;
}

.page-resources-win-55-betting-guide__btn-primary {
  background: #FFD700;
  color: #002060;
  border: 2px solid #FFD700;
}

.page-resources-win-55-betting-guide__btn-primary:hover {
  background: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-win-55-betting-guide__btn-secondary {
  background: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-win-55-betting-guide__btn-secondary:hover {
  background: #FFD700;
  color: #002060;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* About Section */
.page-resources-win-55-betting-guide__about .page-resources-win-55-betting-guide__section-title {
  color: #002060;
}

.page-resources-win-55-betting-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-win-55-betting-guide__feature-item {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-win-55-betting-guide__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-win-55-betting-guide__feature-title {
  font-size: 22px;
  color: #002060;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-win-55-betting-guide__feature-item p {
  font-size: 15px;
  color: #555555;
}

/* Why Choose Section */
.page-resources-win-55-betting-guide__why-choose .page-resources-win-55-betting-guide__section-title {
  color: #FFD700;
}

.page-resources-win-55-betting-guide__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-win-55-betting-guide__content-wrapper.reverse {
  flex-direction: row-reverse;
}

.page-resources-win-55-betting-guide__text-content {
  flex: 1;
  min-width: 300px;
}

.page-resources-win-55-betting-guide__image-content {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-resources-win-55-betting-guide__image-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.page-resources-win-55-betting-guide__bullet-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-resources-win-55-betting-guide__bullet-list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: inherit;
}

.page-resources-win-55-betting-guide__bullet-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

/* Guide Section */
.page-resources-win-55-betting-guide__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-win-55-betting-guide__step-item {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-win-55-betting-guide__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-win-55-betting-guide__step-title {
  font-size: 24px;
  color: #002060;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-win-55-betting-guide__step-item p {
  font-size: 15px;
  color: #555555;
  margin-bottom: 20px;
}

/* Game Types Section */
.page-resources-win-55-betting-guide__game-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-win-55-betting-guide__game-card {
  background: #002060;
  border: 1px solid #FFD700;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-win-55-betting-guide__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-win-55-betting-guide__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-resources-win-55-betting-guide__game-title {
  font-size: 22px;
  color: #FFD700;
  margin: 20px 15px 10px;
}

.page-resources-win-55-betting-guide__game-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-win-55-betting-guide__game-title a:hover {
  color: #ffffff;
}

.page-resources-win-55-betting-guide__game-card p {
  font-size: 15px;
  color: #f0f0f0;
  padding: 0 15px 20px;
  flex-grow: 1;
}

/* Strategies Section */
.page-resources-win-55-betting-guide__strategies .page-resources-win-55-betting-guide__section-title {
  color: #002060;
}

.page-resources-win-55-betting-guide__subsection-title {
  font-size: 26px;
  color: #002060;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

/* Promotions Section */
.page-resources-win-55-betting-guide__promotions .page-resources-win-55-betting-guide__section-title {
  color: #FFD700;
}

.page-resources-win-55-betting-guide__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-win-55-betting-guide__promo-card {
  background: #002060;
  border: 1px solid #FFD700;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-resources-win-55-betting-guide__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-win-55-betting-guide__promo-card img {
  width: 100%;
  
  object-fit: cover;
  display: block;
}

.page-resources-win-55-betting-guide__promo-title {
  font-size: 22px;
  color: #FFD700;
  margin: 20px 15px 10px;
}

.page-resources-win-55-betting-guide__promo-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-win-55-betting-guide__promo-title a:hover {
  color: #ffffff;
}

.page-resources-win-55-betting-guide__promo-card p {
  font-size: 15px;
  color: #f0f0f0;
  padding: 0 15px 20px;
  flex-grow: 1;
}

.page-resources-win-55-betting-guide__button-group {
  text-align: center;
  margin-top: 40px;
}

/* Support Section */
.page-resources-win-55-betting-guide__support .page-resources-win-55-betting-guide__section-title {
  color: #002060;
}

.page-resources-win-55-betting-guide__support .page-resources-win-55-betting-guide__content-wrapper {
  flex-direction: row-reverse;
}

/* FAQ Section */
.page-resources-win-55-betting-guide__faq .page-resources-win-55-betting-guide__section-title {
  color: #FFD700;
}

.page-resources-win-55-betting-guide__faq-list {
  margin-top: 40px;
}

.page-resources-win-55-betting-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff; /* Light background for FAQ items */
  color: #333333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-win-55-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-win-55-betting-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-win-55-betting-guide__faq-question:active {
  background: #eeeeee;
}

.page-resources-win-55-betting-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #002060;
  pointer-events: none;
}

.page-resources-win-55-betting-guide__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-resources-win-55-betting-guide__faq-item.active .page-resources-win-55-betting-guide__faq-toggle {
  color: #002060;
  transform: rotate(45deg);
}

.page-resources-win-55-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  background: #fdfdfd;
  border-top: 1px solid #eee;
  border-radius: 0 0 8px 8px;
}

.page-resources-win-55-betting-guide__faq-item.active .page-resources-win-55-betting-guide__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
}

.page-resources-win-55-betting-guide__faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #555555;
}

.page-resources-win-55-betting-guide__faq-answer a {
  color: #002060;
  text-decoration: underline;
}

.page-resources-win-55-betting-guide__faq-answer a:hover {
  color: #FFD700;
}

/* Conclusion Section */
.page-resources-win-55-betting-guide__conclusion .page-resources-win-55-betting-guide__section-title {
  color: #002060;
}

.page-resources-win-55-betting-guide__text-align-center {
  text-align: center;
}

/* General image styling for content areas */
.page-resources-win-55-betting-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-win-55-betting-guide__main-title {
    font-size: 40px;
  }
  .page-resources-win-55-betting-guide__intro-text {
    font-size: 16px;
  }
  .page-resources-win-55-betting-guide__section-title {
    font-size: 28px;
  }
  .page-resources-win-55-betting-guide__subsection-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .page-resources-win-55-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-win-55-betting-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-win-55-betting-guide__main-title {
    font-size: 32px;
  }

  .page-resources-win-55-betting-guide__intro-text {
    font-size: 15px;
  }

  .page-resources-win-55-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-win-55-betting-guide__cta-button,
  .page-resources-win-55-betting-guide__btn-primary,
  .page-resources-win-55-betting-guide__btn-secondary,
  .page-resources-win-55-betting-guide a[class*="button"],
  .page-resources-win-55-betting-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: 12px 20px;
    font-size: 16px;
    min-width: unset;
  }

  .page-resources-win-55-betting-guide__container,
  .page-resources-win-55-betting-guide__section,
  .page-resources-win-55-betting-guide__about,
  .page-resources-win-55-betting-guide__why-choose,
  .page-resources-win-55-betting-guide__guide,
  .page-resources-win-55-betting-guide__game-types,
  .page-resources-win-55-betting-guide__strategies,
  .page-resources-win-55-betting-guide__promotions,
  .page-resources-win-55-betting-guide__support,
  .page-resources-win-55-betting-guide__faq,
  .page-resources-win-55-betting-guide__conclusion {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-win-55-betting-guide__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .page-resources-win-55-betting-guide__subsection-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-resources-win-55-betting-guide__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-resources-win-55-betting-guide__text-content,
  .page-resources-win-55-betting-guide__image-content {
    min-width: unset;
    width: 100%;
  }

  .page-resources-win-55-betting-guide__features-grid,
  .page-resources-win-55-betting-guide__step-by-step,
  .page-resources-win-55-betting-guide__game-types-grid,
  .page-resources-win-55-betting-guide__promotions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-win-55-betting-guide__feature-item,
  .page-resources-win-55-betting-guide__step-item,
  .page-resources-win-55-betting-guide__game-card,
  .page-resources-win-55-betting-guide__promo-card {
    padding: 20px;
  }

  .page-resources-win-55-betting-guide__feature-title,
  .page-resources-win-55-betting-guide__step-title,
  .page-resources-win-55-betting-guide__game-title,
  .page-resources-win-55-betting-guide__promo-title {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .page-resources-win-55-betting-guide__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }

  .page-resources-win-55-betting-guide__faq-question h3 {
    font-size: 16px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }

  .page-resources-win-55-betting-guide__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  .page-resources-win-55-betting-guide__faq-answer {
    padding: 0 15px;
  }

  .page-resources-win-55-betting-guide__faq-item.active .page-resources-win-55-betting-guide__faq-answer {
    padding: 15px !important;
  }

  /* Ensure all images are responsive in content areas */
  .page-resources-win-55-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}