/* Buy Me a Coffee block — sizing/branding come from the theme's shared
   .button / .button-coffee classes (brands.css) so this button matches
   every other link button and follows theme overrides. Only the block
   wrapper and heading are styled here. */

.bmc-block-wrapper {
    width: 100%;
    text-align: center;
    font-family: inherit;
    color: inherit;
}

.bmc-block-wrapper .bmc-heading {
    margin: 0 0 10px 0;
    font-size: 1.15rem;
    font-weight: 600;
}

@media (max-width: 600px) {
    .bmc-block-wrapper .bmc-heading {
        font-size: 1.05rem;
    }
}
