/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
 .blog-post-view .content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 0;
 }

 .blog-post-view .space-base.cdz-cms {
    clear: both;
 }

 .blog-post-view a {
    text-decoration: underline;
    color: #ed1d23;
 }

 .blog-post-view .content ul {
    list-style: disc outside;
 }