/* ========================================
   QMP CUSTOM STYLES
   Development: MckBA
======================================== */

.header.header_fixed:not(.header_is_fixed) .header__container {
  padding-top: 28px;
}

.contact-form__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-form__status {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.contact-form__status[data-state="success"] {
  color: #176c36;
}

.contact-form__status[data-state="error"] {
  color: #a12b2b;
}
