:root {
  --sp-estimate-blue: #093b5c;
  --sp-estimate-green: #1f592e;
  --sp-estimate-card: #deddd8;
  --sp-estimate-white: #ffffff;
}

.sp-booking-estimate,
.sp-booking-estimate * {
  box-sizing: border-box;
}

.sp-booking-estimate__card,
.sp-booking-estimate--editor {
  width: 100%;
  padding: 20px;
  background: var(--sp-estimate-card);
  border-radius: 12px 12px 12px 0;
  color: var(--sp-estimate-blue);
}

.sp-booking-estimate__heading {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sp-estimate-blue) !important;
  font-family: "Source Serif 4", "Source Serif Pro", serif;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}

.sp-booking-estimate__rule {
  height: 3px;
  margin: 12px 0 15px;
  background: var(--sp-estimate-blue);
}

.sp-booking-estimate__rule--total {
  margin-top: 20px;
}

.sp-booking-estimate__section + .sp-booking-estimate__section {
  margin-top: 18px;
}

.sp-booking-estimate__section h4 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--sp-estimate-blue) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.sp-booking-estimate__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  padding: 5px 0;
  color: var(--sp-estimate-blue);
  font-size: 15px;
  line-height: 1.15;
}

.sp-booking-estimate__row > div {
  min-width: 0;
}

.sp-booking-estimate__row strong {
  color: var(--sp-estimate-blue);
  font-weight: 700;
}

.sp-booking-estimate__row small {
  display: block;
  margin-top: 2px;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.sp-booking-estimate__row--subtotal {
  margin-top: 7px;
  padding-top: 10px;
  border-top: 2px solid var(--sp-estimate-blue);
}

.sp-booking-estimate__quote {
  margin-top: 12px;
  padding: 12px;
  background: var(--sp-estimate-white);
  border-left: 4px solid var(--sp-estimate-green);
  border-radius: 7px;
  color: var(--sp-estimate-blue);
  font-size: 13px;
  line-height: 1.25;
}

.sp-booking-estimate__quote ul {
  margin: 6px 0 0 18px;
  padding: 0;
}

.sp-booking-estimate__grand {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  color: var(--sp-estimate-blue);
  font-size: 19px;
  line-height: 1.1;
}

.sp-booking-estimate__grand strong:last-child {
  font-size: 22px;
}

.sp-booking-estimate__note,
.sp-booking-estimate__empty {
  margin: 12px 0 0 !important;
  color: #222222 !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.2 !important;
}

.sp-booking-estimate.is-quote .sp-booking-estimate__grand strong:last-child {
  font-size: 17px;
}

@media (max-width: 767px) {
  .sp-booking-estimate__card {
    padding: 17px;
  }

  .sp-booking-estimate__heading {
    font-size: 23px !important;
  }
}
