/* LumiCred 公共内容块 - Figma 设计规范 */
/* 四级标题: Poppins SemiBold 24px/30px | 正文: Poppins Regular 16px/22px | 颜色: #003d2b */

/* Aviso de Privacidad、Acuerdo de Usuario 页面 shared-content 上方分隔线 - 与 shared-content-inner 完全同宽 */
.shared-content-top-line-outer {
  width: 100%;
  margin-top: 2rem;
}

.shared-content-top-line {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.5rem;
  border-top: 1px solid rgba(0, 61, 43, 0.05);
}

.shared-content {
  background: #fff;
  padding: 3rem 0 4rem;
}

.shared-content-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.shared-section {
  margin-bottom: 4rem;
}

.shared-section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #003d2b;
  margin: 0 0 1.25rem;
  padding-top: 0.5rem;
}

.shared-section-body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #003d2b;
}

.shared-section-body p {
  margin: 0 0 1.25em;
}

.shared-section-body p:last-child {
  margin-bottom: 0;
}

.shared-section-body a {
  color: #003d2b;
  text-decoration: underline;
}

.shared-section-body a:hover {
  opacity: 0.8;
}

.shared-divider {
  height: 1px;
  background: rgba(0, 61, 43, 0.05);
  margin: 2rem 0;
}

.shared-legal-footer {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #003d2b;
}

.shared-legal-footer p {
  margin: 0 0 1em;
}

.shared-legal-footer p:last-child {
  margin-bottom: 0;
}

.shared-legal-footer a {
  color: #003d2b;
  text-decoration: underline;
}

.shared-legal-footer a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .shared-content-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .shared-section-title {
    font-size: 20px;
    line-height: 26px;
  }
}
