.dke-listing .dke-card {
    display: flex;
    flex-direction: column;
}

.dke-card-date,
.dke-detail-meta time {
    color: #3886D4;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.dke-card-date {
    align-self: flex-start;
    margin-top: 18px;
}

.dke-listing .project-title {
    margin-top: 10px;
}

.dke-card-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 14px 0 0;
    color: #36516a;
    font-size: 16px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.dke-detail-meta {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 20px;
}

.right-top-part .dke-detail-meta .cat {
    width: auto;
    margin: 0;
}

.dke-detail-meta .cat + time::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 18px 3px 0;
    border-radius: 50%;
    background: #3886D4;
}

.dke-empty {
    float: left;
    width: 100%;
    margin: 20px 0 64px;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    color: #36516a;
    font-size: 17px;
}

.dke-object-gallery {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.dke-object-gallery .top-title {
    margin-bottom: 30px;
}

.dke-back {
    float: left;
    width: 100%;
    margin: 12px 0 54px;
}

.dke-back .product-btn {
    display: inline-flex;
}

@media screen and (max-width: 680px) {
    .dke-card-date {
        margin-top: 14px;
    }

    .dke-card-excerpt {
        font-size: 15px;
        line-height: 1.5;
    }

    .dke-detail-meta {
        margin-bottom: 14px;
    }
}
