/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
.blog-widget-recent {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.blog-widget-recent .post-list {
    display: flex;
    gap: 36px;
}
.blog-widget-recent .post-list.post-4 li {
    width: 25%;
}
.blog-widget-recent .post-list .post-categories a {
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #001F2F;
    border-bottom: solid 2px #0089d0;
    margin-bottom: 12px;
    display: inline-block;
}
.blog-widget-recent .post-list .post-title .post-item-link {
    font-family: 'OpenSans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #001F2F;
    text-transform: inherit;
    margin-bottom: 12px;
    display: block;
}
.blog-widget-recent .post-list .post-shortdescription {
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #001F2F;
    max-height: 114px;
    overflow: hidden;
    line-height: 16px;
}
.blog-widget-recent .post-list .post-posed-date .value {
    color: #0189CF;
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.blog-widget-recent .post-list .post-posed-date {
    display: block;
    margin-bottom: 20px;
}
.blog-widget-recent .post-list .post-read-more {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #001F2F;
    border: 1px solid #001F2F;
    padding: 8px 10px;
}
.blog-widget-recent .post-list .post-read-more:hover{
    background: #001F2F;
    color: #ffffff;
}
