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

.contact-form select,
.kld-kontakt-form__select {
  width: 100%;
  border: 1px solid var(--color-border);
  background-color: var(--color-bg-main);
  color: var(--color-text-main);
  font: inherit;
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--color-text-muted) 50%),
    linear-gradient(135deg, var(--color-text-muted) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 15px) calc(50% + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.contact-form select {
  border-radius: 14px;
  padding: 14px 40px 14px 16px;
}
.kld-kontakt-form__select {
  border-radius: 10px;
  padding: 12px 40px 12px 14px;
  background-color: var(--color-surface);
}
.kld-kontakt-form__select:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--color-brand-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-brand-primary) 18%, transparent);
}

.kld-consent-field {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 4px;
  color: var(--color-text-muted);
  font-weight: 500;
  line-height: 1.45;
  cursor: pointer;
}
.kld-consent-field input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--color-brand-primary);
  cursor: pointer;
}
.kld-consent-field a {
  color: var(--color-brand-primary);
  text-decoration: underline;
}
.kld-consent-field span {
  min-width: 0;
}

.kld-field-error {
  display: block;
  margin-top: 4px;
  color: var(--color-brand-primary);
  font-size: 0.78rem;
  font-weight: 600;
}
.kld-invalid,
.contact-form .kld-invalid,
.kld-kontakt-form .kld-invalid {
  border-color: var(--color-brand-primary);
}

.kld-form-status {
  margin: 12px 0 0;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.92rem;
  line-height: 1.5;
}
.kld-form-status[hidden] {
  display: none;
}
.kld-form-status--ok {
  background: var(--color-brand-accent-soft);
  color: var(--color-brand-secondary);
}
.kld-form-status--error {
  background: var(--color-brand-primary-soft);
  color: var(--color-brand-secondary);
}
.kld-form-status a {
  color: var(--color-brand-primary);
  font-weight: 700;
}
.kld-form-status strong {
  display: block;
  margin-bottom: 2px;
}

.kld-sending {
  opacity: 0.6;
  pointer-events: none;
}

.kld-consent-field input[type="checkbox"]{
  flex:0 0 18px;
  min-width:18px;max-width:18px;
  min-height:18px;max-height:18px;
  align-self:flex-start;
}

.kld-kontakt-form__hint {
  margin: 2px 0 0;
  color: var(--color-text-muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

