/* style/industry-news-live-casino-report.css */
.page-industry-news-live-casino-report {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-industry-news-live-casino-report__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-industry-news-live-casino-report__hero-section {
  background: linear-gradient(135deg, #CC0000 0%, #FFCC00 100%); /* W88 Red to Gold gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-live-casino-report__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-industry-news-live-casino-report__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.page-industry-news-live-casino-report__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #ffe0b3; /* Lighter gold for subtitle */
  position: relative;
  z-index: 1;
}

.page-industry-news-live-casino-report__link-highlight {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-industry-news-live-casino-report__link-highlight:hover {
  color: #FFCC00;
}

.page-industry-news-live-casino-report__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Gold button */
  color: #CC0000; /* Red text on gold button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-industry-news-live-casino-report__cta-button:hover {
  background-color: #e6b800; /* Darker gold on hover */
  color: #a30000; /* Darker red on hover */
}

/* Content Section */
.page-industry-news-live-casino-report__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-industry-news-live-casino-report__article {
  max-width: 900px;
  margin: 0 auto;
}

.page-industry-news-live-casino-report__section-title {
  font-size: 2.2em;
  color: #CC0000; /* Primary red for main titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFCC00; /* Gold underline */
  padding-bottom: 10px;
}

.page-industry-news-live-casino-report__subsection-title {
  font-size: 1.6em;
  color: #a30000; /* Slightly darker red for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-live-casino-report__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-industry-news-live-casino-report__link-inline {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-industry-news-live-casino-report__link-inline:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-industry-news-live-casino-report__image {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-news-live-casino-report__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-industry-news-live-casino-report__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

/* Call to Action Block */
.page-industry-news-live-casino-report__cta-block {
  background-color: #fef4e6; /* Light gold background */
  border-left: 5px solid #FFCC00;
  padding: 30px;
  margin-top: 50px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-industry-news-live-casino-report__cta-title {
  font-size: 1.8em;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-industry-news-live-casino-report__cta-text {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 25px;
}

.page-industry-news-live-casino-report__button-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-industry-news-live-casino-report__cta-button--secondary {
  background-color: #CC0000; /* Red button */
  color: #ffffff; /* White text */
}

.page-industry-news-live-casino-report__cta-button--secondary:hover {
  background-color: #a30000; /* Darker red on hover */
  color: #fff;
}

/* Related Links Section */
.page-industry-news-live-casino-report__related-links {
  background-color: #eeeeee;
  padding: 40px 0;
  text-align: center;
}

.page-industry-news-live-casino-report__link-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-industry-news-live-casino-report__related-link {
  display: inline-block;
  background-color: #CC0000; /* Red background */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-industry-news-live-casino-report__related-link:hover {
  background-color: #FFCC00; /* Gold on hover */
  color: #CC0000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-industry-news-live-casino-report__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-live-casino-report__hero-subtitle {
    font-size: 1.1em;
  }

  .page-industry-news-live-casino-report__section-title {
    font-size: 1.8em;
  }

  .page-industry-news-live-casino-report__subsection-title {
    font-size: 1.4em;
  }

  .page-industry-news-live-casino-report__cta-block {
    padding: 20px;
  }

  .page-industry-news-live-casino-report__button-group {
    flex-direction: column;
    align-items: center;
  }

  .page-industry-news-live-casino-report__cta-button {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .page-industry-news-live-casino-report__hero-title {
    font-size: 2em;
  }

  .page-industry-news-live-casino-report__hero-subtitle {
    font-size: 1em;
  }

  .page-industry-news-live-casino-report__section-title {
    font-size: 1.6em;
  }

  .page-industry-news-live-casino-report__cta-title {
    font-size: 1.5em;
  }

  .page-industry-news-live-casino-report__paragraph, .page-industry-news-live-casino-report__list li, .page-industry-news-live-casino-report__cta-text {
    font-size: 0.95em;
  }
}