.read {
  position: relative;
}
.read-badge {
    position: absolute;
    top: -27px;
    right: 5px;
    background: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    z-index: 100;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}
