.docs-content {
    color: #e0e0e0;
}

.docs-section {
    margin-bottom: 3rem;
    padding-top: 1rem;
}

.docs-section h2 {
    font-size: 1.75rem;
}

.docs-section h3 {
    font-size: 1.5rem;
}

.docs-section h4 {
    font-size: 1.25rem;
}

.docs-section p, .docs-section li {
    line-height: 1.7;
}

.docs-section ul, .docs-section ol {
    margin-bottom: 1rem;
}

#docs-toc .nav-link {
    font-size: 0.875rem;
    padding: 0.35rem 0.75rem;
    border-radius: 0.25rem;
    transition: all 0.2s;
}

#docs-toc .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

#docs-toc .nav-link.active {
    background-color: rgba(245, 158, 11, 0.2);
    color: #F59E0B !important;
}

.docs-content .alert {
    border-width: 1px;
    border-left-width: 4px;
}

.docs-content .table {
    margin-bottom: 1.5rem;
}

/* Smooth scroll offset for fixed header */
.docs-section[id] {
    scroll-margin-top: 100px;
}

h4[id] {
    scroll-margin-top: 100px;
}
