
			.header-main .light-mode {
    box-shadow: none;
}
.editor-styles-wrapper, .entry-content {
    counter-reset: footnotes;
    max-width: 800px;
    margin: 0 auto;
}
table th,
table tbody td{
    background: #1e1e1e;
}
table tbody tr:nth-child(2n) td{
	background: #303030;
}

.entry-content ul,
.entry-content ol{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0 !important;
    gap: 1.2em;
    margin-left: 0px;
    margin-bottom: 1em;
}
.entry-content li,
.entry-content li{
    background-color: #303030;
    padding: 1em;
	margin: 0px;
    border-radius: 0.2em;
    transition: all 400ms;
}
.ul_block li > strong{
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
}
@media (max-width: 768px){
.entry-content ul,
.entry-content ol{
    grid-template-columns: repeat(1, 1fr);
}
}		