[hidden] {
	display: none !important;
}

.pur-ui-wrapper {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin: 2rem 0;
	flex-wrap: wrap;
}

.ui-login-form.pur-ui-wrapper {
	flex-direction: column;
	align-items: center;
}

.ui-login-form form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	min-width: 280px;
}

.ui-signup-form.pur-ui-wrapper {
	flex-direction: column;
	align-items: center;
}

.ui-signup-form form {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.5rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	min-width: 280px;
}

.pur-ui-scroll {
	max-width: 100%;
	overflow-x: auto;
}

table {
	width: 100%;
	table-layout: fixed;
}

th, td {
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

th, td {
	white-space: normal;
	word-break: break-word;
}

td input,
td select {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}


hr {
	border: none;
	height: 1px;
	background: #e0e0e0;
	margin: 2rem 0;
}

button:disabled,
button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

button:disabled:hover,
button:disabled:active,
button:disabled:focus {
	background: inherit;
	box-shadow: none;
	transform: none;
}
