/* CorePlexML Sphinx theme customizations */

.wy-side-nav-search {
    background-color: #667eea !important;
}

.wy-side-nav-search img {
    max-height: 35px !important;
    width: auto !important;
}

.wy-side-nav-search input[type="text"] {
    border-color: rgba(255, 255, 255, 0.3);
}

.wy-nav-top {
    background-color: #667eea !important;
}

.rst-content code.literal {
    color: #667eea;
    border: 1px solid #e0e0e0;
    background: #f8f9fa;
}

.rst-content .admonition-title {
    font-weight: bold;
}
