body {
    background-color: #f8f9fa;
    font-family: "PT Serif", serif;
    line-height: 1.8;
}

.academic-container {
    background-color: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.academic-header {
    border-bottom: 1px solid #eaeaea;
    background-color: #f8f9fa;
}

.academic-title {
    color: #2c3e50;
    font-weight: 700;
}

.academic-content {
    padding: 2.5rem;
    font-size: 1.1rem;
    color: #495057;
}

.academic-content h2 {
    color: #2c3e50;
    margin-top: 2rem;
    font-weight: 600;
}

.academic-content h3 {
    color: #2c3e50;
    margin-top: 1.5rem;
    font-weight: 500;
}

.academic-footer {
    border-top: 1px solid #eaeaea;
    background-color: #f8f9fa;
    font-size: 0.9rem;
    color: #6c757d;
}

.citation {
    background-color: #f8f9fa;
    border-left: 3px solid #6c757d;
    padding: 1rem;
    font-style: italic;
}

.figure-container {
    background-color: #f8f9fa;
    padding: 1rem;
    margin: 1.5rem 0;
    border: 1px solid #eaeaea;
}

.nav-tabs .nav-link.active {
    background-color: #f8f9fa;
    border-bottom-color: #f8f9fa;
}