/* Uninstall survey widget — light, fits bolidesoft text2.css */

.uninst-root {
  max-width: 640px;
  margin: 0 auto 1.5em;
}

.uninst-step {
  margin-bottom: 1.25em;
}

.uninst-step h3 {
  margin: 0 0 0.6em;
  font-size: 1.15em;
}

.uninst-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.uninst-chip {
  appearance: none;
  border: 1px solid #c9c9c9;
  background: #f7f7f7;
  color: #222;
  border-radius: 4px;
  padding: 8px 12px;
  font: inherit;
  cursor: pointer;
  text-align: left;
  line-height: 1.3;
}

.uninst-chip:hover {
  border-color: #ffaa22;
  background: #fff8e8;
}

.uninst-chip.is-active {
  border-color: #ffaa22;
  background: #ffec64;
  font-weight: 600;
}

.uninst-panel {
  margin-top: 0.85em;
  padding: 12px 14px;
  background: #faf6ee;
  border-left: 3px solid #ffab23;
}

.uninst-panel p {
  margin: 0 0 0.6em;
}

.uninst-offer-code {
  display: inline-block;
  font-family: Consolas, monospace;
  font-size: 1.15em;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  background: #fff;
  border: 1px dashed #ffaa22;
  margin-right: 8px;
}

.uninst-field {
  margin-bottom: 0.75em;
}

.uninst-field label {
  display: block;
  margin-bottom: 4px;
}

.uninst-field input,
.uninst-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px;
  font: inherit;
  border: 1px solid #ccc;
}

.uninst-actions {
  margin-top: 0.75em;
}

.uninst-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.uninst-error {
  color: #a00;
  margin-top: 0.5em;
}

.uninst-thanks {
  padding: 14px;
  background: #e8f5e4;
  border: 1px solid #9ccc8a;
}
