

.wc-block-components-product-details {
    list-style: none;
    padding: 0;
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.6;
}

.wc-block-components-product-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--border-color);
}

.wc-block-components-product-details li:last-child {
    border-bottom: none;
}

.wc-block-components-product-details__name {
    color: var(--light-text);
    font-weight: 500!important;
}

/* Subtile Hervorhebung der Preisinfos */
.wc-block-components-product-details__gesamtpreis,
.wc-block-components-product-details__anzahlung-50,
.wc-block-components-product-details__restzahlung {
    background: var(--light-bg);
}

/* Winterrabatt dezent */
.wc-block-components-product-details__winterrabatt .wc-block-components-product-details__value {
    color: var(--accent-color);
    font-size: 13px;
}

@media (max-width: 768px) {
    .wc-block-components-product-details {
        font-size: 13px;
    }
} 