/* style/resources-how-to-win-slot-games.css */
.page-resources-how-to-win-slot-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #1A2A3A; /* Dark blue for main text */
  background-color: #f8f8f8;
}

.page-resources-how-to-win-slot-games__hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #ffc107 50%, #1A2A3A 100%);
  padding: 80px 20px;
  text-align: center;
  color: #1A2A3A; /* Dark text on gradient */
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-win-slot-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-how-to-win-slot-games__main-title {
  font-size: 3.5em;
  color: #1A2A3A; /* Dark blue for contrast */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-resources-how-to-win-slot-games__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #333; /* Slightly darker for readability */
  position: relative;
  z-index: 1;
}

.page-resources-how-to-win-slot-games__cta-button {
  display: inline-block;
  background-color: #1A2A3A; /* Dark blue button */
  color: #FFD700; /* Gold text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-win-slot-games__cta-button:hover {
  background-color: #FFD700; /* Gold on hover */
  color: #1A2A3A; /* Dark blue text on hover */
  transform: translateY(-3px);
  border-color: #1A2A3A;
}

.page-resources-how-to-win-slot-games__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-resources-how-to-win-slot-games__cta-button--large {
  padding: 20px 40px;
  font-size: 1.4em;
  margin-top: 40px;
}

.page-resources-how-to-win-slot-games__content-wrapper {
  background-color: #ffffff;
  padding: 40px 0;
}

.page-resources-how-to-win-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-win-slot-games__content-area {
  display: flex;
  gap: 30px;
}

.page-resources-how-to-win-slot-games__table-of-contents {
  flex: 0 0 280px;
  padding: 20px;
  background-color: #1A2A3A; /* Dark blue background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  align-self: flex-start;
  position: sticky;
  top: 100px; /* Adjust based on header height */
}

.page-resources-how-to-win-slot-games__table-of-contents .page-resources-how-to-win-slot-games__section-title {
  color: #FFD700; /* Gold title */
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-how-to-win-slot-games__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-how-to-win-slot-games__toc-list li {
  margin-bottom: 10px;
}

.page-resources-how-to-win-slot-games__toc-list a {
  text-decoration: none;
  color: #fff; /* White text for TOC links */
  font-size: 1.1em;
  transition: color 0.3s ease, transform 0.3s ease;
  display: block;
  padding: 5px 0;
}

.page-resources-how-to-win-slot-games__toc-list a:hover {
  color: #FFD700; /* Gold on hover */
  transform: translateX(5px);
}

.page-resources-how-to-win-slot-games__article {
  flex-grow: 1;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-how-to-win-slot-games__section {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}

.page-resources-how-to-win-slot-games__section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.page-resources-how-to-win-slot-games__section-title {
  font-size: 2em;
  color: #1A2A3A; /* Dark blue for section titles */
  margin-top: 0;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding-left: 15px;
}

.page-resources-how-to-win-slot-games__article h3 {
  font-size: 1.5em;
  color: #FFD700; /* Gold for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-win-slot-games__article p {
  margin-bottom: 15px;
  color: #333; /* Slightly darker for readability */
}

.page-resources-how-to-win-slot-games__article ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #333;
}

.page-resources-how-to-win-slot-games__article li {
  margin-bottom: 8px;
}

.page-resources-how-to-win-slot-games__article strong {
  color: #1A2A3A;
}

.page-resources-how-to-win-slot-games__image-figure {
  margin: 30px 0;
  text-align: center;
}

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

.page-resources-how-to-win-slot-games__image:hover {
  transform: scale(1.02);
}

.page-resources-how-to-win-slot-games__image-caption {
  font-style: italic;
  color: #555;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-resources-how-to-win-slot-games__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-win-slot-games__inline-link:hover {
  color: #1A2A3A;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-how-to-win-slot-games__content-area {
    flex-direction: column;
  }

  .page-resources-how-to-win-slot-games__table-of-contents {
    flex: none;
    width: 100%;
    position: static;
    margin-bottom: 30px;
  }

  .page-resources-how-to-win-slot-games__main-title {
    font-size: 2.5em;
  }

  .page-resources-how-to-win-slot-games__hero-description {
    font-size: 1.1em;
  }

  .page-resources-how-to-win-slot-games__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-win-slot-games__article h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-win-slot-games__hero-section {
    padding: 60px 15px;
  }

  .page-resources-how-to-win-slot-games__main-title {
    font-size: 2em;
  }

  .page-resources-how-to-win-slot-games__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-resources-how-to-win-slot-games__article {
    padding: 20px;
  }

  .page-resources-how-to-win-slot-games__section-title {
    font-size: 1.6em;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-win-slot-games__main-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-win-slot-games__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-win-slot-games__cta-button {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .page-resources-how-to-win-slot-games__toc-list a {
    font-size: 1em;
  }
}