#newsletter p {font-size: 12px; font-weight: 400; margin-bottom: 16px;}
#newsletter input {border-radius: 100px; color: #000; padding: 20px; font-size: 12px; background: #f7f7f7; border: 1px solid #e6e6e6;}
#newsletter input::placeholder {color: var(--text);}
#newsletter input:focus {border-color: #555;}
#newsletter button { background: transparent; border: 2px solid var(--primary); border-radius: 100px; color: var(--text); width: 100%; display: flex; justify-content: center; align-items: center; gap: 4px; box-shadow: none; height: 50px; }
#newsletter button:hover {background: var(--primary); color: #fff;}