.admin-trigger {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 5;
  width: auto;
  height: auto;
  padding: 8px 13px;
  border: 1px solid #6e7682;
  border-radius: 4px;
  background: #202a35;
  color: #dfe4ea;
  cursor: pointer;
  font: 500 12px 'DM Mono', monospace;
}

.admin-trigger:hover { border-color: #b277f2; color: #fff; }
