/* Shared brand styling for every Fysiofactuur wordmark. Practice logos remain separate. */ .ff-site-brand,:is(#ff,#ff-client,#ff-payment) .ff-site-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font: 600 24px/1.2 'Segoe UI',sans-serif;
    letter-spacing: -1px;
    color: #173440;
    text-decoration: none;
    flex-shrink: 0;
    white-space: nowrap
}
.ff-site-brand .ff-site-brand-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 38px;
    border-radius: 9px;
    background: #007f9f;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0;
    flex-shrink: 0
}
.ff-site-brand .ff-site-brand-dot {
    color: #007f9f
}
:is(#ff,#ff-client,#ff-payment) a.ff-site-brand:hover {
    color: #173440;
    text-decoration: none
}
a.ff-site-brand:focus-visible {
    outline: 3px solid #007f9f;
    outline-offset: 5px;
    border-radius: 4px
}
@media(max-width:700px) {
    .ff-site-brand,:is(#ff,#ff-client,#ff-payment) .ff-site-brand {
        font-size: 21px
    }
}
