.post-content h2 {font-size: 1.6rem;line-height: 1.8rem;margin-top: 1em;margin-bottom: 0.8em;}
.post-content p {margin-bottom: 0.8em;}
.post-content ul {margin-bottom: 25px;list-style-type: disc;padding-left: 40px;}
.post-content ul li {margin-bottom: 10px;}
.post-content ol {margin-bottom: 25px;list-style-type: decimal;padding-left: 40px;}
.post-content ol li {margin-bottom: 10px;}
.block-contents .block-content ol {list-style: decimal outside}
.block-contents .block-content ol:not(.level-1) {padding-left: 40px;}
.block-contents .block-content ol li {margin-bottom: 10px;}
/* Post Sharing Top */
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper.icon-linkedin {background-color: rgb(2, 136, 209);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}
.post-sharing-top.old-post-view {margin-bottom: 30px;}
