/* Editorial JuviBox */

article h1 {
    font-size: 2.6rem;
    line-height: 1.15;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    color: #6366f1;
}

article h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #e5e7eb;
    color: #0f172a;
}

article p {
    line-height: 1.8;
    margin-top: 1.25rem;
}

article ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-top: 1.25rem;
}

article li {
    margin-top: 0.5rem;
}

article li::marker {
    color: #000;
}

article ul li::first-letter {
    text-transform: uppercase;
}

article ol {
    list-style: decimal;
    padding-left: 1.75rem;
    margin-top: 1.25rem;
}

article ol li {
    margin-top: 0.75rem;
    line-height: 1.7;
}

article ol li::marker {
    font-weight: 500;
    color: #4f46e5;
}


article blockquote {
    margin: 2.5rem 0;
    border-left: 4px solid #6366f1;
    padding: 1rem 1.25rem;
    color: #475569;
    font-style: italic;
    background: #f5f7ff;
    border-radius: 0.375rem;
}

article img {
    border-radius: 0.75rem;
    margin: 2.5rem 0;
}

article .editorial-accent {
    margin-top: 2rem;
    padding-left: 1rem;
    border-left: 3px solid #4f46e5;
    color: #0f172a;
    font-weight: 500;
    line-height: 1.8;
}