#browser-alert {
  display: none;
  max-width: 696px;
  margin: auto;
  padding: 24px;
  margin-top: 20vh;
}

#browser-alert .container {
  padding: 48px 8px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 16px 64px -24px rgba(0, 41, 97, 0.32);
  background-color: #ffffff;
}

#browser-alert .container::before {
  display: block;
  margin: auto;
  content: '';
  width: 96px;
  height: 96px;
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2294%22%20height%3D%2294%22%20viewBox%3D%220%200%2094%2094%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M47%200.5C21.3125%200.5%200.5%2021.5%200.5%2047C0.5%2072.6875%2021.3125%2093.5%2047%2093.5C72.5%2093.5%2093.5%2072.6875%2093.5%2047C93.5%2021.5%2072.5%200.5%2047%200.5ZM71.375%2022.625C83.5625%2035%2084.5%2053.75%2075.125%2066.875L27.125%2018.875C40.25%209.5%2059%2010.4375%2071.375%2022.625ZM22.4375%2071.5625C10.25%2059.1875%209.3125%2040.4375%2018.6875%2027.3125L66.6875%2075.3125C53.5625%2084.6875%2034.8125%2083.75%2022.4375%2071.5625Z%22%20fill%3D%22%237E8AA9%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}

#browser-alert .title {
  margin: 24px;
  font-size: 24px;
  font-weight: bold;
}

#browser-alert .description {
  line-height: 22px;
}
