/* ============================================
   ESPACEMENT PAGES GAMMES + NOTES
   Aération des paragraphes et sections
   ============================================ */

/* Section principale */
.quality-content-note {
    padding: 2rem 1.5rem;
}

/* Titres h2 - Espacement avant et après */
.quality-content-note h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

/* Premier h2 sans marge supérieure */
.quality-content-note h2:first-of-type {
    margin-top: 0;
}

/* Titres h3 */
.quality-content-note h3 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

/* Paragraphes - Espacement généreux */
.quality-content-note p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

/* Paragraphe d'introduction des positions */
.positions-intro {
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

/* Section des positions */
.positions-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* Grille des positions */
.positions-grid {
    margin-top: 2rem;
    gap: 2rem;
}

/* Cartes de positions */
.position-card {
    margin-bottom: 1.5rem;
}

.position-card h3 {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

/* Section intervalles */
.intervals-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
}

.intervals-section h2 {
    margin-top: 0;
}

/* Tableau des intervalles */
.intervals-table-note {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

/* Diagramme principal */
.chord-positions-grid-note {
    margin-top: 2rem;
}

.scale-diagram {
    margin-bottom: 2rem;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .quality-content-note {
        padding: 1.5rem 1rem;
    }
    
    .quality-content-note h2 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    
    .positions-section {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    
    .positions-grid {
        gap: 1.5rem;
    }
}
