:root{--file-background-color:#fff}.wp-block-file{align-items:center;background-color:var(--file-background-color);border-radius:4px;display:flex;flex-direction:column;margin-bottom:2rem;padding:1rem;width:100%}.wp-block-file a{box-shadow:none;padding-bottom:2px}.wp-block-file a:not([class]){font-weight:700;margin-bottom:1rem}.wp-block-file__button{align-items:center;background:var(--button-background);border-color:var(--button-border);border-radius:var(--button-border-radius);border-style:solid;border-width:var(--button-border-width);color:var(--button-color);cursor:pointer;display:inline-flex;fill:currentColor;flex:0 0 auto;font-size:var(--button-font-size);font-weight:600;height:var(--button-height);justify-content:center;line-height:calc(var(--button-height) - var(--button-border-width)*2);margin:0;max-width:100%;outline-offset:0;overflow:hidden;padding:var(--button-padding);position:relative;text-align:center;text-decoration:none;text-overflow:ellipsis;transition:background-color .25s cubic-bezier(.25,.46,.45,.94),border-color .25s cubic-bezier(.25,.46,.45,.94),color .15s cubic-bezier(.25,.46,.45,.94),fill .15s cubic-bezier(.25,.46,.45,.94),outline-offset .15s cubic-bezier(.25,.46,.45,.94);vertical-align:middle;white-space:nowrap;width:100%}.wp-block-file__button:focus-visible,.wp-block-file__button:hover{background-color:var(--button-background-hover);border-color:var(--button-border-hover);color:var(--button-color-hover)}.wp-block-file__button:focus-visible{outline:1px solid var(--button-border-hover);outline-offset:4px}.wp-block-file__button:disabled{background-color:var(--button-background-disabled);border-color:var(--button-border-disabled);color:var(--button-color-disabled);cursor:not-allowed;pointer-events:none}.wp-block-file__button:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M29.176 11.294h-7.529V0H10.353v11.294h-7.53L16 24.471zM2.824 28.235V32h26.352v-3.765z'/%3E%3C/svg%3E");display:inline-block;height:1.25rem;line-height:20px;margin-bottom:-4px;margin-left:10px;vertical-align:middle;width:1.25rem}.wp-block-file__button:focus-visible:after,.wp-block-file__button:hover:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M29.176 11.294h-7.529V0H10.353v11.294h-7.53L16 24.471zM2.824 28.235V32h26.352v-3.765z'/%3E%3C/svg%3E")}@media only screen and (min-width:768px){.wp-block-file{flex-direction:row;justify-content:center}.wp-block-file:has(.wp-block-file__embed){display:grid;grid-template-areas:"pdf pdf" "link button";grid-template-columns:1fr 1fr}.wp-block-file a:not([class]){display:block;grid-area:link;justify-self:flex-end;margin:auto 2rem auto 0;padding-bottom:0}.wp-block-file__embed{grid-area:pdf}.wp-block-file__button{grid-area:button;justify-self:flex-start;margin:auto 0;width:auto}}