/* style/resources-888slot-history.css */
.page-resources-888slot-history {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-888slot-history__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-888slot-history__hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-888slot-history__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-888slot-history__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-888slot-history__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-888slot-history__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-888slot-history__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-resources-888slot-history__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-3px);
}

.page-resources-888slot-history__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-888slot-history__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.page-resources-888slot-history__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-888slot-history__section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-888slot-history__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-resources-888slot-history__subsection-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFCC00;
  padding-left: 15px;
}

.page-resources-888slot-history__text-block {
  font-size: 1.1em;
  color: #444;
  margin-bottom: 25px;
  text-align: justify;
}

.page-resources-888slot-history__image-figure {
  margin: 40px 0;
  text-align: center;
}

.page-resources-888slot-history__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.page-resources-888slot-history__image:hover {
  transform: scale(1.02);
}

.page-resources-888slot-history__image-caption {
  font-style: italic;
  color: #666;
  margin-top: 15px;
  font-size: 0.95em;
}

.page-resources-888slot-history__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-888slot-history__list-item {
  background-color: #f0f7ff;
  border-left: 4px solid #003366;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-888slot-history__list-item:hover {
  background-color: #e0f0ff;
}

.page-resources-888slot-history__list-item strong {
  color: #003366;
}

.page-resources-888slot-history__cta-block {
  background-color: #003366;
  color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-888slot-history__cta-title {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FFCC00;
}

.page-resources-888slot-history__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-888slot-history__hero-title {
    font-size: 2.5em;
  }

  .page-resources-888slot-history__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-888slot-history__section-title {
    font-size: 2em;
  }

  .page-resources-888slot-history__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-888slot-history__text-block,
  .page-resources-888slot-history__list-item {
    font-size: 1em;
  }

  .page-resources-888slot-history__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-888slot-history__cta-block {
    padding: 40px 20px;
  }

  .page-resources-888slot-history__cta-title {
    font-size: 1.8em;
  }
}

@media (max-width: 480px) {
  .page-resources-888slot-history__hero-title {
    font-size: 2em;
  }

  .page-resources-888slot-history__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-888slot-history__section-title {
    font-size: 1.8em;
  }

  .page-resources-888slot-history__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-888slot-history__btn {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
  }
}