/* ===== LEGAL PAGES (Legal Notice, Privacy, Cookies, IMS, Quality) ===== */

/* HERO */
.legal-hero {
  background: #3c3b3b;
  padding: 110px 5% 40px;
  min-height: 200px;
}

.legal-hero h1 {
  font-size: clamp(2.6rem, 4vw + 1rem, 4.5rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 12px;
}

.legal-hero p {
  font-size: 16px;
  font-weight: 700;
  color: #ffa700;
  letter-spacing: 0.5px;
}

/* CONTENT */
.legal-wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 5% 90px;
}

.legal-wrapper h2 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 40px 0 14px;
  line-height: 1.25;
}

.legal-wrapper h2:first-of-type {
  margin-top: 0;
}

.legal-wrapper h3 {
  font-size: 19px;
  font-weight: 700;
  color: #ffa700;
  margin: 26px 0 10px;
}

.legal-wrapper p,
.legal-wrapper li {
  font-size: 16px;
  line-height: 1.75;
  color: #d7dadb;
}

.legal-wrapper strong {
  color: #ffffff;
}

.legal-wrapper p {
  margin-bottom: 16px;
}

.legal-wrapper ul {
  margin: 0 0 18px 22px;
  list-style: disc;
}

.legal-wrapper li {
  margin-bottom: 8px;
}

.legal-wrapper a {
  color: #ffc04d;
  text-decoration: underline;
}

.legal-wrapper a:hover {
  color: #ffffff;
}

.legal-updated {
  font-size: 14px;
  color: #a7adae;
  font-style: italic;
  margin-bottom: 36px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 15px;
}

.legal-table th,
.legal-table td {
  border: 1px solid #565555;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  color: #d7dadb;
}

.legal-table th {
  background: #4a4949;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 600px) {
  .legal-hero {
    padding: 90px 6% 30px;
  }
  .legal-wrapper {
    padding: 40px 6% 70px;
  }
}
