.page-blog-best-mobile-betting-platforms-2024 {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-best-mobile-betting-platforms-2024 a {
  color: #2AD16F; /* Lighter green for links */
  text-decoration: none;
}

.page-blog-best-mobile-betting-platforms-2024 a:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-blog-best-mobile-betting-platforms-2024__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-best-mobile-betting-platforms-2024__hero-image-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-best-mobile-betting-platforms-2024__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  max-width: 1200px; /* Adjust based on width attribute */
  margin: 0 auto;
}

.page-blog-best-mobile-betting-platforms-2024__hero-content {
  max-width: 800px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-best-mobile-betting-platforms-2024__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-best-mobile-betting-platforms-2024__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-best-mobile-betting-platforms-2024__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-best-mobile-betting-platforms-2024__btn-primary,
.page-blog-best-mobile-betting-platforms-2024__btn-secondary,
.page-blog-best-mobile-betting-platforms-2024__btn-small {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-best-mobile-betting-platforms-2024__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6;
  border: none;
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-best-mobile-betting-platforms-2024__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-best-mobile-betting-platforms-2024__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-best-mobile-betting-platforms-2024__btn-secondary:hover {
  background-color: #2AD16F;
  color: #F2FFF6;
}

.page-blog-best-mobile-betting-platforms-2024__btn-primary--large,
.page-blog-best-mobile-betting-platforms-2024__btn-secondary--large {
  padding: 18px 35px;
  font-size: 1.1rem;
}

.page-blog-best-mobile-betting-platforms-2024__btn-small {
  padding: 10px 20px;
  font-size: 0.9rem;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6;
  border: none;
  box-shadow: 0 2px 8px rgba(34, 199, 104, 0.3);
}

.page-blog-best-mobile-betting-platforms-2024__btn-small:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(34, 199, 104, 0.5);
}

/* General Content Styling */
.page-blog-best-mobile-betting-platforms-2024__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-best-mobile-betting-platforms-2024__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-best-mobile-betting-platforms-2024__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F 0%, #13994A 100%);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-best-mobile-betting-platforms-2024__section-title--light {
  color: #F2FFF6;
}

.page-blog-best-mobile-betting-platforms-2024__text-block {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-best-mobile-betting-platforms-2024__text-block--light {
  color: #F2FFF6;
}

.page-blog-best-mobile-betting-platforms-2024__text-block strong {
  color: #F2FFF6;
}

.page-blog-best-mobile-betting-platforms-2024__responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Criteria Section */
.page-blog-best-mobile-betting-platforms-2024__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-best-mobile-betting-platforms-2024__criterion-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #A7D9B8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-best-mobile-betting-platforms-2024__criterion-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-best-mobile-betting-platforms-2024__criterion-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px auto 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

/* Top Platforms Section */
.page-blog-best-mobile-betting-platforms-2024__platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-best-mobile-betting-platforms-2024__platform-card {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #A7D9B8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-best-mobile-betting-platforms-2024__platform-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-best-mobile-betting-platforms-2024__platform-name {
  font-size: 1.3rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-best-mobile-betting-platforms-2024__platform-name a {
  color: #F2FFF6;
  text-decoration: none;
}

.page-blog-best-mobile-betting-platforms-2024__platform-name a:hover {
  text-decoration: underline;
  color: #2AD16F;
}

/* Benefits Section */
.page-blog-best-mobile-betting-platforms-2024__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-best-mobile-betting-platforms-2024__benefits-list li {
  background-color: #11271B; /* Card BG */
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #A7D9B8;
  font-size: 1.05rem;
  display: flex;
  align-items: flex-start;
}

.page-blog-best-mobile-betting-platforms-2024__benefits-list li::before {
  content: '✓';
  color: #2AD16F; /* Lighter Green */
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2rem;
}

.page-blog-best-mobile-betting-platforms-2024__benefits-list li strong {
  color: #F2FFF6;
}

/* Tips Section */
.page-blog-best-mobile-betting-platforms-2024__tips-list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 30px;
  color: #A7D9B8;
  font-size: 1.05rem;
}

.page-blog-best-mobile-betting-platforms-2024__tips-list li {
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-blog-best-mobile-betting-platforms-2024__tips-list li strong {
  color: #F2FFF6;
}

/* FAQ Section */
.page-blog-best-mobile-betting-platforms-2024__faq-list {
  margin-top: 40px;
}

.page-blog-best-mobile-betting-platforms-2024__faq-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #A7D9B8;
}

.page-blog-best-mobile-betting-platforms-2024__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #1E3A2A; /* Divider */
  list-style: none; /* For details/summary */
}

