﻿.home-popular-articles-title {
    margin-bottom: 10px;
}

.home-popular-articles-title h1 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}

.home-popular-articles-title h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}

.home-popular-articles-title h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 100%;
    background-color: #333;
}

.popular-articles .card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    border-radius: 10px;
    background-color: transparent;
    backdrop-filter: blur(2px);
    cursor: pointer;
    border: 1.5px solid grey;
    padding: .8rem .5rem .8rem .8rem !important;
}

.popular-article-container-item {
    padding: 0;
}

.popular-article-search {
    transition: all 0.3s ease-in-out;
}

.popular-article-search:hover {
    transform: scaleX(1.02);
}

.popular-articles .height-img {
    height: 60px !important;
}

.popular-articles .rounded-3 {
    border-radius: 0.5rem !important;
}

.popular-articles a {
    text-decoration: none;
}

.popular-articles .width-90 {
    width: 90px !important;
}

.popular-articles {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.popular-articles-items {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
}