.ssn-post-time-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
}

.ssn-post-time-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ssn-post-time-label {
    color: #222222;
    font-weight: 600;
}

.ssn-modified-time {
    position: relative;
}

.ssn-modified-time::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 7px;
    border-radius: 50%;
    background: #d71920;
}

.ssn-post-time-meta time {
    color: #666666;
}

@media (max-width: 767px) {
    .ssn-post-time-meta {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 13px;
    }

    .ssn-post-time-item {
        display: flex;
        margin-bottom: 4px;
    }

    .ssn-post-time-item:last-child {
        margin-bottom: 0;
    }

    .ssn-modified-time::before {
        display: none;
    }
}
