.badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eee
}

.save-note {
    color: var(--green);
    font-weight: 700;
    min-height: 24px
}