/* ==================================
   SURVEY LOGIN BANNER — OPINOVA
================================== */

.survey-login-banner {
  background: #F7F3EE; /* warm neutral */
  border: 1px solid rgba(198,168,107,0.25); /* subtle gold */

  color: #1F2937;

  padding: 14px 16px;
  border-radius: 12px;

  font-family: 'Inter', sans-serif;

  margin-bottom: 16px;
  text-align: center;
}

.survey-login-banner strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #1F2937;
}

.survey-login-banner span {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #6B7280;
  margin-top: 4px;
}

.survey-login-banner {
  position: relative;
  overflow: hidden;
}

.survey-login-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;

  background: #C6A86B;
}
