/* Tripyana booking-page tweaks (Claude). Loaded only on 1418 / 21145.
   Bump filename + version in tripyana-booking-page-tweaks.php on edit. */

/* CHBS summary-step edit pill: dead-center the label inside the 44px tap
   target. The plugin's base rule (display:inline-block) can win the cascade
   against snippet 26729's inline-flex, leaving the label top-aligned. */
[class*="chbs-booking-form-id"] .chbs-summary .chbs-summary-header > a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
	padding: 0 16px !important;
	box-sizing: border-box !important;
	float: right;
}
.rtl [class*="chbs-booking-form-id"] .chbs-summary .chbs-summary-header > a {
	float: left;
}
