.pth-kibe-form-wrap {
	max-width: 640px;
	margin: 1em 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 0.9rem;
}

.pth-kibe-form .pth-kibe-row {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	margin-bottom: 0.9em;
}

.pth-kibe-form .pth-kibe-row > label {
	flex: 1 1 220px;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 0.85rem;
}

.pth-kibe-form input[type="text"],
.pth-kibe-form input[type="email"],
.pth-kibe-form input[type="tel"],
.pth-kibe-form select,
.pth-kibe-form textarea {
	margin-top: 0.3em;
	padding: 0.5em 0.65em;
	border: 1px solid #c9c9c9;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: normal;
	font-family: inherit;
	background: #fff;
	color: #222;
	width: 100%;
	box-sizing: border-box;
}

.pth-kibe-form input:focus,
.pth-kibe-form select:focus,
.pth-kibe-form textarea:focus {
	outline: 2px solid #ffff00;
	outline-offset: 1px;
	border-color: #ffff00;
}

.pth-kibe-group {
	border: 1px solid #d8dde5 !important;
	border-radius: 8px !important;
	padding: 0.9em 1.1em 1em !important;
	margin: 1em 0 !important;
	background: #eef1f5 !important;
}

.pth-kibe-group__title {
	font-weight: 600 !important;
	font-size: 0.85rem !important;
	color: #222 !important;
	margin: 0 0 0.7em !important;
	padding: 0 !important;
	display: block !important;
}

.pth-kibe-kind {
	display: flex !important;
	align-items: end !important;
	gap: 0.5em !important;
	background: #ffffff !important;
	border: 1px solid #c9d0db !important;
	border-radius: 6px !important;
	padding: 0.6em 0.8em !important;
	margin-bottom: 0.5em !important;
}

.pth-kibe-kind > label {
	flex: 1 1 auto;
	display: flex !important;
	flex-direction: column !important;
	font-weight: 600;
	font-size: 0.85rem;
	color: #222 !important;
}

.pth-kibe-kind select {
	background: #fff !important;
	color: #222 !important;
}

.pth-kibe-remove {
	flex: 0 0 auto;
	width: 34px;
	height: 34px;
	border: 1px solid #d99;
	background: #fff;
	color: #c33;
	border-radius: 6px;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1;
}

.pth-kibe-remove:hover {
	background: #fee;
}

.pth-kibe-kind:only-child .pth-kibe-remove {
	visibility: hidden;
}

.pth-kibe-add {
	background: #131111 !important;
	border: 1px solid #131111 !important;
	border-radius: 6px !important;
	padding: 0.5em 1em !important;
	cursor: pointer;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	font-family: inherit !important;
	transition: all 0.2s ease;
}

.pth-kibe-add:hover {
	background: #2a2626 !important;
	border-color: #2a2626 !important;
	color: #ffffff !important;
}

.pth-kibe-bemerkung {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 1em;
}

.pth-kibe-submit {
	background: #131111 !important;
	color: #ffffff !important;
	border: 1px solid #131111 !important;
	border-radius: 6px !important;
	padding: 0.7em 2em !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	font-family: inherit !important;
	cursor: pointer;
	transition: all 0.2s ease;
}

.pth-kibe-submit:hover {
	background: #2a2626 !important;
	border-color: #2a2626 !important;
	color: #ffffff !important;
}

.pth-kibe-submit:disabled {
	opacity: 0.6;
	cursor: wait;
}

.pth-kibe-message {
	margin-top: 1em;
	padding: 0.85em 1em;
	border-radius: 6px;
	font-size: 0.9rem;
	display: none;
}

.pth-kibe-message.is-success {
	display: block;
	background: #e6f4ea;
	color: #1e6f3b;
	border: 1px solid #a8d9b5;
}

.pth-kibe-message.is-error {
	display: block;
	background: #fdecea;
	color: #a32624;
	border: 1px solid #f1b6b3;
}

.pth-kibe-info {
	padding: 1em;
	border-radius: 6px;
	background: #fff8e1;
	border: 1px solid #f0d987;
	font-size: 0.9rem;
}

.pth-kibe-info--closed {
	background: #f3f3f3;
	border-color: #ddd;
}

.grecaptcha-badge { visibility: hidden; }
