body.single-study,
body.post-type-archive-study {
    font-size: 18px;
    line-height: 1.5em;
    color: #183152;
}
.single-study #main-content,
.post-type-archive-study #main-content {
    background: #ecf6fd;
}
.post-type-archive-study .et_pb_row,
.single-study .et_pb_row,
.post-type-archive-study .container,
.single-study .container {
    max-width: 1440px;
}
article.study {
    margin: 1em 0;
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
}
.study-published,
.study-author,
.study-country {
    border-radius: 9999px;
    background-color: #0bbbef;
    color: #FFFFFF;
    padding: 0.25em 0.5em;
    display: inline-block;
    margin: 0.5em 0.25em;
}
.study-topic,
.study-vehicle,
.study-comparison,
.study-complement,
.study-testsubject,
.study-journal,
.study-application,
.study-outcome {
    border-radius: 9999px;
    background-color: #183152;
    color: #FFFFFF;
    padding: 0.25em 0.5em;
    display: inline-block;
    margin: 0.5em 0.25em;
}
.study-search .study-search-fields {
    display: flex;
    gap: 0.5em;
    margin: 0.5em 0;
    flex-wrap: wrap;
}
.study-search select,
.study-search button,
.study-search input {
    flex: 1;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 9999px;
    padding: 0.25em 0.5em;
    font-size: 0.8em;
    min-width: 10em;
}
.study-search button {
    background-color: #183152;
    color: #FFFFFF;
    cursor: pointer;
}
.study-headline {
    font-weight: 700;
    font-size: 26px;
    color: #183051;
    line-height: 1.5em;
}
.related-studies {
    font-weight: 700;
    font-size: 26px;
    color: #183051;
    line-height: 1.5em;
    padding: 0.5em 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 9999px;
}