/**
 * Content typography
 *
 * Classical Editor output: headings, paragraphs, lists, quotations, tables,
 * code, images, captions and WordPress alignment classes.
 */
.classic-content,
.entry-footer {
    padding: 0 16px 16px;
    line-height: 1.7;
}

.classic-content h1,
.classic-content h2,
.classic-content h3,
.classic-content h4,
.classic-content h5,
.classic-content h6 {
    color: #792121;
    border-bottom: 2px dotted #9c9c9c;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.25;
}

.classic-content h1 { font-size: 30px; }
.classic-content h2 { font-size: 24px; }
.classic-content h3 { font-size: 21px; }
.classic-content h4 { font-size: 18px; }
.classic-content h5 { font-size: 16px; }
.classic-content h6 { font-size: 14px; }

.classic-content p {
    margin: 0 0 1em;
}

.classic-content ul,
.classic-content ol {
    margin: 0 0 1em 1.5em;
}

.classic-content blockquote {
    margin: 1.5em 0;
    padding: 13px 16px;
    color: #4f240b;
    background: #fff3c6;
    border: 2px dashed #a66f22;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
}

.classic-content table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
}

.classic-content th,
.classic-content td {
    padding: 7px;
    border: 1px solid #7f8b96;
}

.classic-content th {
    color: #ffffff;
    background: #40698e;
}

.classic-content pre {
    overflow: auto;
    padding: 12px;
    color: #8eff8e;
    background: #151515;
    border: 3px inset #888888;
}

.classic-content code,
.classic-content kbd,
.classic-content samp {
    font-family: "Courier New", monospace;
}

.classic-content img {
    max-width: 100%;
    height: auto;
}

.classic-content .alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.classic-content .alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.classic-content .aligncenter {
    display: block;
    margin: 1em auto;
}

.classic-content .wp-caption {
    max-width: 100%;
    padding: 5px;
    background: #f4f1df;
    border: 1px solid #9ca8b3;
}

.classic-content .wp-caption-text,
.classic-content .gallery-caption {
    margin: 5px 0 0;
    color: #555555;
    font-size: 11px;
    text-align: center;
}

.classic-content::after {
    display: table;
    clear: both;
    content: "";
}
