:focus-visible {
    outline: 2px solid #C8963E;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .animate-spin { animation: none; }
    .animate-pulse { animation: none; }
}

/* Prose styling for markdown content */
.prose p {
    margin-bottom: 1em;
    line-height: 1.7;
}

.prose strong {
    font-weight: 600;
}

.prose em {
    font-style: italic;
    color: #6b7280;
}

.prose h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}

.prose ul, .prose ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.prose li {
    margin-bottom: 0.25em;
}

.prose a {
    color: #1B3A5C;
    text-decoration: underline;
}

.prose a:hover {
    color: #2a5580;
}
