/* ManiDreams documentation custom styles */

/* Slightly wider content area */
.bd-content .bd-article-container {
    max-width: 55rem;
}

/* Code block styling */
div.highlight {
    border-radius: 6px;
}

/* Admonition styling - rounder corners */
.admonition {
    border-radius: 6px;
}

/* API class/method signatures - better readability */
dl.py dt {
    background-color: var(--pst-color-surface);
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    border-left: 3px solid var(--pst-color-primary);
}

/* Table styling */
table.docutils {
    border-radius: 6px;
    overflow: hidden;
}

table.docutils thead th {
    background-color: var(--pst-color-surface);
}
