/* shop.css - Ergänzungen für Shop-spezifische Styles */

/* Paket-Details hervorheben */
.paket-section hr {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, #fdcb6e, #e17055);
    margin: 20px 0;
    border-radius: 2px;
}

/* Total-Anzeige */
.paket-section strong {
    color: #e17055;
    font-size: 18px;
}

/* Paket-Liste */
.paket-section ul {
    background: #fff9c4;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
}

.paket-section li {
    border-left: 4px solid #00b894;
    margin: 5px 0;
    padding: 10px;
}

/* ========== Schritte-Liste in der Info-Box korrigieren ========== */
.info-box ol li,
.info-box ul li {
    background: none !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: list-item !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}




