.elementor-1604 .elementor-element.elementor-element-56357ec{--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;}.elementor-1604 .elementor-element.elementor-element-1f02c8e{--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 shortcode, class: .elementor-element-4b3cdee *//* Container simple pour WooCommerce My Account */
.simple-dashboard {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    max-width: 900px;
    margin: 20px auto; /* centre sur la page */
    box-sizing: border-box;
}

/* Titres h2 à l’intérieur */
.simple-dashboard h2 {
    color: #1e73be;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Tables de commandes et contenus */
.simple-dashboard table {
    width: 100% !important;
    border-collapse: collapse;
}

.simple-dashboard th,
.simple-dashboard td {
    padding: 10px 12px;
    border: 1px solid #ddd;
    text-align: left;
}

/* Boutons WooCommerce */
.simple-dashboard .button,
.simple-dashboard input.button {
    background-color: #1e73be;
    color: #fff !important;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.simple-dashboard .button:hover,
.simple-dashboard input.button:hover {
    background-color: #155a8a;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
    .simple-dashboard {
        padding: 15px;
    }

    .simple-dashboard th,
    .simple-dashboard td {
        padding: 8px;
    }
}/* End custom CSS */