.content-list-page .news-title {
    font-size: 1.2rem !important;
    text-decoration: none !important;
    color: #1351b4;
}

.content-list-page .news-title:hover {
    text-decoration: underline;
}

.content-list-page {
    width: 85%;
}

.content-list-page .news-description{
    font-size: 1.1rem !important;
    text-decoration: none !important;
}

.image-list-page {
    width: 120px; 
    height: auto; 
    border-radius: 5px;
}

.author-list-page {
    font-size: 0.8rem;
    font-style: italic;
}

.card-list-content {
    flex: 1; 
    overflow: hidden; 
    padding: 0 10px;
}

.card-content a {
    text-decoration: none !important;
}

.card-content h3 {
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    margin-top: 10px;
    height: auto;
    font-size: 1.5rem;
    color: #1351b4;
}

.card-content a:hover {
    display: block;
    background-color: #e6f0ff;
}
