/* Custom CSS for unified-icc documentation */

/* Code blocks */
.highlight {
    border-radius: 4px;
    padding: 0.5em;
}

/* API reference tables */
table.docutils {
    width: 100%;
    border-collapse: collapse;
}

table.docutils td, table.docutils th {
    padding: 0.5em;
    border: 1px solid #ddd;
}

table.docutils th {
    background: #f5f5f5;
}

/* Call flow boxes */
.call-flow {
    background: #f8f9fa;
    border-left: 3px solid #007bff;
    padding: 1em;
    margin: 1em 0;
    font-family: monospace;
    font-size: 0.9em;
}

/* Feature boxes */
.feature-box {
    background: #e7f3ff;
    border: 1px solid #b3d7ff;
    border-radius: 4px;
    padding: 1em;
    margin: 1em 0;
}

/* Tip boxes */
.tip {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    padding: 1em;
    margin: 1em 0;
}

/* Warning boxes */
.warning {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    padding: 1em;
    margin: 1em 0;
}

/* Code reference links */
code {
    background: #f5f5f5;
    padding: 0.1em 0.3em;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Sphinx Book Theme overrides */
.bd-navbar {
    background: #2c3e50;
}

.bd-sidebar {
    background: #f8f9fa;
}
