/* cspt-blogbox-style-5 */

.cspt-blogbox-style-5 {
    margin-bottom: 30px;
}

.cspt-blogbox-style-5 .cspt-featured-wrapper {
    position: relative;
    overflow: hidden;
}

.cspt-blogbox-style-5 .creativesplanet-box-content {
    padding: 26px 0 0;
}

.cspt-blogbox-style-5 .cspt-featured-wrapper {
    border-radius: 16px;
}

.cspt-blogbox-style-5 .cspt-featured-wrapper img {
    transform: none;
}

.cspt-blogbox-style-5:hover .cspt-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cspt-blogbox-style-5 .cspt-meta-category {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}

.cspt-blogbox-style-5 .cspt-post-title {
    font-size: 26px;
    line-height: 36px;
}

.cspt-blogbox-style-5 .cspt-meta-category a,
.cspt-blogbox-style-5 .cspt-post-title a {
    color: #080337;
}

.cspt-blogbox-style-5 .cspt-meta-line {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #a0a4b4;
}

.cspt-blogbox-style-5 .cspt-meta-line:not(:first-child) {
    margin-left: 10px;
}

.cspt-blogbox-style-5 .cspt-meta.cspt-meta-comments {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.cspt-blogbox-style-5 .cspt-meta.cspt-meta-comments:before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0px;
    top: 8px;
    width: 3px;
    height: 3px;
    background-color: #a0a4b4;
    border-radius: 50%;
}

.cspt-blogbox-style-5 .cspt-meta-category a:hover,
.cspt-blogbox-style-5 .cspt-post-title a:hover {
    color: var(--cspt-greenly-global-color);
}