/* === Esercizi Muscolatura Respiratoria === */

/* Colore tematico: terracotta */
.exercise-title {
    color: var(--primary-color);
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--warning-color);
}

.exercise-number {
    display: inline-block;
    background: var(--warning-color);
    color: white;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 0.8em;
    margin-right: 10px;
    vertical-align: middle;
}

.position-description {
    background: #faf7f1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    border-left: 4px solid var(--warning-color);
}

.step-list {
    background: #edf5ef;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    border-left: 4px solid var(--success-color);
}

.step-list h3 {
    color: var(--success-color);
    margin-bottom: 15px;
}

.step-list ol {
    margin-left: 25px;
}

.step-list li {
    margin: 12px 0;
    color: #2a4a30;
    line-height: 1.8;
}

.breathing-note {
    background: #edf0fa;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    border-left: 4px solid #2563eb;
    font-style: italic;
    color: #2a3a6a;
}

.key-points {
    background: #edf5ef;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    border-left: 4px solid var(--success-color);
}

.key-points h3 {
    color: var(--success-color);
    margin-bottom: 15px;
}

.key-points ul {
    margin-left: 20px;
}

.key-points li {
    margin: 10px 0;
    color: #2a4a30;
    line-height: 1.6;
}

.muscles-involved {
    background: #fdf5ea;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    border-left: 4px solid var(--warning-color);
}

.muscles-involved h3 {
    color: #6a3a18;
    margin-bottom: 15px;
}

.muscles-involved ul {
    margin-left: 20px;
}

.muscles-involved li {
    margin: 8px 0;
    color: #5a3010;
}

.instructions-header {
    background: #fdf5ea;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border-left: 4px solid var(--warning-color);
}

.instructions-header h3 {
    color: #6a3a18;
    margin-bottom: 10px;
}

.final-note {
    background: #fce8e4;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    border-left: 4px solid var(--danger-color);
}

.final-note strong {
    color: #6a2020;
}

/* ================================================================
   Dark Mode — Esercizi Feldenkrais
   ================================================================ */

[data-theme="dark"] .position-description {
    background: #1e1c18;
}

[data-theme="dark"] .step-list {
    background: #1a2a20;
}

[data-theme="dark"] .step-list h3 {
    color: var(--success-color);
}

[data-theme="dark"] .step-list li {
    color: #7abf8a;
}

[data-theme="dark"] .breathing-note {
    background: #1a1e28;
    color: #7a9ac0;
}

[data-theme="dark"] .key-points {
    background: #1a2a20;
}

[data-theme="dark"] .key-points h3 {
    color: var(--success-color);
}

[data-theme="dark"] .key-points li {
    color: #7abf8a;
}

[data-theme="dark"] .muscles-involved {
    background: #2a2218;
}

[data-theme="dark"] .muscles-involved h3 {
    color: #d0a060;
}

[data-theme="dark"] .muscles-involved li {
    color: #c09048;
}

[data-theme="dark"] .instructions-header {
    background: #2a2218;
}

[data-theme="dark"] .instructions-header h3 {
    color: #d0a060;
}

[data-theme="dark"] .final-note {
    background: #2a1a18;
}

[data-theme="dark"] .final-note strong {
    color: #d0908a;
}
