/* TBM — юридические страницы */

body.tbm-legal-page {
  background: #f4f4f6;
}

body.tbm-legal-page .color-palate {
  display: none !important;
}

.tbm-legal-page-wrap {
  padding: 36px 0 72px;
}

.tbm-legal-page-wrap .auto-container {
  max-width: 960px;
}

.tbm-legal-head {
  margin-bottom: 28px;
}

.tbm-legal-crumb {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.4;
  color: #777;
}

.tbm-legal-crumb a {
  color: #555;
  text-decoration: none;
}

.tbm-legal-crumb a:hover {
  color: #ff1f1f;
}

.tbm-legal-head h1 {
  margin: 0 0 16px;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  color: #111;
  letter-spacing: -0.02em;
}

.tbm-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 0;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e8e8ec;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
}

.tbm-legal-meta span strong {
  color: #222;
  font-weight: 600;
}

.tbm-legal-meta a {
  color: #ff1f1f;
  text-decoration: none;
}

.tbm-legal-meta a:hover {
  text-decoration: underline;
}

.tbm-legal-body {
  background: #fff;
  border: 1px solid #e8e8ec;
  border-radius: 10px;
  padding: 36px 40px 44px;
}

.tbm-legal-body h2 {
  margin: 36px 0 14px;
  padding-top: 8px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
}

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

.tbm-legal-body p,
.tbm-legal-body li {
  font-size: 15px;
  line-height: 1.72;
  color: #3a3a3a;
}

.tbm-legal-body p {
  margin: 0 0 14px;
}

.tbm-legal-body ul,
.tbm-legal-body ol {
  margin: 0 0 16px;
  padding-left: 1.4em;
}

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

.tbm-legal-body a {
  color: #ff1f1f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tbm-legal-body a:hover {
  color: #d91919;
}

.tbm-legal-highlight {
  margin-top: 36px;
  padding: 22px 24px;
  background: #fafafa;
  border: 1px solid #ececec;
  border-left: 4px solid #ff1f1f;
  border-radius: 0 8px 8px 0;
}

.tbm-legal-highlight h2 {
  margin-top: 0;
  font-size: 17px;
}

.tbm-legal-highlight p:last-child {
  margin-bottom: 0;
  font-size: 14px;
  color: #444;
}

@media (max-width: 991px) {
  .tbm-legal-page-wrap {
    padding: 24px 0 48px;
  }

  .tbm-legal-body {
    padding: 24px 20px 32px;
    border-radius: 8px;
  }

  .tbm-legal-meta {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 575px) {
  .tbm-legal-head h1 {
    font-size: 24px;
  }

  .tbm-legal-body h2 {
    font-size: 17px;
  }
}
