/* style/blog-igaming-trends-profut-future.css */
.page-blog-igaming-trends-profut-future {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-igaming-trends-profut-future__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px; /* Space below content */
  overflow: hidden;
  background-color: #0a0a0a; /* Ensure hero section background matches body for seamless look */
}

.page-blog-igaming-trends-profut-future__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.page-blog-igaming-trends-profut-future__hero-content {
  position: relative;
  z-index: 2; /* Ensure content is above image */
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
}

.page-blog-igaming-trends-profut-future__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #FFF5E1;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-igaming-trends-profut-future__intro-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-igaming-trends-profut-future__intro-description strong {
  color: #FFCC66;
}

.page-blog-igaming-trends-profut-future__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
  color: #7A0E0E;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-blog-igaming-trends-profut-future__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-igaming-trends-profut-future__cta-button--large {
  font-size: 1.2rem;
  padding: 18px 35px;
}

.page-blog-igaming-trends-profut-future__content-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly lighter dark background for content */
  color: #f0f0f0;
}

.page-blog-igaming-trends-profut-future__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

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

.page-blog-igaming-trends-profut-future__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F4D34D;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.page-blog-igaming-trends-profut-future__content-section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-blog-igaming-trends-profut-future__content-section p strong {
  color: #FFCC66;
}

.page-blog-igaming-trends-profut-future__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-igaming-trends-profut-future__trend-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-igaming-trends-profut-future__card {
  background-color: #D32F2F; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  color: #FFF5E1;
  border: 1px solid #7A0E0E;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-igaming-trends-profut-future__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-blog-igaming-trends-profut-future__card-title {
  font-size: 1.4rem;
  color: #F4D34D;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-igaming-trends-profut-future__card p strong {
  color: #FFCC66;
}

.page-blog-igaming-trends-profut-future__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-igaming-trends-profut-future__feature-item {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #F4D34D;
  color: #e0e0e0;
}

.page-blog-igaming-trends-profut-future__feature-title {
  font-size: 1.5rem;
  color: #F4D34D;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-igaming-trends-profut-future__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-igaming-trends-profut-future__list li {
  background-color: #1a1a1a;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-left: 4px solid #C91F17;
  border-radius: 8px;
  color: #e0e0e0;
  font-size: 1.05rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-igaming-trends-profut-future__list li strong {
  color: #FFCC66;
}

.page-blog-igaming-trends-profut-future__challenge-opportunity {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* FAQ Section */
.page-blog-igaming-trends-profut-future__faq-section {
  padding: 60px 0;
  background-color: #1a1a1a;
  color: #f0f0f0;
}

.page-blog-igaming-trends-profut-future__faq-list {
  margin-top: 40px;
}

.page-blog-igaming-trends-profut-future__faq-item {
  background-color: #D32F2F;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #7A0E0E;
}

.page-blog-igaming-trends-profut-future__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF5E1;
  cursor: pointer;
  background-color: #C91F17; /* Main color for question background */
  border-bottom: 1px solid #7A0E0E;
  list-style: none; /* For details/summary */
}

.page-blog-igaming-trends-profut-future__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-igaming-trends-profut-future__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #FFD86A;
  margin-left: 15px;
}

.page-blog-igaming-trends-profut-future__faq-answer {
  padding: 20px 25px;
  font-size: 1.05rem;
  color: #e0e0e0;
  background-color: #D32F2F;
}

.page-blog-igaming-trends-profut-future__faq-answer strong {
  color: #FFCC66;
}

/* CTA Section */
.page-blog-igaming-trends-profut-future__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #B71C1C; /* Background color */
  color: #FFF5E1;
}

.page-blog-igaming-trends-profut-future__cta-section p {
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: #FFF5E1;
}

.page-blog-igaming-trends-profut-future__date-info {
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  color: #888;
  background-color: #0a0a0a;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-igaming-trends-profut-future__hero-image {
    max-height: 500px;
  }
  .page-blog-igaming-trends-profut-future__trend-cards,
  .page-blog-igaming-trends-profut-future__feature-list,
  .page-blog-igaming-trends-profut-future__challenge-opportunity {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-igaming-trends-profut-future {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-igaming-trends-profut-future__hero-section {
    padding-top: 10px; /* Small top padding for hero section */
    padding-bottom: 30px;
  }

  .page-blog-igaming-trends-profut-future__hero-image {
    max-height: 400px;
  }

  .page-blog-igaming-trends-profut-future__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-igaming-trends-profut-future__intro-description {
    font-size: clamp(1rem, 3vw, 1.1rem);
  }

  .page-blog-igaming-trends-profut-future__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-igaming-trends-profut-future__cta-button--large {
    font-size: 1.1rem;
    padding: 15px 25px;
  }

  .page-blog-igaming-trends-profut-future__content-section,
  .page-blog-igaming-trends-profut-future__faq-section,
  .page-blog-igaming-trends-profut-future__cta-section {
    padding: 40px 0;
  }

  .page-blog-igaming-trends-profut-future__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-igaming-trends-profut-future__section-title {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
  }

  .page-blog-igaming-trends-profut-future__content-section p {
    font-size: 1rem;
  }

  .page-blog-igaming-trends-profut-future__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-igaming-trends-profut-future__trend-cards,
  .page-blog-igaming-trends-profut-future__feature-list,
  .page-blog-igaming-trends-profut-future__challenge-opportunity {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-igaming-trends-profut-future__card,
  .page-blog-igaming-trends-profut-future__feature-item {
    padding: 20px;
  }

  .page-blog-igaming-trends-profut-future__card-title,
  .page-blog-igaming-trends-profut-future__feature-title {
    font-size: 1.2rem;
  }

  .page-blog-igaming-trends-profut-future__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-blog-igaming-trends-profut-future__faq-answer {
    font-size: 0.95rem;
    padding: 15px 20px;
  }
}