.tpwp-discounts-wrapper .tpwp-detail-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 24px 48px;
}

.tpwp-discounts-wrapper .tpwp-detail__mobile-topbar,
.tpwp-discounts-wrapper .tpwp-detail__mobile-logo,
.tpwp-discounts-wrapper .tpwp-detail__mobile-badge,
.tpwp-discounts-wrapper .tpwp-detail__mobile-map-block,
.tpwp-discounts-wrapper .tpwp-detail__mobile-status {
	display: none;
}

.tpwp-discounts-wrapper .tpwp-detail__back {
	display: inline-block;
	color: #5a4044;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 24px;
}

.tpwp-discounts-wrapper .tpwp-detail__back:hover {
	color: #d81b60;
}

.tpwp-discounts-wrapper .tpwp-detail__name {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
	font-weight: 800;
	color: #333333;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.tpwp-discounts-wrapper .tpwp-detail__category {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #d81b60;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
}

.tpwp-discounts-wrapper .tpwp-detail__gallery {
	margin: 24px 0;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 12px;
}

.tpwp-discounts-wrapper .tpwp-detail__photo-main img,
.tpwp-discounts-wrapper .tpwp-detail__photo-placeholder {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 16px;
	display: block;
	background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
}

.tpwp-discounts-wrapper .tpwp-detail__photo-main {
	position: relative;
}

.tpwp-discounts-wrapper .tpwp-detail__photo-thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.tpwp-discounts-wrapper .tpwp-thumb {
	width: 100%;
	min-height: 176px;
	border: 0;
	padding: 0;
	background: #f0f0f0;
	border-radius: 8px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: none;
}

.tpwp-discounts-wrapper .tpwp-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.tpwp-discounts-wrapper .tpwp-thumb--video {
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tpwp-discounts-wrapper .tpwp-play-icon {
	width: 60px;
	height: 60px;
	background: #d81b60;
	border: 3px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.tpwp-discounts-wrapper .tpwp-detail__content {
	display: grid;
	grid-template-columns: 3fr 2fr;
	gap: 40px;
	margin-top: 32px;
}

.tpwp-discounts-wrapper .tpwp-detail__badge {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #d81b60;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	box-shadow: 0 10px 20px rgba(216, 27, 96, 0.2);
}

.tpwp-discounts-wrapper .tpwp-detail__pct {
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
}

.tpwp-discounts-wrapper .tpwp-detail__pct::after {
	content: "%";
}

.tpwp-discounts-wrapper .tpwp-detail__off {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.tpwp-discounts-wrapper .tpwp-detail__description {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 1.6;
	margin-bottom: 24px;
}

.tpwp-discounts-wrapper .tpwp-detail__actions {
	display: flex;
	gap: 24px;
	margin-bottom: 32px;
}

.tpwp-discounts-wrapper .tpwp-action {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	color: #d81b60;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	text-transform: uppercase;
	box-shadow: none;
}

.tpwp-discounts-wrapper .tpwp-action:hover {
	color: #333333;
	background: transparent;
}

.tpwp-discounts-wrapper .tpwp-action__icon {
	font-size: 24px;
	line-height: 1;
}

.tpwp-discounts-wrapper .tpwp-hours-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 24px;
}

.tpwp-discounts-wrapper .tpwp-hours-table tbody {
	position: relative;
	display: block;
	padding-left: 26px;
}

.tpwp-discounts-wrapper .tpwp-hours-table tbody::before {
	content: "\f017";
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "Font Awesome 6 Free";
	font-size: 13px;
	font-weight: 400;
	color: #d81b60;
}

.tpwp-discounts-wrapper .tpwp-hours-table tr {
	display: flex;
	flex-direction: column;
	margin-bottom: 6px;
}

.tpwp-discounts-wrapper .tpwp-hours-table td {
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	border-bottom: 0;
}

.tpwp-discounts-wrapper .tpwp-hours-table tr:not(:first-child) {
	display: flex;
}

.tpwp-discounts-wrapper .tpwp-hours-table__day {
	order: 2;
	display: block;
	color: #333333;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.25;
}

.tpwp-discounts-wrapper .tpwp-hours-table td.tpwp-hours-table__time {
	order: 1;
	display: block;
	color: #333333;
	font-weight: 400;
	line-height: 1.25;
	padding-left: 0;
}

.tpwp-discounts-wrapper .tpwp-detail__hours h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #d81b60;
	letter-spacing: 0.12em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.tpwp-discounts-wrapper .tpwp-detail__discount-type h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin: 0 0 8px;
}

.tpwp-discounts-wrapper .tpwp-detail__hours,
.tpwp-discounts-wrapper .tpwp-detail__hours *,
.tpwp-discounts-wrapper .tpwp-detail__hours::before,
.tpwp-discounts-wrapper .tpwp-detail__hours::after {
	border: 0 !important;
	box-shadow: none !important;
}

.tpwp-discounts-wrapper .tpwp-detail__discount-type p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin: 0;
}

