/* Download Command Button Styles - Matches Material theme edit button */
.md-content__button[title="Download"] {
    color: var(--md-default-fg-icon);
    transition: color 125ms;
}

.md-content__button[title="Download"]:hover {
    color: var(--md-accent-fg-color);
}

.md-content__button[title="Download"] svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: currentColor;
}