.site-main {
    
    min-height: 70vh;
}

/* Conteneur principal */
.woocommerce-account .woocommerce {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

/* Titres */
.woocommerce-account h2,
.woocommerce-account h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #333;
}

/* Liens du dashboard */
.woocommerce-MyAccount-navigation {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation li {
    margin: 0.5rem 0;
}

.woocommerce-MyAccount-navigation a {
    color: #2B364A;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background-color: #e5f5ff;
}

/* Contenu dashboard */
.woocommerce-MyAccount-content {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

/* Table des commandes */
.woocommerce-table--order-downloads,
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.woocommerce-table--order-downloads th,
.woocommerce-orders-table th,
.woocommerce-table--order-downloads td,
.woocommerce-orders-table td {
    border: 1px solid #ddd;
    padding: 0.6rem;
    text-align: left;
    font-size: 0.9rem;
}

.woocommerce-orders-table th {
    background: #f1f1f1;
    font-weight: 600;
}

/* Boutons */
.woocommerce-button,
.woocommerce-Button {
    background-color: #0ADA5F!important;
    color: black!important;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.woocommerce-button:hover,
.woocommerce-Button:hover {
    background-color: #005e8a;
}
