.aifn-footer-notice {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f6f7f8;
    border-top: 1px solid rgba(15, 23, 42, 0.10);
    color: #475569;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.6;
    box-sizing: border-box;
}

.aifn-footer-notice__inner {
    width: min(1250px, calc(100% - 32px));
    margin: 0 auto;
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    text-align: center;
    box-sizing: border-box;
}

.aifn-footer-notice__icon {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.aifn-footer-notice__text {
    display: inline-block;
}

@media (max-width: 767px) {
    .aifn-footer-notice {
        font-size: 12px;
    }

    .aifn-footer-notice__inner {
        width: calc(100% - 24px);
        padding: 10px 0;
        justify-content: flex-start;
        text-align: left;
    }
}
