.page-blog-most-popular-jackpot-games-2024 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
}

.page-blog-most-popular-jackpot-games-2024__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-blog-most-popular-jackpot-games-2024__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Constrain image width */
  margin-bottom: 30px;
}

.page-blog-most-popular-jackpot-games-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-most-popular-jackpot-games-2024__hero-content {
  max-width: 900px;
  width: 100%;
  z-index: 1;
}

.page-blog-most-popular-jackpot-games-2024__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: clamp(2rem, 5vw, 3.5rem); /* Responsive font size for H1 */
  max-width: 100%; /* Ensure H1 doesn't overflow */
  box-sizing: border-box;
}

.page-blog-most-popular-jackpot-games-2024__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-most-popular-jackpot-games-2024__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-most-popular-jackpot-games-2024__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

.page-blog-most-popular-jackpot-games-2024__btn-primary,
.page-blog-most-popular-jackpot-games-2024__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-most-popular-jackpot-games-2024__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-blog-most-popular-jackpot-games-2024__btn-primary:hover {
  background-color: #a30606;
  transform: translateY(-2px);
}

.page-blog-most-popular-jackpot-games-2024__btn-secondary {
  background-color: #ffffff;
  color: #017439; /* Brand primary color */
  border: 2px solid #017439;
}

.page-blog-most-popular-jackpot-games-2024__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-most-popular-jackpot-games-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Explicitly white background for content */
  color: #333333; /* Dark text for light background */
}

.page-blog-most-popular-jackpot-games-2024__section-inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-most-popular-jackpot-games-2024__section-title {
  font-size: 2.2rem;
  color: #017439; /* Brand primary color for titles */
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-most-popular-jackpot-games-2024__text-block {
  margin-bottom: 20px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.page-blog-most-popular-jackpot-games-2024__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-most-popular-jackpot-games-2024__game-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-blog-most-popular-jackpot-games-2024__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.page-blog-most-popular-jackpot-games-2024__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-most-popular-jackpot-games-2024__game-title {
  font-size: 1.4rem;
  color: #017439;
  margin: 15px 15px 10px;
  font-weight: bold;
}

.page-blog-most-popular-jackpot-games-2024__game-title a {
  color: #017439;
  text-decoration: none;
}

.page-blog-most-popular-jackpot-games-2024__game-title a:hover {
  text-decoration: underline;
}

.page-blog-most-popular-jackpot-games-2024__game-description {
  font-size: 0.95rem;
  padding: 0 15px 15px;
  flex-grow: 1;
}

.page-blog-most-popular-jackpot-games-2024__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 30px;
}

.page-blog-most-popular-jackpot-games-2024__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-most-popular-jackpot-games-2024__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-most-popular-jackpot-games-2024__feature-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-most-popular-jackpot-games-2024__feature-icon {
  width: 100%;
  height: auto;
  max-width: 150px; /* Constrain icon size */
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-blog-most-popular-jackpot-games-2024__feature-title {
  font-size: 1.3rem;
  color: #017439;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-most-popular-jackpot-games-2024__feature-description {
  font-size: 0.95rem;
}

.page-blog-most-popular-jackpot-games-2024__steps-list {
  list-style: decimal inside;
  margin-left: 20px;
  margin-bottom: 30px;
}

.page-blog-most-popular-jackpot-games-2024__faq-list {
  margin-top: 30px;
}

.page-blog-most-popular-jackpot-games-2024__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-most-popular-jackpot-games-2024__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 25px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #017439; /* Brand primary color for FAQ questions */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-blog-most-popular-jackpot-games-2024__faq-item summary:hover {
  background-color: #f0f0f0;
}

.page-blog-most-popular-jackpot-games-2024__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-most-popular-jackpot-games-2024__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-most-popular-jackpot-games-2024__faq-item[open] .page-blog-most-popular-jackpot-games-2024__faq-toggle {
  content: '−';
}

.page-blog-most-popular-jackpot-games-2024__faq-answer {
  padding: 15px 25px 20px;
  border-top: 1px solid #eee;
  font-size: 1rem;
  line-height: 1.6;
}

.page-blog-most-popular-jackpot-games-2024__conclusion-section {
  padding: 60px 20px;
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
  text-align: center;
}

.page-blog-most-popular-jackpot-games-2024__conclusion-section .page-blog-most-popular-jackpot-games-2024__section-title {
  color: #ffffff;
}

.page-blog-most-popular-jackpot-games-2024__conclusion-section .page-blog-most-popular-jackpot-games-2024__text-block {
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-most-popular-jackpot-games-2024__text-center {
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-most-popular-jackpot-games-2024__main-title {
    font-size: clamp(1.8rem, 6vw, 3rem);
  }
  .page-blog-most-popular-jackpot-games-2024__section-title {
    font-size: 2rem;
  }
  .page-blog-most-popular-jackpot-games-2024__game-list,
  .page-blog-most-popular-jackpot-games-2024__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-most-popular-jackpot-games-2024 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-most-popular-jackpot-games-2024__hero-section {
    padding: 10px 15px 40px;
  }
  .page-blog-most-popular-jackpot-games-2024__main-title {
    font-size: clamp(1.6rem, 7vw, 2.5rem);
    padding: 0 10px;
  }
  .page-blog-most-popular-jackpot-games-2024__description {
    font-size: 1rem;
    padding: 0 10px;
  }
  .page-blog-most-popular-jackpot-games-2024__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
  .page-blog-most-popular-jackpot-games-2024__btn-primary,
  .page-blog-most-popular-jackpot-games-2024__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-most-popular-jackpot-games-2024__content-area,
  .page-blog-most-popular-jackpot-games-2024__conclusion-section {
    padding: 30px 15px;
  }
  .page-blog-most-popular-jackpot-games-2024__section-title {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .page-blog-most-popular-jackpot-games-2024__game-list,
  .page-blog-most-popular-jackpot-games-2024__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-most-popular-jackpot-games-2024__game-image,
  .page-blog-most-popular-jackpot-games-2024__feature-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-most-popular-jackpot-games-2024__game-card,
  .page-blog-most-popular-jackpot-games-2024__feature-card,
  .page-blog-most-popular-jackpot-games-2024__faq-item,
  .page-blog-most-popular-jackpot-games-2024__section-inner,
  .page-blog-most-popular-jackpot-games-2024__hero-image-wrapper,
  .page-blog-most-popular-jackpot-games-2024__hero-content,
  .page-blog-most-popular-jackpot-games-2024__video-section,
  .page-blog-most-popular-jackpot-games-2024__video-container,
  .page-blog-most-popular-jackpot-games-2024__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-most-popular-jackpot-games-2024__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-most-popular-jackpot-games-2024__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-blog-most-popular-jackpot-games-2024__list,
  .page-blog-most-popular-jackpot-games-2024__steps-list {
    margin-left: 0;
    padding-left: 20px;
  }
  .page-blog-most-popular-jackpot-games-2024__video-section {
    padding-top: 10px !important;
  }
}