.abf-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
}
.abf-logos__item {
    width: auto;
    height: 32px;
    max-width: 100%;
    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;
}
