/*
 Theme Name:   GeneratePress Child - Maclands
 Theme URI:    https://www.maclands.fr
 Description:  Child theme pour Maclands (magazine Education, Emploi, Carrieres)
 Author:       Maclands
 Author URI:   https://www.maclands.fr
 Template:     generatepress
 Version:      1.1.0
 Text Domain:  generatepress-child
*/

/* Tableaux Gutenberg is-style-stripes — palette Maclands */
.wp-block-table.is-style-stripes table {
    width: 100%;
}

.wp-block-table.is-style-stripes thead th {
    background-color: #1A1B3D;
    color: #fff;
    padding: 12px 16px;
    font-weight: 600;
}

.wp-block-table.is-style-stripes tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}
