.wdf-basic input.wdf_pledge_amount {
    width: auto;
    margin: 0 0 3px 0;
}

.wdf-basic .wdf_levels {
    clear: both;
    list-style: none;
    margin: 0 0 0 10px;
    background-color: #EEE;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whiteSmoke), color-stop(100%, #EEE));
    background-image: -webkit-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
    background-image: -ms-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
    background-image: -o-linear-gradient(top, whiteSmoke 0%, #EEE 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, whiteSmoke 0%, #EEE 100%);
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0;
}

.wdf-basic .wdf_levels li {
    cursor: pointer;
    padding: 10px;
    margin: 0 10px;
}

.wdf-basic .wdf_levels li.item:hover {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.wdf-basic .wdf_content {
    float: left;
    width: 65%;
    padding: 0px;
    margin: 0px;
}

.wdf-basic .wdf_send_amount {
    width: 50px;
}

.wdf-basic .wdf_progress_info {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 1.4em;
}

.wdf-basic .wdf_level_amount {
    font-weight: bold;
    line-height: 1em;
}

.wdf-basic .wdf_send_donation,
.wdf-basic .wdf_button {
    margin-top: 10px;
    color: #75ab24;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 9px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    text-decoration: none;
}

.wdf-basic .wdf_send_donation:hover {
    background-position: 0 -26px;
}

.wdf-basic .wdf_levels .reward {
    font-weight: bold;
}

.wdf-basic.wdf_fundraiser_panel>div {
    margin: 10px 0px;
}

.wdf-basic .wdf_big_num {
    font-size: 2em;
}

.wdf-basic .ui-progressbar {
    height: 1em;
    margin: 10px 0 0 0;
}

.wdf-basic div.wdf_backer_button {
    margin: 20px 0px 20px 0px;
}

.wdf-basic .wdf_reward_item {
    margin: 10px 0px 10px 0px;
}

.widget_wdf_fundraiser_panel .wdf-basic .wdf_level_amount {
    padding-right: 8px;
}

.wdf-basic .wdf_bp_show_on_activity {}

.wdf-basic .wdf_reward_item {
    cursor: pointer;
}

.wdf-basic .wdf_reward_item_disabled {
    cursor: default !important;
    opacity: 0.7;
}

.wdf-basic .wdf_choose_reward_title {
    font-size: 2.5em;
    margin-top: 15px;
}

.wdf-basic .wdf_reward_limit {
    font-size: 0.7em;
    font-weight: normal;
    background: #fff7ce;
    display: inline-block;
    padding: 2px 4px;
    color: #000;
    margin: 2px;
}

.wdf-basic .wdf_reward_limit_gone {
    background: #f7d4d4;
}

/* Modernes, schlichtes Layout für Unterstützer und Betrag im Basic-Design */
.wdf-basic .wdf_total_backers,
.wdf-basic .wdf_amount_raised {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 0.5em;
}
.wdf-basic .wdf_total_backers p,
.wdf-basic .wdf_amount_raised p {
    margin: 0;
    align-self: flex-end;
    font-size: 1em;
    color: #444;
}

/* Spendenbetrag-Beschriftung und Input nebeneinander */
.wdf-basic .wdf_pledge_label_input {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1em;
}
.wdf-basic .wdf_pledge_label_input label {
    margin-bottom: 0;
    font-weight: 500;
    color: #222;
}

/* Währungssymbol im Input */
.wdf-basic .wdf_pledge_amount_wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.wdf-basic .wdf_pledge_amount_wrapper .wdf_currency {
    position: absolute;
    left: 10px;
    font-size: 1em;
    color: #888;
    pointer-events: none;
}
.wdf-basic input.wdf_pledge_amount {
    padding-left: 2em;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #fff;
    color: #222;
}

/* Zahlungsarten nebeneinander */
.wdf-basic .wdf_payment_methods {
    display: flex;
    gap: 12px;
    margin-bottom: 1em;
}
.wdf-basic .wdf_payment_methods label {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 0;
    font-size: 0.95em;
}

/* Buttons nebeneinander */
.wdf-basic .wdf_send_donation,
.wdf-basic .wdf_button {
    margin-right: 8px;
    margin-bottom: 0;
}

/* Einmalig/Monatlich Auswahl nebeneinander */
.wdf-basic .wdf_recurring_options {
    display: flex;
    gap: 12px;
    margin-bottom: 1em;
}