.wet-ticket-panel {
	margin: 1.5em 0;
}

.wet-ticket-panel-message {
	padding: 10px 14px;
	margin-bottom: 12px;
	border-radius: 4px;
	background: #eef7ee;
	color: #1e5c2e;
}

.wet-ticket-panel-message.wet-error {
	background: #fdecea;
	color: #a02622;
}

.wet-ticket-list {
	width: 100%;
	border-collapse: collapse;
}

.wet-ticket-row {
	border-bottom: 1px solid #e5e5e5;
}

.wet-ticket-row td {
	padding: 14px 8px;
	vertical-align: middle;
}

.wet-ticket-info {
	display: flex;
	flex-direction: column;
}

.wet-ticket-name {
	font-weight: 600;
}

.wet-ticket-description {
	font-size: 0.85em;
	color: #666;
	margin-top: 2px;
}

.wet-ticket-meta {
	font-size: 0.8em;
	color: #888;
	margin-top: 4px;
}

.wet-ticket-price {
	white-space: nowrap;
	text-align: right;
	font-weight: 600;
}

.wet-ticket-qty {
	text-align: right;
	white-space: nowrap;
}

.wet-qty-stepper {
	display: inline-flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: hidden;
}

.wet-qty-stepper button {
	background: #f5f5f5;
	border: none;
	width: 30px;
	height: 32px;
	font-size: 16px;
	cursor: pointer;
}

.wet-qty-stepper button:hover {
	background: #e8e8e8;
}

.wet-qty-input {
	width: 40px;
	border: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	height: 32px;
	-moz-appearance: textfield;
}

.wet-ticket-status-label {
	font-size: 0.8em;
	color: #999;
	font-style: italic;
}

.wet-status-ended .wet-ticket-name,
.wet-status-sold_out .wet-ticket-name,
.wet-status-disabled .wet-ticket-name {
	color: #999;
}

.wet-ticket-panel-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
	gap: 16px;
}

.wet-ticket-total {
	font-size: 1.05em;
}

.wet-ticket-total-amount {
	font-weight: 700;
}

.wet-order-button.wet-loading {
	opacity: 0.7;
	pointer-events: none;
}

.wet-no-tickets-available {
	color: #888;
	font-style: italic;
}

.wet-price-sold-out {
	color: #999;
	font-style: italic;
}
