/* cPanel deployment fixes for the static WordPress export. */
#wpforms-33-field_7-container,
#wpforms-41-field_15-container {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.static-booking-cta {
  margin-top: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #671495;
  border-radius: 10px;
  background: #fff;
}

.static-booking-cta a,
.result-card a.button,
.result-card button.button {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
  color: #fff;
  background: #671495;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.static-booking-cta a:hover,
.result-card a.button:hover,
.result-card button.button:hover {
  background: #511075;
}

.result-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 1.5rem;
  box-sizing: border-box;
  color: #171717;
  background: #f6f0fa;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.result-card {
  width: min(680px, 100%);
  padding: 2.5rem;
  box-sizing: border-box;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(54, 15, 76, 0.12);
  text-align: center;
}

.result-card img {
  width: 156px;
  height: auto;
}

.result-card h1 {
  margin: 1.25rem 0 0.75rem;
  color: #671495;
}

.result-card p {
  line-height: 1.65;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.result-card a.text-link {
  display: inline-block;
  margin-top: 1rem;
  color: #671495;
}
