.browser-reject__container {
  display: none;
}

.browser-reject__container--show {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 20px;
}

.browser-reject__content {
  background-color: white;
  padding: 20px;
}

.browser-reject__browser-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.browser-reject__browser-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  margin: 10px;
}

.browser-reject__browser-image {
  width: 100px;
  height: 100px;
}

.browser-reject__browser-name {
  color: var(--text-color);
}

.browser-reject__header {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.browser-reject__hint {
  display: block;
  max-width: 600px;
}
