<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#quote-request-wrap-toggle {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

#quote-request-wrap {
  background-color: rgba(0,0,0,0.3);
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#quote-request {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  overflow: hidden scroll;
  padding: 1rem 2rem;
  position: relative;
  width: 90%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#quote-request-description {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

#quote-request-close {
  background: none;
  border: none;
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
}

#quote-request-close:focus,
#quote-request-close:hover {
  color: #8B0000;
}
</pre></body></html>