.page-blog-how-to-win-big-win55-win {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --background-dark: #08160F;
  --card-background: #11271B;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  font-family: Arial, sans-serif;
  color: var(--text-main); /* Ensure light text on dark body background */
  background-color: var(--background-dark);
}

.page-blog-how-to-win-big-win55-win__section {
  padding: 60px 20px;
  background-color: var(--background-dark);
}

.page-blog-how-to-win-big-win55-win__card-bg {
  background-color: var(--card-background);
}

.page-blog-how-to-win-big-win55-win__dark-bg {
  background-color: var(--background-dark);
}

.page-blog-how-to-win-big-win55-win__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-how-to-win-big-win55-win__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
  text-align: center;
}

.page-blog-how-to-win-big-win55-win__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for aesthetic */
  overflow: hidden;
}

.page-blog-how-to-win-big-win55-win__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-win-big-win55-win__hero-content {
  position: relative;
  z-index: 10;
  padding: 20px 15px;
  max-width: 900px;
  margin-top: -100px; /* Overlap slightly with image for visual flow */
  background: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.page-blog-how-to-win-big-win55-win__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-main);
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-how-to-win-big-win55-win__subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-blog-how-to-win-big-win55-win__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-blog-how-to-win-big-win55-win__cta-buttons--bottom {
  margin-top: 40px;
}

.page-blog-how-to-win-big-win55-win__btn-primary,
.page-blog-how-to-win-big-win55-win__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
}

.page-blog-how-to-win-big-win55-win__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main);
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-win-big-win55-win__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-how-to-win-big-win55-win__btn-secondary {
  background: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-blog-how-to-win-big-win55-win__btn-secondary:hover {
  background: var(--secondary-color);
  color: var(--background-dark);
}

.page-blog-how-to-win-big-win55-win__heading {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--text-main);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.3);
}

.page-blog-how-to-win-big-win55-win__sub-heading {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-win-big-win55-win__text-block {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.page-blog-how-to-win-big-win55-win__text-block a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-blog-how-to-win-big-win55-win__text-block a:hover {
  text-decoration: underline;
}

.page-blog-how-to-win-big-win55-win__highlight {
  color: var(--glow);
  font-weight: 600;
}

.page-blog-how-to-win-big-win55-win__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-blog-how-to-win-big-win55-win__image--center {
  max-width: 800px;
}

.page-blog-how-to-win-big-win55-win__game-strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-win-big-win55-win__game-card {
  background-color: var(--background-dark);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease;
}

.page-blog-how-to-win-big-win55-win__game-card:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-win-big-win55-win__card-title {
  font-size: 1.4rem;
  color: var(--glow);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-win-big-win55-win__card-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.page-blog-how-to-win-big-win55-win__card-text a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-blog-how-to-win-big-win55-win__card-text a:hover {
  text-decoration: underline;
}

.page-blog-how-to-win-big-win55-win__strategy-item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--divider-color, #1E3A2A);
}

.page-blog-how-to-win-big-win55-win__strategy-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.page-blog-how-to-win-big-win55-win__advanced-tips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-win-big-win55-win__tip-card {
  background-color: var(--card-background);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
}

.page-blog-how-to-win-big-win55-win__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-how-to-win-big-win55-win__list-item {
  background-color: var(--card-background);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-win-big-win55-win__list-item strong {
  color: var(--glow);
  font-weight: 700;
}

.page-blog-how-to-win-big-win55-win__list-item a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-blog-how-to-win-big-win55-win__list-item a:hover {
  text-decoration: underline;
}

.page-blog-how-to-win-big-win55-win__faq-section {
  padding: 60px 20px;
  background-color: var(--background-dark);
}

.page-blog-how-to-win-big-win55-win__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-win-big-win55-win__faq-item {
  background-color: var(--card-background);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-how-to-win-big-win55-win__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-main);
  background-color: var(--card-background);
  transition: background-color 0.3s ease;
}

.page-blog-how-to-win-big-win55-win__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-win-big-win55-win__faq-item summary:hover {
  background-color: rgba(34, 199, 104, 0.1);
}

.page-blog-how-to-win-big-win55-win__faq-qtext {
  flex-grow: 1;
  color: var(--text-main);
}

.page-blog-how-to-win-big-win55-win__faq-toggle {
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 20px;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-blog-how-to-win-big-win55-win__faq-item[open] .page-blog-how-to-win-big-win55-win__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-win-big-win55-win__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.page-blog-how-to-win-big-win55-win__faq-answer p {
  margin: 0;
  color: var(--text-secondary);
}

.page-blog-how-to-win-big-win55-win__faq-answer a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-blog-how-to-win-big-win55-win__faq-answer a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-blog-how-to-win-big-win55-win__hero-content {
    margin-top: -80px;
  }
  .page-blog-how-to-win-big-win55-win__main-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
  .page-blog-how-to-win-big-win55-win__heading {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
  }
  .page-blog-how-to-win-big-win55-win__sub-heading {
    font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-win-big-win55-win__section {
    padding: 40px 15px;
  }
  .page-blog-how-to-win-big-win55-win__hero-content {
    margin-top: -60px;
    padding: 15px;
  }
  .page-blog-how-to-win-big-win55-win__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-how-to-win-big-win55-win__subtitle {
    font-size: 1rem;
  }
  .page-blog-how-to-win-big-win55-win__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-how-to-win-big-win55-win__btn-primary,
  .page-blog-how-to-win-big-win55-win__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-win-big-win55-win__cta-buttons,
  .page-blog-how-to-win-big-win55-win__button-group,
  .page-blog-how-to-win-big-win55-win__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;
  }
  .page-blog-how-to-win-big-win55-win__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto !important;
  }
  .page-blog-how-to-win-big-win55-win__section,
  .page-blog-how-to-win-big-win55-win__card,
  .page-blog-how-to-win-big-win55-win__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-win-big-win55-win__hero-section {
    padding-top: 10px !important; /* body handles --header-offset, small top padding for this section */
    padding-bottom: 40px;
  }
  .page-blog-how-to-win-big-win55-win__text-block,
  .page-blog-how-to-win-big-win55-win__card-text,
  .page-blog-how-to-win-big-win55-win__list-item,
  .page-blog-how-to-win-big-win55-win__faq-answer p {
    font-size: 0.95rem;
  }
  .page-blog-how-to-win-big-win55-win__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-how-to-win-big-win55-win__faq-toggle {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-win-big-win55-win__hero-content {
    margin-top: -40px;
  }
  .page-blog-how-to-win-big-win55-win__main-title {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }
  .page-blog-how-to-win-big-win55-win__heading {
    font-size: clamp(1.4rem, 5vw, 1.8rem);
  }
  .page-blog-how-to-win-big-win55-win__sub-heading {
    font-size: clamp(1.2rem, 4.5vw, 1.5rem);
  }
  .page-blog-how-to-win-big-win55-win__game-card {
    padding: 20px;
  }
  .page-blog-how-to-win-big-win55-win__card-title {
    font-size: 1.2rem;
  }
}