.news-item a:hover {
    text-decoration: underline;
}

/* Prevent Safari iOS auto-zoom on focus (triggered when font-size < 16px) */
@media (max-width: 767.98px) {
    input, select, textarea {
        font-size: 16px !important;
    }
}
