.new-booking-legal-content,
.booking-service-editor .note-editable {
  color: #10170e;
  font-family: Lato, Arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1.55;
}

.new-booking-combined-terms,
.new-booking-combined-terms__service {
  margin: 0;
  padding: 0;
}

.new-booking-combined-terms__service + .new-booking-combined-terms__service {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #cfdae4;
}

.new-booking-combined-terms__scope {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(48, 99, 134, .14);
  color: #306386;
  font-family: Lato, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.2;
}

.new-booking-combined-terms__scope strong {
  color: inherit;
  font-weight: 800;
}

.new-booking-legal-content > article > h1:first-child,
.booking-service-editor .note-editable > article > h1:first-child {
  display: none;
}

.new-booking-legal-content h1,
.new-booking-legal-content h2,
.new-booking-legal-content h3,
.booking-service-editor .note-editable h1,
.booking-service-editor .note-editable h2,
.booking-service-editor .note-editable h3 {
  color: #22577a;
  font-weight: 900;
}

.new-booking-legal-content h1,
.new-booking-legal-content h2,
.booking-service-editor .note-editable h1,
.booking-service-editor .note-editable h2 {
  font-size: 1rem;
}

.new-booking-legal-content p,
.booking-service-editor .note-editable p {
  margin-bottom: 1rem;
  color: #10170e;
  font-size: 0.88rem;
  line-height: 1.55;
}

.new-booking-legal-content ol,
.new-booking-legal-content ul,
.booking-service-editor .note-editable ol,
.booking-service-editor .note-editable ul {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.new-booking-legal-content ol,
.booking-service-editor .note-editable ol {
  list-style: decimal;
}

.new-booking-legal-content ul,
.booking-service-editor .note-editable ul {
  list-style: disc;
}

.new-booking-legal-content a,
.booking-service-editor .note-editable a {
  color: #22577a;
  text-decoration: underline;
}