.tpwp-discounts-wrapper .tpwp-detail__map iframe {
	border-radius: 12px;
	overflow: hidden;
	display: block;
}

.tpwp-discounts-wrapper .tpwp-detail__address {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin: 12px 0;
}

.tpwp-discounts-wrapper .tpwp-detail__address i {
	color: #d81b60;
	margin-top: 3px;
}

.tpwp-discounts-wrapper .tpwp-detail__maps-cta {
	display: block;
	text-align: center;
	border: 0;
	border-radius: 9999px;
	padding: 14px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	text-decoration: none;
	margin-top: 16px;
	transition: all 0.2s;
}

.tpwp-discounts-wrapper .tpwp-detail__maps-cta:hover {
	background: #333333;
	color: #fff;
}

.tpwp-discounts-wrapper .tpwp-share-tooltip {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	background: #333333;
	color: #fff;
	border-radius: 4px;
	padding: 6px 8px;
	font-size: 11px;
	letter-spacing: 0;
	z-index: 5;
}

@media (max-width: 768px) {
	html:has(.tpwp-detail-wrapper) {
		margin-top: 0 !important;
	}

	body:has(.tpwp-detail-wrapper) #wpadminbar,
	body:has(.tpwp-detail-wrapper) .site-header,
	body:has(.tpwp-detail-wrapper) #masthead,
	body:has(.tpwp-detail-wrapper) .main-header-bar,
	body:has(.tpwp-detail-wrapper) .ast-mobile-header-wrap {
		display: none !important;
	}

	body:has(.tpwp-detail-wrapper) #primary {
		padding-top: 0 !important;
	}

	.tpwp-discounts-wrapper {
		background: #f7f7f7;
	}

	.tpwp-discounts-wrapper .tpwp-detail-wrapper {
		display: flex;
		flex-direction: column;
		max-width: 414px;
		min-height: 100vh;
		margin: 0 auto;
		padding: 0 0 32px;
		background: #f7f7f7;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-topbar {
		order: 1;
		position: sticky;
		top: 0;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 72px;
		padding: 0 22px;
		background: #fff;
		color: #b0004b;
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
		font-weight: 600;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-topbar i {
		font-size: 20px;
		color: #b0004b;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-back {
		color: #b0004b;
		text-decoration: none;
	}

	.tpwp-discounts-wrapper .tpwp-detail__back {
		display: none;
	}

	.tpwp-discounts-wrapper .tpwp-detail__gallery {
		order: 2;
		position: relative;
		display: block;
		margin: 0;
	}

	.tpwp-discounts-wrapper .tpwp-detail__photo-main img,
	.tpwp-discounts-wrapper .tpwp-detail__photo-placeholder {
		height: 346px;
		border-radius: 0;
	}

	.tpwp-discounts-wrapper .tpwp-detail__photo-thumbs {
		display: none;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-badge {
		position: absolute;
		top: 20px;
		right: 18px;
		z-index: 2;
		display: flex;
		align-items: center;
		gap: 9px;
		background: #d81b60;
		color: #fff;
		padding: 12px 22px;
		border-radius: 999px;
		font-family: "Montserrat", sans-serif;
		font-size: 15px;
		font-weight: 800;
		letter-spacing: 0.03em;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.22);
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-badge i {
		font-size: 22px;
	}

	.tpwp-discounts-wrapper .tpwp-detail__header {
		order: 3;
		position: relative;
		z-index: 3;
		margin: -54px 16px 0;
		padding: 58px 20px 0;
		background: #fff;
		border-radius: 12px 12px 0 0;
		text-align: center;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-logo {
		position: absolute;
		top: -46px;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 92px;
		height: 92px;
		transform: translateX(-50%);
		background: #fff;
		border: 2px solid #fff;
		border-radius: 8px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
		color: #b0004b;
		font-size: 10px;
		font-weight: 700;
	}

	.tpwp-discounts-wrapper .tpwp-detail__name {
		font-size: 28px;
		line-height: 1.12;
		color: #b0004b;
		margin: 0;
	}

	.tpwp-discounts-wrapper .tpwp-detail__category {
		display: none;
	}

	.tpwp-discounts-wrapper .tpwp-detail__content {
		order: 4;
		display: block;
		margin: 0 16px;
	}

	.tpwp-discounts-wrapper .tpwp-detail__left {
		display: flex;
		flex-direction: column;
		padding: 0 28px 24px;
		background: #fff;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	}

	.tpwp-discounts-wrapper .tpwp-detail__badge {
		display: none;
	}

	.tpwp-discounts-wrapper .tpwp-detail__description {
		max-width: 330px;
		margin: 0 auto 24px;
		color: #666666;
		font-size: 18px;
		line-height: 1.55;
		text-align: center;
	}

	.tpwp-discounts-wrapper .tpwp-detail__actions {
		justify-content: space-around;
		gap: 12px;
		margin: 0 0 26px;
		padding: 20px 0;
		border-top: 1px solid rgba(216, 27, 96, 0.28);
		border-bottom: 1px solid rgba(216, 27, 96, 0.28);
	}

	.tpwp-discounts-wrapper .tpwp-action {
		color: #b0004b;
		font-size: 12px;
		letter-spacing: 0;
	}

	.tpwp-discounts-wrapper .tpwp-action__icon {
		font-size: 22px;
	}

	.tpwp-discounts-wrapper .tpwp-detail__right {
		display: none;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-map-block {
		display: block;
		margin: 0 0 28px;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-map-block .tpwp-detail__map {
		position: relative;
		background: #e8e8e8;
		border: 1px solid rgba(216, 27, 96, 0.28);
		border-radius: 12px;
		overflow: hidden;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-map-block iframe {
		height: 220px;
		border-radius: 12px;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-map-block .tpwp-detail__maps-cta {
		position: relative;
		z-index: 2;
		width: fit-content;
		margin: -48px 10px 16px auto;
		padding: 8px 12px;
		border: 0;
		border-radius: 5px;
		background: #fff;
		color: #b0004b;
		font-size: 11px;
		font-weight: 800;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-status {
		display: block;
		margin: 0 0 26px;
		text-align: center;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-status p {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin: 0 0 12px;
		color: #4a222e;
		font-size: 17px;
		line-height: 1.35;
	}

	.tpwp-discounts-wrapper .tpwp-detail__mobile-status span {
		display: inline-block;
		padding: 5px 20px;
		background: #d9f6e1;
		border-radius: 999px;
		color: #1e7d40;
		font-size: 13px;
		font-weight: 800;
		letter-spacing: 0.05em;
	}

	.tpwp-discounts-wrapper .tpwp-detail__discount-type,
	.tpwp-discounts-wrapper .tpwp-detail__hours {
		margin: 18px -28px 0;
		padding: 20px;
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	}

	.tpwp-discounts-wrapper .tpwp-detail__discount-type {
		order: 20;
	}

	.tpwp-discounts-wrapper .tpwp-detail__hours {
		order: 21;
	}

	.tpwp-discounts-wrapper .tpwp-detail__discount-type h3,
	.tpwp-discounts-wrapper .tpwp-detail__hours h3 {
		font-size: 22px;
		font-weight: 600;
		color: #111;
		letter-spacing: 0;
		margin-bottom: 16px;
		text-transform: none;
	}

	.tpwp-discounts-wrapper .tpwp-detail__discount-type p {
		position: relative;
		margin: 0;
		padding-left: 32px;
		color: #4a222e;
		font-size: 18px;
		line-height: 1.45;
	}

	.tpwp-discounts-wrapper .tpwp-detail__discount-type p::before {
		content: "\f058";
		position: absolute;
		left: 0;
		top: 1px;
		font-family: "Font Awesome 6 Free";
		font-weight: 400;
		color: #d81b60;
	}

	.tpwp-discounts-wrapper .tpwp-hours-table,
	.tpwp-discounts-wrapper .tpwp-hours-table tbody,
	.tpwp-discounts-wrapper .tpwp-hours-table tr,
	.tpwp-discounts-wrapper .tpwp-hours-table td {
		display: block;
		width: 100%;
		border: 0;
		padding: 0;
	}

	.tpwp-discounts-wrapper .tpwp-hours-table tbody {
		position: relative;
		padding-left: 42px;
	}

	.tpwp-discounts-wrapper .tpwp-hours-table tbody::before {
		left: 0;
		top: 4px;
		color: #666666;
		font-size: 24px;
	}

	.tpwp-discounts-wrapper .tpwp-hours-table tr {
		position: relative;
		padding-left: 0;
		margin-bottom: 10px;
	}

	.tpwp-discounts-wrapper .tpwp-hours-table tr:not(:first-child) {
		display: block;
	}

	.tpwp-discounts-wrapper .tpwp-hours-table__day,
	.tpwp-discounts-wrapper .tpwp-hours-table__time {
		display: block;
		color: #4a222e;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.45;
	}

	.tpwp-discounts-wrapper .tpwp-hours-table__day {
		font-weight: 400;
	}
}
