.page-resources-betso88-troubleshooting-login {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-betso88-troubleshooting-login__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #000000; /* Fallback for hero section background */
}

.page-resources-betso88-troubleshooting-login__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6; /* Slightly dim the image to make text readable */
}

.page-resources-betso88-troubleshooting-login__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px; /* Ensure hero section has a minimum height */
}

.page-resources-betso88-troubleshooting-login__hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
}

.page-resources-betso88-troubleshooting-login__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-betso88-troubleshooting-login__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.page-resources-betso88-troubleshooting-login__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-betso88-troubleshooting-login__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-betso88-troubleshooting-login__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-betso88-troubleshooting-login__button--login:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

.page-resources-betso88-troubleshooting-login__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-betso88-troubleshooting-login__button--register:hover {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.page-resources-betso88-troubleshooting-login__content-area {
  max-width: 800px; /* Optimal width for readability */
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-betso88-troubleshooting-login__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-betso88-troubleshooting-login__back-link:hover {
  color: #FCBC45;
}

.page-resources-betso88-troubleshooting-login__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-betso88-troubleshooting-login__sub-heading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-betso88-troubleshooting-login__mini-heading {
  font-size: 1.2em;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-betso88-troubleshooting-login__article-paragraph {
  font-size: 1em;
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-betso88-troubleshooting-login__list,
.page-resources-betso88-troubleshooting-login__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-betso88-troubleshooting-login__ordered-list {
  list-style-type: decimal;
}

.page-resources-betso88-troubleshooting-login__list-item {
  margin-bottom: 8px;
}

.page-resources-betso88-troubleshooting-login__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-betso88-troubleshooting-login__call-to-action {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 25px;
  margin: 40px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.page-resources-betso88-troubleshooting-login__call-to-action-text {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.page-resources-betso88-troubleshooting-login__button--support {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-resources-betso88-troubleshooting-login__button--support:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-betso88-troubleshooting-login__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-betso88-troubleshooting-login__button--secure-login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-betso88-troubleshooting-login__button--secure-login:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

.page-resources-betso88-troubleshooting-login__button--learn-more {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}

.page-resources-betso88-troubleshooting-login__button--learn-more:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-betso88-troubleshooting-login__faq-container {
  margin-top: 30px;
}

.page-resources-betso88-troubleshooting-login__faq-item {
  background-color: #F8F8F8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #E0E0E0;
}

.page-resources-betso88-troubleshooting-login__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-bottom: 10px;
}

.page-resources-betso88-troubleshooting-login__faq-answer {
  font-size: 1em;
  color: #333333;
}

.page-resources-betso88-troubleshooting-login__related-articles {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #E0E0E0;
}

.page-resources-betso88-troubleshooting-login__related-list {
  list-style-type: none;
  padding: 0;
}

.page-resources-betso88-troubleshooting-login__related-item {
  margin-bottom: 10px;
}

.page-resources-betso88-troubleshooting-login__related-item a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-betso88-troubleshooting-login__related-item a:hover {
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-betso88-troubleshooting-login__hero-title {
    font-size: 2em;
  }

  .page-resources-betso88-troubleshooting-login__hero-description {
    font-size: 1em;
  }

  .page-resources-betso88-troubleshooting-login__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-betso88-troubleshooting-login__button {
    width: 100%;
    padding: 10px 20px;
  }

  .page-resources-betso88-troubleshooting-login__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-betso88-troubleshooting-login__article-heading {
    font-size: 1.8em;
  }

  .page-resources-betso88-troubleshooting-login__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-betso88-troubleshooting-login__mini-heading {
    font-size: 1.1em;
  }

  .page-resources-betso88-troubleshooting-login__article-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-betso88-troubleshooting-login__call-to-action {
    padding: 20px;
  }
  
  .page-resources-betso88-troubleshooting-login__cta-buttons {
    flex-direction: column;
  }
  
  /* Ensure content area images are responsive and don't overflow */
  .page-resources-betso88-troubleshooting-login img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-betso88-troubleshooting-login__hero-title {
    font-size: 1.5em;
  }

  .page-resources-betso88-troubleshooting-login__hero-container {
    padding: 60px 15px;
  }
}