/* Volunteer support link, styled to match the FA49 community footer. */
.site-footer .footer-coffee-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    width: fit-content;
    max-width: 100%;
    min-height: 3rem;
    margin: .5rem auto 1rem;
    padding: .75rem 1.25rem;
    border: 2px solid transparent;
    border-radius: .625rem;
    background: #ffdd00;
    color: #000;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}
.site-footer .footer-coffee-link:hover {
    background: #f4d100;
    color: #000;
    text-decoration: none;
}
.site-footer .footer-coffee-link:focus-visible {
    outline: 3px solid #ffdd00;
    outline-offset: 4px;
}
.site-footer .footer-coffee-link svg {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}
