

.elementor-post-info {
    display: flex;
    flex-wrap:nowrap !important;
    align-items: center; 
    justify-content:center;
    gap: 0 !important; 
    width: 280px;
    background: #fff;
    height: 50px;
    border-radius:26px;
    padding:5px;
}

/* einzelnes Item */
.elementor-post-info .elementor-icon-list-item {
    display: flex;
    align-items: center;
    margin-inline:0 !important;

}

/* Avatar */
.elementor-post-info .elementor-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 5px;
}

/* Name */
.elementor-post-info__item--type-author {
    font-weight: 600;
    font-size: 13px;
    color: #1a1a1a;
    display:flex;
    flex-wrap:nowrap !important;
}

/* Datum */
.elementor-post-info__item--type-date {
    font-weight: 600;
    font-size: 13px;
    color: #1a1a1a;
    display:flex;
    align-items:center
}

/* Trennstrich */
.elementor-post-info__item-prefix {
    margin: 5px;
    font-size:22px;
    font-weight: 400;
    margin-bottom:10px;
}

