/* Styles for /katana/public/inquiry.asp — moved out of inline <style> for CSP compliance */
html, body { margin: 0; padding: 0; height: 100%; }
body { display: flex; flex-direction: column; }
#widget-container { flex: 1; padding-top: 50px; }
#widget-container iframe { border: none; width: 100%; height: 100%; }
footer {
  margin-top: auto;
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #555;
}
.simple-banner {
  font-family: Verdana, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  display: block;
  background-color: #262aff;
  color: white;
  text-align: center;
  top: 0 !important;
  width: 100%;
  position: fixed;
  z-index: 1000 !important;
  padding: 0;
  font-size: 14px;
}
.simple-banner h5 {
  text-align: center;
  letter-spacing: 0.02em;
  font-family: "Segoe UI", Arial, sans-serif;
  margin: 0;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: none;
}
.simple-banner p {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  margin: 0;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}
.simple-banner-button {
  font: inherit;
  right: 3rem !important;
  background-color: transparent;
  color: white;
  font-size: 32px !important;
  z-index: 2000;
  margin: 0 !important;
  border: none;
  padding: 0 5px;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  cursor: pointer;
}
