/* =============================
   LEGAL PAGE
   01. Layout
   02. Header
   03. Content
   04. Links
   05. Extras
   06. Responsive
============================= */


/* =============================
   01. LAYOUT
============================= */

.lm-legal-callout {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 26px;
}

.lm-legal-content {
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
}


/* =============================
   02. HEADER
============================= */

.lm-legal-head {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-bottom: 28px;
  text-align: center;
}

.section-title.lm-legal-h1 {
  margin-bottom: 10px;
  line-height: 1.15;
}

.section-text.lm-legal-meta {
  margin: 8px 0 0;

  color: #3c352c;
  font-size: 14px;
  line-height: 1.6;

  opacity: 0.7;
}

.lm-legal-meta__lbl {
  font-weight: 700;
}


/* =============================
   03. CONTENT
============================= */

.lm-legal-h2 {
  margin: 24px 0 14px;

  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.lm-legal-h3 {
  margin: 22px 0 10px;

  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.lm-legal-text,
.lm-legal-list li {
  color: rgba(17, 17, 17, 0.82);
  font-size: 16px;
  line-height: 1.58;
}

.lm-legal-text {
  margin: 0 0 18px;
}

.lm-legal-list {
  margin: 16px 0 18px;
  padding-left: 30px;
}

.lm-legal-list li {
  margin: 8px 0;
}

.lm-legal-text strong,
.lm-legal-list strong,
.legal-emphasis {
  color: #111;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 18px;
}


/* =============================
   04. LINKS
============================= */

.lm-legal-panel a,
.lm-legal-link {
  color: rgba(17,17,17,.69);
  text-decoration: none;
  border-bottom: 1px solid rgba(25, 24, 24, 0.35);

  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    opacity 0.2s ease;
}

.lm-legal-panel a:hover,
.lm-legal-link:hover {
  color: #000;
  border-bottom-color: rgba(25, 24, 24, 0.75);
}


/* =============================
   05. EXTRAS
============================= */

.careers-apply {
  margin-top: 40px;
  text-align: center;
}


/* =============================
   06. RESPONSIVE
============================= */

@media (max-width: 1100px) {
  .lm-legal-head {
    margin-bottom: 26px;
  }

  .lm-legal-text,
  .lm-legal-list li {
    font-size: 15.5px;
    line-height: 1.58;
  }
}

@media (max-width: 900px) {
  .section-panel.lm-legal-panel {
    padding: 40px 60px;
  }

  .lm-legal-callout {
    max-width: 100%;
  }

  .lm-legal-head {
    margin-bottom: 22px;
  }

  .section-title.lm-legal-h1 {
    font-size: 32px;
  }

  .lm-legal-h2 {
    font-size: 22px;
  }

  .lm-legal-h3 {
    font-size: 18px;
  }

  .lm-legal-text,
  .lm-legal-list li {
    font-size: 15px;
    line-height: 1.56;
  }

  .lm-legal-text strong, .lm-legal-list strong, .legal-emphasis {
    font-size: 15px;
}
}

@media (max-width: 600px) {
  .section-panel.lm-legal-panel {
    padding: 30px 60px;
  }

  .lm-legal-head {
    margin-bottom: 18px;
  }

  .section-title.lm-legal-h1 {
    font-size: 28px;
  }

  .section-text.lm-legal-meta {
    font-size: 13px;
  }

  .lm-legal-h2 {
    margin-top: 28px;
    font-size: 20px;
  }

  .lm-legal-h3 {
    font-size: 16px;
  }

  .lm-legal-text,
  .lm-legal-list li {
    font-size: 14px;
    line-height: 1.55;
  }

  .lm-legal-text strong, .lm-legal-list strong, .legal-emphasis {
    font-size: 14px;
}
}

@media (max-width: 400px) {
  .section-panel.lm-legal-panel {
    padding: 40px;
  }

  .section-title.lm-legal-h1 {
    font-size: 26px;
  }

  .lm-legal-h2 {
    margin-top: 28px;
    font-size: 18px;
  }

  .lm-legal-h3 {
    font-size: 15px;
  }

  .lm-legal-text,
  .lm-legal-list li {
    font-size: 13px;
  }

  .lm-legal-text strong, .lm-legal-list strong, .legal-emphasis {
    font-size: 13px;
}
}