/*
 * Theme Name: Srsly
 * Description: Srsly powered by Twig.
 * Author: Srsly!
 * Version: 3
 * Domain Path: /languages
 # Text Domain: srsly
*/
body {

}
.nNews__sidebar article {
    padding: 40px;
    border-radius: 32px;
    background: #F4F4F4;
}
.nNews__sidebar article .col-12 img {
	height: auto;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
}
.nNews__sidebar .teaser__title,
.nNews__sidebar .teaser__subtitle {
    padding: 40px 0 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #414B51;
    font-family: "Montserrat", sans-serif;
}
.nNews__sidebar .teaser__subtitle {
    padding-left: 10px;
}
.nNews__sidebar h3 .teaser__title,
.nNews__sidebar h3 .teaser__subtitle {
    padding-top: 0;
    padding-bottom: 40px;
    display: inline;
}
.nNews__sidebar h3 {
    /*display: flex;*/
    margin-bottom: 20px;
}
.nNews__sidebar .article-body ul {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #414B51;
    font-family: "Montserrat", sans-serif;
    padding: 32px 0 0;
}
.nNews__sidebar .article-body ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #414B51;
    font-family: "Montserrat", sans-serif;
    position: relative;
    padding: 0 0 0 24px;
    margin-bottom: 0;
}
.nNews__sidebar .article-body ul li strong {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.nNews__sidebar .article-body ul li:before {
    display: none;
}
.nNews__sidebar .article-body ul li:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #414B51;
    left: 10px;
    top: 10px;
}
.nNews__sidebar .btn {
    margin-top: 40px;
    display: block;
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    padding: 13px 20px;
    border-radius: 3px;
    background: #36AF45;
    border: 2px solid #36AF45;
    transition: .35s;
}
.nNews__sidebar .btn:hover {
    background: transparent;
    color: #36AF45;
}
.nNews__sidebar .teaser--widget__logos .row {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}
.nNews__sidebar .teaser--only-html iframe {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1249px) {
    .nNews__sidebar article {
        padding: 20px;
        border-radius: 16px;
    }
}
@media (max-width: 940px)  {
    .nNews__sidebar article, .nNews__sidebar > div {
        min-width: calc(40% - 8px)
    }
    .nNews__sidebar {
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .nNews__sidebar .teaser--widget__logos .row {
        flex-direction: row;
        align-items: center;
    }
    .nNews__sidebar article:has(.teaser--widget__logos) {
        min-width: auto;
    }
    .nNews__sidebar article .teaser--widget__logos img {
        width: 200px;
        max-width: 200px;
        height: auto;
    }
    .nNews__sidebar .article-body ul {
        padding-left: 0!important;
    }
    .nNews__sidebar article .col-12:last-child {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .nNews__sidebar article .col-12:last-child .article-body {
        margin-bottom: auto;
    }
    .nNews__sidebar article {
        display: flex;
        flex-direction: column;
    }
    .nNews__sidebar article .row, .nNews__sidebar article .teaser__inner {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .nNews__sidebar .teaser--widget__logos {
        margin-bottom: auto;
    }
    .nNews__sidebar .btn {
        margin-top: 20px;
    }
    .nNews__sidebar article:has(.teaser--widget__logos) .btn {
        margin-right: auto;
        width: auto;
        margin-left: auto;
    }
    .nNews__sidebar .teaser--widget__logos .row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
}
@media (max-width: 625px)  {
    .nNews__sidebar article, .nNews__sidebar > div {
        min-width: 90%;
    }
}