/* ── ImmoMakler Icons – Basis-Layout ─────────────────────────────────── */
.immo-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
}

/* Volle Anzahl: gleichmäßig verteilt */
.immo-icons--full {
    justify-content: space-between;
}

/* Weniger als max: zentriert (überschreibbar per Elementor) */
.immo-icons--partial {
    justify-content: center;
}

.immo-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 auto;
}

.immo-icons--full .immo-icon {
    flex: 1 1 0;
}

.immo-icon__svg {
    width: 56px;
    height: 56px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.immo-icon__svg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.immo-icon__label {
    display: block;
    font-size: 11.5px;
    line-height: 1.35;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
