.eladhm-article-excerpt {
    color: #4e4e4e;
    font-size: 13px;
    margin-bottom: 13px;
}

.eladhm-article-box {
    text-align: right;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    border-radius: 14px;
    background-color: #fff;
    padding: 16px;
    border: 1px solid #e5eaef;
}


.eladhm-article-content .eladhm-article-more {
    text-decoration: none;
    font-size: 16px;
}

.eladhm-article-title {
    text-decoration: none;
    font-size: 16px;
    font-weight: 900;
    display: block;
    padding: 10px 0;
    color: var(--text-color);
}
.eladhm-article-img img {
    border-radius: 19px;
    height: auto;
}
