@import url("font-awesome.min.css");

:root {
    --shade-light-color: #EAEAEA;
    --primary-color: #0A2559;
    --secondary-color: #20D3A8;
}

img[src$="#fullwidth"] {
    width: 100%;
}

img[src$="#desktop"] {
    max-width: 100%;
}

img[src$="#graphic"] {
    width: 160px;
    margin-left: 1em;
}

.users-guide h1,
.users-guide h2,
.users-guide h3,
.learning-article h1,
.learning-article h2,
.blog-post h1,
.blog-post h2
{
    margin-bottom: 0.5em;
    text-align: left;
    padding-top: calc(80px + 1em);
    margin-top: -80px;
}

.users-guide h2,
.learning-article h2,
.blog-post h2
{
    font-weight: bold;
    font-size: 150%;
}

.blog-post pre,
.learning-article pre,
.users-guide pre {
    background-color: var(--shade-light-color);
    padding: 8px;
    border-radius: 8px;
}

.blog-post table,
.users-guide table {
    display: block;
    overflow: auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
}

.blog-post table tr,
.users-guide table tr {
    border-top: 1px solid #c6cbd1;
}

.blog-post table th,
.users-guide table th {
    font-weight: bold;
}

.blog-post table td,
.blog-post table th,
.users-guide table th,
.users-guide table td {
    border: 1px solid #dfe2e5;
    padding: 6px 12px;
}

.blog-post table tr,
.users-guide table tr {
    background-color: white;
    border-top: 1px solid #c6cbd1;
}

.blog-post table tr:nth-child(2n),
.users-guide table tr:nth-child(2n) {
    background-color: #f6f8fa;
}

.beorg-toc ul:only-child {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.blog-post {
    line-height: 170%;
}

.blog-post p {
    margin-bottom: 1.5em;
}

.blog-post p:first-child {
    margin-top: 2em;
}

.blog-post blockquote p:first-child {
    margin-top: 0;
}

.blog-post li {
    margin-bottom: 0.5em;
}

.blog-post ul {
    margin-bottom: 2em;
}

.blog-post blockquote,
.learning-article blockquote {
    border-left: 2px solid var(--primary-color);
    font-size: 90%;
    padding-left: 1em;
}

table.features-table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    border-collapse: collapse;
}

table.features-table th, table.features-table td {
    padding: 4px;
    min-width: 64px;
}

table.features-table td:not(:first-child) {
    text-align: center;
}

table.features-table thead td {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 8px;
    color: var(--primary-color);
}

table.features-table td a:any-link {
    text-decoration: none;
    border-bottom: none;
}

table.features-table tbody tr {
    border-bottom: 1px solid #DBD9DC;
}

table.features-table i.fa.fa-check {
    color: var(--secondary-color);
}

table.features-table i.fa.fa-question-circle {
    color: var(--secondary-color);
}

p.premium {
    text-align: center;
}

blockquote {
    background: var(--shade-light-color);
    padding: 8px;
    border-left: 4px solid var(--secondary-color);
    font-size: 95%;
}

blockquote p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
