/* Hide WP Block File name link */
.wp-block-file > a:not(.wp-block-file__button) {
	display: none;
}

/* Style the download button with theme red */
.wp-block-file__button {
	background-color: #960517 !important;
	color: #fff !important;
	opacity: 1 !important;
}

.wp-block-file__button:hover,
.wp-block-file__button:focus {
	background-color: #7a0413 !important;
	opacity: 1 !important;
}
