.entry {
    font-size: 15px;
    line-height: 1.5;
    font-family: var(--ws-font-primary);
}
.entry h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 30px 0 20px;
}

.entry h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
}

.entry h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
}

.entry h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
}

.entry h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin: 15px 0;
}

.entry h6 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 15px;
}
.entry b,
.entry strong {
    font-weight: 600;
}
.entry p {
	margin: 0 0 15px;
}
.entry p:last-child {
    margin: 0;
}

.entry pre {
    font-family: monospace
}

.entry ol,
.entry ul {
    margin-left: 5px;
    margin-bottom: 20px;
    list-style-position: outside;
}
.entry ol ol,
.entry ul ul {
    margin-left: 15px;
}

.entry ol li,
.entry ul li {
    margin-left: 10px;
    margin-bottom: 5px;
}

.entry ul {
    list-style-type: disc
}
.entry ul li p {
    margin: 0;
}

.entry ol {
	padding-left: 2px;
    list-style-type: decimal
}

.entry a:hover,
.entry a {
    word-break: break-word;
    color: var(--ws-color-link);
}
.entry a:hover {
    text-decoration: underline;
}

.entry table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
	margin-bottom: 0;
}

.entry table tr:nth-child(even) {
    background: #fafafa;
}
.entry table td,
.entry table th {
    font: inherit;
    padding: 8px;
    border: 1px solid #ddd;
}

hr,
.entry > hr {
    margin: 15px 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.entry img {
    margin: auto;
    height: auto !important;
}

.entry figure {
    margin: 0;
}

.entry blockquote {
    font-size: 15px;
    line-height: 1.5;
    padding: 15px 20px;
    background: #fafafa;
    border-left-color: var(--ws-color-primary);
}

.entry .ws-block-table,
.entry .ws-block-image,
.entry .ws-block-embed,
.entry .ws-block-gallery {
    margin-bottom: 20px;
}

.entry > *:last-child {
    margin: 0 !important;
}

@media screen and (max-width: 767px)
{
    .entry {
        font-size: 16px;
    }
}