.elementor-12559 .elementor-element.elementor-element-35bbc7c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-897dcd8 *//* =====================================================
   Lufera External Form Builder
   Stable + More Reduced Label Gap
===================================================== */

/* Wrapper */
.efb-form-wrapper {
    max-width: 720px;
    margin: 60px auto;
    padding: 40px 35px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Title */
.efb-form-wrapper h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111827;
    text-align: center;
}

/* Keep normal spacing between fields */
.efb-form p {
    margin-bottom: 20px;
}

/* =====================================================
   Reduce Label → Input Gap More (Safe Method)
===================================================== */

.efb-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 1px !important;  /* reduced from 6px */
    line-height: 1.1 !important;    /* compress label height */
    color: #374151;
    font-size: 14px;
}

/* Remove any hidden spacing from inputs */
.efb-form input,
.efb-form textarea,
.efb-form select {
    margin-top: 0 !important;
}

/* ---------------------------------------------
   Standard Inputs (exclude radio/checkbox)
--------------------------------------------- */
.efb-form input:not([type="radio"]):not([type="checkbox"]),
.efb-form select,
.efb-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    font-size: 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    box-sizing: border-box;
}

/* Focus */
.efb-form input:focus,
.efb-form select:focus,
.efb-form textarea:focus {
    outline: none;
    border-color: #fec700;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(254, 199, 0, 0.2);
}

/* ---------------------------------------------
   Radio & Checkbox (UNCHANGED - Working)
--------------------------------------------- */
.efb-form input[type="radio"],
.efb-form input[type="checkbox"] {

    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;

    display: inline-block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;

    width: 18px !important;
    height: 18px !important;

    margin-right: 8px !important;
    vertical-align: middle !important;

    accent-color: #fec700 !important;
    cursor: pointer !important;
}

/* Prevent theme pseudo elements */
.efb-form input[type="radio"]::before,
.efb-form input[type="checkbox"]::before,
.efb-form input[type="radio"]::after,
.efb-form input[type="checkbox"]::after {
    display: none !important;
}

/* ---------------------------------------------
   Submit Button
--------------------------------------------- */
#efb-submit-btn {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #fec700;
    color: #111827;
    transition: all 0.25s ease;
}

#efb-submit-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

#efb-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .efb-form-wrapper {
        margin: 40px 20px;
        padding: 30px 25px;
    }
}

@media (max-width: 480px) {
    .efb-form-wrapper {
        margin: 30px 15px;
        padding: 25px 20px;
    }

    #efb-submit-btn {
        font-size: 15px;
        padding: 12px;
    }
}/* End custom CSS */