.elementor-5613 .elementor-element.elementor-element-dac934e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.total-amount {
    font-size: 2.5em;
    font-weight: bold;
    color: white;
    background-color: #6D8D23;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
}

/* Card Normalzustand - explizit weiß */
.card-clickable {
    background-color: white !important;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/* Card ausgewählt */
.card-clickable.selected {
    background-color: #6D8D230D !important;
}

/* Hover-Effekt */
.card-clickable:hover {
    background-color: #f9f9f9 !important;
}/* End custom CSS */