/* Shared supplied MatchFit artwork; Homepage Layout owns these assets. */
.matchfit-logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 0.5rem;
}
.matchfit-logo img {
    display: block;
    width: 112px;
    height: 112px;
    max-width: 100%;
    object-fit: contain;
    border-radius: 0.5rem;
}
.matchfit-logo:focus-visible {
    outline: 2px solid #c084fc;
    outline-offset: 3px;
}
.mf-wordmark--footer.matchfit-logo img {
    width: 144px;
    height: 144px;
}
@media (max-width: 600px) {
    .matchfit-logo img { width: 96px; height: 96px; }
}
