.ArticleView .page-title {
    color: #012970;
}
.ArticleView .views-icon {
    color: #60a638;
}
.otherArticles-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.otherArticles-item {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;  
    background-color: #FFF;
    border-radius: 10px;
    transition: 0.3s;
}

.otherArticles-item-button {
    text-align: right;
}
.otherArticles-item h5, .otherArticles-item h5 a {
    color: #1E90FF;
    font-size: 24px;
}
.otherArticles-item h6 {
    font-size: 18px;
}
.otherArticles-item h2 {
    font-size: 20px;
}
.otherArticles-image {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}
.otherArticles-title {
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.otherArticles-title a {
    color: #333;
}
.otherArticles-text {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 10px;
}
.otherArticles-date {
    font-size: 0.8rem;
    color: #999;
}
.view-btn {
    background-color: #1E90FF;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
}
.view-btn:hover {
    background-color: #157ab8;
}
.card.article-card {
    min-height: 400px; /* Defina o valor que desejar */
}
.card.article-card.h-100 {
    height: auto !important;
}
