/**
 * Elementor Form Expiry – minimal default styles.
 *
 * These are intentionally light. All real styling is done via the
 * Elementor Style tab controls (colour, typography, padding, border …).
 * This file just guarantees the wrapper is block-level and removes any
 * inherited list/form styles that might bleed in.
 */

.efe-expiry-message {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.efe-expiry-message p:last-child {
    margin-bottom: 0;
}
