.icct-ticket-box {
	border: 1px solid #ddd;
	padding: 20px;
	margin: 20px 0;
	border-radius: 6px;
}

.icct-ticket-box .icct-heading {
	margin-top: 0;
}

.icct-row {
	display: grid;
	grid-template-columns: 1fr 140px;
	gap: 15px;
	align-items: center;
	margin-bottom: 12px;
}

.icct-row .icct-desc {
	display: block;
	font-size: 0.85em;
	opacity: 0.7;
}

.icct-row input[type="number"],
.icct-row input[type="text"],
.icct-row select {
	width: 100%;
}

.icct-total {
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.1em;
}

.icct-soldout {
	margin-top: 8px;
	color: #b32d2e;
	font-weight: 600;
}

/* Greyed-out unavailable days in the datepicker */
.ui-datepicker td.icct-closed span,
.ui-datepicker td.icct-soldout-day span {
	opacity: 0.4;
	text-decoration: line-through;
}
