:root {
    --md-primary-fg-color: #dd6058;
    --md-primary-fg-color--light: #e88a84;
    --md-primary-fg-color--dark: #c4433b;
}

/* GitHub source link inside expanded mkdocstrings source blocks */
.github-source-link {
    padding: 0.4em 0.8em;
    font-size: 0.8em;
    text-align: right;
}

.github-source-link a {
    color: var(--md-default-fg-color--light);
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.15s;
}

.github-source-link a:hover {
    opacity: 1;
    text-decoration: underline;
}

.md-source__facts {
    display: none;
}
