/**
 Collection of blog styles taken from lcoatec v7 project.
 Clean up an redo if we got the time.
 */

.blog {
    margin-bottom: 62px;
}

.top-info {
    color: #58595b;
    border-bottom: 3px solid #7babdb;
    height: 29px;
    line-height: 29px;
    margin-bottom: 27px;
}
.blog .article-date {
    color: #58595b;
    font-size: 14px;
    margin-inline-start: 0;
}
.blog .page-content {
    line-height: 26px;
    margin: 18px 0;
}

.blog .btn {
    color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.618;
}

.blog .tag.tag-primary {
    display: inline-block;
    padding: .3em .4em .25em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #0070ba;
}

.i_pagination {
    display: flex;
    justify-content: center;
    list-style: none !important;
    margin-top: 62px !important;
}

.i_pagination__item {
    border: 1px solid #555555;
    background-color: white;
    color: #0070ba;
    cursor: pointer;
}

.i_pagination__item:hover {
    background-color: #eeeeee;
}

.i_pagination__item--active {
    background-color: #0070ba;
    padding: 1px 10px 2px;
    color: white;
}
.i_pagination__item--active:hover {
    background-color: #0070ba;
    color: white;
}
.i_pagination__item--inactive {
    background-color: white;
    padding: 1px 10px 2px;
    color: #58595b;
    cursor: auto;
}
.i_pagination__item--inactive:hover {
    background-color: white;
}
.i_pagination__link {
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1px 10px 2px;
}

.i_blogTeaser {
    position: relative;
    background-color: #fff;
    padding: 40px 17px 0;
    border: 1px #cedceb solid;
    margin-bottom: 15px;
}
.i_blogTeaser--author {
    padding-bottom: 20px;
}
.i_blogTeaser__header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 12px;
    font-weight: normal;
    background-color: #0070ba;
    font-size: 16px;
    color: #fff;
}

.i_blogTeaser__list {
    list-style-type: none !important;
    padding: 0 !important;
}

.i_blogTeaser__listItem {
    line-height: normal;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px #cedceb solid;
}
.i_blogTeaser__listItem:last-child {
    border-bottom: none;
}

.i_comment {
    display: flex;
    flex-direction: row;
    padding-top: 32px;
    border-top: 1px solid #0070B9;
}
.i_comment:first-child {
    padding-top: 0;
    border: none;
}

.i_comment__author {
    font-weight: bold;
}

.i_comment__commentinfo {
    margin: 0 0 12px;
}
.i_comment__text {
    margin: 0 0 12px;
}
.i_comment__image {
    flex: 0 0 50px;
    padding: 0 16px 0 8px;
}
.i_comment__svg {
    width: 50px;
    height: 50px;
    transform: rotateY(180deg);
    fill: #0070B9;
}
.i_form__submit:hover {
    background-color: #005187;
    border-color: #003c63;
}
.i_authorTeaser {
    list-style-type: none !important;
    padding: 0 !important;
    margin-bottom: 25px !important;
}
.i_authorTeaser__data--header {
    font-weight: bold;
}
.i_author__profile {
    display: grid;
    grid-template-columns: 1fr 4fr;
}
.i_author__articles {
    margin-top: 50px;
}
.i_author__articlesHeader {
    font-size: 24px;
}
