/* Original CSS from JSX file */
html[lang="en"] .mainHolder h1::after {
  content: "Landlord and Tenant (Consolidation) Ordinance (Cap. 7) Section 115A(3) in Part IV New Tenancies of Domestic Premises or Section 120AAZQ(1) in Part IVA Regulated Tenancies" !important;
  margin-left: 0px !important;
  font-size: 15px !important;
  width: auto !important;
}

html[lang="zh-hk"] .mainHolder h1::after {
  content: "業主與租客(綜合)條例(第7章)第IV部住宅處所的新租賃第115A(3)條或第IVA部規管租賃第120AAZQ(1)條" !important;
  margin-left: 0px !important;
  font-size: 15px !important;
  width: auto !important;
}

html[lang="zh-cn"] .mainHolder h1::after {
  content: "业主与租客(综合)条例(第7章)第IV部住宅处所的新租赁第115A(3)条或第IVA部规管租赁第120AAZQ(1)条" !important;
  margin-left: 0px !important;
  font-size: 15px !important;
  width: auto !important;
}

@media screen and (max-width: 780px) {
  html[lang="en"] .mainHolder h1::after {
    padding-bottom: 90px !important;
  }

  html[lang="zh-hk"] .mainHolder h1::after {
    padding-bottom: 55px !important;
  }

  html[lang="zh-cn"] .mainHolder h1::after {
    padding-bottom: 55px !important;
  }
}

/* Extracted inline styles */
.introduction-page {
  white-space: pre-line !important;
  text-align: justify !important;
}

.section-margin {
  margin: 15px !important;
}

.section-number {
  float: left !important;
  width: 30px !important;
}

.section-content {
  display: inline-block !important;
  width: calc(100% - 30px) !important;
}

.subsection-number {
  float: left !important;
  width: 30px !important;
  padding-left: 30px !important;
}

.subsection-content {
  display: inline-block !important;
  width: calc(100% - 30px) !important;
  padding-left: 30px !important;
}

.section-content-full {
  display: inline-block !important;
  width: calc(100% - 0px) !important;
  padding-left: 30px !important;
}
.margin-right-inline {
  margin-right: 60px !important;
  display: inline-block !important;
}

.width-150 {
  width: 150px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}
.info-menu-desc {
  color: #cc4c02 !important;
}
