/* Styly stránky /o-nas (o-nas.php nastavuje $pageCss = 'o-nas') */
.about-page { max-width: 720px; margin: 0 auto; }
.about-page .page-body p { line-height: 1.7; margin-bottom: 1rem; }
.about-page .about-lead { font-size: 1.12rem; color: #374151; margin: 0.6rem 0 1.4rem; }
.about-page .page-body > p:first-child { font-size: 1.12rem; color: #374151; }
.about-author { display: flex; align-items: center; gap: 1.2rem; background: #f9fafb; border: 1px solid var(--border-color); border-radius: 12px; padding: 1.4rem; margin: 1.2rem 0 1.8rem; }
.about-author-avatar { flex-shrink: 0; line-height: 0; }
.about-author-info { min-width: 0; }
.about-disclaimer { font-size: 0.86rem; color: #9ca3af; border-top: 1px solid var(--border-color); padding-top: 1rem; margin-top: 1.6rem; }
@media (max-width: 560px) { .about-author { flex-direction: column; text-align: center; } }
