/* Listeo Booking Plus — frontend submit listing form. */

.lbp-tt-wrap .lbp-tt-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}
.lbp-tt-wrap .lbp-tt-table th,
.lbp-tt-wrap .lbp-tt-table td {
	padding: 6px 8px;
	vertical-align: middle;
	
	font-size: 13px;
}
.lbp-tt-wrap .lbp-tt-table input[type="text"],
.lbp-tt-wrap .lbp-tt-table input[type="number"] {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 6px 8px;
	box-sizing: border-box;
}
.lbp-tt-wrap .lbp-tt-remove {
	background: #ff00001c;
	border: 0px;
	font-size: 24px;
	border-radius: 4px;
	width: 28px;
	height: 28px;
	line-height: 1;
	cursor: pointer;
	color: #b94a48;
}
.lbp-tt-wrap .lbp-tt-remove:hover {
	background: #fdecea;
}
.lbp-tt-wrap .lbp-tt-add {
	margin-top: 4px;
}

/* Recurrence frontend */
.lbp-recurrence-frontend label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}
.lbp-recurrence-frontend .lbp-byday {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}
.lbp-recurrence-frontend .lbp-day {
	font-weight: 400;
	margin: 0;
}
.lbp-recurrence-frontend .row {
	margin-bottom: 16px;
}

/* Excluded dates chip UI */
.lbp-exdates-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 8px;
	min-height: 4px;
}
.lbp-exdate-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #eef1f5;
	border-radius: 16px;
	padding: 4px 10px;
	font-size: 13px;
	line-height: 1.4;
}
.lbp-exdate-chip .lbp-exdate-remove {
	background: none;
	border: 0;
	cursor: pointer;
	color: #b94a48;
	font-size: 16px;
	line-height: 1;
	padding: 0;
}
.lbp-exdates-controls {
	display: flex;
	gap: 8px;
	align-items: stretch;
	max-width: 420px;
}
.lbp-exdates-controls .lbp-exdate-picker {
	flex: 1;
	margin: 0 !important;
}
.lbp-exdates-controls .lbp-exdate-add {
	margin: 0 !important;
	white-space: nowrap;
}

/* Mobile: stack the ticket types table */
@media ( max-width: 768px ) {
	.lbp-tt-wrap .lbp-tt-table,
	.lbp-tt-wrap .lbp-tt-table thead,
	.lbp-tt-wrap .lbp-tt-table tbody,
	.lbp-tt-wrap .lbp-tt-table tr,
	.lbp-tt-wrap .lbp-tt-table td {
		display: block;
		width: 100%;
	}
	.lbp-tt-wrap .lbp-tt-table thead { display: none; }
	.lbp-tt-wrap .lbp-tt-table tr {
		border: 1px solid #eef0f3;
		border-radius: 6px;
		margin-bottom: 10px;
		padding: 8px;
	}
	.lbp-tt-wrap .lbp-tt-table td {
		border: 0;
		padding: 4px 0;
	}
	.lbp-tt-wrap .lbp-tt-table td::before {
		content: attr( data-label ) ": ";
		font-weight: 600;
		display: inline-block;
		width: 110px;
	}
}

.label-lbp_ticket_types { display: none;}

/* `.fm-input.pricing-lbp-duration` and `.fm-input.pricing-lbp-individual`
 * now live inside the dedicated `.lbp-pricing-extras-row` second-row
 * wrapper styled in `lbp-service-constraints.css`. */