.new-badge {
    position: absolute;
    top: 10px;
    left: 100px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 20;
}
