/* Add custom overrides here. This file loads after the main minified stylesheet. */

.adv-logo {
  max-height: 56px;
  width: auto;
}

.adv-logo-wrapper {
  gap: 8px;
}

.top-advertorial {
  align-items: center;
  background: #f3f4f6;
  border-bottom: 1px solid #d1d5db;
  color: #1f2937;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 auto;
  padding: 14px 24px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.legal-page {
  background: #f8fafc;
  color: #1f2937;
  min-height: 100vh;
}

.legal-page__main {
  margin: 0 auto;
  max-width: 920px;
  padding: 48px 20px;
}

.legal-page__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  padding: 32px;
}

.legal-page__back {
  color: #2563eb;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  text-decoration: none;
}

.legal-page__back:hover {
  text-decoration: underline;
}

.legal-page__title {
  color: #0f172a;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.legal-page__intro {
  color: #475569;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.legal-page__content p {
  color: #334155;
  line-height: 1.8;
  margin: 0 0 16px;
}

.legal-page__content a {
  color: #2563eb;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .adv-logo {
    max-height: 44px;
  }

  .top-advertorial {
    font-size: 13px;
    padding: 10px 16px;
  }

  .legal-page__main {
    padding: 28px 14px;
  }

  .legal-page__card {
    border-radius: 12px;
    padding: 22px 18px;
  }

  .legal-page__title {
    font-size: 28px;
  }
}
