/* ------------------------------- */
/* Styleguide for SiteTran articles */
/* ------------------------------- */

/* HANDLE WITH CARE! */

.article {
    font-family: Montserrat, Inter, sans-serif;
    line-height: 1.6;
    color: #333;
    height: fit-content;
    padding: 20px;
}

.article p {
    color: #333;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    line-height: 160%;
    font-family: Montserrat, Inter, sans-serif;
}

.article img {
    max-width: 100%;
    align-self: flex-start;
    margin-bottom: 20px;
    padding: 1vw;
    border: 1px solid rgb(202, 202, 202);
    border-radius: 5px;
    background-color: rgb(246, 246, 246);
}

.article img.inline-image {
    padding: 3px;
}

.img-no-margin {
    margin: 0 !important;
}

.img-small {
    max-width: 100px !important;
}

.article h2 {
    color: #164472;
    font-size: 2em;
    margin-bottom: 10px;
    font-family: Montserrat, Inter, sans-serif;
}

.article h2:first-of-type {
    margin-top: 0;
}

.article h3 {
    color: #333;
    font-size: 1.5em;
    margin: 20px 0 10px 0;
    font-family: Montserrat, Inter, sans-serif;
}

.article h3:first-of-type {
    margin-top: 0;
}

.article pre {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    color: #333;
    margin-bottom: 20px;
    page-break-inside: avoid;
    font-family: Montserrat, monospace;
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
    overflow-x: auto;
    border-radius: 3px;
}

.article code {
    font-family: Montserrat, monospace;
    font-size: 0.95em;
}

.article ol {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: Montserrat, Inter, sans-serif;
}

.article ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: Montserrat, Inter, sans-serif;
}

.article li {
    margin-bottom: 4px;
    font-weight: 400;
    font-family: Montserrat, Inter, sans-serif;
}

.article a {
    cursor: pointer;
    color: #24a7ff;
    text-decoration: underline;
    font-family: Montserrat, Inter, sans-serif;
}

.article td,
.article th {
    padding: 8px;
}

/* This is technically not in the .article */
#article_title {
    color: #164472;
}