.post_list a.padding_ratio {
    border: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.post_list .col_wrapper {
    border: none;
}

.post_list .col_content {
    padding-left: 0;
    padding-right: 0;
}

.post_list .post_title {
    font-weight: initial;
}

.post_list .post_title .cat,
.post_list .post_title:hover {
    color: var(--link);
}

.post_list .post_date {
    opacity: 1;
    color: var(--second_color);
    margin-top: 0;
    margin-bottom: .5em;
}

.post_list .post_date svg {
    height: 1.2em;
    width: auto;
    fill: var(--second_color);
    margin-right: .3em;
    vertical-align: top;
}

.post_list .read_more {
    margin-left: 0;
    color: var(--link);
}

.post_list .read_more svg {
    height: .8em;
    margin-right: .2em;
    fill: var(--link);
    vertical-align: middle;
}

.post_list .excerpt {
    font-size: .9rem;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    max-height: 4em;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: .5em;
    opacity: .7;
}

.category .post_list .post_title,
.tag .post_list .post_title {
    font-size: 1.4rem;
    line-height: 1.3;
}

.category .post_list .col_content,
.tag .post_list .col_content {
    padding: 0;
    padding-left: 15px;
}

.category .post_list .after_excerpt,
.tag .post_list .after_excerpt {
    margin-top: 1em;
    text-align: right;
}

.category .post_list .after_excerpt .view_count,
.tag .post_list .after_excerpt .view_count,
.category .post_list .after_excerpt .post_date,
.tag .post_list .after_excerpt .post_date,
.category .post_list .after_excerpt .read_more,
.tag .post_list .after_excerpt .read_more {
    color: var(--text);
    display: inline-block;
    font-size: .9rem;
}

.category .post_list .after_excerpt .post_date::before,
.tag .post_list .after_excerpt .post_date::before,
.category .post_list .after_excerpt .read_more::before,
.tag .post_list .after_excerpt .read_more::before {
    content: ' | ';
    display: inline-block;
    margin: 0 .5em;
}

.category .post_list .read_more svg,
.tag .post_list .read_more svg {
    fill: var(--text);
    margin-left: .3em;
    margin-right: 0;
}

.category .post_list .post_item,
.tag .post_list .post_item {
    border-bottom: solid 1px #dddd;
    padding-bottom: 30px;
}

.category .post_list .post_item:last-child,
.tag .post_list .post_item:last-child {
    border: none;
    padding-bottom: 0;
}

.post-type-archive .page_title,
.archive .page_title,
.category .page_title {
    display: none;
}