/* Custom styles */
.prose {
    max-width: 100%;
}
.prose p {
    margin-bottom: 1rem;
    line-height: 1.6;
}
.prose img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 1rem 0;
}
#news-modal {
    transition: opacity 0.3s ease;
}