/* Nav Menus */

.aleno-booking-link-item-wrap {
	display: block;
	clear: both;
}

#aleno-booking-link-wrap {
	label {
		float: left;
		margin-top: 6px;
	}

	input[type="text"] {
		width: 180px;
		float: right;
	}
}

/* Onboarding */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	background: #f1f1f1 !important;
	color: #444 !important;
}

#wpwrap .onboarding {
	background: transparent;

	.container {
		background: transparent;
	}

	.ui.grid {
		margin: 0;
	}

	.ui.button {
		height: auto;
	}

	.ui.setup-button {
		height: 40px;
	}

	div.error {
		border: none;
		box-shadow: none;
		margin: 0;
		padding: 0;
	}

	p {
		font-size: inherit;
	}

	input[type="number"] {
		height: auto;
	}
}

#wpwrap .onboarding-grid {
	width: 100% !important;

	> .eleven.wide.column {
		width: 100% !important;
	}
}

/* Dashboard */

.aleno-dashboard {
	text-align: center;
	margin-top: 4em;
	padding: 6em 2em;
	max-width: none;
}

.aleno-dashboard-header {
	margin-bottom: 2em;
}

.aleno-dashboard-launch {
	margin-bottom: 4em;
}

.aleno-dashboard-launch-intro {
	font-size: 1.4em;
}

.aleno-dashboard-launch .spinner {
	float: none;
	height: 2em;
	font-size: 1.2em;
	margin: 8px 0 0 -30px;
}

.button-primary.aleno-dashboard-launch-button {
	font-size: 1.2em;
	height: 2em;
	line-height: 1.9;
}

/* Help Page */

.aleno-help-page {
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;

	.card {
		max-width: 100%;
	}

	.pre {
		padding: 7px;
		overflow: auto;
		background: #f1f1f1;
	}
}

@media (min-width: 1024px) {
	.aleno-help-page .card {
		flex: 0 0 40%;
	}
}

@media (min-width: 1200px) {
	.aleno-help-page .card {
		flex: 0 0 45%;
	}
}
