/* style/resources-au88bet-faq.css */
.page-resources-au88bet-faq {
  font-family: 'Arial', sans-serif;
  color: #0A2E36; /* Dark text for general content */
  line-height: 1.6;
}

.page-resources-au88bet-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-au88bet-faq__hero {
  background: linear-gradient(135deg, #0A2E36 0%, #304f56 100%); /* Dark blue/green gradient */
  color: #FFFFFF; /* White text on dark background */
  padding: 100px 0;
  text-align: center;
}

.page-resources-au88bet-faq__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E0B400; /* Gold/amber for highlight */
  font-weight: bold;
}

.page-resources-au88bet-faq__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-au88bet-faq__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-resources-au88bet-faq__btn--primary {
  background-color: #E0B400; /* Gold/amber button */
  color: #0A2E36; /* Dark text on gold button */
  border: 2px solid #E0B400;
}

.page-resources-au88bet-faq__btn--primary:hover {
  background-color: #f0c520;
  color: #000000; /* Even darker text on hover for contrast */
}

.page-resources-au88bet-faq__btn--secondary {
  background-color: transparent;
  color: #0A2E36; /* Dark text for secondary button */
  border: 2px solid #0A2E36;
}

.page-resources-au88bet-faq__btn--secondary:hover {
  background-color: #0A2E36;
  color: #E0B400; /* Gold text on dark background for hover */
}

.page-resources-au88bet-faq__faq-section {
  padding: 60px 0;
  background-color: #f8f8f8; /* Light gray background */
}

.page-resources-au88bet-faq__section-title {
  font-size: 2.5em;
  color: #0A2E36;
  text-align: center;
  margin-bottom: 20px;
}

.page-resources-au88bet-faq__section-description {
  font-size: 1.1em;
  color: #333;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-resources-au88bet-faq__accordion-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-resources-au88bet-faq__accordion-item {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-au88bet-faq__accordion-header {
  display: block;
  padding: 20px 25px;
  font-size: 1.3em;
  font-weight: bold;
  color: #0A2E36; /* Dark text for header */
  cursor: pointer;
  position: relative;
  user-select: none;
  background-color: #fefefe;
  transition: background-color 0.3s ease;
}

.page-resources-au88bet-faq__accordion-header::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #E0B400; /* Gold plus sign */
  transition: transform 0.3s ease;
}

.page-resources-au88bet-faq__accordion-item[open] .page-resources-au88bet-faq__accordion-header::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-au88bet-faq__accordion-item[open] .page-resources-au88bet-faq__accordion-header {
  background-color: #E0B400; /* Gold background when open */
  color: #0A2E36; /* Dark text on gold background */
}

.page-resources-au88bet-faq__accordion-content {
  padding: 20px 25px;
  font-size: 1.05em;
  color: #333;
  border-top: 1px solid #eee;
}

.page-resources-au88bet-faq__accordion-content p {
  margin-bottom: 15px;
}

.page-resources-au88bet-faq__accordion-content ul,
.page-resources-au88bet-faq__accordion-content ol {
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-resources-au88bet-faq__accordion-content li {
  margin-bottom: 8px;
}

.page-resources-au88bet-faq__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  display: block;
}

.page-resources-au88bet-faq__cta-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #0A2E36; /* Dark blue/green background */
  color: #FFFFFF; /* White text */
  padding: 50px 30px;
  border-radius: 12px;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-au88bet-faq__cta-content {
  max-width: 700px;
  margin-bottom: 30px;
}

.page-resources-au88bet-faq__cta-title {
  font-size: 2.2em;
  color: #E0B400; /* Gold/amber for highlight */
  margin-bottom: 15px;
}

.page-resources-au88bet-faq__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-au88bet-faq__cta-image {
  max-width: 300px;
  height: auto;
  border-radius: 8px;
}

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

  .page-resources-au88bet-faq__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-au88bet-faq__section-title {
    font-size: 2em;
  }

  .page-resources-au88bet-faq__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-au88bet-faq__accordion-header::after {
    right: 15px;
  }

  .page-resources-au88bet-faq__accordion-content {
    padding: 15px 20px;
  }

  .page-resources-au88bet-faq__cta-title {
    font-size: 1.8em;
  }

  .page-resources-au88bet-faq__cta-description {
    font-size: 1em;
  }

  .page-resources-au88bet-faq__cta-banner {
    flex-direction: column;
    padding: 40px 20px;
  }
}

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

  .page-resources-au88bet-faq__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-au88bet-faq__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-au88bet-faq__section-title {
    font-size: 1.8em;
  }
}