/* =========================================================
 * MUSK - NỘI DUNG TRANG PHÁP LÝ
 *
 * Element nằm trong Section / Row / Column có sẵn.
 * Không đặt container hoặc max-width tổng (khối .container tự
 * quản chiều rộng bên trong).
 *
 * Chỉ có một khối văn bản - người dùng dán nguyên HTML (h2, p,
 * ul, a, strong...) vào một ô duy nhất, không đi qua UX Builder
 * con nào cả nên không style theo hệ BEM __title/__description
 * chung của ux-builder/typography.css - phải tự định kiểu riêng
 * cho từng thẻ HTML thô ở đây, theo đúng cách blog/single.css
 * định kiểu nội dung bài viết.
 * ========================================================= */

.musk-legal-content {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
  padding: 50px 0;
  background: #f5f8fc;
}

.musk-legal-content .musk-top__shape {
  background: #f5f8fc;
}

.musk-legal-content,
.musk-legal-content *,
.musk-legal-content *::before,
.musk-legal-content *::after {
  box-sizing: border-box;
}

.musk-legal-content__container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/* =========================================================
 * KHỐI VĂN BẢN
 * ========================================================= */

.musk-legal-content__body {
  color: #33415c;
  font-size: 16px;
  line-height: 1.8;
}

.musk-legal-content__body > *:first-child {
  margin-top: 0;
}

.musk-legal-content__body > *:last-child {
  margin-bottom: 0;
}

.musk-legal-content__body p {
  margin: 0 0 18px;
}

.musk-legal-content__body h2 {
  margin: 40px 0 16px;
  padding-left: 14px;
  border-left: 4px solid #1558f4;
  color: #0b1b3b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.musk-legal-content__body h2:first-child {
  margin-top: 0;
}

.musk-legal-content__body h3 {
  margin: 28px 0 12px;
  color: #0b1b3b;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.musk-legal-content__body a {
  color: #1558f4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.musk-legal-content__body strong,
.musk-legal-content__body b {
  color: #0b1b3b;
  font-weight: 700;
}

.musk-legal-content__body ul,
.musk-legal-content__body ol {
  padding-left: 20px;
  margin: 0 0 18px;
}

.musk-legal-content__body li {
  margin-bottom: 8px;
  padding-left: 4px;
}

.musk-legal-content__body li::marker {
  color: #1558f4;
}

.musk-legal-content__body ul ul,
.musk-legal-content__body ol ol,
.musk-legal-content__body ul ol,
.musk-legal-content__body ol ul {
  margin: 8px 0 0;
}

/* =========================================================
 * MOBILE
 * ========================================================= */

@media (max-width: 767px) {
  .musk-legal-content {
    padding: 50px 0 60px;
  }

  .musk-legal-content__body {
    font-size: 15px;
  }

  .musk-legal-content__body h2 {
    margin: 30px 0 12px;
    font-size: 20px;
  }

  .musk-legal-content__body h3 {
    margin: 22px 0 10px;
    font-size: 17px;
  }
}
