/* Custom CSS for FastIterativeMethod.jl documentation */

/* Improve readability of code blocks */
code {
    font-family: 'Courier New', 'Monaco', monospace;
}

/* Better styling for docstring sections */
.docstring-header {
    font-weight: bold;
    color: #2c3e50;
    border-left: 3px solid #3091d1;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Style for reference sections */
.reference-section {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Improve admonition styling */
.admonition {
    border-left: 4px solid;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.admonition.note {
    border-color: #3091d1;
    background-color: #e8f4f8;
}

.admonition.warning {
    border-color: #ff6c00;
    background-color: #fff3e0;
}

/* Better sidebar navigation */
.docs-sidebar {
    background-color: #f5f5f5;
}

/* Improve table styling */
table {
    border-collapse: collapse;
    width: 100%;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 0.75rem;
    text-align: left;
}

table th {
    background-color: #3091d1;
    color: white;
    font-weight: bold;
}

table tr:nth-child(even) {
    background-color: #f9f9f9;
}
