.browser-warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fee2e2;
  color: #dc2626;
  z-index: 9999;
  padding: 16px 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.browser-warning.show {
  display: block;
}

.browser-warning-icon {
  margin-right: 8px;
}

.browser-warning-message {
  font-weight: 500;
}

.browser-warning-message strong {
  font-weight: 600;
}

body.browser-unsupported #root {
  margin-top: 56px;
}
