/* Additive styles only (do not modify core theme). */

/* Improve focus/hover states for the contact form while keeping the template look. */
form#contact input,
form#contact textarea {
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

form#contact input:focus,
form#contact textarea:focus {
  border-color: #33ccc5;
  box-shadow: 0 0 0 3px rgba(51, 204, 197, 0.18);
}

form#contact input:hover,
form#contact textarea:hover {
  border-color: #e6e6e6;
}

/* Make placeholders a bit clearer in Russian UI */
form#contact input::placeholder,
form#contact textarea::placeholder {
  color: #9a9a9a;
}
