/* Slatus & Slatus — replica styles.
 *
 * Deliberately tiny. The funnel's own component stylesheets are preserved by the
 * build, so the navigation drawer, form grid and phone field are styled by the
 * original CSS, not by anything written here. The only thing that needs new
 * styling is the form status message, which had no markup in the original. */

.slatus-form-status {
  margin-top: 12px;
  font-family: 'Roboto Condensed', Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.slatus-form-status:empty { display: none; }
.slatus-form-status.is-pending { color: #e8e8e8; }
.slatus-form-status.is-success { color: #7ddba2; }
.slatus-form-status.is-error { color: #ffb4a8; }
.slatus-form-status a { color: inherit; text-decoration: underline; }
