.badppd-product {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(72px, 96px) 1fr;
	align-items: start;
}

.badppd-product__media {
	line-height: 0;
}

.badppd-product__image,
.badppd-product__acf-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.badppd-product__content > *:first-child {
	margin-top: 0;
}

.badppd-product__content > *:last-child {
	margin-bottom: 0;
}

.badppd-product__title {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.25;
}

.badppd-product__price {
	margin-bottom: 8px;
	font-weight: 600;
}

.badppd-product__credits {
	margin-bottom: 8px;
	font-weight: 600;
}

.badppd-product__credits .bookacti-credits {
	display: inline-flex;
	align-items: baseline;
	gap: 0.25rem;
}

.badppd-product__summary > :first-child {
	margin-top: 0;
}

.badppd-product__summary > :last-child {
	margin-bottom: 0;
}

.badppd-product__fields {
	display: grid;
	gap: 8px;
	margin-top: 10px;
}

.badppd-product__field {
	display: grid;
	gap: 2px;
}

.badppd-product__field-label {
	font-size: 0.875rem;
	font-weight: 600;
}

.badppd-product__field-value > :first-child {
	margin-top: 0;
}

.badppd-product__field-value > :last-child {
	margin-bottom: 0;
}

.badppd-product__actions {
	margin-top: 12px;
}

.badppd-product__actions .badp-tooltip-submit-button {
	min-width: 140px;
}

.badppd-booking-system-container--selection-suppressed > .bookacti-picked-events {
	display: none !important;
}

.badppd-dialog.ui-dialog {
	--badppd-popup-top: #f6f6f0;
	--badppd-popup-cream: #fffde2;
	--badppd-popup-text: #474040;
	--badppd-popup-muted: rgba(71, 64, 64, 0.8);
	--badppd-popup-soft: rgba(71, 64, 64, 0.06);
	--badppd-popup-line: rgba(71, 64, 64, 0.7);
	--badppd-popup-online-bg: #e3fde2;
	--badppd-popup-online-text: #0e840a;
	--badppd-popup-physical-bg: #fff0bf;
	--badppd-popup-physical-text: #e76c1f;
	--badppd-popup-retreat-bg: #e8eeff;
	--badppd-popup-retreat-text: #1f58e7;
	--badppd-popup-focus: rgba(14, 132, 10, 0.28);

	width: calc(100vw - 32px) !important;
	max-width: calc(100vw - 32px);
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
	color: var(--badppd-popup-text);
	font-family: "Open Sans", Arial, sans-serif;
	overflow: hidden;
}

.badppd-dialog-overlay.ui-widget-overlay {
	background: rgba(71, 64, 64, 0.2);
	opacity: 1;
}

.badppd-dialog *,
.badppd-dialog *::before,
.badppd-dialog *::after {
	box-sizing: border-box;
}

.badppd-dialog.ui-dialog:focus,
.badppd-dialog .ui-dialog-content:focus {
	outline: none !important;
}

.badppd-dialog button:focus,
.badppd-dialog a:focus,
.badppd-dialog input:focus,
.badppd-dialog select:focus,
.badppd-dialog textarea:focus,
.badppd-dialog [tabindex]:not([tabindex="-1"]):focus {
	outline: none;
}

.badppd-dialog button:focus-visible,
.badppd-dialog input:focus-visible,
.badppd-dialog select:focus-visible,
.badppd-dialog textarea:focus-visible,
.badppd-dialog [tabindex]:not([tabindex="-1"]):focus-visible {
	box-shadow: 0 0 0 3px var(--badppd-popup-focus);
}

.badppd-dialog a:focus-visible {
	box-shadow: none;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.badppd-dialog.ui-widget,
.badppd-dialog.ui-widget input,
.badppd-dialog.ui-widget select,
.badppd-dialog.ui-widget textarea,
.badppd-dialog.ui-widget button {
	font-family: "Open Sans", Arial, sans-serif;
	color: var(--badppd-popup-text);
}

.badppd-dialog .ui-dialog-titlebar {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	height: 58px;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	pointer-events: none;
}

.badppd-dialog .ui-dialog-title {
	display: none;
}

.badppd-dialog__share-button {
	position: absolute;
	top: 20px;
	right: 51px;
	padding: 0 0 2px;
	border-bottom: 1px solid currentcolor;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	background: transparent;
	color: rgba(71, 64, 64, 0.8);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.1;
	cursor: pointer;
	pointer-events: auto;
}

.badppd-dialog__share-button:focus-visible {
	color: var(--badppd-popup-text);
}

.badppd-dialog__share-button:focus-visible {
	border-radius: 3px;
	box-shadow: 0 0 0 3px var(--badppd-popup-focus);
}

.badppd-dialog .ui-dialog-titlebar-close,
.badppd-dialog.ui-dialog .ui-dialog-titlebar-close.ui-button {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	display: block !important;
	width: 18px;
	min-width: 0;
	height: 18px;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: var(--badppd-popup-text);
	opacity: 1 !important;
	font-size: 0;
	line-height: 0;
	text-indent: 0;
	cursor: pointer;
	appearance: none;
	pointer-events: auto;
}

.badppd-dialog .ui-dialog-titlebar-close .ui-icon,
.badppd-dialog .ui-dialog-titlebar-close .ui-button-icon-space {
	display: none;
}

.badppd-dialog .ui-dialog-titlebar-close::before,
.badppd-dialog .ui-dialog-titlebar-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 1.2px;
	border-radius: 999px;
	background: currentcolor;
	transform: translate(-50%, -50%) rotate(45deg);
}

