/* ==========================================================================
   FORM COMPONENTS
   Signup forms, search forms, input styling
   ========================================================================== */

/* --- Signup Form --- */

#mc_embed_signup {
  max-width: 40%;
  clear: left;
  font: 16px "PT Mono", monospace;
  margin: 0 auto;
}

#mc_embed_signup_scroll h2, 
#mc_embed_signup label {
  color: var(--color2);
}

/* --- Google Custom Search Engine --- */

#modalSearch table tr, 
#modalSearch table tr td, 
#modalSearch table tr th {
  border: none;
}

.reset-box-sizing, 
.reset-box-sizing *, 
.reset-box-sizing *:before, 
.reset-box-sizing *:after,  
.gsc-inline-block {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input.gsc-input, 
.gsc-input-box, 
.gsc-input-box-hover, 
.gsc-input-box-focus, 
.gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}
