.ai-instructions {
    font-size: 1rem;
    line-height: 1.7;
    color: #1b1b1b;
}

.ai-instructions h1 {
    color: #162e51;
    margin-bottom: 1rem;
}

.ai-instructions h2 {
    color: #162e51;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dfe1e2;
}

.ai-instructions h3 {
    color: #162e51;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.ai-instructions p {
    margin-bottom: 1rem;
}

.ai-instructions ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.ai-instructions li {
    margin-bottom: 0.5rem;
}

.ai-instructions a {
    color: #005ea2;
    text-decoration: underline;
}

.ai-instructions a:hover {
    color: #0b4778;
}