.badppd-dialog .ui-dialog-titlebar-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.badppd-dialog .ui-dialog-titlebar-close:focus-visible,
.badppd-dialog.ui-dialog .ui-dialog-titlebar-close.ui-button:focus-visible {
	color: rgba(71, 64, 64, 0.7);
}

.badppd-dialog .ui-dialog-titlebar-close:focus-visible,
.badppd-dialog.ui-dialog .ui-dialog-titlebar-close.ui-button:focus-visible {
	border-radius: 999px;
	box-shadow: 0 0 0 4px var(--badppd-popup-focus);
}

.badppd-dialog .ui-dialog-content {
	max-height: calc(100vh - 16px);
	padding: 0;
	border-radius: 18px;
	background: #fff;
	color: var(--badppd-popup-text);
	overflow-x: hidden;
	overflow-y: auto;
}

.badppd-dialog__content {
	overflow: visible;
}

.badppd-dialog__inner {
	display: grid;
	gap: 0;
}

.badppd-dialog__details,
.badppd-dialog__action-area {
	min-width: 0;
}

.badppd-dialog__details > :first-child,
.badppd-dialog__action-area > :first-child {
	margin-top: 0;
}

.badppd-dialog__details > :last-child,
.badppd-dialog__action-area > :last-child {
	margin-bottom: 0;
}

.badppd-dialog__action-area {
	padding: 20px 10px 25px;
	border: 0;
	background: #fff;
}

.badppd-dialog__notices {
	display: none;
	width: 100%;
	margin: 0 0 14px;
	color: var(--badppd-popup-text);
	font-size: 12px;
	line-height: 1.4;
}

.badppd-dialog__notices ul {
	margin: 0;
	padding: 14px;
	border: 0.5px solid var(--badppd-popup-line);
	border-radius: 14px;
	background: rgba(255, 253, 226, 0.5);
	list-style: none;
}

.badppd-dialog__notices li {
	margin: 0;
}

.badppd-dialog__notices .bookacti-success-list,
.badppd-dialog__notices .woocommerce-message {
	border-color: var(--badppd-popup-line);
	background: rgba(255, 253, 226, 0.5);
	color: var(--badppd-popup-text);
}

.badppd-dialog__notices .bookacti-error-list,
.badppd-dialog__notices .woocommerce-error {
	border-color: rgba(231, 108, 31, 0.45);
	background: rgba(255, 240, 191, 0.55);
	color: var(--badppd-popup-text);
}

.badppd-dialog__notices .bookacti-success-list.woocommerce {
	display: grid;
	gap: 10px;
}

.badppd-dialog__notices .bookacti-success-list.woocommerce li,
.badppd-dialog__notices .woocommerce-message {
	color: var(--badppd-popup-text);
	font-size: 12px;
	line-height: 1.45;
}

.badppd-dialog__notices .bookacti-success-list.woocommerce br {
	display: block;
	margin-top: 6px;
}

.badppd-dialog__notices .bookacti-success-list.woocommerce a.button {
	float: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-height: 34px;
	margin: 10px 0 20px;
	padding: 8px 14px;
	border: 1px solid var(--badppd-popup-text);
	border-radius: 6px;
	background: var(--badppd-popup-text);
	color: var(--badppd-popup-cream) !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.badppd-dialog__direct-booking .badp-tooltip-submit-button {
	min-width: 140px;
}

.badppd-dialog__booking-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: stretch;
	width: 100%;
	padding: 20px 15px 15px;
	border: 0.5px solid var(--badppd-popup-line);
	border-radius: 20px;
	background: rgba(255, 253, 226, 0.5);
}

.badppd-dialog__booking-summary,
.badppd-dialog__booking-controls {
	display: flex;
	align-items: center;
	min-width: 0;
}

.badppd-dialog__booking-summary {
	flex-wrap: wrap;
	gap: 12px;
}

.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-summary {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	column-gap: 12px;
	row-gap: 20px;
	align-items: center;
}

.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-controls {
	display: contents;
}

.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-total-label,
.badppd-dialog__booking-card--has-stock .badppd-dialog__quantity-stepper,
.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-price {
	grid-row: 2;
}

.badppd-dialog__booking-card--has-stock .badppd-dialog__quantity-stepper {
	justify-self: center;
}

.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-stock {
	grid-row: 1;
	grid-column: 1 / -1;
	justify-self: center;
}

.badppd-dialog__booking-card--price-categories .badppd-dialog__booking-summary {
	display: none;
}

