/*
 * EDI / Integration — partner logo sections (subnav in lfs-page-subnav.css).
 */

.lfs-edi-page > .lfs-content-offset {
    padding-bottom: 0.25rem;
}

.lfs-edi-page .lfs-edi-intro {
    max-width: 42rem;
    margin: 0 auto;
    text-align: center;
}

.lfs-edi-page .lfs-edi-intro a {
    font-weight: 600;
}

.lfs-edi-page .lfs-edi-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.lfs-edi-page .lfs-edi-logos a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.75rem;
    padding: 0.85rem;
    background: var(--surface);
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: var(--r);
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lfs-edi-page .lfs-edi-logos a:hover {
    transform: translateY(-2px);
    border-color: var(--emerald);
    box-shadow: var(--shadow-md);
}

.lfs-edi-page .lfs-edi-logos img {
    max-height: 3.5rem;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}
