.role-history-dialog {
  width: min(100%, 640px) !important;
}

.role-history-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  max-height: min(64vh, 640px);
  overflow: auto;
}

.role-history-item {
  padding: 14px 16px;
  border: 1px solid rgba(223, 182, 93, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
}

.role-history-item > div,
.role-history-item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.role-history-item strong {
  color: #f3dfba;
}

.role-history-item small {
  color: #917e64;
  font-size: 9px;
}

.role-history-item p {
  justify-content: flex-start;
  margin: 10px 0 7px;
}

.role-history-item p span {
  padding: 5px 9px;
  border-radius: 99px;
  background: rgba(213, 178, 106, .09);
  color: #ddbd73;
  font-size: 10px;
}

.role-history-item p b {
  color: #a58a5b;
}
