.current-activation-code {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #285f4b;
  border-radius: 8px;
  background: #0d211a;
}
.current-activation-code > span {
  display: block;
  margin-bottom: 6px;
  color: #8ee0b7;
  font-size: 8px;
}
.current-activation-code > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.current-activation-code code {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: #dfffee;
  font: 10px ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.current-activation-code button {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid #367b60;
  border-radius: 7px;
  background: #153426;
  color: #a9ebc9;
  font-size: 8px;
}
