/* WordPress File Block */
.wp-block-file {display: flex;flex-wrap: wrap;justify-content: space-between;margin: var(--block-spacing) auto;border-bottom: 1px solid var(--primary-color);padding: 0.5em 0;font-size: 0.9em;}
.wp-block-file + .wp-block-file { margin: calc(0em - var(--block-spacing)) auto var(--block-spacing); }

.wp-block-file a {padding: 0.5em;text-align: center;}
.wp-block-file a:not(.wp-block-file__button) {text-decoration: underline;color: var(--content-color);}
.wp-block-file a:not(.wp-block-file__button):is(:hover, :focus-visible) {color: var(--primary-color);}
.wp-block-file a:where(.wp-element-button, .wp-block-button__link) { background: var(--primary-color); }

@media (max-width: 37.5em) {
	.wp-block-file { justify-content: center; }
	.wp-block-file a:first-child { width: 100%; }
}





