input[type="radio"] {
	display: inline;
	width: auto;
}

input[type="submit"] {
	border-radius: 3px;
	cursor: pointer;
}

label {
	width: 90px;
	display: inline-block;
}

.label-auto-width {
	width: auto;
}

.template-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 10px 0 22px;
}

.template-option {
	width: 170px;
	border: 1px solid #d3dbe0;
	background: #f8fbfd;
	border-radius: 4px;
	padding: 8px;
}

.template-option a {
	display: block;
	margin-bottom: 8px;
	line-height: 0;
}

.template-option img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}

.template-option .template-choice {
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.template-option .template-choice label {
	width: auto;
	display: inline;
	margin: 0;
	line-height: 1.3;
}
