.page-blog-top-strategies-for-maximizing-betting-bonuses {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__cta-button--large {
  padding: 18px 40px;
  font-size: 1.25rem;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__section {
  padding: 60px 0;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__image {
  max-width: 50%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  min-width: 200px; /* Enforce min size */
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__image--left {
  margin-right: 20px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__image--right {
  margin-left: 20px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  margin-top: 40px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__text-block {
  flex: 1;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses p {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__grid--two-columns {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__card-title {
  font-size: 1.6rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__subtitle {
  font-size: 1.8rem;
  color: #F2FFF6; /* Text Main */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__list-item {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__list-item::before {
  content: '✓';
  color: #57E38D; /* Glow */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-section {
  padding-bottom: 80px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: rgba(17, 40, 27, 0.8); /* Slightly lighter card BG */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-question:hover {
  background-color: rgba(17, 40, 27, 1);
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-qtext {
  flex-grow: 1;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 20px;
  color: #57E38D; /* Glow */
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.6;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-top-strategies-for-maximizing-betting-bonuses__conclusion-text {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  max-width: 900px;
  margin: 0 auto 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-top-strategies-for-maximizing-betting-bonuses__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__content-wrapper--reversed {
    flex-direction: column;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__image {
    max-width: 80%;
    margin: 0 auto 30px !important;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__grid--two-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-blog-top-strategies-for-maximizing-betting-bonuses__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__hero-description {
    font-size: 1rem;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1rem;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__section {
    padding: 40px 0;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses p,
  .page-blog-top-strategies-for-maximizing-betting-bonuses__list-item,
  .page-blog-top-strategies-for-maximizing-betting-bonuses__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__card-title {
    font-size: 1.4rem;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__subtitle {
    font-size: 1.6rem;
  }

  /* Mobile specific image adaptation */
  .page-blog-top-strategies-for-maximizing-betting-bonuses img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-top-strategies-for-maximizing-betting-bonuses__section,
  .page-blog-top-strategies-for-maximizing-betting-bonuses__card,
  .page-blog-top-strategies-for-maximizing-betting-bonuses__container,
  .page-blog-top-strategies-for-maximizing-betting-bonuses__hero-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  /* Mobile specific button adaptation */
  .page-blog-top-strategies-for-maximizing-betting-bonuses__cta-button,
  .page-blog-top-strategies-for-maximizing-betting-bonuses a[class*="button"],
  .page-blog-top-strategies-for-maximizing-betting-bonuses a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__hero-content .page-blog-top-strategies-for-maximizing-betting-bonuses__cta-button {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__conclusion-section .page-blog-top-strategies-for-maximizing-betting-bonuses__cta-button {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-top-strategies-for-maximizing-betting-bonuses__faq-answer {
    padding: 10px 20px 15px;
  }
}