.page-blog-2024-popular-betting-app-reviews {
  color: #ffffff; /* Body background is dark, so text is light */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-2024-popular-betting-app-reviews__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding for content */
  background-color: #017439; /* Brand color for hero background */
  overflow: hidden;
}

.page-blog-2024-popular-betting-app-reviews__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Constrain image width */
  margin-bottom: 30px; /* Space between image and text */
}

.page-blog-2024-popular-betting-app-reviews__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-2024-popular-betting-app-reviews__hero-content {
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.page-blog-2024-popular-betting-app-reviews__main-title {
  font-size: clamp(2.2rem, 4.5vw, 3.2rem); /* H1 clamp font size */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.page-blog-2024-popular-betting-app-reviews__intro-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-2024-popular-betting-app-reviews__section {
  padding: 60px 20px;
  background-color: #1a1a2e; /* Default dark background from body */
  color: #ffffff; /* Default light text color */
}

.page-blog-2024-popular-betting-app-reviews__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  color: #017439; /* Brand color for section titles */
}

.page-blog-2024-popular-betting-app-reviews__content-area p {
  font-size: 1.05rem;
  margin-bottom: 15px;
  line-height: 1.7;
  color: #f0f0f0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-2024-popular-betting-app-reviews__evaluation-criteria,
.page-blog-2024-popular-betting-app-reviews__top-apps,
.page-blog-2024-popular-betting-app-reviews__benefits,
.page-blog-2024-popular-betting-app-reviews__how-to-choose,
.page-blog-2024-popular-betting-app-reviews__faq-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.page-blog-2024-popular-betting-app-reviews__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-2024-popular-betting-app-reviews__dark-bg .page-blog-2024-popular-betting-app-reviews__section-title {
  color: #ffffff;
}

.page-blog-2024-popular-betting-app-reviews__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-2024-popular-betting-app-reviews__card {
  background: #ffffff;
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-2024-popular-betting-app-reviews__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-2024-popular-betting-app-reviews__card-image {
  width: 100%;
  max-width: 400px; /* Constrain card image width */
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-2024-popular-betting-app-reviews__card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #017439;
}

.page-blog-2024-popular-betting-app-reviews__card p {
  font-size: 1rem;
  color: #555555;
  line-height: 1.6;
}

.page-blog-2024-popular-betting-app-reviews__criteria-grid,
.page-blog-2024-popular-betting-app-reviews__app-list,
.page-blog-2024-popular-betting-app-reviews__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-2024-popular-betting-app-reviews__app-card {
  background: #ffffff;
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-2024-popular-betting-app-reviews__app-logo {
  width: 100%;
  max-width: 180px; /* Adjust logo size */
  height: auto;
  margin-bottom: 20px;
  display: block;
  border-radius: 10px;
}

.page-blog-2024-popular-betting-app-reviews__app-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #017439;
}

.page-blog-2024-popular-betting-app-reviews__app-description {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1; /* Allow description to take available space */
}

.page-blog-2024-popular-betting-app-reviews__benefit-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-blog-2024-popular-betting-app-reviews__benefit-list li {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for dark background */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}}