.p__status {
    bottom: 10px;
    right: 30px;
    display: flex
;
}
.p__status span{
    background: #FFD700;
    padding: 4px 6px;
    font-weight: 500;
    border-radius: 15px;
    /* margin-top: 5px; */
    display: block;
    text-align: center;
    margin-right: 8px;
    display: flex;
    font-size: 10px;
}