body {
    scroll-behavior: smooth;
}
.page-content {
    /*margin-left: 10px;*/
}
.guide-wrapper {
    display: flex;
}
.guide-sidebar {
    width: 260px;
    position: sticky;
    top: 0;
    height: 100vh;
    background: #f8f9fa;
    padding: 20px;
    border-right: 1px solid #e9ecef;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.guide-logo {
    height: 42px;
    margin-bottom: 20px;
}
.guide-nav .nav-link {
    color: #495057;
    font-weight: 500;
    margin-bottom: 8px;
}
.guide-nav .nav-link.active {
    color: #0d6efd;
    font-weight: 600;
}
.guide-content {
    flex: 1;
    padding: 40px;
}
.guide-hero {
    background: #0d6efd;
    color: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.guide-section {
    margin-bottom: 60px;
}
.guide-section h2 {
    color: #0d6efd;
    font-weight: 600;
    margin-bottom: 20px;
}
.guide-image {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.guide-card {
    background: #f1f6ff;
    padding: 15px 20px;
    border-left: 4px solid #0d6efd;
    border-radius: 6px;
    margin-bottom: 15px;
}
.guide-subheading {
    font-weight: 600;
    color: #0d6efd;
    margin-top: 20px;
    margin-bottom: 15px;
}
.guide-content {
    user-select: none;
}
.guide-list li {
    margin-bottom: 12px;
    line-height: 1.6;
}
.sub-nav {
    margin-left: 15px;
    margin-top: 5px;
}
.sub-link {
    font-size: 0.9rem;
    color: #6c757d;
}
.nav-link {
    border-radius: 10px;
}
.nav-link.active {
    background: var(--bs-primary);
    color: #fff !important;
    font-weight: 900;
}
.sub-link.active {
    background: var(--bs-primary);
    color: #0d6efd;
    font-weight: 600;
}
@media print {
    body * {
        display: none !important;
    }
    body::after {
        content: "Printing is disabled for this document.";
        display: block !important;
        font-size: 24px;
        text-align: center;
        margin-top: 200px;
    }
}
/*.guide-wrapper::after {
    content: "CounselNavi Confidential";
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    opacity: 0.05;
    pointer-events: none;
}*/
