/* Local additions for the rebuilt VPS package. */
.website-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.enquiry-message {
  display: none;
  margin: 0 0 16px;
  padding: 12px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 1.45;
}

.enquiry-message.is-visible {
  display: block;
}

.enquiry-message.is-success {
  color: #155724;
  background: #d4edda;
  border-color: #c3e6cb;
}

.enquiry-message.is-error {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}

.js-enquiry-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

/* Keeps very long location names inside the existing breadcrumb design. */
.page-title h1,
.breadcrumb-hd li {
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  .topbar .contact-info ul {
    display: flex;
    flex-wrap: wrap;
  }

  .topbar .contact-info ul li {
    margin-bottom: 4px;
  }
}
