.developer-credit {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 6px 16px calc(6px + env(safe-area-inset-bottom));
    color: var(--text-secondary, var(--mk-muted, #716a7b));
    background: var(--app-background, var(--mk-canvas, #f8f6fc));
    font-size: 9px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 6px;
}

.auth-shell-footer .developer-credit {
    width: auto;
    padding: 0;
    color: inherit;
    background: transparent;
    font-size: inherit;
}

.site-footer-bottom-inner .developer-credit,
.footer-bottom .developer-credit {
    width: auto;
    padding: 0;
    color: inherit;
    background: transparent;
    font-size: inherit;
}

.developer-credit__copyright,
.developer-credit__byline {
    white-space: nowrap;
}

.developer-credit__separator {
    opacity: .7;
}

.developer-credit a {
    color: var(--primary, var(--mk-primary, #682be0));
    font-weight: 700;
    text-decoration: none;
}

.developer-credit a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.developer-credit a:focus-visible {
    border-radius: 4px;
    outline: 2px solid var(--primary, var(--mk-primary, #682be0));
    outline-offset: 3px;
}

@media (max-width: 700px) {
    .dashboard-main > .developer-credit,
    .backoffice-app + .developer-credit {
        margin-bottom: calc(78px + env(safe-area-inset-bottom));
    }
}
