.rv-browser-check {
  background: white;
  border-bottom: 1px solid #808080;
  box-shadow: 0px -1px 4px 4px rgba(0, 0, 0, 0.5);
  font-family: system-ui, sans-serif;
  left: 0;
  padding: 1em;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100;
}

.rv-browser-check a {
  text-decoration: underline;
}

.rv-browser-check p {
  margin: 0;
  padding: 2px;
}
