/* The access code field on the event page. Deliberately quiet: most buyers
 * do not have a code and should not be distracted by the field. */

.wcetp-code {
	margin: 14px 0 0;
	font-size: 0.95em;
}

.wcetp-code-summary {
	cursor: pointer;
	color: currentColor;
	opacity: 0.75;
}

.wcetp-code-summary:hover {
	opacity: 1;
}

.wcetp-code-body {
	padding: 10px 0 0;
}

.wcetp-code-row {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.wcetp-code-input {
	flex: 1 1 180px;
	min-width: 0;
	text-transform: uppercase;
}

.wcetp-code-feedback {
	margin: 8px 0 0;
	min-height: 1.2em;
}

.wcetp-code-feedback.is-ok {
	color: #1a7f37;
}

.wcetp-code-feedback.is-error {
	color: #b32d2e;
}
