.text-enquiry-note {
  margin: 10px 0 0;
  color: #625b56;
  font-size: 0.88rem;
  line-height: 1.5;
  text-align: center;
}

.text-enquiry-fallback {
  margin: 18px 0 0;
  padding: 18px;
  border: 1px solid #efc6b8;
  border-radius: 12px;
  background: #f2fbff;
  color: #333;
  text-align: left;
}

.text-enquiry-fallback > strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.text-enquiry-fallback > p {
  margin: 0;
  color: #625b56;
  line-height: 1.5;
}

.text-enquiry-fallback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.text-enquiry-fallback-actions a,
.text-enquiry-fallback-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #01a0dc;
  border-radius: 8px;
  background: #fff;
  color: #d84420;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.text-enquiry-fallback-actions .text-enquiry-open {
  background: #01a0dc;
  color: #fff;
}

@media (max-width: 560px) {
  .text-enquiry-fallback-actions > * {
    width: 100%;
  }
}
