.article-share-items svg:hover  {
    fill: #1eb53a;
}
.article-content a:hover {
    text-decoration: underline;
}
.toc-wrapper.active .toc-img {
    transform: scaleY(-1);
}
.toc-items a:hover {
    text-decoration: underline;
}
.article-img-wrapper, .image-wrapper, .blog-text-img-wrapper {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 1rem 0;
}
.article-img-wrapper img, .image-wrapper img, .blog-text-img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.article-cta-btn:hover {
    background-color: rgba(30, 181, 58, 0.15);
}
.read-more-link:hover .read-more-box-title {
    text-decoration: underline;
}