.page-blog-top-betting-sites-with-generous-bonuses {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
}

.page-blog-top-betting-sites-with-generous-bonuses__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-top-betting-sites-with-generous-bonuses__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-blog-top-betting-sites-with-generous-bonuses p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-blog-top-betting-sites-with-generous-bonuses strong {
  color: #017439;
}

/* Hero Section */
.page-blog-top-betting-sites-with-generous-bonuses__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #f0f0f0;
  border-bottom: 5px solid #017439;
}

.page-blog-top-betting-sites-with-generous-bonuses__hero-image {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-top-betting-sites-with-generous-bonuses__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page-blog-top-betting-sites-with-generous-bonuses__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  width: 100%;
}

.page-blog-top-betting-sites-with-generous-bonuses__hero-content h1 {
  color: #017439;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  /* clamp for responsive font size without fixed values */
  font-size: clamp(1.8em, 4vw, 2.8em);
}

.page-blog-top-betting-sites-with-generous-bonuses__hero-content p {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-betting-sites-with-generous-bonuses__cta-button {
  display: inline-block;
  padding: 16px 45px;
  background: #017439;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-top-betting-sites-with-generous-bonuses__cta-button:hover {
  background: #005a2d;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Introduction Section */
.page-blog-top-betting-sites-with-generous-bonuses__introduction-section,
.page-blog-top-betting-sites-with-generous-bonuses__games-section,
.page-blog-top-betting-sites-with-generous-bonuses__promotions-section,
.page-blog-top-betting-sites-with-generous-bonuses__security-support-section,
.page-blog-top-betting-sites-with-generous-bonuses__faq-section,
.page-blog-top-betting-sites-with-generous-bonuses__blog-section {
  padding: 60px 0;
}

.page-blog-top-betting-sites-with-generous-bonuses__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-blog-top-betting-sites-with-generous-bonuses__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Quick Access Section */
.page-blog-top-betting-sites-with-generous-bonuses__quick-access-section {
  background-color: #017439;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.page-blog-top-betting-sites-with-generous-bonuses__quick-access-section .page-blog-top-betting-sites-with-generous-bonuses__section-title {
  color: #ffffff;
}

.page-blog-top-betting-sites-with-generous-bonuses__quick-access-section p {
  color: #f0f0f0;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-top-betting-sites-with-generous-bonuses__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-top-betting-sites-with-generous-bonuses__btn-primary {
  display: inline-block;
  padding: 14px 30px;
  background: #C30808; /* Specific color for register/login type actions */
  color: #FFFF00; /* Specific color for register/login font */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
}

.page-blog-top-betting-sites-with-generous-bonuses__btn-primary:hover {
  background: #a80707;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Core Games/Services Section */
.page-blog-top-betting-sites-with-generous-bonuses__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-betting-sites-with-generous-bonuses__game-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-betting-sites-with-generous-bonuses__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-top-betting-sites-with-generous-bonuses__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-blog-top-betting-sites-with-generous-bonuses__game-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-blog-top-betting-sites-with-generous-bonuses__game-card p {
  font-size: 1em;
  color: #666666;
  padding: 0 20px;
  margin-bottom: 20px;
}

.page-blog-top-betting-sites-with-generous-bonuses__btn-secondary {
  display: inline-block;
  padding: 10px 25px;
  background: #ffffff;
  color: #017439;
  text-decoration: none;
  border: 2px solid #017439;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 600;
  transition: all 0.3s ease;
}

.page-blog-top-betting-sites-with-generous-bonuses__btn-secondary:hover {
  background: #017439;
  color: #ffffff;
}

/* Promotions Section */
.page-blog-top-betting-sites-with-generous-bonuses__promotions-section {
  background-color: #f9f9f9;
}

.page-blog-top-betting-sites-with-generous-bonuses__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-betting-sites-with-generous-bonuses__promo-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-betting-sites-with-generous-bonuses__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-blog-top-betting-sites-with-generous-bonuses__promo-item img {
  width: 100%;
   /* Consistent height for promo images */
  object-fit: cover;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-blog-top-betting-sites-with-generous-bonuses__promo-item h3 {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
  padding: 0 15px;
}

.page-blog-top-betting-sites-with-generous-bonuses__promo-item p {
  font-size: 1em;
  color: #666666;
  padding: 0 20px;
  margin-bottom: 20px;
}

/* Security & Support Section */
.page-blog-top-betting-sites-with-generous-bonuses__security-support-section {
  background-color: #ffffff;
}

.page-blog-top-betting-sites-with-generous-bonuses__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-betting-sites-with-generous-bonuses__feature-item {
  text-align: center;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
}

.page-blog-top-betting-sites-with-generous-bonuses__feature-item:hover {
  transform: translateY(-5px);
}

.page-blog-top-betting-sites-with-generous-bonuses__feature-item img {
  
  
  margin-bottom: 20px;
  filter: none; /* Ensure no color filters */
}

.page-blog-top-betting-sites-with-generous-bonuses__feature-item h3 {
  font-size: 1.3em;
  color: #017439;
  margin-bottom: 10px;
}

.page-blog-top-betting-sites-with-generous-bonuses__feature-item p {
  font-size: 0.95em;
  color: #666666;
}

/* FAQ Section */
.page-blog-top-betting-sites-with-generous-bonuses__faq-section {
  background-color: #f0f8f0;
  padding-bottom: 80px;
}

.page-blog-top-betting-sites-with-generous-bonuses__faq-list {
  margin-top: 40px;
}

details.page-blog-top-betting-sites-with-generous-bonuses__faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

details.page-blog-top-betting-sites-with-generous-bonuses__faq-item summary.page-blog-top-betting-sites-with-generous-bonuses__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  font-weight: 600;
  color: #333333;
  font-size: 1.1em;
}

details.page-blog-top-betting-sites-with-generous-bonuses__faq-item summary.page-blog-top-betting-sites-with-generous-bonuses__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-top-betting-sites-with-generous-bonuses__faq-item summary.page-blog-top-betting-sites-with-generous-bonuses__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-top-betting-sites-with-generous-bonuses__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
  color: #017439;
}

.page-blog-top-betting-sites-with-generous-bonuses__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #017439;
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-blog-top-betting-sites-with-generous-bonuses__faq-item[open] summary.page-blog-top-betting-sites-with-generous-bonuses__faq-question {
  background-color: #e6ffe6;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

details.page-blog-top-betting-sites-with-generous-bonuses__faq-item .page-blog-top-betting-sites-with-generous-bonuses__faq-answer {
  padding: 10px 25px 20px;
  background: #fcfcfc;
  border-top: 1px solid #eee;
  border-radius: 0 0 10px 10px;
  font-size: 1em;
  color: #555555;
}

/* Blog Section */
.page-blog-top-betting-sites-with-generous-bonuses__blog-section {
  background-color: #f9f9f9;
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-title {
  font-size: 1.3em;
  font-weight: 700;
  margin: 20px 20px 10px;
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-title a {
  color: #017439;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-title a:hover {
  color: #005a2d;
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-date {
  font-size: 0.9em;
  color: #888888;
  margin: 0 20px 15px;
}

.page-blog-top-betting-sites-with-generous-bonuses__blog-card p {
  font-size: 1em;
  color: #666666;
  padding: 0 20px;
  margin-bottom: 20px;
}

.page-blog-top-betting-sites-with-generous-bonuses__read-more {
  display: inline-block;
  margin: 0 20px 20px;
  color: #017439;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-top-betting-sites-with-generous-bonuses__read-more:hover {
  color: #005a2d;
  text-decoration: underline;
}

.page-blog-top-betting-sites-with-generous-bonuses__view-all-button-wrapper {
  text-align: center;
  margin-top: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-top-betting-sites-with-generous-bonuses__hero-content h1 {
    font-size: clamp(1.6em, 5vw, 2.5em);
  }
  .page-blog-top-betting-sites-with-generous-bonuses__section-title {
    font-size: 2em;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__game-grid,
  .page-blog-top-betting-sites-with-generous-bonuses__promo-list,
  .page-blog-top-betting-sites-with-generous-bonuses__feature-list,
  .page-blog-top-betting-sites-with-generous-bonuses__blog-grid {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .page-blog-top-betting-sites-with-generous-bonuses__hero-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__hero-image img {
    border-radius: 8px;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__hero-content h1 {
    font-size: clamp(1.4em, 6vw, 2em);
    margin-bottom: 15px;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__hero-content p {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-top-betting-sites-with-generous-bonuses__introduction-section,
  .page-blog-top-betting-sites-with-generous-bonuses__games-section,
  .page-blog-top-betting-sites-with-generous-bonuses__promotions-section,
  .page-blog-top-betting-sites-with-generous-bonuses__security-support-section,
  .page-blog-top-betting-sites-with-generous-bonuses__faq-section,
  .page-blog-top-betting-sites-with-generous-bonuses__blog-section {
    padding: 40px 0;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .page-blog-top-betting-sites-with-generous-bonuses p {
    font-size: 1em;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__image-wrapper {
    margin: 30px 0;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__image-wrapper img,
  .page-blog-top-betting-sites-with-generous-bonuses__game-card img,
  .page-blog-top-betting-sites-with-generous-bonuses__promo-item img,
  .page-blog-top-betting-sites-with-generous-bonuses__feature-item img,
  .page-blog-top-betting-sites-with-generous-bonuses__blog-card img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__container {
    padding: 0 15px;
  }

  .page-blog-top-betting-sites-with-generous-bonuses__button-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__btn-primary {
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__game-card,
  .page-blog-top-betting-sites-with-generous-bonuses__promo-item,
  .page-blog-top-betting-sites-with-generous-bonuses__feature-item,
  .page-blog-top-betting-sites-with-generous-bonuses__blog-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__game-card img {
    
  }
  .page-blog-top-betting-sites-with-generous-bonuses__promo-item img {
    
  }
  .page-blog-top-betting-sites-with-generous-bonuses__blog-card img {
    
  }
  
  details.page-blog-top-betting-sites-with-generous-bonuses__faq-item summary.page-blog-top-betting-sites-with-generous-bonuses__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__faq-qtext {
    font-size: 1em;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__faq-toggle {
    font-size: 24px;
    width: 25px;
  }
  details.page-blog-top-betting-sites-with-generous-bonuses__faq-item .page-blog-top-betting-sites-with-generous-bonuses__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-top-betting-sites-with-generous-bonuses__hero-content h1 {
    font-size: clamp(1.2em, 7vw, 1.8em);
  }
  .page-blog-top-betting-sites-with-generous-bonuses__section-title {
    font-size: 1.6em;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__cta-button,
  .page-blog-top-betting-sites-with-generous-bonuses__btn-primary,
  .page-blog-top-betting-sites-with-generous-bonuses__btn-secondary {
    font-size: 0.95em;
    padding: 10px 20px;
  }
  .page-blog-top-betting-sites-with-generous-bonuses__game-card img {
    
  }
  .page-blog-top-betting-sites-with-generous-bonuses__promo-item img {
    
  }
  .page-blog-top-betting-sites-with-generous-bonuses__blog-card img {
    
  }
}