/* style/casino-reviews-top-slot-site.css */

.page-casino-reviews-top-slot-site {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-casino-reviews-top-slot-site__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-casino-reviews-top-slot-site__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page-casino-reviews-top-slot-site__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffc107; /* Auxiliary color for emphasis */
  line-height: 1.2;
}

.page-casino-reviews-top-slot-site__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.page-casino-reviews-top-slot-site__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-casino-reviews-top-slot-site__btn--primary {
  background-color: #ffc107; /* Auxiliary color */
  color: #000; /* Dark text for contrast */
}

.page-casino-reviews-top-slot-site__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-casino-reviews-top-slot-site__btn--secondary {
  background-color: #007bff; /* Primary color */
  color: #fff;
  border: 1px solid #007bff;
}

.page-casino-reviews-top-slot-site__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-casino-reviews-top-slot-site__btn--large {
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-casino-reviews-top-slot-site__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-casino-reviews-top-slot-site__section--alt {
  background-color: #e9ecef;
}

.page-casino-reviews-top-slot-site__section-title {
  font-size: 2.5em;
  color: #007bff; /* Primary color */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-casino-reviews-top-slot-site__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107; /* Auxiliary color */
  border-radius: 2px;
}

.page-casino-reviews-top-slot-site__sub-title {
  font-size: 1.8em;
  color: #0056b3; /* Darker primary for contrast */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-casino-reviews-top-slot-site__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-casino-reviews-top-slot-site__list,
.page-casino-reviews-top-slot-site__numbered-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-casino-reviews-top-slot-site__list li,
.page-casino-reviews-top-slot-site__numbered-list li {
  background-color: #f2f2f2;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 5px solid #007bff;
  transition: transform 0.2s ease;
  font-size: 1.1em;
  color: #495057;
}

.page-casino-reviews-top-slot-site__list li:hover,
.page-casino-reviews-top-slot-site__numbered-list li:hover {
  transform: translateX(5px);
  background-color: #e9ecef;
}

.page-casino-reviews-top-slot-site__numbered-list li {
  border-left-color: #ffc107;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-casino-reviews-top-slot-site__hero-title {
    font-size: 2.5em;
  }
  .page-casino-reviews-top-slot-site__hero-description {
    font-size: 1.1em;
  }
  .page-casino-reviews-top-slot-site__section-title {
    font-size: 2em;
  }
  .page-casino-reviews-top-slot-site__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-casino-reviews-top-slot-site__hero {
    padding: 60px 0;
  }
  .page-casino-reviews-top-slot-site__hero-title {
    font-size: 2em;
  }
  .page-casino-reviews-top-slot-site__hero-description {
    font-size: 1em;
  }
  .page-casino-reviews-top-slot-site__section {
    padding: 40px 0;
  }
  .page-casino-reviews-top-slot-site__section-title {
    font-size: 1.8em;
  }
  .page-casino-reviews-top-slot-site__sub-title {
    font-size: 1.3em;
  }
  .page-casino-reviews-top-slot-site__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-casino-reviews-top-slot-site__btn--large {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .page-casino-reviews-top-slot-site__hero-title {
    font-size: 1.8em;
  }
  .page-casino-reviews-top-slot-site__section-title {
    font-size: 1.5em;
  }
  .page-casino-reviews-top-slot-site__sub-title {
    font-size: 1.2em;
  }
  .page-casino-reviews-top-slot-site__list li,
  .page-casino-reviews-top-slot-site__numbered-list li {
    font-size: 0.95em;
    padding: 12px 15px;
  }
}