.media-produced-under {
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.media-legal-note {
    font-size: 0.7rem;
    color: #4c4c4c;
    margin-top: 0.25rem;
    text-transform: none; /* garante minúsculas mesmo se o tema usar uppercase */
}
body.theme-dark div.media-legal-note:not([class*="pkp_navigation"]):not([class*="header"]):not(.cursor-indicator) {
    color: #606060 !important;
}



