.elementor-26 .elementor-element.elementor-element-df7028c{--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;}/* Start custom CSS for html, class: .elementor-element-4f7bad6 */.tracking-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#trackingNumber {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Ensures padding is inside the element's total width */
}

#trackButton {
    background-color: #007bff; /* Example Brand Color */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#trackingResults {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

/* Add styles for a progress bar or status timeline here! *//* End custom CSS */