/**
 * Kerstpakket Blog Engine — Frontend styles for generated posts.
 * Applied via a wrapper div around the_content() when _kbe_generated meta is set.
 */

.kbe-content h1,
.kbe-content h2,
.kbe-content h3,
.kbe-content h4 {
    margin-top: 2.2em;
    margin-bottom: 0.8em;
    line-height: 1.25;
}

.kbe-content h1:first-child,
.kbe-content h2:first-child,
.kbe-content h3:first-child {
    margin-top: 0;
}

.kbe-content p {
    margin: 0 0 1.4em;
    line-height: 1.7;
}

.kbe-content ul,
.kbe-content ol {
    margin: 0 0 1.6em;
    padding-left: 1.6em;
    line-height: 1.7;
}

.kbe-content ul li,
.kbe-content ol li {
    margin-bottom: 0.6em;
}

.kbe-content ul li:last-child,
.kbe-content ol li:last-child {
    margin-bottom: 0;
}

.kbe-content strong {
    font-weight: 700;
}

.kbe-content blockquote {
    margin: 1.8em 0;
    padding: 0.6em 1.2em;
    border-left: 4px solid #AD9961;
    font-style: italic;
    color: #555;
}

.kbe-content a,
.kbe-content a:link,
.kbe-content a:visited {
    color: #AD9961;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.kbe-content a:hover,
.kbe-content a:focus {
    color: #8c7a48;
    text-decoration-thickness: 3px;
}
