:root {
    --nb-user-gift-list-date-color: var(--nb-text-color-primary);
    --nb-user-gift-list-date-font-size: var(--nb-font-size-12);
    --nb-user-gift-list-date-font-weight: var(--nb-font-weight-400);
    --nb-user-gift-list-date-line-height: 16px;
}

.nb-user-gift-list-date {
    color: var(--nb-user-gift-list-date-color);
    font-size: var(--nb-user-gift-list-date-font-size);
    font-weight: var(--nb-user-gift-list-date-font-weight);
    line-height: var(--nb-user-gift-list-date-line-height);
}