/*
Theme Name: Sakura
Author URI: https://alphacreative.vn/
Version: 1.0.0
Text Domain: sakura
*/

.page-template-template-about {
  background-color: #211c19;
}

.form-contact__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.form-contact__message {
  width: 100%;
  margin-top: 16px;
  color: #d9af6c;
  font-size: 14px;
  line-height: 1.5;
}

.form-contact__message.is-error {
  color: #ff8b8b;
}

.form-contact__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
