/* style/industry-news-mobile-gambling-trends.css */

.page-industry-news-mobile-gambling-trends {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  line-height: 1.6;
}

.page-industry-news-mobile-gambling-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news-mobile-gambling-trends__hero-section {
  background: linear-gradient(135deg, #1A237E 0%, #0D103F 100%); /* Darker gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
}

.page-industry-news-mobile-gambling-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news-mobile-gambling-trends__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #FFFFFF; /* White for subtitle */
}

.page-industry-news-mobile-gambling-trends__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA button */
  color: #1A237E; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-industry-news-mobile-gambling-trends__cta-button:hover {
  background-color: #e5c100; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-industry-news-mobile-gambling-trends__cta-button--center {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
}

.page-industry-news-mobile-gambling-trends__cta-button--large {
  padding: 20px 40px;
  font-size: 1.4em;
}

.page-industry-news-mobile-gambling-trends__section {
  padding: 80px 0;
  background-color: #1A237E; /* Main dark blue background */
}

.page-industry-news-mobile-gambling-trends__section--dark {
  background-color: #0D103F; /* Slightly darker blue for contrast sections */
}

.page-industry-news-mobile-gambling-trends__section--conclusion {
  text-align: center;
}

.page-industry-news-mobile-gambling-trends__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-industry-news-mobile-gambling-trends__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #B0BEC5; /* Lighter gray for descriptions */
}

.page-industry-news-mobile-gambling-trends__content-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-industry-news-mobile-gambling-trends__text-content {
  flex: 1;
}

.page-industry-news-mobile-gambling-trends__text-content p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-industry-news-mobile-gambling-trends__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-industry-news-mobile-gambling-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-industry-news-mobile-gambling-trends__subsection-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-industry-news-mobile-gambling-trends__inline-cta {
  color: #FFD700; /* Gold for inline CTA links */
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-industry-news-mobile-gambling-trends__inline-cta:hover {
  color: #e5c100;
}

.page-industry-news-mobile-gambling-trends__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-industry-news-mobile-gambling-trends__feature-item {
  background-color: #1A237E; /* Main dark blue for feature cards */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-industry-news-mobile-gambling-trends__feature-item:hover {
  transform: translateY(-5px);
}

.page-industry-news-mobile-gambling-trends__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.6));
}

.page-industry-news-mobile-gambling-trends__feature-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for feature titles */
  margin-bottom: 15px;
}

.page-industry-news-mobile-gambling-trends__feature-item p {
  color: #B0BEC5;
  margin-bottom: 20px;
}

.page-industry-news-mobile-gambling-trends__feature-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 3px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-industry-news-mobile-gambling-trends__feature-link:hover {
  color: #e5c100;
  border-color: #e5c100;
}

.page-industry-news-mobile-gambling-trends__trend-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}

.page-industry-news-mobile-gambling-trends__trend-item:last-child {
  margin-bottom: 0;
}

.page-industry-news-mobile-gambling-trends__trend-item--reverse {
  flex-direction: row-reverse;
}

.page-industry-news-mobile-gambling-trends__trend-item .page-industry-news-mobile-gambling-trends__text-content {
  flex: 2;
}

.page-industry-news-mobile-gambling-trends__trend-item .page-industry-news-mobile-gambling-trends__image-wrapper {
  flex: 1;
}

.page-industry-news-mobile-gambling-trends__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-industry-news-mobile-gambling-trends__list li {
  background-color: #1A237E; /* Main dark blue for list items */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-industry-news-mobile-gambling-trends__list li strong {
  color: #FFD700;
  font-size: 1.2em;
}

.page-industry-news-mobile-gambling-trends__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-industry-news-mobile-gambling-trends__benefit-card {
  background-color: #0D103F; /* Darker blue for benefit cards */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-industry-news-mobile-gambling-trends__benefit-card:hover {
  transform: translateY(-5px);
}

.page-industry-news-mobile-gambling-trends__benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.7));
}

.page-industry-news-mobile-gambling-trends__benefit-title {
  font-size: 1.6em;
  color: #FFD700; /* Gold for benefit titles */
  margin-bottom: 15px;
}

.page-industry-news-mobile-gambling-trends__benefit-card p {
  color: #B0BEC5;
  margin-bottom: 20px;
}

.page-industry-news-mobile-gambling-trends__benefit-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 3px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-industry-news-mobile-gambling-trends__benefit-link:hover {
  color: #e5c100;
  border-color: #e5c100;
}

.page-industry-news-mobile-gambling-trends .highlight {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-industry-news-mobile-gambling-trends__hero-title {
    font-size: 2.8em;
  }

  .page-industry-news-mobile-gambling-trends__hero-subtitle {
    font-size: 1.3em;
  }

  .page-industry-news-mobile-gambling-trends__section-title {
    font-size: 2.2em;
  }

  .page-industry-news-mobile-gambling-trends__content-grid,
  .page-industry-news-mobile-gambling-trends__trend-item {
    flex-direction: column;
    text-align: center;
  }

  .page-industry-news-mobile-gambling-trends__trend-item--reverse {
    flex-direction: column;
  }

  .page-industry-news-mobile-gambling-trends__image-wrapper--left,
  .page-industry-news-mobile-gambling-trends__image-wrapper--right {
    order: -1; /* Image appears above text on smaller screens */
  }

  .page-industry-news-mobile-gambling-trends__image-wrapper {
    margin-bottom: 30px;
  }

  .page-industry-news-mobile-gambling-trends__features-grid,
  .page-industry-news-mobile-gambling-trends__benefits-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-industry-news-mobile-gambling-trends__hero-section {
    padding: 80px 0;
  }

  .page-industry-news-mobile-gambling-trends__hero-title {
    font-size: 2.2em;
  }

  .page-industry-news-mobile-gambling-trends__hero-subtitle {
    font-size: 1.1em;
  }

  .page-industry-news-mobile-gambling-trends__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-industry-news-mobile-gambling-trends__section {
    padding: 60px 0;
  }

  .page-industry-news-mobile-gambling-trends__section-title {
    font-size: 1.8em;
  }

  .page-industry-news-mobile-gambling-trends__section-description {
    font-size: 1em;
  }

  .page-industry-news-mobile-gambling-trends__subsection-title {
    font-size: 1.5em;
  }

  .page-industry-news-mobile-gambling-trends__feature-item,
  .page-industry-news-mobile-gambling-trends__benefit-card {
    padding: 20px;
  }

  .page-industry-news-mobile-gambling-trends__feature-title,
  .page-industry-news-mobile-gambling-trends__benefit-title {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-industry-news-mobile-gambling-trends__hero-section {
    padding: 60px 0;
  }

  .page-industry-news-mobile-gambling-trends__hero-title {
    font-size: 1.8em;
  }

  .page-industry-news-mobile-gambling-trends__hero-subtitle {
    font-size: 0.9em;
  }

  .page-industry-news-mobile-gambling-trends__cta-button {
    font-size: 1em;
    padding: 10px 20px;
  }

  .page-industry-news-mobile-gambling-trends__section {
    padding: 40px 0;
  }

  .page-industry-news-mobile-gambling-trends__section-title {
    font-size: 1.5em;
  }

  .page-industry-news-mobile-gambling-trends__section-description {
    font-size: 0.9em;
  }

  .page-industry-news-mobile-gambling-trends__subsection-title {
    font-size: 1.3em;
  }

  .page-industry-news-mobile-gambling-trends__image-wrapper {
    margin-bottom: 20px;
  }
}