

/* Start:/local/components/effort/news.list/templates/.default/style.css?17660910782856*/


.news-container {
    display: grid;
    gap: 3rem;
}

@media (min-width: 770px) {
    .news-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1400px) {
    .news-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/*
 *
 */

.single-smblog {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 30px;
    min-height: 100%;

    position: relative;
}

.smblog-thum {
    flex: 0 0 auto;
}

.single-smblog .blog-image {
    border-radius: 0;
}

.single-smblog .blog-image {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-image {
    max-height: 156px;
    display: flex;
    align-items: center;
}

.single-smblog .blog-image-2 img {
    border-radius: 0;
    width: 100%;
}

.single-smblog .blog-image img {
    transition: all 0.5s ease;
}

.smblog-content {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.smblog-content {
    background: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.smblog-content h6 {
    font-size: 15px;
    line-height: 1.34;
    margin-bottom: 0;
    font-weight: bold;
}

.smblog-content h6 a {
    color: #1F2024;
    text-decoration: none;
}

.smblog-content p {
    line-height: 20px;
}

.smblog-content__text {
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 16px;
}

.smblog-content .smblog-foot {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.smblog-foot {
    margin-top: auto;
}

.pt-15 {
    padding-top: 15px;
}

.smblog-content .smblog-foot .post-readmore a {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #32cd32;
    text-decoration: none;
    font-weight: bold;
}

.smblog-content .smblog-foot .post-readmore a:hover {
    color: #349a34;
}

.smblog-content .smblog-foot .post-date a {
    color: #999;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    color: #222;
    text-decoration: none;
}

.smblog-content table {
    border-left: 1px solid #aaa !important;
    border-top: 1px solid #aaa !important;
}

.smblog-content td {
    border-right: 1px solid #aaa !important;
    border-bottom: 1px solid #aaa !important;

    padding: 4px 8px !important;
}

.single-smblog .blog-image a {
    flex: 1;
}

.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tags a {
    padding: 10px;
    border: 1px solid #dee2e6;
    background: #f8f9fa;
    color: gray;
    text-decoration: none;
}

.tags a.fw-bold, .tags a:hover {
    border-color: #32cd32;
    color: #32cd32;
}

.tags-list {
    margin: 0 0 20px;
}

.tags-list a {text-decoration: none;color: gray;}
.tags-list a:hover {color: black;}

.tags-list a span {
    color: #3fcd32;
}
/* End */
/* /local/components/effort/news.list/templates/.default/style.css?17660910782856 */
