.mapro-abss-shell {
  color: #f7f4ea;
  font-family: inherit;
  margin: 0;
}

.mapro-abss-hero {
  align-items: start;
  background:
    radial-gradient(circle at 82% 10%, rgba(217, 189, 106, 0.26), transparent 30%),
    linear-gradient(135deg, #111 0%, #1e1f24 58%, #43391f 100%);
  border: 1px solid #d9bd6a;
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
  padding: clamp(22px, 4vw, 44px);
}

.mapro-abss-kicker {
  color: #d9bd6a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.mapro-abss-hero h2 {
  color: #fff;
  font-size: clamp(46px, 7vw, 96px);
  line-height: 0.9;
  margin: 0;
  text-transform: uppercase;
}

.mapro-abss-special {
  align-items: center;
  background: linear-gradient(135deg, #eadb9a, #e1c96a 52%, #b78e31);
  border-radius: 10px;
  color: #111;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 22px 0 18px;
  padding: 14px 18px;
}

.mapro-abss-special span {
  background: #111;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
  text-transform: uppercase;
}

.mapro-abss-special strong {
  font-size: clamp(28px, 5vw, 58px);
  line-height: 0.95;
}

.mapro-abss-special em {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.mapro-abss-subtitle {
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 20px;
  max-width: 760px;
}

.mapro-abss-included h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.mapro-abss-included ul {
  column-gap: 36px;
  columns: 2;
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}

.mapro-abss-included li {
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 10px;
  padding-left: 4px;
}

.mapro-abss-hero__stats {
  display: grid;
  gap: 14px;
}

.mapro-abss-stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(217, 189, 106, 0.34);
  border-radius: 10px;
  padding: 16px;
}

.mapro-abss-stat span {
  color: #d9bd6a;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mapro-abss-stat strong {
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.mapro-abss-stat small {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 13px;
  margin-top: 8px;
}

.mapro-abss-stat.is-empty strong {
  color: #f3f3f3;
}

.mapro-abss-stat.is-detected strong {
  color: #fff;
}

.mapro-abss-stat.is-warning {
  border-color: rgba(255, 255, 255, 0.22);
}

.mapro-abss-booking-shell {
  background: #f7f6f2;
  border: 1px solid #e7ddc0;
  border-radius: 8px;
  margin-top: 18px;
  overflow: hidden;
}

.mapro-abss-booking-head {
  align-items: center;
  border-bottom: 1px solid #e7ddc0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 26px;
}

.mapro-abss-booking-head h3 {
  color: #111;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 0.94;
  margin: 6px 0 0;
  text-transform: uppercase;
}

.mapro-abss-booking-head span {
  background: #111;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 14px 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.mapro-abss-booking-slot {
  background: #fff;
  padding: 28px;
}

.mapro-abss-booking-slot .amelia-app-booking,
.mapro-abss-booking-slot .ameliabooking,
.mapro-abss-booking-slot [class*="amelia"] {
  max-width: 100%;
}

@media (max-width: 980px) {
  .mapro-abss-hero {
    grid-template-columns: 1fr;
  }

  .mapro-abss-included ul {
    columns: 1;
  }
}

@media (max-width: 760px) {
  .mapro-abss-hero h2 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .mapro-abss-special {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mapro-abss-booking-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .mapro-abss-booking-slot {
    padding: 18px;
  }
}
