#kunena.layout .badge.bg-info {
    background:var(--kwarning) !important
}

#kunena.layout #postform .kpost-attachments-wrap .kattach-msg .badge {
    padding: 0.5rem;
    margin-bottom: 5px;
    font-weight: 400;
}

.cke_combo_text {
    line-height: 26px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    cursor: default;
    color: #474747;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    width: 60px!important;
}

#kunena.layout #postform .kpost-subscribe {
    display: block;
}

#kunena.layout #postform .kpost-subscribe-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 8px;
    margin-left: 0;
}

#kunena.layout #postform .kpost-subscribe-wrap #subscribeMe,
#kunena.layout #postform .kpost-subscribe-wrap .uk-checkbox,
#kunena.layout #postform .kpost-subscribe-wrap input[type="checkbox"] {
    margin: 0 !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    flex: 0 0 18px;
    vertical-align: middle !important;
    align-self: center;
    border-radius: 3px !important;   /* makne krug, ostavi blago zaobljenje */
}

#kunena.layout #postform .kpost-subscribe-wrap label,
#kunena.layout #postform .kpost-subscribe-wrap span {
    margin: 0;
    line-height: 1.4;
}