/* MOSTy – bundle pro univerzální stránky (contentTemplateKey: universal_page) */

.mosty-page-content {
    font-size: 1rem;
    line-height: var(--mosty-line-height-base);
    color: var(--mosty-gray-700);
    max-width: 900px;
    margin: 0 auto;
}

.mosty-page-content p {
    margin-bottom: var(--mosty-spacing-md);
}

.mosty-page-content p:last-child {
    margin-bottom: 0;
}

.mosty-page-content ul,
.mosty-page-content ol {
    margin-bottom: var(--mosty-spacing-md);
    padding-left: 1.25rem;
}

.mosty-page-content ul {
    list-style: disc;
}

.mosty-page-content ol {
    list-style: decimal;
}

.mosty-page-content li {
    margin-bottom: var(--mosty-spacing-xs);
    font-size: 0.875em;
}
