.browser-alert {
  margin-top: 50px;
  font-size: 16px;
  padding: 30px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  line-height: 1.4;
}

.browser-alert ul {
  padding-left: 1.2em;
  margin: 0.5em 0;
}

.browser-alert a {
  text-decoration: underline;
  font-weight: 600;
}

.browser-alert p {
  margin: 0.5em 0;
}

.browser-alert .section {
  margin-bottom: 1em;
}
