.rate-us-tab {
  position: fixed;
  right: 10px;
  top: 68%;
  transform: translateY(-50%) rotate(360deg);
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background: #295da8;
  border: 1px solid transparent;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  min-height: 96px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1200;
  box-shadow: white 0 0px 0px 2px inset;
}

.rate-us-tab:hover {
  color: #0057b8;
  box-shadow: white 0 0px 0px 40px inset;
}

.survey-frame-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(8, 18, 34, 0.62);
  z-index: 1400;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.survey-frame-panel {
  width: min(980px, 100%);
  height: min(84vh, 760px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.survey-frame-header {
  background: linear-gradient(90deg, #0e4f97 0%, #1461b6 55%, #1a6dc4 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
}

.survey-frame-title {
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.survey-frame-close {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.survey-frame {
  border: none;
  width: 100%;
  height: 100%;
  flex: 1;
}
