<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.browser-detect {
  width: 320px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.browser-detect figure.uh-oh {
  width: 128px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.browser-detect h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.browser-detect h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 1rem;
}
.browser-detect .browser-alternatives {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.browser-detect .browser-alternatives li {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.browser-detect .browser-alternatives li figure {
  padding: 0 10px;
  margin: 0;
}
.browser-detect .browser-alternatives li figure img {
  width: 100%;
}

.price-tag {
  background-color: #4285f4;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
}

.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4285f4;
}
</pre></body></html>