:root {
  --color-primary: #C61F1F;
  --color-secondary: #E53030;
  --color-card-bg: #2A1212;
  --color-background: #140C0C;
  --color-text-main: #FFF1E8;
  --color-border: #6A1E1E;
  --color-gold: #F3C54D;
  --color-deep-red: #7E0D0D;
  --button-gradient: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide {
  font-family: 'Arial', sans-serif;
  color: var(--color-text-main); /* Default text color for dark background */
  background-color: var(--color-background); /* Assumed body background for content */
  line-height: 1.6;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px; /* Space below hero content */
  background-color: var(--color-deep-red);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit hero image height on desktop */
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__hero-content {
  padding: 20px;
  max-width: 900px;
  margin-top: 20px;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--color-gold);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--color-text-main);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__btn-secondary {
  background-color: transparent;
  color: var(--color-gold);
  border: 2px solid var(--color-gold);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__btn-secondary:hover {
  background-color: var(--color-gold);
  color: var(--color-background);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__video-section {
  padding: 10px 0 40px 0; /* body handles --header-offset, this is for visual spacing */
  background-color: var(--color-background);
  text-align: center;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 20px auto;
  background-color: black;
  width: 100%; /* Important for desktop flex container */
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__video-description {
  font-size: 1rem;
  margin-top: 20px;
  color: var(--color-text-main);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__content-area {
  padding: 60px 0;
  background-color: var(--color-background);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--color-gold);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__sub-title {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  color: var(--color-primary);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide p {
  margin-bottom: 15px;
  color: var(--color-text-main);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--color-text-main);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__list li {
  margin-bottom: 10px;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  min-height: 200px;
  min-width: 200px;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__faq-list {
  margin-top: 40px;
  border-top: 1px solid var(--color-border);
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__faq-item {
  border-bottom: 1px solid var(--color-border);
  padding: 15px 0;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: var(--color-gold);
  font-size: 1.1rem;
  padding: 10px 0;
  list-style: none;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__faq-answer {
  padding: 15px 0;
  color: var(--color-text-main);
  font-size: 1rem;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide__faq-item[open] .page-blog-how-to-win-big-on-game-7-beginners-guide__faq-question .page-blog-how-to-win-big-on-game-7-beginners-guide__faq-toggle {
  content: '−';
}

/* Ensure all links within content are visible */
.page-blog-how-to-win-big-on-game-7-beginners-guide a {
  color: var(--color-gold);
  text-decoration: underline;
}

.page-blog-how-to-win-big-on-game-7-beginners-guide a:hover {
  color: var(--color-primary);
}

@media (max-width: 768px) {
  .page-blog-how-to-win-big-on-game-7-beginners-guide__section-container {
    padding: 0 15px;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__hero-image {
    max-height: 300px;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__main-title {
    font-size: 2.2rem;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__section-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__sub-title {
    font-size: 1.3rem;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide p,
  .page-blog-how-to-win-big-on-game-7-beginners-guide__list li,
  .page-blog-how-to-win-big-on-game-7-beginners-guide__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset;
    min-height: unset;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__content-image {
    min-width: unset;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__video-section,
  .page-blog-how-to-win-big-on-game-7-beginners-guide__video-container,
  .page-blog-how-to-win-big-on-game-7-beginners-guide__video-wrapper {
    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-win-big-on-game-7-beginners-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__video-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__faq-question {
    font-size: 1rem;
  }

  .page-blog-how-to-win-big-on-game-7-beginners-guide__faq-toggle {
    font-size: 1.3rem;
  }
}