.kos-popup #popup-body {
	display: flex;
	flex-direction: column;
	gap: 1em;
	min-width: 320px;
}

.kos-popup .kos-field {
	display: grid;
	grid-template-columns: 30% 1fr;
	align-items: center;
	gap: 1em;
}

.kos-popup .kos-field-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.4em;
}

.kos-popup .zeero-select {
	--select-width: 100%;
}

.kos-popup .zeero-textarea {
	width: 100%;
	box-sizing: border-box;
}
