.protocol-warning {
  display: block;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #f0c66f;
  border-radius: 6px;
  background: #fff8e7;
  color: #704800;
  line-height: 1.8;
}

.warning-option {
  border-color: #e8bf69;
  background: #fffaf0;
}

#wgRouterDialog input:not([type="checkbox"]),
#wgRouterDialog input[type="number"] {
  width: 100%;
  height: 46px;
  border: 1px solid #bfd2e1;
  border-radius: 6px;
  padding: 0 13px;
  background: #f9fcfe;
  font: inherit;
  color: var(--text);
}

.server-actions {
  min-width: 330px;
}

@media (max-width: 600px) {
  .server-actions {
    min-width: 0;
  }
}