.badppd-dialog__booking-total-label {
	color: var(--badppd-popup-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
}

.badppd-dialog__booking-controls {
	gap: 10px;
}

.badppd-dialog__quantity-stepper {
	display: flex;
	align-items: center;
}

.badppd-dialog__quantity-step,
.badppd-dialog__quantity-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: var(--badppd-popup-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.badppd-dialog__quantity-step {
	min-width: 24px;
	min-height: 24px;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: var(--badppd-popup-soft);
	cursor: pointer;
}

.badppd-dialog__quantity-step:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.badppd-dialog__booking-stock {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 107px;
	min-height: 24px;
	padding: 2px 8px;
	border-radius: 4px;
	background: #ee6969;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
}

.badppd-dialog__booking-price {
	margin-left: auto;
	color: var(--badppd-popup-text);
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.badppd-dialog__booking-price .bookacti-price-container {
	display: block;
}

.badppd-dialog__booking-price .bookacti-price-container,
.badppd-dialog__booking-price .bookacti-price,
.badppd-dialog__booking-price .bookacti-price-amount,
.badppd-dialog__booking-price .bookacti-price-currency-symbol,
.badppd-dialog__booking-price .woocommerce-Price-amount,
.badppd-dialog__booking-price .woocommerce-Price-currencySymbol {
	color: inherit;
	font: inherit;
	line-height: inherit;
}

.badppd-dialog__booking-button,
.badppd-dialog__booking-button .badppd-dialog__direct-booking {
	display: grid;
	width: 100%;
}

.badppd-dialog .badppd-dialog__booking-button .badp-tooltip-submit-button {
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}

.badppd-dialog .bacb-booking-pass-balance {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: stretch;
	width: 100%;
	padding: 15px 15px 10px;
	border: 1px solid var(--badppd-popup-line);
	border-radius: 10px;
	background: rgba(255, 253, 226, 0.5);
}

.badppd-dialog .bacb-booking-pass-balance__summary {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
	min-width: 0;
}

.badppd-dialog .bacb-booking-pass-balance__label {
	min-width: 0;
	color: var(--badppd-popup-text);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.badppd-dialog .bacb-booking-pass-balance__value {
	flex: 0 0 auto;
	color: var(--badppd-popup-text);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.badppd-dialog .bacb-booking-pass-balance__actions {
	display: grid;
	gap: 0;
	width: 100%;
}

.badppd-dialog .bacb-booking-pass-balance .badp-tooltip-submit-button {
	width: 100%;
	min-height: 50px;
	min-width: 0;
	padding: 10px 30px;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}

.badppd-dialog .badppd-dialog__action-area--loading {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 82px;
}

.badppd-dialog .badppd-dialog__shared-loader.mega-nav__bar-cta-loader.loader {
	position: static;
	display: flex;
	justify-content: space-evenly;
	width: 26px;
	margin: 0;
	padding: 0;
	transform: none;
	cursor: wait;
	pointer-events: none;
	--mega-nav-cta-loader-color: var(--badppd-popup-text);
}

.badppd-dialog--resolving-offer .ui-dialog-buttonpane,
.badppd-dialog--resolving-offer .badp-tooltip-submit-button,
.badppd-dialog__content--resolving-offer .badppd-product__actions {
	display: none !important;
}

.badppd-dialog--has-purchase-offer .ui-dialog-buttonpane,
.badppd-dialog--has-purchase-offer .badp-tooltip-submit-button,
.badppd-dialog__content--has-purchase-offer .badppd-product__actions {
	display: none !important;
}

.badppd-dialog .badppd-product {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: start;
	min-height: 0;
	padding: 45px 15px 0;
	background: linear-gradient(var(--badppd-popup-top) 0 256px, #fff 256px 100%);
	color: var(--badppd-popup-text);
}

.badppd-dialog .badppd-product__event-meta {
	grid-column: 1;
	order: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 265px;
	max-width: 100%;
	margin-bottom: 28px;
}

.badppd-dialog .badppd-product__event-type {
	--badppd-event-type-bg: var(--badppd-popup-online-bg);
	--badppd-event-type-icon: url("../icons/activity/online.svg");
	--badppd-event-type-text: var(--badppd-popup-online-text);

	display: flex;
	gap: 6px;
	align-items: center;
	width: max-content;
	max-width: 100%;
	color: var(--badppd-event-type-text);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.badppd-dialog .badppd-product__event-type-icon {
	display: inline-grid;
	flex: 0 0 26px;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 6.5px;
	background: var(--badppd-event-type-bg);
}

.badppd-dialog .badppd-product__event-type-icon::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: var(--badppd-event-type-text);
	-webkit-mask: var(--badppd-event-type-icon) center / contain no-repeat;
	mask: var(--badppd-event-type-icon) center / contain no-repeat;
}

.badppd-dialog .badppd-product__event-type--in_person {
	--badppd-event-type-bg: var(--badppd-popup-physical-bg);
	--badppd-event-type-icon: url("../icons/activity/in-person.svg");
	--badppd-event-type-text: var(--badppd-popup-physical-text);
}

.badppd-dialog .badppd-product__event-type--retreat {
	--badppd-event-type-bg: var(--badppd-popup-retreat-bg);
	--badppd-event-type-icon: url("../icons/activity/retreat.svg");
	--badppd-event-type-text: var(--badppd-popup-retreat-text);
}

.badppd-dialog .badppd-product__schedule,
.badppd-dialog .badppd-product__schedule-item {
	display: flex;
	align-items: center;
}

.badppd-dialog .badppd-product__schedule {
	gap: 20px;
}

.badppd-dialog .badppd-product__schedule[hidden],
.badppd-dialog .badppd-product__schedule-item[hidden] {
	display: none !important;
}

.badppd-dialog .badppd-product__schedule-item {
	gap: 4px;
	min-width: 0;
	padding: 0;
	color: var(--badppd-popup-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	white-space: nowrap;
}

.badppd-dialog .badppd-product__schedule-item--date {
	padding-right: 0;
}

.badppd-dialog .badppd-product__schedule-icon {
	display: inline-block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background: var(--badppd-popup-text);
}

.badppd-dialog .badppd-product__schedule-item--date .badppd-product__schedule-icon {
	flex-basis: 16px;
	width: 16px;
	height: 16px;
	-webkit-mask: url("../icons/activity/calendar.svg") center / contain no-repeat;
	mask: url("../icons/activity/calendar.svg") center / contain no-repeat;
}

.badppd-dialog .badppd-product__schedule-item--time .badppd-product__schedule-icon {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 14.15A6.15 6.15 0 1 0 8 1.85a6.15 6.15 0 0 0 0 12.3Z' stroke='black' stroke-width='1.2'/%3E%3Cpath d='M8 4.75v3.55l2.25 1.35' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 14.15A6.15 6.15 0 1 0 8 1.85a6.15 6.15 0 0 0 0 12.3Z' stroke='black' stroke-width='1.2'/%3E%3Cpath d='M8 4.75v3.55l2.25 1.35' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.badppd-dialog .badppd-product__content {
	display: contents;
}

.badppd-dialog .badppd-product__media {
	grid-column: 1;
	order: 4;
	position: relative;
	width: calc(100% + 10px);
	height: 156px;
	margin-top: 25px;
	margin-left: -5px;
	line-height: 0;
}

.badppd-dialog .badppd-product__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.badppd-dialog .badppd-product__image,
.badppd-dialog .badppd-product__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 18.261px;
}

.badppd-dialog .badppd-product__title {
	grid-column: 1;
	order: 2;
	margin: 0 0 8px;
	color: var(--badppd-popup-text);
	font-family: "Newsreader", Georgia, serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
}

.badppd-dialog .badppd-product__price,
.badppd-dialog .badppd-product__credits {
	display: none;
}

.badppd-dialog .badppd-product__fields {
	grid-column: 1;
	order: 3;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.badppd-dialog .badppd-product__field {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: 29px;
	padding: 6px 10px;
	border-radius: 8px;
	background: #fff;
	color: var(--badppd-popup-text);
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
}

.badppd-dialog .badppd-product__field-label {
	margin-right: 4px;
	color: var(--badppd-popup-text);
	font-size: inherit;
	font-weight: 600;
	line-height: inherit;
}

.badppd-dialog .badppd-product__field-label::after {
	content: " :";
}

.badppd-dialog .badppd-product__field-value {
	min-width: 0;
	color: var(--badppd-popup-text);
	font-size: inherit;
	font-weight: 400;
	line-height: inherit;
}

.badppd-dialog .badppd-product__field-value > * {
	margin: 0;
}

.badppd-dialog .badppd-product__location,
.badppd-dialog .badppd-product__summary,
.badppd-dialog .badppd-product__teacher {
	grid-column: 1 / -1;
	width: calc(100% + 10px);
	margin-left: -5px;
}

.badppd-dialog .badppd-product__location {
	order: 5;
	margin-top: 25px;
	color: var(--badppd-popup-text);
	font-size: 12px;
	line-height: 1.4;
}

.badppd-dialog .badppd-product__location-address {
	display: flex;
	gap: 4px;
	align-items: center;
	min-width: 0;
	color: var(--badppd-popup-text);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.badppd-dialog .badppd-product__location-address-icon {
	display: inline-block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background: var(--badppd-popup-text);
	-webkit-mask: url("../icons/activity/in-person.svg") center / contain no-repeat;
	mask: url("../icons/activity/in-person.svg") center / contain no-repeat;
}

.badppd-dialog .badppd-product__location-address-text {
	min-width: 0;
}

.badppd-dialog .badppd-product__location-address-text > * {
	margin: 0;
}

.badppd-dialog .badppd-product__location-copy-wrap {
	position: relative;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
}

.badppd-dialog .badppd-product__location-copy,
.badppd-dialog .badppd-product__location-copy.ui-button {
	display: inline-grid;
	flex: 0 0 20px;
	place-items: center;
	width: 20px;
	height: 20px;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--badppd-popup-text);
	font: inherit;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

.badppd-dialog .badppd-product__location-copy:focus,
.badppd-dialog .badppd-product__location-copy.ui-button:focus {
	border: 0;
	background: transparent;
	color: var(--badppd-popup-text);
	text-decoration: none;
}

.badppd-dialog .badppd-product__location-copy-icon {
	display: block;
	width: 14px;
	height: 14px;
	background: currentcolor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.3 2.7h6.1c.7 0 1.3.6 1.3 1.3v6.1h-1.2V4c0-.1-.1-.2-.2-.2h-6V2.7Zm-2 3.2c0-.7.6-1.3 1.3-1.3h5.1c.7 0 1.3.6 1.3 1.3V12c0 .7-.6 1.3-1.3 1.3H4.6c-.7 0-1.3-.6-1.3-1.3V5.9Zm1.2 0V12c0 .1.1.2.2.2h5.1c.1 0 .2-.1.2-.2V5.9c0-.1-.1-.2-.2-.2H4.7c-.1 0-.2.1-.2.2Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5.3 2.7h6.1c.7 0 1.3.6 1.3 1.3v6.1h-1.2V4c0-.1-.1-.2-.2-.2h-6V2.7Zm-2 3.2c0-.7.6-1.3 1.3-1.3h5.1c.7 0 1.3.6 1.3 1.3V12c0 .7-.6 1.3-1.3 1.3H4.6c-.7 0-1.3-.6-1.3-1.3V5.9Zm1.2 0V12c0 .1.1.2.2.2h5.1c.1 0 .2-.1.2-.2V5.9c0-.1-.1-.2-.2-.2H4.7c-.1 0-.2.1-.2.2Z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.badppd-dialog .badppd-product__location-copy--copied {
	color: var(--badppd-popup-physical-text);
}

.badppd-dialog .badppd-product__location-copy-tooltip {
	position: absolute;
	top: 50%;
	left: calc(100% + 6px);
	z-index: 4;
	padding: 4px 8px;
	border-radius: 4px;
	background: var(--badppd-popup-text);
	color: var(--badppd-popup-cream);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translateY(-50%);
	visibility: hidden;
	transition: opacity 0.16s ease, visibility 0.16s ease;
}

.badppd-dialog .badppd-product__location-copy-wrap--copied .badppd-product__location-copy-tooltip {
	opacity: 1;
	visibility: visible;
}

.badppd-dialog .badppd-product__location-map {
	width: 100%;
	height: 108px;
	margin-top: 6px;
	overflow: hidden;
	border-radius: 10px;
	background: var(--badppd-popup-soft);
	line-height: 0;
}

.badppd-dialog .badppd-product__location-map img,
.badppd-dialog .badppd-product__location-map .badppd-product__acf-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: inherit;
}

.badppd-dialog .badppd-product__summary {
	order: 6;
	margin-top: 25px;
	color: var(--badppd-popup-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.badppd-dialog .badppd-product__location + .badppd-product__summary {
	margin-top: 20px;
}

.badppd-dialog .badppd-product__section-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
	color: var(--badppd-popup-text);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
}

.badppd-dialog .badppd-product__section-heading::before {
	content: "";
	display: block;
	flex: 0 0 10px;
	width: 10px;
	height: 10px;
	background: currentcolor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.5 1.2v4.1c0 1.2.9 2.1 2.1 2.1h4.8M8.4 7.4 6.1 5.1M8.4 7.4 6.1 9.7' stroke='black' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M1.5 1.2v4.1c0 1.2.9 2.1 2.1 2.1h4.8M8.4 7.4 6.1 5.1M8.4 7.4 6.1 9.7' stroke='black' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.badppd-dialog .badppd-product__summary-text > :first-child,
.badppd-dialog .badppd-product__cancellation-note > :first-child {
	margin-top: 0;
}

.badppd-dialog .badppd-product__summary-text > :last-child,
.badppd-dialog .badppd-product__cancellation-note > :last-child {
	margin-bottom: 0;
}

.badppd-dialog .badppd-product__cancellation-note {
	margin-top: 6px;
	color: var(--badppd-popup-text);
	font-size: 12px;
	font-style: italic;
	line-height: 1.2;
}

.badppd-dialog .badppd-product__teacher {
	order: 7;
	margin-top: 20px;
	min-height: 75px;
}

.badppd-dialog .badppd-product__teacher-body {
	display: flex;
	gap: 10px;
	align-items: center;
	min-height: 44px;
}

.badppd-dialog .badppd-product__teacher-photo,
.badppd-dialog .badppd-product__teacher-photo img,
.badppd-dialog .badppd-product__teacher-photo .badppd-product__acf-image {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}

.badppd-dialog .badppd-product__teacher-name {
	color: var(--badppd-popup-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	white-space: nowrap;
}

.badppd-dialog .badppd-product__actions {
	grid-column: 1 / -1;
	order: 8;
}

.badppd-dialog .badppd-product__field-value a,
.badppd-dialog .bacb-booking-pass-offer a {
	color: inherit;
	text-decoration: none;
}

.badppd-dialog .badppd-product__field-value a:focus-visible,
.badppd-dialog .bacb-booking-pass-offer a:focus-visible {
	box-shadow: none;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.badppd-dialog .badp-tooltip-submit-button,
.badppd-dialog .bacb-booking-pass-offer .single_add_to_cart_button,
.badppd-dialog .woocommerce.bacb-booking-pass-offer button.single_add_to_cart_button.button.alt,
.badppd-dialog .ui-dialog-buttonpane .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 8px;
	border: 1px solid var(--badppd-popup-text);
	border-radius: 6px;
	background: var(--badppd-popup-text);
	color: var(--badppd-popup-cream) !important;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	transition: background-color 0.16s ease, color 0.16s ease, opacity 0.16s ease;
}

.badppd-dialog .badp-tooltip-submit-button:focus-visible,
.badppd-dialog .ui-dialog-buttonpane .button:focus-visible {
	background: var(--badppd-popup-cream);
	color: var(--badppd-popup-text) !important;
}

.badppd-dialog .badp-tooltip-submit-button:disabled,
.badppd-dialog .bacb-booking-pass-offer .single_add_to_cart_button:disabled,
.badppd-dialog .woocommerce.bacb-booking-pass-offer button.single_add_to_cart_button.button.alt:disabled,
.badppd-dialog .bacb-booking-pass-offer .single_add_to_cart_button.disabled {
	opacity: 0.62;
	cursor: not-allowed;
}

.bacb-booking-pass-offer {
	display: grid;
	gap: 14px;
}

.bacb-booking-pass-offer__intro > :first-child,
.bacb-booking-pass-offer__content > :first-child {
	margin-top: 0;
}

.bacb-booking-pass-offer__intro > :last-child,
.bacb-booking-pass-offer__content > :last-child {
	margin-bottom: 0;
}

.bacb-booking-pass-offer__heading {
	margin-bottom: 6px;
	font-size: 1rem;
}

.bacb-booking-pass-offer__description {
	margin: 0;
}

.bacb-booking-pass-offer__messages {
	margin: 10px 0 0;
	padding-left: 18px;
}

.bacb-booking-pass-offer__cards {
	display: grid;
	gap: 12px;
}

.bacb-booking-pass-offer__card {
	display: grid;
	grid-template-columns: minmax(72px, 96px) 1fr;
	gap: 12px;
	align-items: start;
}

.bacb-booking-pass-offer__media {
	line-height: 0;
}

.bacb-booking-pass-offer__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.bacb-booking-pass-offer__title {
	margin: 0 0 6px;
	font-size: 1rem;
	line-height: 1.25;
}

.bacb-booking-pass-offer__title a {
	color: inherit;
	text-decoration: none;
}

.bacb-booking-pass-offer__subtitle,
.bacb-booking-pass-offer__stock {
	margin-bottom: 8px;
	font-size: 0.875rem;
}

.bacb-booking-pass-offer__template-details {
	display: grid;
	gap: 6px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.bacb-booking-pass-offer__template-detail {
	display: grid;
	gap: 4px;
}

.bacb-booking-pass-offer__template-title {
	font-weight: 600;
}

.bacb-booking-pass-offer__template-credit,
.bacb-booking-pass-offer__template-validity {
	display: flex;
	gap: 6px;
	align-items: baseline;
}

.bacb-booking-pass-offer__template-label {
	font-size: 0.875rem;
}

.bacb-booking-pass-offer__price {
	margin-bottom: 10px;
	font-weight: 600;
}

.bacb-booking-pass-offer__form {
	display: grid;
	gap: 12px;
}

.bacb-booking-pass-offer__form .qty,
.bacb-booking-pass-offer__form .bacb-booking-pass-offer__attribute-select,
.bacb-booking-pass-offer__form .bapap_booking_pass_to_reload-field {
	width: 100%;
}

.bacb-booking-pass-offer__attribute-fields {
	display: grid;
	gap: 8px;
}

.bacb-booking-pass-offer__attribute-field {
	display: grid;
	gap: 4px;
}

.bacb-booking-pass-offer__attribute-label {
	font-size: 0.875rem;
	font-weight: 600;
}

.bacb-booking-pass-offer__quantity {
	max-width: 140px;
}

.bacb-booking-pass-offer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.bacb-booking-pass-offer .single_add_to_cart_button {
	min-width: 160px;
}

.badppd-dialog .bacb-booking-pass-offer {
	display: block;
	color: var(--badppd-popup-text);
}

.badppd-dialog .bacb-booking-pass-offer__intro {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.badppd-dialog .bacb-booking-pass-offer__heading,
.badppd-dialog .bacb-booking-pass-offer__description {
	display: none;
}

.badppd-dialog .bacb-booking-pass-offer__messages {
	margin: 0 0 12px;
	color: var(--badppd-popup-muted);
	font-size: 12px;
	line-height: 1.4;
}

.badppd-dialog .bacb-booking-pass-offer .woocommerce-notices-wrapper {
	margin: 0 0 10px;
}

.badppd-dialog .bacb-booking-pass-offer__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 92px), 1fr));
	gap: 4px;
	align-items: stretch;
	width: 100%;
}

.badppd-dialog .bacb-booking-pass-offer__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: stretch;
	justify-content: space-between;
	min-width: 0;
	min-height: 166px;
	padding: 14px 9px 10px;
	border: 1px solid var(--badppd-popup-soft);
	border-radius: 10px;
	background: rgba(255, 253, 226, 0.5);
	transition: border-color 0.16s ease;
}

.badppd-dialog .bacb-booking-pass-offer__card--loading {
	cursor: wait;
}

.badppd-dialog .bacb-booking-pass-offer__card--loading > :not(.badppd-dialog__shared-loader) {
	opacity: 0.35;
}

.badppd-dialog .bacb-booking-pass-offer__card--loading > .badppd-dialog__shared-loader.mega-nav__bar-cta-loader.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

.badppd-dialog .bacb-booking-pass-offer__card:nth-child(2) {
	order: 3;
}

.badppd-dialog .bacb-booking-pass-offer__card:nth-child(3) {
	order: 2;
}

.badppd-dialog .bacb-booking-pass-offer__card:hover {
	border-color: var(--badppd-popup-line);
}

.badppd-dialog .bacb-booking-pass-offer__media,
.badppd-dialog .bacb-booking-pass-offer__title,
.badppd-dialog .bacb-booking-pass-offer__subtitle,
.badppd-dialog .bacb-booking-pass-offer__stock,
.badppd-dialog .bacb-booking-pass-offer__quantity {
	display: none;
}

.badppd-dialog .bacb-booking-pass-offer__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto auto minmax(0, 1fr);
	gap: 6px;
	justify-content: center;
	align-items: center;
	align-content: start;
	flex: 1 1 auto;
	min-height: 0;
}

.badppd-dialog .bacb-booking-pass-offer__price {
	grid-row: 1;
	grid-column: 1;
	align-self: center;
	margin: 0;
	color: var(--badppd-popup-text);
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.badppd-dialog .bacb-booking-pass-offer__price .woocommerce-Price-amount,
.badppd-dialog .bacb-booking-pass-offer__price .woocommerce-Price-currencySymbol {
	color: inherit;
	font: inherit;
	line-height: inherit;
}

.badppd-dialog .bacb-booking-pass-offer__price del,
.badppd-dialog .bacb-booking-pass-offer__price ins {
	text-decoration: none;
}

.badppd-dialog .bacb-booking-pass-offer__template-details {
	grid-row: 2;
	grid-column: 1;
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.badppd-dialog .bacb-booking-pass-offer__template-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 4px;
	justify-items: center;
	min-width: 0;
}

.badppd-dialog .bacb-booking-pass-offer__template-title,
.badppd-dialog .bacb-booking-pass-offer__template-label {
	display: none;
}

.badppd-dialog .bacb-booking-pass-offer__template-credit,
.badppd-dialog .bacb-booking-pass-offer__template-validity {
	color: var(--badppd-popup-text);
	text-align: center;
}

.badppd-dialog .bacb-booking-pass-offer__template-credit {
	justify-self: stretch;
	justify-content: center;
	align-self: center;
	width: 100%;
	white-space: nowrap;
}

.badppd-dialog .bacb-booking-pass-offer__template-validity {
	justify-self: center;
	width: 100%;
	color: rgba(71, 64, 64, 0.6);
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
	white-space: normal;
}

.badppd-dialog .bacb-booking-pass-offer__template-credit strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 21px;
	padding: 2px 6px;
	border-radius: 4px;
	background: var(--badppd-popup-soft);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.badppd-dialog .bacb-booking-pass-offer__template-validity strong {
	display: inline;
	color: inherit;
	font: inherit;
}

.badppd-dialog .bacb-booking-pass-offer__form {
	grid-row: 3;
	grid-column: 1 / -1;
	align-self: end;
	display: grid;
	gap: 8px;
	width: 100%;
	margin-top: 14px;
}

.badppd-dialog .bacb-booking-pass-offer__attribute-label {
	color: rgba(71, 64, 64, 0.7);
	font-size: 10px;
}

.badppd-dialog .bacb-booking-pass-offer__form select,
.badppd-dialog .woocommerce.bacb-booking-pass-offer .bacb-booking-pass-offer__form select,
.badppd-dialog .bacb-booking-pass-offer__form .bapap_booking_pass_to_reload-field {
	min-height: 34px;
	border: 1px solid var(--badppd-popup-soft);
	border-radius: 6px;
	background: #fff;
	color: var(--badppd-popup-text);
	font-size: 12px;
}

.badppd-dialog .bacb-booking-pass-offer__form select:focus-visible,
.badppd-dialog .woocommerce.bacb-booking-pass-offer .bacb-booking-pass-offer__form select:focus-visible,
.badppd-dialog .bacb-booking-pass-offer__form .bapap_booking_pass_to_reload-field:focus-visible {
	border-color: var(--badppd-popup-line);
}

.badppd-dialog .bacb-booking-pass-offer__actions {
	display: grid;
	gap: 0;
}

.badppd-dialog .bacb-booking-pass-offer .single_add_to_cart_button {
	width: 100%;
	min-width: 0;
	float: none;
}

.badppd-dialog .bacb-booking-pass-offer .single_add_to_cart_button:focus-visible,
.badppd-dialog .woocommerce.bacb-booking-pass-offer button.single_add_to_cart_button.button.alt:focus-visible {
	background: var(--badppd-popup-text);
	color: var(--badppd-popup-cream) !important;
}

@media (min-width: 601px) {
	.badppd-dialog.ui-dialog {
		width: min(662px, calc(100vw - 32px)) !important;
		max-width: calc(100vw - 32px);
		border-radius: 20px;
	}

	.badppd-dialog__share-button {
		right: 76px;
	}

	.badppd-dialog .ui-dialog-content {
		max-height: calc(100vh - 32px);
		border-radius: 20px;
	}

	.badppd-dialog .badppd-product {
		grid-template-columns: 1fr;
		padding: 55px 25px 0;
		background: linear-gradient(var(--badppd-popup-top) 0 239px, #fff 239px 100%);
	}

	.badppd-dialog .badppd-product__event-meta {
		order: 0;
		width: 265px;
		gap: 6px;
		margin-bottom: 20px;
	}

	.badppd-dialog .badppd-product__schedule {
		gap: 4px;
	}

	.badppd-dialog .badppd-product__schedule-item {
		padding: 10px 0;
		font-size: 14px;
	}

	.badppd-dialog .badppd-product__schedule-item--date {
		padding-right: 10px;
	}

	.badppd-dialog .badppd-product__schedule-item--date .badppd-product__schedule-icon {
		flex-basis: 20px;
		width: 20px;
		height: 20px;
	}

	.badppd-dialog .badppd-product__media {
		position: absolute;
		top: 76px;
		right: 41px;
		grid-column: auto;
		order: 0;
		width: 223px;
		height: 200px;
		margin-top: 0;
		margin-left: 0;
	}

	.badppd-dialog .badppd-product__title {
		order: 0;
		margin-bottom: 10px;
		font-size: 30px;
	}

	.badppd-dialog .badppd-product__fields {
		order: 0;
		margin-left: -8px;
	}

	.badppd-dialog .badppd-product__location {
		order: 0;
		width: 100%;
		margin-top: 65px;
		margin-left: 0;
		font-size: 14px;
	}

	.badppd-dialog .badppd-product__location-address {
		gap: 4px;
		font-size: 14px;
		line-height: 1.4;
	}

	.badppd-dialog .badppd-product__location-address-icon {
		flex-basis: 20px;
		width: 20px;
		height: 20px;
	}

	.badppd-dialog .badppd-product__location-map {
		height: 108px;
		margin-top: 10px;
		border-radius: 10px;
	}

	.badppd-dialog .badppd-product__summary {
		order: 0;
		width: 100%;
		margin-top: 65px;
		margin-left: 0;
		font-size: 14px;
		line-height: 1.4;
	}

	.badppd-dialog .badppd-product__location + .badppd-product__summary {
		margin-top: 30px;
	}

	.badppd-dialog .badppd-product__section-heading {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.2;
	}

	.badppd-dialog .badppd-product__teacher .badppd-product__section-heading {
		font-size: 16px;
	}

	.badppd-dialog .badppd-product__teacher {
		order: 0;
		width: 100%;
		margin-top: 25px;
		margin-left: 0;
		min-height: 75px;
	}

	.badppd-dialog .badppd-product__cancellation-note {
		margin-top: 10px;
	}

	.badppd-dialog .badppd-product__actions {
		order: 0;
	}

	.badppd-dialog__action-area {
		padding: 25px 25px 25px;
	}

	.badppd-dialog__notices {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.badppd-dialog__notices ul {
		padding: 15px;
		border-radius: 16px;
	}

	.badppd-dialog__notices .bookacti-success-list.woocommerce li,
	.badppd-dialog__notices .woocommerce-message {
		font-size: 14px;
		line-height: 1.4;
	}

	.badppd-dialog__notices .bookacti-success-list.woocommerce a.button {
		min-height: 38px;
		padding: 9px 16px;
		font-size: 14px;
	}

	.badppd-dialog__booking-card {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-height: 85px;
		padding: 20px 15px 15px;
		border-radius: 20px;
	}

	.badppd-dialog__booking-summary {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: nowrap;
		gap: 20px;
	}

	.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-summary {
		display: flex;
		flex: 1 1 auto;
		flex-wrap: nowrap;
		gap: 20px;
	}

	.badppd-dialog__booking-card--price-categories {
		justify-content: flex-end;
	}

	.badppd-dialog__booking-controls {
		display: flex;
		gap: 10px;
	}

	.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-controls {
		display: flex;
		gap: 10px;
	}

	.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-total-label,
	.badppd-dialog__booking-card--has-stock .badppd-dialog__quantity-stepper,
	.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-price,
	.badppd-dialog__booking-card--has-stock .badppd-dialog__booking-stock {
		grid-row: auto;
		grid-column: auto;
		justify-self: auto;
	}

	.badppd-dialog__booking-price {
		margin-left: 20px;
		font-size: 20px;
	}

	.badppd-dialog__booking-button {
		flex: 0 0 189px;
		width: 189px;
	}

	.badppd-dialog .bacb-booking-pass-balance {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-height: 85px;
		padding: 20px 15px 15px;
		border-radius: 20px;
	}

	.badppd-dialog .bacb-booking-pass-balance__summary {
		align-items: center;
		justify-content: flex-start;
	}

	.badppd-dialog .bacb-booking-pass-balance__label {
		font-size: 14px;
		text-align: left;
	}

	.badppd-dialog .bacb-booking-pass-balance__value {
		font-size: 16px;
		line-height: 1.2;
	}

	.badppd-dialog .bacb-booking-pass-balance__actions {
		flex: 0 0 189px;
		width: 189px;
	}

	.badppd-dialog .bacb-booking-pass-offer__cards {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
		gap: 6px;
	}

	.badppd-dialog .bacb-booking-pass-offer__card:nth-child(2) {
		order: 0;
	}

	.badppd-dialog .bacb-booking-pass-offer__card:nth-child(3) {
		order: 0;
	}

	.badppd-dialog .bacb-booking-pass-offer__card {
		min-height: 153px;
		padding: 19px 14px 15px;
		border-radius: 20px;
	}

	.badppd-dialog .bacb-booking-pass-offer__price {
		font-size: 28px;
	}

	.badppd-dialog .bacb-booking-pass-offer__content {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		column-gap: 6px;
		row-gap: 6px;
		align-items: end;
	}

	.badppd-dialog .bacb-booking-pass-offer__template-details {
		grid-row: 2;
		grid-column: 1;
	}

	.badppd-dialog .bacb-booking-pass-offer__template-detail {
		grid-template-columns: minmax(0, 1fr);
		column-gap: 6px;
		row-gap: 4px;
		align-items: end;
		justify-content: center;
		justify-items: center;
	}

	.badppd-dialog .bacb-booking-pass-offer__template-credit strong {
		padding: 2px 8px;
		font-size: 12px;
	}

	.badppd-dialog .bacb-booking-pass-offer__template-credit {
		justify-self: center;
		justify-content: center;
		align-self: end;
		width: auto;
	}

	.badppd-dialog .bacb-booking-pass-offer__template-validity {
		width: auto;
		white-space: normal;
	}

	.badppd-dialog .bacb-booking-pass-offer__form {
		grid-row: 3;
		align-self: auto;
	}

	.badppd-dialog .badp-tooltip-submit-button,
	.badppd-dialog .bacb-booking-pass-offer .single_add_to_cart_button,
	.badppd-dialog .woocommerce.bacb-booking-pass-offer button.single_add_to_cart_button.button.alt,
	.badppd-dialog .ui-dialog-buttonpane .button {
		min-height: 50px;
		padding: 10px 30px;
		font-size: 14px;
		line-height: 1.4;
		white-space: nowrap;
	}
}
