<style>
    /* ========================================================= */
    /* SCREENFLOW FORM STYLING - STATIC RESOURCE VERSION */
    /* ========================================================= */
    
    /* 1. EMAIL LABEL - Remove floating animation only */
    /* More specific selectors for static resource */
    flowruntime-email lightning-input lightning-primitive-input-simple label.slds-form-element__label.slds-no-flex {
        position: static !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
        display: block !important;
        margin-bottom: 0.25rem !important;
    }
    
    flowruntime-email lightning-input label.slds-form-element__label {
        position: static !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
        display: block !important;
        margin-bottom: 0.25rem !important;
    }
    
    /* Remove focus effects on label with more specific selectors */
    flowruntime-email lightning-input lightning-primitive-input-simple input:focus ~ label,
    flowruntime-email lightning-input input:focus ~ label,
    flowruntime-email lightning-input input:focus-within ~ label {
        transform: none !important;
        transition: none !important;
        position: static !important;
    }
    
    /* Remove ALL native borders from wrapper elements */
    flowruntime-email lightning-input {
        border: none !important;
        box-shadow: none !important;
    }
    
    flowruntime-email lightning-input lightning-primitive-input-simple {
        border: none !important;
        box-shadow: none !important;
    }
    
    /* This is the div that wraps both label and input - remove its border */
    flowruntime-email lightning-input lightning-primitive-input-simple > div[part="input-text"] {
        border: none !important;
        box-shadow: none !important;
    }
    
    flowruntime-email lightning-input .slds-form-element__control {
        position: relative !important;
        margin-top: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }
    
    /* Apply border only to the input field itself - matching other fields */
    flowruntime-email lightning-input input.slds-input {
        height: 2.5rem !important;
        padding: 0.5rem !important;
        box-sizing: border-box !important;
        border-radius: 25px !important;
    }
    
    /* Ensure error border shows correctly with same thickness */
    flowruntime-email lightning-input input.slds-input.slds-has-error,
    flowruntime-email lightning-input input.slds-input[aria-invalid="true"] {
        border: 1px solid #c23934 !important;
    }
    
    /* 2. ADD SPACE BETWEEN SEPARATOR AND DOWNLOAD BUTTON */
    flowruntime-navigation-bar {
        margin-top: 0.5rem !important;
        padding-top: 0.5rem !important;
    }
    
</style>
