.elementor-1632 .elementor-element.elementor-element-dce8518{--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;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-0590840 *//* ==============================
   NOVA LAB – ORDER TRACKING
   Modern biotech / laboratory style
   ============================== */

.novalab-order-tracking {
    max-width: 460px;
    margin: 60px auto;
    padding: 32px;
    background: linear-gradient(180deg, #ffffff, #f6f8fa);
    border-radius: 14px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;
}

/* Title */
.novalab-order-tracking h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #0a0a0a;
    letter-spacing: 0.2px;
}

/* Inputs */
.novalab-order-tracking input[type="number"],
.novalab-order-tracking input[type="email"] {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 14px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #ffffff;
    font-size: 14px;
    color: #111;
    transition: all 0.25s ease;
}

.novalab-order-tracking input::placeholder {
    color: #8a8a8a;
}

/* Focus state */
.novalab-order-tracking input:focus {
    outline: none;
    border-color: #2f80ed;
    box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.15);
}

/* Button */
.novalab-order-tracking button {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.novalab-order-tracking button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* Status box */
.novalab-order-tracking .order-status-box {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 12px;
    background: #ffffff;
    border-left: 4px solid #2f80ed;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #222;
}

/* Error message */
.novalab-order-tracking .order-error {
    margin-top: 16px;
    padding: 14px;
    border-radius: 10px;
    background: #fff4f4;
    color: #c0392b;
    font-size: 14px;
    border: 1px solid #f5c6cb;
}/* End custom CSS */