/* Contact page small-screen placeholder refinement */
@media (max-width: 340px) {
    .contact-page #contact-message::placeholder {
        font-size: 14px;
        line-height: 1.55;
    }
}
