.page-blog-latest-igaming-trends {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: #B71C1C; /* Background */
}

.page-blog-latest-igaming-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-latest-igaming-trends__hero-section {
  padding-top: 10px; /* Small top padding, relies on body for main offset */
  padding-bottom: 40px;
  text-align: center;
  background-color: #7A0E0E; /* Deep Red */
  position: relative;
  overflow: hidden;
}

.page-blog-latest-igaming-trends__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-blog-latest-igaming-trends__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  display: block;
}

.page-blog-latest-igaming-trends__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-blog-latest-igaming-trends__main-title {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  color: #FFD86A; /* Gold gradient start */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-latest-igaming-trends__hero-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #FFF5E1; /* Text Main */
  margin-bottom: 30px;
  max-width: 800px;
}

.page-blog-latest-igaming-trends__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-latest-igaming-trends__btn-primary,
.page-blog-latest-igaming-trends__btn-secondary,
.page-blog-latest-igaming-trends__btn-download {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-latest-igaming-trends__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button Gold Gradient */
  color: #7A0E0E; /* Deep Red for text */
  border: 2px solid #F2B544; /* Border Gold */
}

.page-blog-latest-igaming-trends__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

.page-blog-latest-igaming-trends__btn-secondary,
.page-blog-latest-igaming-trends__btn-download {
  background-color: transparent;
  color: #FFD86A; /* Gold */
  border: 2px solid #FFD86A;
}

.page-blog-latest-igaming-trends__btn-secondary:hover,
.page-blog-latest-igaming-trends__btn-download:hover {
  background-color: #FFD86A;
  color: #7A0E0E; /* Deep Red */
  transform: translateY(-2px);
}

.page-blog-latest-igaming-trends__section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #FFD86A; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-weight: bold;
}

.page-blog-latest-igaming-trends__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF5E1; /* Text Main */
  text-align: justify;
}

.page-blog-latest-igaming-trends__introduction-section,
.page-blog-latest-igaming-trends__conclusion-section {
  padding: 60px 0;
  background-color: #B71C1C; /* Background */
}

.page-blog-latest-igaming-trends__trends-section {
  padding: 60px 0;
  background-color: #D32F2F; /* Card BG */
}

.page-blog-latest-igaming-trends__trend-card {
  background-color: #7A0E0E; /* Deep Red for card background */
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #FFF5E1; /* Text Main */
  border: 1px solid #F2B544; /* Border Gold */
}

.page-blog-latest-igaming-trends__trend-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #F2B544;
}

.page-blog-latest-igaming-trends__card-content {
  padding: 30px;
}

.page-blog-latest-igaming-trends__card-title {
  font-size: 1.8rem;
  color: #FFD86A; /* Gold */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-latest-igaming-trends__card-text {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #FFF5E1; /* Text Main */
  text-align: justify;
}

.page-blog-latest-igaming-trends__card-actions {
  margin-top: 20px;
  text-align: right;
}

/* All images base responsive style */
.page-blog-latest-igaming-trends img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsive styles */
@media (max-width: 1024px) {
  .page-blog-latest-igaming-trends__main-title {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  }
  .page-blog-latest-igaming-trends__hero-description {
    font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  }
  .page-blog-latest-igaming-trends__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  }
  .page-blog-latest-igaming-trends__trend-image {
    height: 250px;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-latest-igaming-trends__hero-section {
    padding-top: 10px !important; /* Small top padding, relies on body for main offset */
    padding-bottom: 30px;
  }
  .page-blog-latest-igaming-trends__hero-content {
    padding: 40px 15px;
    min-height: 300px;
  }
  .page-blog-latest-igaming-trends__main-title {
    font-size: clamp(2rem, 7vw, 2.5rem) !important;
    margin-bottom: 15px;
  }
  .page-blog-latest-igaming-trends__hero-description {
    font-size: clamp(0.9rem, 3.5vw, 1.1rem) !important;
    margin-bottom: 25px;
  }
  /* 按钮与按钮容器 */
  .page-blog-latest-igaming-trends__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-latest-igaming-trends__btn-primary,
  .page-blog-latest-igaming-trends__btn-secondary,
  .page-blog-latest-igaming-trends__btn-download,
  .page-blog-latest-igaming-trends a[class*="button"],
  .page-blog-latest-igaming-trends 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: 12px 20px;
  }
  /* 通用图片与容器 */
  .page-blog-latest-igaming-trends img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-latest-igaming-trends__container,
  .page-blog-latest-igaming-trends__trend-card,
  .page-blog-latest-igaming-trends__introduction-section,
  .page-blog-latest-igaming-trends__trends-section,
  .page-blog-latest-igaming-trends__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Other content modules */
  .page-blog-latest-igaming-trends__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem) !important;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .page-blog-latest-igaming-trends__text-block {
    font-size: 1rem;
  }
  .page-blog-latest-igaming-trends__trend-card {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .page-blog-latest-igaming-trends__trend-image {
    height: 200px;
  }
  .page-blog-latest-igaming-trends__card-content {
    padding: 20px;
  }
  .page-blog-latest-igaming-trends__card-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .page-blog-latest-igaming-trends__card-text {
    font-size: 0.95rem;
  }
}