.page-blog-future-of-online-betting-codwin-perspective {
  color: #FFF6D6;
  background-color: #0A0A0A;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-future-of-online-betting-codwin-perspective__hero-section {
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding for hero section */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-blog-future-of-online-betting-codwin-perspective__hero-image {
  width: 100%;
  max-width: 1200px; /* Constrain hero image width */
  margin: 0 auto;
}

.page-blog-future-of-online-betting-codwin-perspective__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 211, 107, 0.4);
}

.page-blog-future-of-online-betting-codwin-perspective__hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-future-of-online-betting-codwin-perspective__main-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #FFD36B;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-future-of-online-betting-codwin-perspective__lead-paragraph {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-blog-future-of-online-betting-codwin-perspective__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.3);
}

.page-blog-future-of-online-betting-codwin-perspective__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 211, 107, 0.5);
}

.page-blog-future-of-online-betting-codwin-perspective__cta-button--secondary {
  background: #111111;
  color: #FFD36B;
  border: 1px solid #3A2A12;
  margin-left: 15px;
}

.page-blog-future-of-online-betting-codwin-perspective__cta-button--secondary:hover {
  background: #1A1A1A;
  box-shadow: 0 8px 20px rgba(255, 211, 107, 0.2);
}

.page-blog-future-of-online-betting-codwin-perspective__cta-button--inline {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-blog-future-of-online-betting-codwin-perspective__article-content {
  padding: 40px 20px;
}

.page-blog-future-of-online-betting-codwin-perspective__content-container {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.page-blog-future-of-online-betting-codwin-perspective__section-title {
  font-size: 2.2rem;
  color: #F2C14E;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-future-of-online-betting-codwin-perspective__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FFD36B, transparent);
}

.page-blog-future-of-online-betting-codwin-perspective__sub-section-title {
  font-size: 1.6rem;
  color: #FFD36B;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #F2C14E;
  padding-left: 15px;
}

.page-blog-future-of-online-betting-codwin-perspective__content-container p {
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-blog-future-of-online-betting-codwin-perspective__content-container a {
  color: #F2C14E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-future-of-online-betting-codwin-perspective__content-container a:hover {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-future-of-online-betting-codwin-perspective__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 211, 107, 0.2);
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-blog-future-of-online-betting-codwin-perspective__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.page-blog-future-of-online-betting-codwin-perspective__related-articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-future-of-online-betting-codwin-perspective__article-card {
  background-color: #111111;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  border: 1px solid #3A2A12;
}

.page-blog-future-of-online-betting-codwin-perspective__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-future-of-online-betting-codwin-perspective__article-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-future-of-online-betting-codwin-perspective__card-title {
  font-size: 1.3rem;
  color: #F2C14E;
  padding: 15px;
  min-height: 80px; /* Ensure consistent title height */
}

.page-blog-future-of-online-betting-codwin-perspective__card-title a {
  color: #F2C14E;
  text-decoration: none;
}

.page-blog-future-of-online-betting-codwin-perspective__card-title a:hover {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-future-of-online-betting-codwin-perspective__article-card p {
  font-size: 0.95rem;
  color: #A0A0A0;
  padding: 0 15px 15px;
}

.page-blog-future-of-online-betting-codwin-perspective__back-to-blog {
  text-align: center;
  margin-top: 50px;
}

.page-blog-future-of-online-betting-codwin-perspective__button {
  display: inline-block;
  padding: 12px 25px;
  background: #111111;
  color: #FFD36B;
  text-decoration: none;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-blog-future-of-online-betting-codwin-perspective__button:hover {
  background-color: #1A1A1A;
  color: #F2C14E;
}

@media (max-width: 768px) {
  .page-blog-future-of-online-betting-codwin-perspective__main-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-blog-future-of-online-betting-codwin-perspective__section-title {
    font-size: 1.8rem;
  }

  .page-blog-future-of-online-betting-codwin-perspective__sub-section-title {
    font-size: 1.4rem;
  }

  .page-blog-future-of-online-betting-codwin-perspective__lead-paragraph {
    font-size: 1rem;
  }

  .page-blog-future-of-online-betting-codwin-perspective__cta-button {
    padding: 12px 25px;
  }

  .page-blog-future-of-online-betting-codwin-perspective__cta-button--secondary {
    margin-left: 0;
    margin-top: 10px;
  }

  .page-blog-future-of-online-betting-codwin-perspective__cta-group {
    flex-direction: column;
    align-items: center;
  }

  .page-blog-future-of-online-betting-codwin-perspective__content-container {
    padding: 0 10px;
  }

  .page-blog-future-of-online-betting-codwin-perspective__image-full-width,
  .page-blog-future-of-online-betting-codwin-perspective__article-card img {
    max-width: 100%;
    height: auto;
  }

  .page-blog-future-of-online-betting-codwin-perspective__related-articles {
    grid-template-columns: 1fr;
  }
}