/* style/expert-predictions-vivu88-slots-trends.css */
.page-expert-predictions-vivu88-slots-trends {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-expert-predictions-vivu88-slots-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-expert-predictions-vivu88-slots-trends__hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-expert-predictions-vivu88-slots-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-expert-predictions-vivu88-slots-trends__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-expert-predictions-vivu88-slots-trends__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  margin: 10px;
}

.page-expert-predictions-vivu88-slots-trends__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-expert-predictions-vivu88-slots-trends__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-expert-predictions-vivu88-slots-trends__btn--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-expert-predictions-vivu88-slots-trends__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
}

.page-expert-predictions-vivu88-slots-trends__content-section {
  padding: 60px 0;
}

.page-expert-predictions-vivu88-slots-trends__article {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-expert-predictions-vivu88-slots-trends__heading {
  color: #003366;
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFCC00;
  padding-bottom: 10px;
}

.page-expert-predictions-vivu88-slots-trends__sub-heading {
  color: #003366;
  font-size: 1.6em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-expert-predictions-vivu88-slots-trends__article p {
  margin-bottom: 15px;
  color: #555;
}

.page-expert-predictions-vivu88-slots-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-expert-predictions-vivu88-slots-trends__image--small {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-expert-predictions-vivu88-slots-trends__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-expert-predictions-vivu88-slots-trends__list li {
  margin-bottom: 10px;
}

.page-expert-predictions-vivu88-slots-trends__list strong {
  color: #003366;
}

.page-expert-predictions-vivu88-slots-trends__cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-expert-predictions-vivu88-slots-trends__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.page-expert-predictions-vivu88-slots-trends__grid-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-expert-predictions-vivu88-slots-trends__hero-title {
    font-size: 2.5em;
  }

  .page-expert-predictions-vivu88-slots-trends__hero-subtitle {
    font-size: 1.2em;
  }

  .page-expert-predictions-vivu88-slots-trends__heading {
    font-size: 1.8em;
  }

  .page-expert-predictions-vivu88-slots-trends__article {
    padding: 20px;
  }

  .page-expert-predictions-vivu88-slots-trends__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-expert-predictions-vivu88-slots-trends__hero-title {
    font-size: 2em;
  }

  .page-expert-predictions-vivu88-slots-trends__hero-subtitle {
    font-size: 1em;
  }

  .page-expert-predictions-vivu88-slots-trends__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-expert-predictions-vivu88-slots-trends__heading {
    font-size: 1.5em;
  }
}