.fi-powered-by {
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    border-top: 1px solid rgb(0 0 0 / 0.08);
    padding: 0.75rem 1.25rem 1.5rem;
    text-align: center;
}

.dark .fi-powered-by {
    border-top-color: rgb(255 255 255 / 0.1);
}

.fi-powered-by__link {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: var(--font-sans, ui-sans-serif, system-ui, sans-serif);
    font-size: 0.75rem;
    line-height: 1.375;
    font-weight: 600;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    transition: opacity 150ms ease;
}

.fi-powered-by__link:hover {
    opacity: 0.9;
}

.fi-powered-by__muted {
    color: rgb(55 65 81);
}

.dark .fi-powered-by__muted {
    color: rgb(243 244 246);
}

.fi-powered-by__brand {
    font-weight: 600;
    color: rgb(220 38 38);
}

.dark .fi-powered-by__brand {
    color: rgb(239 68 68);
}

@media (min-width: 640px) {
    .fi-powered-by {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
