.page-faq-789b-account-issues {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1a2a47; /* Slightly lighter than main for body background */
  line-height: 1.6;
}

.page-faq-789b-account-issues__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-faq-789b-account-issues__hero-section {
  background: linear-gradient(135deg, #0A192F, #2c4a7e); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-faq-789b-account-issues__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-faq-789b-account-issues__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-faq-789b-account-issues__content-section {
  padding: 60px 0;
  background-color: #0A192F; /* Main dark blue background */
}

.page-faq-789b-account-issues__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

@media (max-width: 992px) {
  .page-faq-789b-account-issues__grid {
    grid-template-columns: 1fr;
  }
}

.page-faq-789b-account-issues__main-content {
  background-color: #1a2a47; /* Slightly lighter dark blue for content cards */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-faq-789b-account-issues__section-title {
  font-size: 2.2em;
  color: #FFD700; /* Gold for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-faq-789b-account-issues__section-title:first-of-type {
  margin-top: 0;
}

.page-faq-789b-account-issues__subsection-title {
  font-size: 1.6em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-faq-789b-account-issues__main-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-faq-789b-account-issues__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-faq-789b-account-issues__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-faq-789b-account-issues__list ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-faq-789b-account-issues__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-faq-789b-account-issues__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-faq-789b-account-issues__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
  cursor: pointer;
}

.page-faq-789b-account-issues__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-faq-789b-account-issues__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-faq-789b-account-issues__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text, dark blue border */
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-faq-789b-account-issues__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-faq-789b-account-issues__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin-top: 30px;
}

.page-faq-789b-account-issues__conclusion {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #334766;
}

.page-faq-789b-account-issues__sidebar {
  background-color: #1a2a47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-faq-789b-account-issues__sidebar-widget {
  margin-bottom: 30px;
}

.page-faq-789b-account-issues__widget-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFD700;
  padding-bottom: 10px;
}

.page-faq-789b-account-issues__widget-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-faq-789b-account-issues__widget-list li {
  margin-bottom: 10px;
}

.page-faq-789b-account-issues__widget-list a {
  color: #E0E0E0;
  text-decoration: none;
  font-size: 1.05em;
  transition: color 0.3s ease;
}

.page-faq-789b-account-issues__widget-list a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-faq-789b-account-issues__promo-banner {
  background-color: #0A192F;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #FFD700;
}

.page-faq-789b-account-issues__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 20px;
}

.page-faq-789b-account-issues__promo-banner .page-faq-789b-account-issues__widget-title {
  color: #FFD700;
  border-bottom: none;
}

.page-faq-789b-account-issues__promo-banner p {
  color: #E0E0E0;
  margin-bottom: 25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-faq-789b-account-issues__hero-title {
    font-size: 2.5em;
  }

  .page-faq-789b-account-issues__hero-description {
    font-size: 1em;
  }

  .page-faq-789b-account-issues__main-content,
  .page-faq-789b-account-issues__sidebar {
    padding: 25px;
  }

  .page-faq-789b-account-issues__section-title {
    font-size: 1.8em;
  }

  .page-faq-789b-account-issues__subsection-title {
    font-size: 1.4em;
  }

  .page-faq-789b-account-issues__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-faq-789b-account-issues__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}