/* style/resources-how-to-choose-j88-games.css */
.page-resources-how-to-choose-j88-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-resources-how-to-choose-j88-games__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-how-to-choose-j88-games__hero {
  background-color: #0A2342; /* Deep Blue */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-how-to-choose-j88-games__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(10, 35, 66, 0.9), rgba(255, 215, 0, 0.2)); /* Gradient with main and accent color */
  z-index: 0;
}

.page-resources-how-to-choose-j88-games__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent */
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-resources-how-to-choose-j88-games__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-choose-j88-games__button {
  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;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-choose-j88-games__button--hero {
  background-color: #FFD700; /* Gold */
  color: #0A2342; /* Deep Blue */
  font-size: 1.1em;
  border: 2px solid #FFD700;
}

.page-resources-how-to-choose-j88-games__button--hero:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-j88-games__button--primary {
  background-color: #0A2342; /* Deep Blue */
  color: #FFD700; /* Gold */
  border: 2px solid #0A2342;
  margin: 10px 0;
}

.page-resources-how-to-choose-j88-games__button--primary:hover {
  background-color: #1a3a63;
  border-color: #1a3a63;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-j88-games__button--secondary {
  background-color: transparent;
  color: #0A2342;
  border: 2px solid #0A2342;
  margin-left: 15px;
}

.page-resources-how-to-choose-j88-games__button--secondary:hover {
  background-color: #0A2342;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-j88-games__button--back {
  background-color: #54657b; /* A lighter shade of blue-gray for contrast */
  color: #fff;
  border: none;
}

.page-resources-how-to-choose-j88-games__button--back:hover {
  background-color: #6c7b8e;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-j88-games__content-wrapper {
  padding: 40px 0;
}

.page-resources-how-to-choose-j88-games__article-content {
  max-width: 750px; /* Optimal width for long articles */
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-how-to-choose-j88-games__heading {
  color: #0A2342; /* Deep Blue */
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700; /* Gold accent */
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-how-to-choose-j88-games__sub-heading {
  color: #0A2342; /* Deep Blue */  font-size: 1.7em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-how-to-choose-j88-games__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
}

.page-resources-how-to-choose-j88-games__article-content a {
  color: #0A2342;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-how-to-choose-j88-games__article-content a:hover {
  color: #FFD700;
}

.page-resources-how-to-choose-j88-games__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #444;
}

.page-resources-how-to-choose-j88-games__list li {
  margin-bottom: 0.5em;
}

.page-resources-how-to-choose-j88-games__blockquote {
  border-left: 5px solid #FFD700; /* Gold accent */
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #555;
  background-color: #fffaf0; /* Light cream for contrast */
  padding: 15px 20px;
  border-radius: 5px;
}

.page-resources-how-to-choose-j88-games__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-j88-games__cta-block {
  text-align: center;
  margin: 50px 0;
  padding: 30px;
  background-color: #0A2342;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-j88-games__cta-block .page-resources-how-to-choose-j88-games__button {
  margin: 10px;
}

.page-resources-how-to-choose-j88-games__faq {
  margin-top: 40px;
}

.page-resources-how-to-choose-j88-games__faq-item {
  background-color: #f0f3f6;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
}

.page-resources-how-to-choose-j88-games__faq-question {
  color: #0A2342;
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-how-to-choose-j88-games__faq-answer {
  color: #555;
  font-size: 1.05em;
}

.page-resources-how-to-choose-j88-games__back-link {
  text-align: center;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px dashed #ccc;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-how-to-choose-j88-games__hero-title {
    font-size: 2.5em;
  }

  .page-resources-how-to-choose-j88-games__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-how-to-choose-j88-games__heading {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-j88-games__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-how-to-choose-j88-games__article-content {
    padding: 20px;
  }

  .page-resources-how-to-choose-j88-games__button {
    width: 100%;
    margin: 10px 0;
  }

  .page-resources-how-to-choose-j88-games__button--secondary {
    margin-left: 0;
  }

  .page-resources-how-to-choose-j88-games__cta-block {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-j88-games__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-j88-games__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-how-to-choose-j88-games__heading {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-j88-games__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-how-to-choose-j88-games__article-content p,
  .page-resources-how-to-choose-j88-games__list li,
  .page-resources-how-to-choose-j88-games__faq-answer {
    font-size: 1em;
  }
}