.post-single {
    color: rgb(41 37 36);
}

.post-single ::-moz-selection {
    color: rgb(163, 203, 232);
    background: rgb(6, 55, 84);
}

.post-single ::selection {
    color: rgb(163, 203, 232);
    background: rgb(6, 55, 84);
}

.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
    font-weight: bold;
}

.post-single h1 {
    color: rgb(14 165 233);
    font-size: 28px;
    padding-top: 10px;
}

.post-single h2 {
    border-bottom: 1px solid #CCCCCC;
    color: rgb(3 105 161);
    font-size: 24px;
    padding-top: 15px;
    text-transform: capitalize;
}

.post-single h3 {
    font-size: 18px;
    color: rgb(7 89 133);
}

.post-single h4 {
    font-size: 16px;
    color: rgb(12 74 110);
}

.post-single h5 {
    font-size: 14px;
}

.post-single h6 {
    color: #777777;
    font-size: 14px;
}

.post-single hr {
    height: 0.2em;
    border: 0;
    color: #CCCCCC;
}

.post-single p,
.post-single blockquote,
.post-single ul,
.post-single ol,
.post-single dl,
.post-single li,
.post-single table,
.post-single pre {
    margin: 15px 0;
}

.post-single li {
    margin: 15px 0;
    list-style: inside;
}

.post-single blockquote {
    background-color: rgb(224 242 254);
    border-radius: 0.3rem;
    padding: 1rem;
    border: 0.1rem solid rgb(7 89 133);

}

.post-single strong {
    color: rgb(220 38 38);
}

.post-single code, .post-single pre {
    border-radius: 3px;
    background-color: #F8F8F8;
    color: inherit;
}

.post-single code {
    border: 1px solid #EAEAEA;
    color: #2f2f2f;
    margin: 0 2px;
    padding: 0 5px;
    background-color: rgb(231 229 228);
}

.post-single pre {
    border: 1px solid #CCCCCC;
    line-height: 1.25em;
    overflow: auto;
    padding: 6px 10px;
    background-color: rgb(231 229 228);
}

.post-single pre > code {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: rgb(231 229 228);
}

.post-single a, a:visited {
    color: #4183C4;
    background-color: inherit;
    text-decoration: none;
}

.post-single thead {
    border-radius: 0.5rem;
}

.post-single table {
    --border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 8px;

    border-spacing: 0;
    border-collapse: separate;
    border: var(--border);
    overflow: hidden;
}

.post-single table th:not(:last-child),
.post-single table td:not(:last-child) {
    border-right: var(--border);
}

.post-single table > thead > tr:not(:last-child) > th,
.post-single table > thead > tr:not(:last-child) > td,
.post-single table > tbody > tr:not(:last-child) > th,
.post-single table > tbody > tr:not(:last-child) > td,
.post-single table > tfoot > tr:not(:last-child) > th,
.post-single table > tfoot > tr:not(:last-child) > td,
.post-single table > tr:not(:last-child) > td,
.post-single table > tr:not(:last-child) > th,
.post-single table > thead:not(:last-child),
.post-single table > tbody:not(:last-child),
.post-single table > tfoot:not(:last-child) {
    border-bottom: var(--border);
}


.post-single td, .post-single th {
    border: 1px solid #ddd;
    padding: 8px;
}

.post-single tr:nth-child(even) {
    background-color: #f2f2f2;
}

.post-single tr:hover {
    background-color: #ddd;
}

.post-single th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgb(7 89 133);
    color: white;
}

.post-single img {
    border: 1px solid #063754;
    border-radius: 0.3rem;
    width: 100%;
}

.post-single .dropdown summary {
    /*border: 1px solid #063754;*/
    width: fit-content;
    padding: 0.1rem 0.9rem;
    border-radius: 1rem;
    color: #f2f2f2;
    cursor: pointer;
    background-color: #063754;
}
