.ldapico-booking {
  width: min(960px, calc(100% - 32px));
  margin: 40px auto 58px;
  padding: 8px 16px 0;
  color: #ead8b7;
  background: transparent;
  text-align: center;
  font-family: "Segoe Print", "Bradley Hand ITC", "Comic Sans MS", Georgia, serif;
}

.ldapico-booking__copy>span {
  display: block;
  min-height: 1px;
  color: #d39a46;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ldapico-booking h2 {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
  color: #ead8b7;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 500;
  letter-spacing: 0;
}

.ldapico-booking h2::before,
.ldapico-booking h2::after {
  content: "";
  width: 52px;
  height: 1px;
  background: #d39a46;
  box-shadow: 0 6px 0 rgba(211, 154, 70, .28);
}

.ldapico-booking__logo {
  display: inline-grid;
  place-items: center;
  margin: 0 auto 22px;
}

.ldapico-booking__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ldapico-booking__logo strong {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.ldapico-booking__action {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.ldapico-booking__action p {
  position: relative;
  max-width: 540px;
  margin: 0;
  color: #ead8b7;
  font-size: clamp(.98rem, 1.8vw, 1.18rem);
  line-height: 1.55;
}

.ldapico-booking__action p::after {
  content: "";
  position: absolute;
  left: -34px;
  top: -8px;
  width: 28px;
  height: 28px;
  border-left: 2px solid #d39a46;
  border-bottom: 2px solid #d39a46;
  transform: rotate(-25deg);
  opacity: .75;
}

.ldapico-booking__action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 240px;
  padding: .9rem 1.65rem;
  color: #1b1004;
  background: linear-gradient(180deg, #dfa64c, #b97626);
  border: 2px solid rgba(255, 218, 146, .58);
  border-radius: 7px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .34);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.ldapico-booking__action a::before,
.ldapico-booking__action a::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: .52;
}

.ldapico-booking__action a:hover {
  color: #100903;
  background: linear-gradient(180deg, #efb85f, #c88631);
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .ldapico-booking h2 {
    gap: 10px;
  }

  .ldapico-booking h2::before,
  .ldapico-booking h2::after {
    width: 24px;
  }

  .ldapico-booking__logo {
    width: 104px;
    height: 104px;
    border-radius: 20px;
  }

  .ldapico-booking__action a {
    width: 100%;
    min-width: 0;
  }
}