.setting-polish-title {
  color: var(--text);
  font-weight: 650;
  font-size: .9rem;
  margin-bottom: .18rem;
}

.setting-polish-description {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
  max-width: 29rem;
  margin-top: .28rem;
}

.setting-key code {
  color: #83c9ff;
  font-size: .72rem !important;
  overflow-wrap: anywhere;
}

.polish-help {
  background: #202c39;
  border: 1px solid #3b6685;
  border-radius: 8px;
  color: #c9dceb;
  line-height: 1.5;
  margin: 1rem 0;
  padding: .8rem 1rem;
}

.polish-help strong { color: #fff; }
.polish-help code { color: #83c9ff; }

@media (max-width: 50rem) {
  .settings-table thead { display: none; }
  .settings-table tr { display: grid; padding: .8rem 0; }
  .settings-table td { border: 0; padding: .25rem .5rem; }
  .setting-polish-description { max-width: none; }
}

