/* style/resources-choosing-best-jili-games.css */

.page-resources-choosing-best-jili-games {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-choosing-best-jili-games__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #000080; /* Dark blue background for contrast */
  color: #ffffff;
  padding: 0;
  text-align: center;
}

.page-resources-choosing-best-jili-games__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-choosing-best-jili-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-resources-choosing-best-jili-games__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-choosing-best-jili-games__hero-title {
  font-size: 3em;
  color: #FFD700; /* Gold color for title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-choosing-best-jili-games__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-choosing-best-jili-games__hero-button,
.page-resources-choosing-best-jili-games__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #000080; /* Dark blue text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-choosing-best-jili-games__hero-button:hover,
.page-resources-choosing-best-jili-games__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-choosing-best-jili-games__content-area {
  max-width: 800px; /* Article content width */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-choosing-best-jili-games__article-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.page-resources-choosing-best-jili-games__back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #000080; /* Dark blue link */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-choosing-best-jili-games__back-link:hover {
  text-decoration: underline;
}

.page-resources-choosing-best-jili-games__article-title {
  font-size: 2.2em;
  color: #000080; /* Dark blue title */
  margin-bottom: 10px;
}

.page-resources-choosing-best-jili-games__article-meta {
  font-size: 0.9em;
  color: #666666;
}

.page-resources-choosing-best-jili-games__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-choosing-best-jili-games__article-content a {
  color: #000080; /* Dark blue links within content */
  text-decoration: underline;
}

.page-resources-choosing-best-jili-games__article-content a:hover {
  color: #FFD700; /* Gold on hover */
}

.page-resources-choosing-best-jili-games__sub-heading {
  font-size: 1.8em;
  color: #000080; /* Dark blue sub-heading */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700; /* Gold accent */
  padding-left: 10px;
}

.page-resources-choosing-best-jili-games__mini-heading {
  font-size: 1.4em;
  color: #000080; /* Dark blue mini-heading */
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-choosing-best-jili-games__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  font-size: 1.1em;
}

.page-resources-choosing-best-jili-games__list li {
  margin-bottom: 0.5em;
}

.page-resources-choosing-best-jili-games__image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure content images are not too small */
  min-height: 200px;
}

.page-resources-choosing-best-jili-games__cta-section {
  text-align: center;
  background-color: #f9f9f9;
  padding: 40px 20px;
  margin-top: 40px;
  border-radius: 8px;
  border: 1px dashed #FFD700;
}

.page-resources-choosing-best-jili-games__cta-text {
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-choosing-best-jili-games__related-resources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-choosing-best-jili-games__related-title {
  font-size: 1.8em;
  color: #000080;
  margin-bottom: 20px;
}

.page-resources-choosing-best-jili-games__related-list {
  list-style-type: none;
  padding: 0;
}

.page-resources-choosing-best-jili-games__related-list li {
  margin-bottom: 10px;
}

.page-resources-choosing-best-jili-games__related-list a {
  color: #000080;
  text-decoration: none;
  font-size: 1.1em;
}

.page-resources-choosing-best-jili-games__related-list a:hover {
  text-decoration: underline;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-choosing-best-jili-games__hero-title {
    font-size: 2.5em;
  }
  .page-resources-choosing-best-jili-games__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-choosing-best-jili-games__hero-title {
    font-size: 2em;
  }
  .page-resources-choosing-best-jili-games__hero-description {
    font-size: 1em;
  }
  .page-resources-choosing-best-jili-games__hero-button,
  .page-resources-choosing-best-jili-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-choosing-best-jili-games__content-area {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-choosing-best-jili-games__article-title {
    font-size: 1.8em;
  }
  .page-resources-choosing-best-jili-games__sub-heading {
    font-size: 1.5em;
  }
  .page-resources-choosing-best-jili-games__mini-heading {
    font-size: 1.2em;
  }
  /* Mobile content image constraint */
  .page-resources-choosing-best-jili-games__article-content img,
  .page-resources-choosing-best-jili-games__image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-choosing-best-jili-games__hero-title {
    font-size: 1.5em;
  }
  .page-resources-choosing-best-jili-games__hero-description {
    font-size: 0.9em;
  }
  .page-resources-choosing-best-jili-games__hero-button,
  .page-resources-choosing-best-jili-games__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-choosing-best-jili-games__article-title {
    font-size: 1.5em;
  }
  .page-resources-choosing-best-jili-games__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-choosing-best-jili-games__cta-text {
    font-size: 1.1em;
  }
}