.ping-mode-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.ping-mode-row .field-label { margin: 0; }

.ping-mode-toggle {
  display: inline-flex;
  gap: 2px;
  padding: 2px;
  border-radius: 16px;
  background: #e8f1f6;
}

.ping-mode-toggle button {
  border: 0;
  border-radius: 14px;
  padding: 5px 9px;
  background: transparent;
  color: #637b89;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .55px;
  cursor: pointer;
}

.ping-mode-toggle button.active {
  color: #fff;
  background: #159fe3;
  box-shadow: 0 1px 5px rgba(5, 64, 96, .2);
}

.field.ping-auto input[readonly] {
  color: #087db9;
  background: #f1f9fd;
  cursor: default;
}

.ping-mode-help {
  display: block;
  margin-top: 6px;
  color: #718794;
  font-size: 10px;
  line-height: 1.4;
}

.ping-mode-help strong { color: #128bc8; }
