.wcf-separator {
    position: relative;
}

.wcf-separator::after {
    content: attr(data-separator);
    display: inline-block;
    margin-inline-start: 12px;
    font-size: 16px;
}

.wcf--meta-list {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

.wcf--meta-list svg {
    width: 1em;
    height: 1em;
}

.wcf--meta-list path {
    transition: all 0.3s;
}

.wcf--category-wrap {
    display: flex;
    flex-wrap: wrap;
}

.wcf--category-list {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wcf--category-list li:last-child::after {
    display: none;
}

.wcf--meta-list .wcf-btn-default {
    padding: 0;
    border: none;
}

/* Style 1 */
.wcf--meta-list.style-1 li,
.wcf--meta-list.style-1 li a {
    color: #1C1D20;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.wcf--meta-list.style-1 li a:hover {
    color: #f0b849;
}

.wcf--meta-list li {
    display: flex;
    align-items: center;
}

.wcf--meta-list.style-1 i,
.wcf--meta-list.style-1 svg {
    margin-inline-end: 3px;
}


/* Style 2 */
.wcf--meta-list.style-2 {
    gap: 10px 50px;
    align-items: center;
}

.wcf--meta-list.style-2 > li {
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.wcf--meta-list.style-2 > li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #EFEFEF;
    inset-inline-end: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.wcf--meta-list.style-2 > li:last-child::after {
    display: none;
}

.wcf--meta-list.style-2 .wcf--author-wrap {
    flex-direction: row;
    align-items: center;
}

.wcf--meta-list.style-2 .wcf-author-img {
    margin-inline-end: 15px;
}

.wcf--meta-list.style-2 li .label {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.wcf--meta-date,
.wcf--meta-view,
.wcf--meta-list.style-2 li a {
    color: #1C1D20;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-transform: capitalize;
}
.wcf--meta-list.style-2 li a:hover {
    color: #f0b849;
}
.wcf--meta-list.style-2 .wcf-author-img img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.wcf--meta-list.style-2 .wcf--meta-view {
    display:flex;
}