.elementor-4611 .elementor-element.elementor-element-ac152d0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:90px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4611 .elementor-element.elementor-element-4ca052c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:0px 0px 0px 0px;}@media(max-width:767px){.elementor-4611 .elementor-element.elementor-element-ac152d0{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-4611 .elementor-element.elementor-element-4ca052c{--padding-top:0px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-4611 .elementor-element.elementor-element-1dc16f4 > .elementor-widget-container{margin:-40px 0px 0px 0px;}}@media(min-width:768px){.elementor-4611 .elementor-element.elementor-element-ac152d0{--content-width:1400px;}.elementor-4611 .elementor-element.elementor-element-4ca052c{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-1dc16f4 *//* Main Tracking Box */
.ewd-otp-order-tracking-form-div{
    max-width: 550px;
    margin: 40px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    text-align: center;
    font-family: Arial, sans-serif;
}

/* Title */
.ewd-otp-order-tracking-form-div h3{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
    letter-spacing: -0.5px;
}

/* Instructions */
.ewd-otp-tracking-form-instructions{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Form Layout */
.ewd-otp-tracking-form{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Remove label */
.ewd-otp-field-label{
    display: none;
}

/* Input */
.ewd-otp-form-identifier input{
    width: 320px;
    height: 58px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 20px;
    font-size: 16px;
    background: #f8f8f8;
    transition: all 0.3s ease;
}

.ewd-otp-form-identifier input:focus{
    outline: none;
    border-color: #000;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.06);
}

/* Placeholder */
.ewd-otp-form-identifier input::placeholder{
    color: #999;
}

/* Button */
.ewd-otp-submit{
    height: 58px;
    padding: 0 32px;
    border: none;
    border-radius: 12px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ewd-otp-submit:hover{
    background: #222;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Mobile */
@media(max-width: 768px){

    .ewd-otp-order-tracking-form-div{
        padding: 30px 20px;
    }

    .ewd-otp-tracking-form{
        flex-direction: column;
    }

    .ewd-otp-form-identifier input,
    .ewd-otp-submit{
        width: 100%;
    }
}
/* CENTER THE RESULTS BOX */
.ewd-otp-tracking-results{
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

/* RESULTS CARD */
.ewd-otp-order-results{
    width: 100%;
    max-width: 650px;
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

/* EACH FIELD */
.ewd-otp-tracking-results-field{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

/* LABEL */
.ewd-otp-tracking-results-label{
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

/* VALUE */
.ewd-otp-tracking-results-value{
    font-size: 15px;
    color: #666;
    text-align: right;
}

/* STATUS STYLE */
.ewd-otp-custom-field-value{
    font-weight: 500;
}

/* UPDATE SECTION */
.ewd-otp-update-status-and-location{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* SELECT */
.ewd-order-status select{
    height: 50px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    font-size: 15px;
}

/* BUTTON */
.ewd-otp-front-end-update-form input[type="submit"]{
    height: 50px;
    padding: 0 25px;
    border: none;
    border-radius: 10px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.ewd-otp-front-end-update-form input[type="submit"]:hover{
    background: #222;
    transform: translateY(-2px);
}

/* MOBILE */
@media(max-width:768px){

    .ewd-otp-order-results{
        padding: 25px 20px;
    }

    .ewd-otp-tracking-results-field{
        flex-direction: column;
        align-items: flex-start;
    }

    .ewd-otp-tracking-results-value{
        text-align: left;
    }
}/* End custom CSS */