/* Demo-Wertermittlung: Formular im Look der Verkaufen-Bewertung */

.page-wertermittlung #verkaufen-bewertung .bewertungtext,
.page-immobilie-bewerten #verkaufen-bewertung .bewertungtext {
  margin-bottom: clamp(1.5rem, 1rem + 2vw, 3rem);
}

.we-widget {
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  min-height: 0;
  padding: clamp(28px, 2rem + 1.5vw, 48px);
  max-width: 720px;
  margin: 0 auto;
}

.we-kicker {
  margin: 0 0 1.5rem;
  font-size: clamp(0.9375rem, 0.85rem + 0.3vw, 1.125rem);
  color: #3b3a39;
}

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

.we-form {
  width: 100%;
}

.we-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 20px;
}

.we-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}

.we-field--full,
.we-map {
  grid-column: 1 / -1;
}

.we-field span {
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(59, 58, 57, 0.7);
}

.we-field input,
.we-field select {
  width: 100%;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid #3b3a39;
  background: transparent;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #3b3a39;
  border-radius: 0;
  appearance: none;
}

.we-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%233b3a39' stroke-width='1.4' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  padding-right: 18px;
}

.we-field input:focus,
.we-field select:focus {
  outline: none;
  border-bottom-color: #1a1a1a;
}

.we-map {
  height: 180px;
  margin-top: 4px;
  border: 1px solid rgba(59, 58, 57, 0.2);
  background: rgba(255, 255, 255, 0.4);
}

.we-feat-label {
  margin: 1.5rem 0 0.6rem;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(59, 58, 57, 0.7);
  text-align: left;
}

.we-feat-label span,
.we-field span em {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(59, 58, 57, 0.5);
}

.we-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.we-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(59, 58, 57, 0.2);
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
  cursor: pointer;
}

.we-chip input {
  margin: 0;
}

.we-err {
  margin: 1rem 0 0;
  color: #8a2a2a;
  font-size: 0.875rem;
  text-align: left;
}

.we-maps-hint,
.we-note {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b6966;
  text-align: left;
}

.we-note {
  margin-top: 1rem;
}

.we-maps-hint a,
.we-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.we-submit {
  display: inline-block;
  margin-top: 1.5rem;
  border: 0;
  cursor: pointer;
  padding: 0.75rem 2.25rem;
  border-radius: 999px;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: #b4b0ac;
  color: #3b3a39;
}

.we-submit:hover {
  opacity: 0.85;
}

.we-submit:disabled {
  opacity: 0.5;
  cursor: wait;
}

.we-thanks {
  text-align: center;
  padding: 1.5rem 0;
}

.we-thanks p {
  font-family: "Portrait", "freight-display-pro", Georgia, serif;
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 1.25rem;
}

.we-again {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid #3b3a39;
  padding-bottom: 4px;
}

@media (max-width: 640px) {
  .we-grid {
    grid-template-columns: 1fr;
  }
}

.pac-container {
  z-index: 10000;
  font-family: "Untitled", "freight-sans-pro", Arial, sans-serif;
  font-size: 0.875rem;
}
