.yay-list-powered-footer {
    align-items: center;
    backdrop-filter: blur(10px);
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.4;
    margin: 0;
    max-width: min(100%, 100%);
    padding: 10px 16px;
    text-align: center;
    width: fit-content;
}

.yay-list-powered-footer a {
    font-weight: 650;
    margin-left: 0.28em;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
    transition: color 0.16s ease, text-decoration-color 0.16s ease;
}

.yay-list-powered-footer--light {
    background: rgba(255, 255, 255, 0.68);
    border-color: rgba(23, 49, 58, 0.12);
    color: #64748b;
}

.yay-list-powered-footer--light a {
    color: #0f172a;
}

.yay-list-powered-footer--light a:hover,
.yay-list-powered-footer--light a:focus-visible {
    color: #1d4ed8;
}

.yay-list-powered-footer--dark {
    background: rgba(15, 23, 42, 0.36);
    border-color: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.76);
}

.yay-list-powered-footer--dark a {
    color: #ffffff;
}

.yay-list-powered-footer--dark a:hover,
.yay-list-powered-footer--dark a:focus-visible {
    color: #bfdbfe;
}

.yay-list-powered-footer--adaptive {
    background: rgba(15, 23, 42, 0.7);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.82);
}

.yay-list-powered-footer--adaptive a {
    color: #ffffff;
}

.yay-list-powered-footer--adaptive a:hover,
.yay-list-powered-footer--adaptive a:focus-visible {
    color: #dbeafe;
}

@media (max-width: 640px) {
    .yay-list-powered-footer {
        font-size: 11px;
        padding: 9px 14px;
    }
}