/* Custom CSS for Drawing Tools Documentation */

/* Hide python-setup code blocks (Sybil test setup, invisible in docs) */
.highlight-python-setup {
    display: none;
}

/* Enhance card styling */
.sd-card {
    transition: box-shadow 0.2s ease-in-out;
}

.sd-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

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

/* Improve sidebar readability */
.bd-sidebar-primary .sidebar-primary-items__title {
    font-weight: 600;
}
