/* Custom CSS for ViralFlow documentation */

.rst-content .admonition {
    margin: 1em 0;
    padding: 12px;
}

.rst-content code.literal {
    background-color: #f5f5f5;
    border: 1px solid #e1e4e5;
    padding: 2px 5px;
}

.rst-content table.docutils {
    border: none;
    box-shadow: none;
}

.rst-content table.docutils td,
.rst-content table.docutils th {
    border: 1px solid #e1e4e5;
    padding: 8px;
}
