<style>
.card_wrapper::before {
content: "NEW";
position: absolute;
top: 10px;
left: 10px;
background-color: #ffc433;
color: white;
font-size: 12px;
padding: 4px 8px;
border-radius: 4px;
z-index: 10;
font-weight: bold;
}
.card_wrapper {
position: relative;
}
</style>