/* Links de download dentro dos posts */
.single-post .entry-content a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0c335c !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
    transition: all 0.2s ease;
}

/* Ao passar o mouse */
.single-post .entry-content a:hover {
    color: #1f6f9f !important;
    text-decoration-thickness: 2px;
}