.page-resources-789bet-faq-solutions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-789bet-faq-solutions a {
  color: #000080;
  text-decoration: none;
}

.page-resources-789bet-faq-solutions a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-resources-789bet-faq-solutions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-789bet-faq-solutions__hero {
  background: linear-gradient(135deg, #FFD700 0%, #000080 100%);
  color: #ffffff;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}

.page-resources-789bet-faq-solutions__hero-content {
  max-width: 800px;
  z-index: 1;
  margin-bottom: 40px; /* Space for image below on smaller screens */
}

.page-resources-789bet-faq-solutions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-789bet-faq-solutions__hero-title a {
  color: #ffffff; /* Ensure link in title is white */
  text-decoration: none;
}

.page-resources-789bet-faq-solutions__hero-title a:hover {
  text-decoration: underline;
}

.page-resources-789bet-faq-solutions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #e0e0e0;
}

.page-resources-789bet-faq-solutions__hero-description a {
  color: #ffffff;
}

.page-resources-789bet-faq-solutions__hero-description a:hover {
  text-decoration: underline;
}

.page-resources-789bet-faq-solutions__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-789bet-faq-solutions__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1.05em;
}

.page-resources-789bet-faq-solutions__button--primary {
  background-color: #FFD700;
  color: #000080;
  border: 2px solid #FFD700;
}

.page-resources-789bet-faq-solutions__button--primary:hover {
  background-color: #e6c200;
  color: #000066;
  transform: translateY(-2px);
}

.page-resources-789bet-faq-solutions__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-789bet-faq-solutions__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-789bet-faq-solutions__hero-image-wrapper {
  margin-top: 40px;
  text-align: center;
}

.page-resources-789bet-faq-solutions__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-789bet-faq-solutions__section {
  padding: 60px 0;
}

.page-resources-789bet-faq-solutions__section:nth-of-type(odd) {
  background-color: #ffffff;
}

.page-resources-789bet-faq-solutions__section-title {
  font-size: 2.5em;
  color: #000080;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-789bet-faq-solutions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-789bet-faq-solutions__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

.page-resources-789bet-faq-list .page-resources-789bet-faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-789bet-faq-list .page-resources-789bet-faq-question {
  font-size: 1.5em;
  color: #000080;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.page-resources-789bet-faq-list .page-resources-789bet-faq-question::before {
  content: '+';
  font-size: 1.2em;
  margin-right: 10px;
  color: #FFD700;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-resources-789bet-faq-list .page-resources-789bet-faq-question.active::before {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-789bet-faq-list .page-resources-789bet-faq-question a {
  color: #000080;
}

.page-resources-789bet-faq-list .page-resources-789bet-faq-answer {
  display: block; /* Default to block for content, JS will handle toggle */
  font-size: 1em;
  color: #555;
  padding-left: 30px;
  border-left: 3px solid #FFD700;
  margin-top: 15px;
}

.page-resources-789bet-faq-list .page-resources-789bet-faq-sub-question {
  font-size: 1.2em;
  color: #000080;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-789bet-faq-solutions__list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.page-resources-789bet-faq-solutions__list-item {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #444;
}

.page-resources-789bet-faq-solutions__list-item::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-789bet-faq-solutions__list-item a {
  color: #000080;
}

.page-resources-789bet-faq-solutions__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-789bet-faq-solutions__button--inline {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 4px;
  background-color: #000080;
  color: #ffffff;
  border: 2px solid #000080;
}

.page-resources-789bet-faq-solutions__button--inline:hover {
  background-color: #000066;
  border-color: #000066;
}

.page-resources-789bet-faq-solutions__list--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-789bet-faq-solutions__list--grid .page-resources-789bet-faq-solutions__list-item {
  background-color: #fefefe;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-left: 25px; /* Adjust for grid items */
}

.page-resources-789bet-faq-solutions__list--grid .page-resources-789bet-faq-solutions__list-item::before {
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  font-size: 1.5em;
}

.page-resources-789bet-faq-solutions__list--grid .page-resources-789bet-faq-solutions__list-item p {
  margin-top: 20px;
}

.page-resources-789bet-faq-solutions__cta {
  background-color: #000080;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-789bet-faq-solutions__cta .page-resources-789bet-faq-solutions__section-title {
  color: #FFD700;
}

.page-resources-789bet-faq-solutions__cta .page-resources-789bet-faq-solutions__section-title::after {
  background-color: #ffffff;
}

.page-resources-789bet-faq-solutions__cta .page-resources-789bet-faq-solutions__paragraph {
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-789bet-faq-solutions__cta .page-resources-789bet-faq-solutions__paragraph a {
  color: #FFD700;
}

.page-resources-789bet-faq-solutions__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-789bet-faq-solutions__cta .page-resources-789bet-faq-solutions__button--primary {
  background-color: #FFD700;
  color: #000080;
  border-color: #FFD700;
}

.page-resources-789bet-faq-solutions__cta .page-resources-789bet-faq-solutions__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-789bet-faq-solutions__hero-title {
    font-size: 2.5em;
  }
  .page-resources-789bet-faq-solutions__section-title {
    font-size: 2em;
  }
  .page-resources-789bet-faq-solutions__hero-content {
    margin-bottom: 20px;
  }
  .page-resources-789bet-faq-solutions__hero-image-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-789bet-faq-solutions__hero {
    flex-direction: column;
    padding: 60px 0;
  }
  .page-resources-789bet-faq-solutions__hero-title {
    font-size: 2em;
  }
  .page-resources-789bet-faq-solutions__hero-description {
    font-size: 1em;
  }
  .page-resources-789bet-faq-solutions__hero-actions {
    flex-direction: column;
  }
  .page-resources-789bet-faq-solutions__section {
    padding: 40px 0;
  }
  .page-resources-789bet-faq-solutions__section-title {
    font-size: 1.8em;
  }
  .page-resources-789bet-faq-solutions__faq-list .page-resources-789bet-faq-question {
    font-size: 1.2em;
  }
  .page-resources-789bet-faq-solutions__faq-list .page-resources-789bet-faq-answer {
    padding-left: 15px;
  }
  .page-resources-789bet-faq-solutions__list--grid {
    grid-template-columns: 1fr;
  }
  .page-resources-789bet-faq-solutions__list--grid .page-resources-789bet-faq-solutions__list-item::before {
    left: 10px; /* Adjust for stacked grid items */
    transform: none;
  }
  .page-resources-789bet-faq-solutions__list--grid .page-resources-789bet-faq-solutions__list-item {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .page-resources-789bet-faq-solutions__hero-title {
    font-size: 1.8em;
  }
  .page-resources-789bet-faq-solutions__button {
    width: 100%;
    padding: 12px 20px;
  }
  .page-resources-789bet-faq-solutions__section-title {
    font-size: 1.5em;
  }
  .page-resources-789bet-faq-solutions__paragraph {
    font-size: 0.95em;
  }
}