/* Zeige das erste Vorkommen der Lieferinfo standardmäßig an */
.eq_lieferinfo {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    align-items: center;
}

/* Verstecke das nach product-short-description */
.product-short-description ~ .eq_lieferinfo {
    display: none;
}

.eq_lieferinfo .wc-gzd-additional-info {
    margin: 0 !important;
    padding: 0;
    font-size: 16px; /* Schriftgröße zurücksetzen */
    color: #333; /* Schriftfarbe zurücksetzen */
    line-height: 1.4;
}

.eq_lieferinfo .delivery-time-data {
    font-weight: 600;
    color: #2c662d;
}

.eq_lieferinfo .stock {
    font-size: 16px; /* Schriftgröße zurücksetzen */
    color: #155724; /* Schriftfarbe zurücksetzen */
    margin: 0 !important;
}

.eq_lieferinfo .in-stock {
    font-weight: 500;
}