.wtb-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;

    .wtb-post-meta__item {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .wtb-post-meta__icon {
        width: 34px;
        height: 29px;
        flex-shrink: 0;
    }

    .wtb-post-meta__text {
        font-family: Manrope, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        color: var(--e-global-color-a34d29c, #3A3023);
        white-space: nowrap;
    }
}
