<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* *** NEWSLETTER *** */

#newsletter { position: relative; width: 100%; height: auto; max-width: 180px; }
#newsletter input[type=text] { float: left; width: 85%; font-size: 12px; background-color: #fff; padding: 2px 5px; height: auto; line-height: 20px; color: #000; border: none; }
#newsletter button[type=submit] { float: left; width: 15%; height: auto; line-height: 20px; text-align: center; padding: 2px 0; background-color: #fff; color: #000; font-weight: bold; border: none; }
#newsletter button[type=submit]:hover { color: #61b0b4; }</pre></body></html>