/* Páginas legales – skin mínimo sobre shared */
@import url('shared/breakpoints.css');
@import url('shared/base.css');
@import url('shared/components.css');

body { padding: 2rem 1.25rem; }
h1 { font-size: 1.5rem; margin: 0 0 1.5rem; }
.page-content h2 { font-size: 1.125rem; margin: 2rem 0 0.75rem; color: var(--text); }
.page-content ul { margin: 0 0 1rem; padding-left: 1.5rem; color: var(--text-muted); }
.page-content li { margin-bottom: 0.5rem; }
.page-content li:last-child { margin-bottom: 0; }
p { color: var(--text-muted); margin: 0 0 1rem; }
a { color: var(--color-secundario); text-decoration: none; }
a:hover { text-decoration: underline; }
.back { display: inline-block; margin-bottom: 1.5rem; }
.page-content-updated { font-size: 0.875rem; color: var(--text-muted); margin-top: 2rem; }
