.abf-logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .75rem;
    container-type: inline-size;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
}
@media (max-width: 767.98px) {
    .abf-logos {
        justify-content: center;
    }
}
.blockreassurance:has(+ .abf-logos) {
    margin-bottom: 0;
}
.abf-logos__item {
    flex: 0 0 auto;
    width: auto;
    height: 32px;
    height: min(32px, calc((100cqi - (var(--abf-n, 1) - 1) * .75rem - var(--abf-n, 1) * 8px) / var(--abf-r, 1)));
    object-fit: contain;
}
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .abf-logos__item {
        padding: 2px 4px;
        background: #fff;
        border-radius: 3px;
    }
}
:root[data-theme="dark"] .abf-logos__item {
    padding: 2px 4px;
    background: #fff;
    border-radius: 3px;
}
