.elementor-4629 .elementor-element.elementor-element-d8dbec4 > .elementor-widget-container{margin:-30px 0px -30px 0px;}.elementor-4629 .elementor-element.elementor-element-8796f91 > .elementor-widget-container{margin:-20px 0px 20px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-d8dbec4 *//* ==================== STRUGA TARIF-CHECKER CSS (FÜR ALLE FORMULARE) ==================== */

.tarif-form,
.struga-tarif-form, /* Falls alter Formular andere Klasse hat */
form[action*="admin-post.php"] { /* Fallback für alle WP-Formulare */
    font-family: 'Poppins', sans-serif !important;
    background: #FFFFFF !important;
    border: 1px solid #E6E9EF !important;
    box-shadow: 0 8px 25px rgba(0, 166, 81, 0.12) !important;
    border-radius: 18px !important;
    padding: 32px 28px !important;
    max-width: 680px !important;
    margin: 20px auto !important;
}

/* Überschrift */
.tarif-form h3,
.struga-tarif-form h3 {
    color: #00A651 !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 24px !important;
}

/* Labels */
.tarif-field label,
.tarif-dsgvo label {
    color: #333 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* Inputs & Selects */
.tarif-field input,
.tarif-field select,
.struga-tarif-form input,
.struga-tarif-form select {
    border: 2px solid #E6E9EF !important;
    border-radius: 14px !important;
    background: #FFFFFF !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    transition: all 0.25s ease !important;
}
.tarif-field input:focus,
.tarif-field select:focus,
.struga-tarif-form input:focus,
.struga-tarif-form select:focus {
    border-color: #00A651 !important;
    box-shadow: 0 0 0 4px rgba(0, 166, 81, 0.15) !important;
    outline: none !important;
}

/* Boxen (Strom / Gas) */
.tarif-box,
.struga-tarif-form .box {
    background: #F8FFF9 !important;
    border: 1px solid #C8E6D0 !important;
    border-radius: 16px !important;
    padding: 18px !important;
    margin: 16px 0 !important;
}

/* DSGVO Checkbox */
.tarif-dsgvo input[type=checkbox],
.struga-tarif-form input[type=checkbox] {
    accent-color: #00A651 !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 6px !important;
    margin-right: 10px !important;
}
.tarif-dsgvo label a,
.struga-tarif-form a {
    color: #00A651 !important;
    text-decoration: underline !important;
}

/* Button – GRÜN → ORANGE HOVER */
.tarif-submit button,
.struga-tarif-form button,
input[type="submit"] {
    background: linear-gradient(135deg, #00A651 0%, #008C45 100%) !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    padding: 14px 36px !important;
    border-radius: 50px !important;
    box-shadow: 0 6px 16px rgba(0, 166, 81, 0.3) !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    min-width: 220px !important;
    text-align: center !important;
}
.tarif-submit button:hover,
.struga-tarif-form button:hover,
input[type="submit"]:hover {
    background: linear-gradient(135deg, #F28C38 0%, #E67A2A 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 24px rgba(242, 140, 56, 0.4) !important;
}

/* Responsive */
@media (max-width: 640px) {
    .tarif-row,
    .struga-tarif-form .row {
        flex-direction: column;
    }
    .tarif-col,
    .struga-tarif-form .col {
        min-width: 100%;
    }
}/* End custom CSS */