.legal-page-section {
  position: relative;
}

.legal-page-section .legal-content {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
}

.legal-page-section .legal-content .legal-effective {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: var(--theme-color);
}

.legal-page-section .legal-content h2 {
  margin: 40px 0 16px;
  font-size: 28px;
  line-height: 38px;
}

.legal-page-section .legal-content p,
.legal-page-section .legal-content li {
  font-size: 16px;
  line-height: 30px;
  color: var(--text-color);
}

.legal-page-section .legal-content p {
  margin-bottom: 16px;
}

.legal-page-section .legal-content ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.legal-page-section .legal-content li {
  list-style: disc;
  margin-bottom: 8px;
}

.legal-page-section .legal-content a {
  color: var(--theme-color);
  text-decoration: underline;
}

.legal-page-section .legal-content a:hover {
  color: var(--title-color);
}

.footer-bottom .footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom .copyright p {
  margin: 0;
  text-align: left;
}

.footer-bottom .footer-legal-links {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.footer-bottom .footer-legal-links a {
  color: var(--theme-color);
}

.footer-bottom .footer-legal-links a:hover {
  text-decoration: underline;
}

.footer-bottom .footer-legal-links span {
  margin: 0 8px;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .legal-page-section .legal-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-bottom .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
