/*28.05.2026 Crypt*/
.block-html ul,
.block-html ol {
    margin: 0 0 20px 0;
    padding-left: 28px;
}

.block-html ul {
    list-style: disc;
}

.block-html ol {
    list-style: decimal;
}

.block-html li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.block-html li:last-child {
    margin-bottom: 0;
}

/* вкладені списки */
.block-html ul ul,
.block-html ol ol,
.block-html ul ol,
.block-html ol ul {
    margin-top: 10px;
    margin-bottom: 0;
}

/* красиві маркери */
.block-html ul li::marker {
    color: #555;
}

.block-html ol li::marker {
    font-weight: 600;
    color: #333;
}
/*28.05.2026 Crypt*/