/*
 * Source Button Styles for Kedro Datasets Documentation
 *
 * This stylesheet provides styling for:
 * 1. [source] buttons that appear next to class signatures
 * 2. Clickable source code file path links
 *
 * These elements are dynamically generated by source-links.js to create
 * clickable GitHub links for dataset source code, similar to Sphinx documentation.
 */
.source-button {
    margin-left: 15px;
    font-size: 0.45em;
}
