/* =========================
   Formular Basis
   ========================= */

.wf-booking-box {
    max-width: 420px;
    padding: 20px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 14px;
}

.wf-booking-box input:not([type="checkbox"]),
.wf-booking-box select,
.wf-booking-box textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #cfd8c3;
    padding: 10px 12px;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 12px;
}


.wf-booking-box input:focus,
.wf-booking-box select:focus,
.wf-booking-box textarea:focus {
    border-color: #7fb347;
    outline: none;
    box-shadow: 0 0 0 2px rgba(127,179,71,0.15);
}

/* =========================
   Personen-Auswahl
   ========================= */

.wf-persons-wrapper {
    background: #f4f8ef;
    padding: 14px;
    border-radius: 14px;
    margin-bottom: 18px;
}

.wf-persons-wrapper label {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

/* =========================
   Rechtliches / AGB
   ========================= */

.wf-extras {
    background: #f6f6f6;
    border-radius: 14px;
    padding: 14px;
    margin-top: 18px;
}

.wf-extras strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* =========================
   Rechtliches / AGB – FIX
   ========================= */

.wf-agb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
}

.wf-agb input[type="checkbox"] {
    flex: 0 0 auto;
    margin: 0;
    margin-top: 2px;
}

.wf-agb a {
    color: #6aa230;
    text-decoration: underline;
    white-space: nowrap;
}


/* =========================
   Fehler AGB
   ========================= */

.wf-error-agb {
    background: #fff3f3;
    border-left: 4px solid #c62828;
    padding: 8px 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 13px;
}

/* =========================
   Preisbox
   ========================= */

.wf-price-box {
    background: #eef6e6;
    border-radius: 16px;
    padding: 16px;
    margin-top: 20px;
    text-align: center;
}

.wf-price-box strong {
    font-size: 17px;
    display: block;
    margin-bottom: 4px;
}

/* =========================
   Button
   ========================= */

.wf-send-btn {
    background: #7fb347;
    color: #fff;
    border-radius: 999px;
    padding: 12px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wf-send-btn:hover {
    background: #6aa230;
}

/* =========================
   AGB – FINAL & KORREKT
   ========================= */

/* Checkbox darf NIE width:100% haben */
.wf-agb input[type="checkbox"] {
    width: auto !important;
    min-width: 16px;
    margin: 0;
    margin-top: 3px;
}

/* Label sauber horizontal */
.wf-booking-box label.wf-agb {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    white-space: normal;
    word-break: normal;
}

/* Textcontainer explizit */
.wf-booking-box label.wf-agb span,
.wf-booking-box label.wf-agb {
    max-width: 100%;
}
