/* Custom styles for Atlantis Wiki */
.sidebar nav[role=doc-toc] ul>li>a.active {
    border-left: 2px solid #0d6efd;
    font-weight: 600;
}

pre {
    background-color: #f8f9fa;
    padding: 1em;
    border-radius: 4px;
}

.callout {
    margin: 1em 0;
}

table {
    width: 100%;
    margin-bottom: 1rem;
}

th, td {
    padding: 0.5rem;
    border: 1px solid #dee2e6;
}

th {
    background-color: #f8f9fa;
}

/* Equation images */
img[src*="equations/"] {
    vertical-align: middle;
    max-height: 2em;
    display: inline-block;
}

/* Changelog styling */
h4 {
    margin-top: 1.5rem;
    color: #2c3e50;
}

h4 a {
    color: #2c3e50;
    text-decoration: none;
}

h4 a:hover {
    color: #0d6efd;
    text-decoration: underline;
}

hr {
    margin: 1rem 0;
    border: none;
    border-top: 1px solid #eee;
}

/* Blog post styling */
.posts article {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}
