.border-divider{
    border-bottom: 3px solid #043473;
    width: 7%;
}

.title-divider{
    margin-bottom: 1.5rem;
    border: 1px solid #dadadace;
    width: 100%;
}

.share-button{
    font-size: 14pt;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
}

.like-button{
    font-size: 14pt;
    padding: 0;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    color: #a2a2a2;
    border: none;
    background-color: #fff;
}

.like-button:hover{
    font-size: 14pt;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    color: #8e8d8d;
    border: none;
}

.liked-button{
    font-size: 14pt;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    color: #bd1c1c;
    border: none;
    background-color: #fff;
}

.count-view{
    font-size: 14pt;
    position: relative;
    display: inline-block;
}

.share-button:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7); /* Adjust the overlay color and opacity */
    z-index: 1;
}

.box-share{
    border: 1px solid #dcdcdc;
    padding: 9px 14px;
    border-radius: 4px;
}

.other-article-divider{
    border-bottom: 2px solid #043473;
}

.other-thumbnail{
    max-width: 145px;
}

.other-title{
    color: #132a48;
    font-weight: bold;
    font-size: 11pt;
}

.other-published{
    font-size: 10pt;
    color: #a2a2a2;
}

.card-footer{
    background-color: #fff;
}
