section.explore-news .nav-item:hover{
    border: none !important;
    color: #00A687;
}

section.explore-news .nav-link, section.explore-articles .nav-tabs{
    border: none;
}

section.explore-news .nav-link.active{
    color:#00A687 !important;
    border: none;
    font-weight: bold;
    background-color: #f5f5f5;
    border-bottom: #00A687 2px solid;
}

section.explore-news .category-section{
    white-space: nowrap;
    overflow: hidden;
}

section.main-news-show-body{
    background-color: #F5F5F5;
}

section.main-news-show-body .card{
    background-color: #fffffc;
}

.img-frame{
    background-color: black;
}

#hover-featured-news {
    background-image: linear-gradient(
        to right,
        #FFDD57,
        #FFDD57 50%,
        #fff 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    padding-top: 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#hover-featured-news:before {
    content: '';
    background: #FFDD57;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

#hover-featured-news:hover {
    background-position: 0;
}

#hover-featured-news:hover::before {
    width:100%;
}

a.profile-avatar #underline-hover-carousel:hover, a.profile-avatar #underline-hover-carousel:focus{
    color: #FFDD57 !important;
    text-decoration: underline !important;
}

.carousel-container {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 20px;
}

.ratio-4x3{
    --bs-aspect-ratio: 86.7%;
}

.small-card .ratio-4x3{
    --bs-aspect-ratio: 86%;
}

.profile-avatar{
    max-width: 65%;
}

.profile-avatar #simple-animation-underline{
    color: #00A687;
}