.qr-item__name {
    font-size: 16px;
    font-weight: bold;
}

.qr-item__date {
    font-size: 12px;
    color: #4e4e4e;
    background: #f1f3f4;
    padding: 4px 7px 2px 7px;
    border-radius: 6px;
    white-space: nowrap;
}

.qr-item__status {
    margin-bottom: 0;
    padding: 0 5px;
}

.qr-item__btn-warning {
    --bs-btn-color: #9e7f24;
    --bs-btn-border-color: #9e7f24;
}