/* style/blog-how-to-boost-winnings-with-bonusfreebet.css */

:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --card-bg: #11271B;
  --background-page: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C144; /* Adjusted from F2C14E for better contrast */
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet {
  color: var(--text-main); /* Default text color for the page */
  background-color: var(--background-page);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--deep-green);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px; /* Limit hero image height */
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: var(--text-main);
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 8px;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size */
  color: var(--gold-color);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__section-title {
  font-size: 2.5em;
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: bold;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__text-block {
  font-size: 1.05em;
  color: var(--text-main);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  max-width: 800px;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__numbered-list {
  list-style: decimal;
  padding-left: 20px;
  margin: 30px 0;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__list-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__list-title {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__list-description {
  font-size: 1em;
  color: var(--text-secondary);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__btn-primary,
.page-blog-how-to-boost-winnings-with-bonusfreebet__btn-secondary {
  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-top: 20px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__btn-primary {
  background: var(--button-gradient);
  color: #ffffff; /* Always white for primary button */
  border: 2px solid transparent;
  box-shadow: 0 5px 15px rgba(0, 170, 0, 0.4);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 170, 0, 0.6);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__btn-secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  box-shadow: 0 2px 10px rgba(0, 170, 0, 0.2);
  margin-left: 20px; /* Space between primary and secondary */
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 170, 0, 0.4);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__intro-section,
.page-blog-how-to-boost-winnings-with-bonusfreebet__finding-section,
.page-blog-how-to-boost-winnings-with-bonusfreebet__mistakes-section,
.page-blog-how-to-boost-winnings-with-bonusfreebet__conclusion-section {
  padding: 60px 0;
  background-color: var(--background-page);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__types-section,
.page-blog-how-to-boost-winnings-with-bonusfreebet__strategy-section,
.page-blog-how-to-boost-winnings-with-bonusfreebet__responsible-gambling-section,
.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-section {
  padding: 60px 0;
  background-color: var(--card-bg);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__dark-bg {
  color: var(--text-main); /* Ensure light text on dark background */
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-item {
  background-color: var(--background-page);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
  color: var(--primary-color);
  background-color: var(--card-bg);
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-item[open] .page-blog-how-to-boost-winnings-with-bonusfreebet__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-answer {
  padding: 15px 25px 20px;
  background-color: var(--background-page);
  color: var(--text-secondary);
  font-size: 1em;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet__faq-answer p {
  margin: 0;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet .highlight {
  color: var(--gold-color);
  font-weight: bold;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-blog-how-to-boost-winnings-with-bonusfreebet a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-boost-winnings-with-bonusfreebet__hero-content {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-boost-winnings-with-bonusfreebet__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__hero-content {
    position: static;
    transform: none;
    background-color: transparent;
    padding: 0;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__hero-image {
    position: static;
    filter: brightness(0.7);
    max-height: 400px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
    margin-top: 20px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__section-title {
    font-size: 2em;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__text-block {
    font-size: 0.95em;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__list-item {
    padding: 20px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__list-title {
    font-size: 1.3em;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__btn-primary,
  .page-blog-how-to-boost-winnings-with-bonusfreebet__btn-secondary {
    padding: 12px 25px;
    font-size: 1em;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__btn-secondary {
    margin-top: 0;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Mobile image responsiveness */
  .page-blog-how-to-boost-winnings-with-bonusfreebet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__section,
  .page-blog-how-to-boost-winnings-with-bonusfreebet__card,
  .page-blog-how-to-boost-winnings-with-bonusfreebet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__video-section {
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__faq-item summary {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-boost-winnings-with-bonusfreebet__hero-section {
    padding: 20px 10px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__main-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__section-title {
    font-size: 1.8em;
    margin-top: 30px;
  }

  .page-blog-how-to-boost-winnings-with-bonusfreebet__btn-primary,
  .page-blog-how-to-boost-winnings-with-bonusfreebet__btn-secondary {
    font-size: 0.95em;
  }
}