.snl-form {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-family: inherit;
}

.snl-form input[type="email"] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 2px solid #fff;
    border-radius: 9999px;
    background: transparent;
    color: #fff;
    font-size: 1rem;
}

.snl-form button {
    padding: 0.75rem 1.25rem;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #ff611d;
    font-weight: 700;
    cursor: pointer;
    font-family: Montserrat;
  }

#snl-message {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

#snl-message.snl-success { color: rgb(255, 255, 255); }
#snl-message.snl-error   { color: #c00; }
