/* style/resources-how-to-choose-ok9aa-games.css */

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

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

.page-resources-how-to-choose-ok9aa-games__hero-section {
  background: linear-gradient(135deg, #003366 0%, #0a4a8f 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-resources-how-to-choose-ok9aa-games__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00; /* Accent color for title */
  position: relative;
  z-index: 1;
}

.page-resources-how-to-choose-ok9aa-games__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-how-to-choose-ok9aa-games__hero-btn {
  display: inline-block;
  background-color: #FFCC00; /* Accent color for button */
  color: #003366; /* Dark blue text on accent button */
  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;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-choose-ok9aa-games__hero-btn:hover {
  background-color: #e6b800; /* Slightly darker accent on hover */
  transform: translateY(-3px);
}

.page-resources-how-to-choose-ok9aa-games__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-resources-how-to-choose-ok9aa-games__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-how-to-choose-ok9aa-games__article p {
  margin-bottom: 1em;
  color: #444;
}

.page-resources-how-to-choose-ok9aa-games__section-title {
  font-size: 2.5em;
  color: #003366; /* Primary dark blue for main titles */
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-resources-how-to-choose-ok9aa-games__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Accent underline */
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-resources-how-to-choose-ok9aa-games__sub-section-title {
  font-size: 1.8em;
  color: #004488; /* Slightly lighter blue for sub-titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFCC00; /* Accent border */
  padding-left: 15px;
}

.page-resources-how-to-choose-ok9aa-games__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-how-to-choose-ok9aa-games__list li {
  margin-bottom: 10px;
  color: #555;
}

.page-resources-how-to-choose-ok9aa-games__list li::marker {
  color: #FFCC00; /* Accent color for list markers */
}

.page-resources-how-to-choose-ok9aa-games__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-how-to-choose-ok9aa-games__ordered-list li {
  margin-bottom: 10px;
  color: #555;
}

.page-resources-how-to-choose-ok9aa-games__ordered-list li::marker {
  color: #003366; /* Primary color for ordered list markers */
  font-weight: bold;
}

.page-resources-how-to-choose-ok9aa-games__text-link {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-choose-ok9aa-games__text-link:hover {
  color: #FFCC00;
}

.page-resources-how-to-choose-ok9aa-games__cta-btn {
  display: inline-block;
  background-color: #003366; /* Primary dark blue for CTA buttons */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-choose-ok9aa-games__cta-btn:hover {
  background-color: #004488;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-ok9aa-games__cta-btn--secondary {
  background-color: #FFCC00;
  color: #003366;
}

.page-resources-how-to-choose-ok9aa-games__cta-btn--secondary:hover {
  background-color: #e6b800;
  color: #003366;
}

.page-resources-how-to-choose-ok9aa-games__emphasis-text {
  font-style: italic;
  font-weight: bold;
  color: #003366;
  padding: 10px 0;
  border-left: 3px solid #FFCC00;
  padding-left: 10px;
}

.page-resources-how-to-choose-ok9aa-games__image-inline {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-ok9aa-games__call-to-action-text {
  font-size: 1.2em;
  font-weight: bold;
  color: #003366;
  margin-top: 40px;
  text-align: center;
}

.page-resources-how-to-choose-ok9aa-games__faq-container {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-resources-how-to-choose-ok9aa-games__faq-item {
  background-color: #f0f8ff; /* Light blue background for FAQ items */
  border-left: 4px solid #003366;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 5px;
}

.page-resources-how-to-choose-ok9aa-games__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-how-to-choose-ok9aa-games__faq-answer {
  color: #555;
}

.page-resources-how-to-choose-ok9aa-games__final-cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

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

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

  .page-resources-how-to-choose-ok9aa-games__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-ok9aa-games__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-ok9aa-games__hero-section {
    padding: 80px 0;
  }
}

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

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

  .page-resources-how-to-choose-ok9aa-games__hero-btn,
  .page-resources-how-to-choose-ok9aa-games__cta-btn {
    padding: 10px 20px;
    font-size: 1em;
    margin-right: 10px;
    margin-left: 10px;
  }

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

  .page-resources-how-to-choose-ok9aa-games__sub-section-title {
    font-size: 1.3em;
  }
  .page-resources-how-to-choose-ok9aa-games__final-cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-resources-how-to-choose-ok9aa-games__cta-btn {
    width: 80%;
    margin: 10px 0;
  }
}