.mz-material-source {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.mz-material-source a {
    color: #d62828;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mz-material-source a:hover,
.mz-material-source a:focus-visible {
    color: #eb4646;
}
