.elementor-14918 .elementor-element.elementor-element-a66636a{--display:flex;--margin-top:192px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-14918 .elementor-element.elementor-element-0e0e3d0 > .elementor-widget-container{padding:60px 60px 60px 60px;}/* Start custom CSS for shortcode, class: .elementor-element-0e0e3d0 *//* Asli parent container ko target kiya jo form aur result dono ko ghere hue hai */
.ewd-otp-tracking-form-div {
    display: flex !important;
    flex-direction: column !important;
}

/* Form ke instructions aur input fields ko number 1 order diya */
.ewd-otp-order-tracking-form-div {
    order: 1 !important;
}

/* Search result (answer) ko number 2 order diya */
.ewd-otp-tracking-results {
    order: 2 !important;
    margin-top: 25px !important;
}

/* ─── ULTIMATE RED BUTTON DESIGN (YELLOW OVERRIDE) ─── */
/* Isme tag aur class dono ko specify kiya hai taake theme block na kare */
input[type="submit"].ewd-otp-submit, 
.ewd-otp-submit,
#ewd-otp-tracking-form input.ewd-otp-submit {
    background: #BA000A !important;
    background-color: #BA000A !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transition: background 0.3s ease !important;
}

/* Button Hover State */
input[type="submit"].ewd-otp-submit:hover, 
.ewd-otp-submit:hover,
#ewd-otp-tracking-form input.ewd-otp-submit:hover {
    background: #900006 !important;
    background-color: #900006 !important;
    color: #ffffff !important;
}

/* ─── CUSTOM NOT FOUND ERROR MESSAGE ─── */
.ewd-otp-not-found {
    font-size: 0 !important;
}
.ewd-otp-not-found::before {
    content: "Invoice Number Not Found. Please check again." !important;
    font-size: 16px !important;
    color: #BA000A !important;
    font-weight: bold !important;
}





/* 3. Search input ke upar text change karke "Example: INV-786" dikhane ke liye */
.ewd-otp-field-label, 
label[for="ewd_otp_identifier_number"] {
    font-size: 0 !important;
}
label[for="ewd_otp_identifier_number"]::before {
    content: "Order Number (Example: INV-000):" !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #333333 !important;
    display: block !important;
    margin-bottom: 5px !important;
}/* End custom CSS */