.page-blog-best-mobile-betting-platforms-2024__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-best-mobile-betting-platforms-2024__faq-question::marker {
  display: none;
}

.page-blog-best-mobile-betting-platforms-2024__faq-qtext {
  flex-grow: 1;
}

.page-blog-best-mobile-betting-platforms-2024__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #2AD16F;
  transition: transform 0.3s ease;
}

.page-blog-best-mobile-betting-platforms-2024__faq-item[open] .page-blog-best-mobile-betting-platforms-2024__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-best-mobile-betting-platforms-2024__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  line-height: 1.7;
  color: #A7D9B8;
  background-color: #11271B; /* Card BG */
}

/* CTA Section */
.page-blog-best-mobile-betting-platforms-2024__cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #0A4B2C; /* Deep Green */
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-best-mobile-betting-platforms-2024__dark-section {
  background-color: #0A4B2C;
  color: #F2FFF6;
}

/* Image styles */
.page-blog-best-mobile-betting-platforms-2024 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-best-mobile-betting-platforms-2024__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .page-blog-best-mobile-betting-platforms-2024__section-title {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
  }
  .page-blog-best-mobile-betting-platforms-2024__criteria-grid,
  .page-blog-best-mobile-betting-platforms-2024__platforms-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-best-mobile-betting-platforms-2024__hero-section {
    padding-top: 10px !important; /* Small top padding */
    padding-bottom: 40px;
  }
  .page-blog-best-mobile-betting-platforms-2024__hero-content {
    padding: 0 15px;
  }
  .page-blog-best-mobile-betting-platforms-2024__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-best-mobile-betting-platforms-2024__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .page-blog-best-mobile-betting-platforms-2024__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  /* 产品展示图区域 */
  .page-blog-best-mobile-betting-platforms-2024__platforms-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 0 15px;
  }
  .page-blog-best-mobile-betting-platforms-2024__platform-card {
    padding: 20px;
  }
  .page-blog-best-mobile-betting-platforms-2024__platform-image {
    min-width: 200px !important;
    min-height: 150px !important; /* Adjust if needed for better aspect ratio on mobile */
  }

  /* 通用图片与容器 */
  .page-blog-best-mobile-betting-platforms-2024 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-best-mobile-betting-platforms-2024__content-area,
  .page-blog-best-mobile-betting-platforms-2024__hero-image-container,
  .page-blog-best-mobile-betting-platforms-2024__criteria-grid,
  .page-blog-best-mobile-betting-platforms-2024__platforms-grid,
  .page-blog-best-mobile-betting-platforms-2024__benefits-list,
  .page-blog-best-mobile-betting-platforms-2024__tips-list,
  .page-blog-best-mobile-betting-platforms-2024__faq-list,
  .page-blog-best-mobile-betting-platforms-2024__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden !important;
  }

  /* 按钮与按钮容器 */
  .page-blog-best-mobile-betting-platforms-2024__btn-primary,
  .page-blog-best-mobile-betting-platforms-2024__btn-secondary,
  .page-blog-best-mobile-betting-platforms-2024__btn-small,
  .page-blog-best-mobile-betting-platforms-2024 a[class*="button"],
  .page-blog-best-mobile-betting-platforms-2024 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-blog-best-mobile-betting-platforms-2024__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column; /* Ensure vertical stacking for main CTAs */
  }

  /* 其他内容模块 */
  .page-blog-best-mobile-betting-platforms-2024__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .page-blog-best-mobile-betting-platforms-2024__text-block,
  .page-blog-best-mobile-betting-platforms-2024__benefits-list li,
  .page-blog-best-mobile-betting-platforms-2024__tips-list li,
  .page-blog-best-mobile-betting-platforms-2024__faq-answer {
    font-size: 0.95rem;
  }
  .page-blog-best-mobile-betting-platforms-2024__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-best-mobile-betting-platforms-2024__criteria-grid {
    gap: 20px;
    padding: 0 15px;
  }
  .page-blog-best-mobile-betting-platforms-2024__criterion-item {
    padding: 20px;
  }
  .page-blog-best-mobile-betting-platforms-2024__cta-section {
    padding: 60px 15px;
  }
}