/*==========================================
LEGAL PAGES
==========================================*/

.sm-legal-page {
  padding: 80px 0;

  background: #fff;
}

.sm-legal-container {
  max-width: 900px;

  margin: auto;

  padding: 0 20px;
}

.sm-legal-header {
  margin-bottom: 50px;
}

.sm-legal-title {
  font-size: 56px;

  font-weight: 700;

  color: #222;

  margin-bottom: 15px;

  line-height: 1.2;
}

.sm-legal-meta {
  color: #777;

  font-size: 15px;

  border-bottom: 1px solid #e8e8e8;

  padding-bottom: 20px;
}

/*==========================================
CONTENT
==========================================*/

.sm-legal-content {
  width: 100%;
}

.sm-legal-section {
  margin-bottom: 45px;
}

.sm-legal-section h2 {
  font-size: 34px;

  color: #222;

  margin-bottom: 18px;

  font-weight: 700;
}

.sm-legal-section h3 {
  font-size: 26px;

  color: #333;

  margin-bottom: 15px;
}

.sm-legal-section p {
  color: #555;

  line-height: 1.9;

  font-size: 17px;

  margin-bottom: 18px;
}

.sm-legal-list {
  padding-left: 22px;
}

.sm-legal-list li {
  color: #555;

  font-size: 17px;

  line-height: 1.9;

  margin-bottom: 10px;
}

.sm-legal-section strong {
  color: #7a1f1f;
}

.sm-legal-note {
  background: #fff7ee;

  border-left: 4px solid #d89b2b;

  padding: 18px 22px;

  border-radius: 8px;

  margin-top: 20px;

  color: #555;
}

.sm-legal-highlight {
  color: #7a1f1f;

  font-weight: 600;
}

/*==========================================
TABLE
==========================================*/

.sm-legal-table {
  width: 100%;

  border-collapse: collapse;

  margin-top: 20px;
}

.sm-legal-table th {
  background: #7a1f1f;

  color: #fff;

  padding: 14px;

  text-align: left;
}

.sm-legal-table td {
  padding: 14px;

  border: 1px solid #eee;
}

/*==========================================
LINKS
==========================================*/

.sm-legal-content a {
  color: #7a1f1f;

  text-decoration: none;
}

.sm-legal-content a:hover {
  text-decoration: underline;
}

/*==========================================
RESPONSIVE
==========================================*/

@media (max-width: 992px) {
  .sm-legal-title {
    font-size: 44px;
  }

  .sm-legal-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .sm-legal-page {
    padding: 60px 0;
  }

  .sm-legal-container {
    padding: 0 18px;
  }

  .sm-legal-title {
    font-size: 34px;
  }

  .sm-legal-meta {
    font-size: 14px;
  }

  .sm-legal-section {
    margin-bottom: 35px;
  }

  .sm-legal-section h2 {
    font-size: 24px;
  }

  .sm-legal-section h3 {
    font-size: 20px;
  }

  .sm-legal-section p {
    font-size: 15px;

    line-height: 1.8;
  }

  .sm-legal-list li {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .sm-legal-title {
    font-size: 28px;
  }

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

  .sm-legal-section p {
    font-size: 14px;
  }

  .sm-legal-list {
    padding-left: 18px;
  }

  .sm-legal-list li {
    font-size: 14px;
  }
}
