/**
 * Fox Editor Bridge — Front-end button styles
 * Ensures converted core/button blocks match the SU button appearance.
 */
.wp-block-button__link {
    font-family: var(--font-heading);
    transition: all 0.2s;
}

.wp-block-button__link:hover {
    opacity: 0.7;
}
