.autoglot-installer {
	display: inline-block;
	max-width: 100%;
	margin: 1rem 0;
}

.autoglot-installer__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: stretch;
}

.autoglot-installer__fields {
	display: flex;
	flex: 1 1 16rem;
	flex-wrap: wrap;
	align-items: stretch;
	min-width: 0;
	gap: 0.25rem;
}

.autoglot-installer__separator {
	display: flex;
	align-items: center;
	color: #50575e;
	font-size: 1rem;
	line-height: 1.4;
	user-select: none;
}

.autoglot-installer__input {
	min-width: 0;
	padding: 0.5rem 0.75rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	font-size: 1rem;
	line-height: 1.4;
}

.autoglot-installer__input--site {
	flex: 2 1 10rem;
}

.autoglot-installer__input--admin {
	flex: 1 1 6rem;
	max-width: 8rem;
}

.autoglot-installer__button {
	padding: 0.5rem 1rem;
	border: none;
	border-radius: 4px;
	background: var(--color-primary);
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	cursor: pointer;
	white-space: nowrap;
}

.autoglot-installer__button:hover,
.autoglot-installer__button:focus {
	background: var(--color-primary-hover);
}

.autoglot-installer__error {
	margin-top: 0.5rem;
	padding: 0.5rem 0.75rem;
	border-radius: 4px;
	background: #fcf0f1;
	color: #b32d2e;
	font-size: 0.9rem;
	line-height: 1.4;
}

.autoglot-installer__error[hidden] {
	display: none;
}
