/* ============================================================
   Preisinformationen Block
   ============================================================ */

.preisinformationen {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.preisinformationen__item {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0.95rem;
    line-height: 1.5;
    color: #1a1a1a;
}

.preisinformationen__item:last-child {
    border-bottom: none;
}
