/* Childhood Milestones unique styles */

.age-zone h3 {
    margin: 0 0 0.75rem;
    color: var(--text-main);
    text-align: center;
    font-size: 1.05rem;
    pointer-events: none;
}

.zone-year { font-size: 0.75em; font-weight: 500; opacity: 0.6; }

/* Progressions section in cheatsheet */
.progressions {
    margin-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.prog-title {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
}
.prog-row {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    flex-wrap: wrap;
}
.prog-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
    min-width: 5.5rem;
    flex-shrink: 0;
}
.prog-chain {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.25rem;
}
.prog-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 0.2rem 0.45rem;
    font-size: 0.75rem;
    line-height: 1.3;
    color: var(--text-main);
}
.prog-item em { font-style: normal; text-decoration: underline; text-decoration-style: dotted; }
.prog-age {
    font-size: 0.65rem;
    color: var(--text-muted);
    font-family: var(--mono);
    font-style: normal;
}
.prog-arrow {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1;
    align-self: center;
}
