@media (max-width: 921px) {
  body:not(.wp-admin) #masthead {
    display: none !important;
  }
}

.goodlife-hidden-prototype-control {
  display: none !important;
}

button[data-goodlife-route] {
  cursor: pointer;
}

.goodlife-generic-form-status {
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
  padding: 12px 14px;
}

.goodlife-generic-form-status.is-success {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}

.goodlife-generic-form-status.is-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
