.zshirt-form-notice {
	padding: 0.85em 1.1em;
	margin-bottom: 1.2em;
	border-radius: 6px;
	font-size: 0.95em;
}

.zshirt-form-notice--success {
	background: #e6f6ec;
	color: #14532d;
	border: 1px solid #86d5a4;
}

.zshirt-form-notice--error {
	background: #fdecec;
	color: #7a1717;
	border: 1px solid #f2a3a3;
}

.zshirt-form p {
	margin: 0 0 1em;
}

.zshirt-form input[type="text"],
.zshirt-form input[type="email"],
.zshirt-form select,
.zshirt-form textarea {
	width: 100%;
	max-width: 480px;
	padding: 0.55em 0.7em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font: inherit;
}

.zshirt-form button {
	padding: 0.7em 1.6em;
	border: 0;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.zshirt-form button:hover {
	background: #333;
}
