.context-box {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    padding: 1.8rem;
    margin-bottom: 2rem;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.context-box h2 {
    color: var(--text-dark);
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}

.context-box p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-gray);
    text-align: justify;
    margin-bottom: 0.8rem;
}

.context-box p:last-child {
    margin-bottom: 0;
}

.context-box strong {
    color: var(--text-dark);
    font-weight: 600;
}

.alert-box {
    background-color: #fee;
    border-left: 4px solid #dc2626;
    padding: 1.2rem;
    margin-bottom: 2rem;
    border-radius: 0 6px 6px 0;
}

.alert-box p {
    font-size: 0.9rem;
    color: #7f1d1d;
    margin: 0;
}