/* style */

  #tiv-newsletter {
    font-family: inherit;
  }

  #tiv-newsletter p.tiv-nl-intro {
    font-size: 0.82em;
    color: #555;
    margin: 0 0 10px 0;
    line-height: 1.4;
  }

  #tiv-newsletter form {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: stretch;
  }

  #tiv-newsletter input[type="email"] {
    flex: 1 1 140px;
    min-width: 0;
    padding: 8px 12px;
    font-family: inherit;
    font-size: 0.9em;
    color: #111;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
  }

  #tiv-newsletter input[type="email"]:focus {
    border-color: #229466;
  }

  #tiv-newsletter input[type="submit"] {
    flex: 0 0 auto;
    padding: 6px 16px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    color: #229466;
    background: #f8decd;
    border: 1px solid transparent;
    border-radius: 0;
    white-space: nowrap;
    box-sizing: border-box;
  }

  #tiv-newsletter input[type="submit"]:hover {
    opacity: 0.85;
  }

  #tiv-newsletter .tiv-nl-legal {
    width: 100%;
    font-size: 0.72em;
    color: #888;
    margin: 6px 0 0 0;
    line-height: 1.4;
  }

  #tiv-newsletter .tiv-nl-legal a {
    color: #229466;
    text-decoration: underline;
  }

  #tiv-newsletter .mce-responses {
    width: 100%;
    font-size: 0.85em;
    margin-top: 4px;
  }

  #tiv-newsletter #mce-error-response { color: #c0392b; display: none; }
  #tiv-newsletter #mce-success-response { color: #229466; display: none; }
