<style>
.listagem-item .tag-nova {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff4757; /* Cor de fundo da plaquinha */
    color: #ffffff; /* Cor do texto */
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 10;
}
</style>
