/* --- Begin merged styles from manual-custom.css --- */
.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 10;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  height: calc(100vh - 140px);
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 1.5rem 1rem 1.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.sticky-sidebar::-webkit-scrollbar {
  width: 6px;
}
.sticky-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.sticky-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.sticky-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.faq-sidebar nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.faq-sidebar ul li {
  margin-bottom: 0.35rem;
  list-style: none;
}
.faq-sidebar ul li a {
  color: #495057;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.925rem;
  padding: 0.5rem 0.75rem;
  display: block;
  transition: all 0.2s ease;
  border-radius: 6px;
  position: relative;
  line-height: 1.5;
}
.faq-sidebar ul li a strong {
  color: #2c3e50;
  font-weight: 600;
  font-size: 0.95rem;
}
.faq-sidebar ul li a:not(:has(strong)) {
  padding-left: 1.5rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.faq-sidebar ul li a:hover {
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.08) 0%, rgba(13, 110, 253, 0.04) 100%);
  color: #0d6efd;
  transform: translateX(2px);
  text-decoration: none;
}
.faq-sidebar ul li a:hover strong {
  color: #0d6efd;
}
.faq-sidebar ul li a:focus,
.faq-sidebar ul li a.active {
  background: linear-gradient(90deg, rgba(13, 110, 253, 0.12) 0%, rgba(13, 110, 253, 0.06) 100%);
  color: #0d6efd;
  border-left: 3px solid #0d6efd;
  padding-left: calc(0.75rem - 3px);
  text-decoration: none;
  outline: none;
}
.faq-sidebar ul li a:not(:has(strong)):focus,
.faq-sidebar ul li a:not(:has(strong)).active {
  padding-left: calc(1.5rem - 3px);
}
.faq-sidebar ul li a:focus strong,
.faq-sidebar ul li a.active strong {
  color: #0d6efd;
}
.faq-sidebar ul li:has(a strong) {
  margin-top: 0.75rem;
}
.faq-sidebar ul li:has(a strong):first-child {
  margin-top: 0;
}
.faq-content {
  background: white;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.7;
}
.faq-content h2 {
  color: #1a202c;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid #0d6efd;
  letter-spacing: -0.02em;
}
.faq-content h3 {
  color: #2c3e50;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  padding-top: 0.5rem;
  scroll-margin-top: 140px;
}
.faq-content h4 {
  color: #34495e;
  font-size: 1.35rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  scroll-margin-top: 140px;
}
.faq-content h5 {
  color: #495057;
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.875rem;
  scroll-margin-top: 140px;
}
.faq-content p {
  color: #222;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
}
.faq-content a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
}
.faq-content a:hover {
  color: #0b5ed7;
  border-bottom-color: #0b5ed7;
  background: rgba(13, 110, 253, 0.05);
  padding: 0 2px;
}
.faq-content ul {
  margin-bottom: 1.25rem;
  padding-left: 1.75rem;
}
.faq-content ul li {
  color: #222;
  margin-bottom: 0.625rem;
  line-height: 1.7;
  position: relative;
}
.faq-content ul li::marker {
  color: #0d6efd;
  font-weight: 600;
}
.faq-content ul ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.faq-content ul ul li::marker {
  color: #6c757d;
}
.faq-content strong {
  color: #2c3e50;
  font-weight: 600;
}
.faq-content .text-center {
  margin: 2.5rem 0;
  padding: 1.5rem;
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.faq-content .text-center img {
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.faq-content .text-center img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.faq-section {
  scroll-margin-top: 140px;
}
.faq-content h3:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .faq-content {
    padding: 1.5rem;
  }
  .faq-content h2 {
    font-size: 1.75rem;
  }
  .faq-content h3 {
    font-size: 1.4rem;
  }
  .faq-content h4 {
    font-size: 1.2rem;
  }
  .faq-content h5 {
    font-size: 1.05rem;
  }
}
/* --- End merged styles from manual-custom.css --- */
.manual-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 1.25rem;
    color: #222;
    font-size: 1rem;
    line-height: 1.5;
}

.manual-content .card {
    border-radius: .45rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    margin-bottom: 1rem;
}

.manual-content h1,
.manual-content h2,
.manual-content h3,
.manual-content h4 {
    color: #0b5ed7;
    margin-top: .5rem;
}

.manual-content pre,
.manual-content code {
    background: #f8f9fa;
    padding: .9rem;
    border-radius: .35rem;
    overflow: auto;
    font-size: .95rem;
}

.manual-content .table-responsive {
    background: #fff;
    border-radius: .35rem;
    padding: .25rem;
}

.manual-content .btn {
    min-width: 120px;
}

@media (max-width: 768px) {
    .manual-content { padding: 1rem; }
}

/* Manual page styles (matches FAQ layout) */

.faq-page {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  color: #222;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.faq-sidebar {
  background: #fff;
  border-right: 1px solid #e9ecef;
  padding: 1rem;
  position: sticky;
  top: 72px;
  height: calc(100vh - 96px);
  overflow: auto;
}

.faq-sidebar h2 {
  font-size: 1.125rem;
  margin-bottom: .75rem;
  color: #0d6efd;
}

.faq-sidebar ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.faq-sidebar li {
  margin: .5rem 0;
}

.faq-sidebar a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: .25rem .5rem;
  border-radius: .25rem;
}

.faq-sidebar a:hover,
.faq-sidebar a:focus {
  background: #f8f9fa;
  color: #0d6efd;
  text-decoration: none;
}

.faq-content {
  padding: 1rem 1.5rem;
  background: transparent;
}

.faq-section h3 {
  color: #0d6efd;
  margin-top: 0;
  margin-bottom: .5rem;
}

.faq-section p {
  color: #333;
  line-height: 1.6;
  margin-bottom: .75rem;
}

.faq-section img {
  max-width: 100%;
  height: auto;
  border-radius: .35rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

/* Utility */
.card, .faq-section {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: .45rem;
  padding: 1rem;
}

/* Responsive */
@media (max-width: 991.98px) {
  .faq-sidebar {
    position: relative;
    height: auto;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1rem;
  }
}