.elementor-145 .elementor-element.elementor-element-3cd2d57{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-63fc699f *//* 1. Conteneur principal */
.woocommerce .track_order {
    display: flex !important;
    flex-direction: column !important; /* Force l'alignement vertical */
    max-width: 1500px !important;
    margin: 40px auto !important;
    padding: 30px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08) !important;
    border: none !important;
}

/* 2. Style des lignes de champs */
.woocommerce .track_order .form-row {
    width: 100% !important; /* Prend toute la largeur */
    display: block !important;
    float: none !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

/* 3. Style des Inputs */
.woocommerce .track_order input.input-text {
    width: 100% !important;
    height: 55px !important;
    border-radius: 12px !important;
    border: 2px solid #f0f0f0 !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    background: #fdfdfd !important;
}

.woocommerce .track_order input.input-text:focus {
    border-color: #FF782C !important;
    background: #fff !important;
}

/* 4. LE BOUTON (Correction finale sans mouvement) */
.woocommerce .track_order button.button {
    width: 100% !important; 
    height: 60px !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important; 
    background-color: #FF782C !important; 
    color: #ffffff !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    padding: 0 30px !important;
    transition: background-color 0.3s ease !important; /* Transition douce pour la couleur uniquement */
}

/* Effet hover stable */
.woocommerce .track_order button.button:hover {
    background-color: #e66a25 !important;
    transform: none !important; /* Élimine le mouvement vers le haut */
    box-shadow: none !important; /* Élimine l'ombre au survol */
}/* End custom CSS */