/*!
 * -------------------------------------------------------
 * Project Name : Prop Funding
 * Author       : SoftwareZon
 * Author URL   : https://softwarezon.com
 * Version      : 1.0.0
 * Created      : 2025
 * Description  : Contains global CSS used by legal content pages.
 * File         : legal-content.css
 * -------------------------------------------------------
 * ©2025 SoftwareZon. All Rights Reserved.
 * -------------------------------------------------------
 */
/*----------------------------------------------------
  01. Legal Content Page Styles
----------------------------------------------------*/
.legal-content h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}
.legal-content h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}
.legal-content h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}
.legal-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.legal-content h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.legal-content h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.legal-content ul {
  list-style: inherit;
  margin-left: 30px;
}
.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4,
.legal-content h5,
.legal-content h6,
.legal-content ul,
.legal-content ol,
.legal-content img {
  margin-top: 10px;
  margin-bottom: 22px !important;
}
.legal-content p,
.legal-content li {
  margin-bottom: 8px;
  color: rgba(var(--white), 0.9);
}
.legal-content li {
  margin-bottom: 8px;
  color: rgba(var(--white), 0.6);
}
.rtl .legal-content ul {
  margin-right: 30px;
}
@media all and (max-width: 991px) {
  .legal-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .legal-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .legal-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
