.newtag-data {
    padding: 8px 8px;
    text-align: center;
    background: #EB7C00;
    color: black;
    font-weight: bold;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 12px;
    border-radius: 3rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
}
