/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#articles-template-9 .news-hr {
    width: 100%;
    border-bottom: solid 3px;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
}

#articles-template-9 .title {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-secondary);
    color: var(--g-color-4);
}

#articles-template-9 .card-container {
}
#articles-template-9 .card-container a {
    color: var(--g-color-4);
}

#articles-template-9 .title {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
    font-family: var(--font-secondary);
    color: var(--g-color-4);
}

#articles-template-9 .card-container .h4 {
    color: var(--g-color-black);
    font-weight: bold;
    font-size: 20px!important;
}

#articles-template-9 .card-content-wrapper {
    -webkit-box-shadow: 0 2px 18px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 2px 18px 0 rgb(0 0 0 / 30%);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background-color: white;
    border-radius: var(--g-btn-radius);
}
#articles-template-9 .card-image-wrapper {
    border-top-left-radius: var(--g-btn-radius);
    border-top-right-radius: var(--g-btn-radius);
}

#articles-template-9 .card-content-wrapper:hover {
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}

#articles-template-9 .article-desc {
    color: var(--g-color-black);
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

#articles-template-9 a:hover .text-decoration-hover {
    text-decoration: underline;
}

#articles-template-9 img {
    -webkit-transition: var(--g-img-transition-timing);
    -o-transition: var(--g-img-transition-timing);
    transition: var(--g-img-transition-timing);
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/9;
}

#articles-template-9 .category-container {
    bottom: 7px;
    left: 10px;
    border-bottom: 30px solid #2e2e2e9e;
    border-right: 25px solid transparent;
    height: 0;
}

#articles-template-9 .article-category {
    line-height: 28px;
    font-weight: 300;
}
