.asb_wrapper {
	margin: 16px 0;
	max-width: 100%;
	width: 100%;
}

.asb_rows,
.asbLnd_rows {
	display: grid;
	gap: 14px;
	width: 100%;
}

.asb_row,
.asbLnd_row {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
	width: 100%;
}

@media (min-width: 700px) {
	.asb_row.asb_row--2,
	.asbLnd_row.asbLnd_row--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.asb_row.asb_row--3,
	.asbLnd_row.asbLnd_row--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.asb_row.asb_row--3,
	.asbLnd_row.asbLnd_row--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}
}

.asb_card,
.asbLnd_card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .10);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.asb_card {
	border-radius: 14px;
}

.asbLnd_card {
	border-radius: 16px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
}

.asb_card *,
.asbLnd_card * {
	box-sizing: border-box;
}

.asb_img,
.asbLnd_img {
	background: rgba(0, 0, 0, .04);
	display: block;
	object-fit: cover;
	width: 100%;
}

.asb_img {
	height: 400px;
}

.asbLnd_img {
	height: 190px;
}

.asb_body,
.asbLnd_body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	padding: 12px 14px 14px;
}

.asb_title,
.asbLnd_title {
	line-height: 1.25;
	margin: 0;
}

.asb_title {
	color: #0b1a3a;
	font-size: 16px;
	font-weight: 900;
}

.asbLnd_title {
	color: #0d1b3d;
	font-size: 16px;
	font-weight: 950;
}

.asb_title a,
.asbLnd_title a {
	color: inherit;
	text-decoration: none;
}

.asb_title a:hover,
.asbLnd_title a:hover {
	text-decoration: underline;
}

.asb_metaLine,
.asbLnd_metaLine {
	color: rgba(0, 0, 0, .78);
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	padding: 2px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.asb_metaHot,
.asbLnd_metaHot {
	color: #b3122a;
	font-weight: 900;
}

.asbLnd_excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: rgba(0, 0, 0, .70);
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
	overflow: hidden;
}

.asb_priceCta,
.asbLnd_priceCta {
	border-top: 1px solid rgba(0, 0, 0, .08);
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: auto;
	padding-top: 12px;
}

.asb_priceRow,
.asbLnd_priceRow {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
	gap: 10px;
}

.asb_from,
.asbLnd_from {
	font-size: 13px;
	font-weight: 900;
	opacity: .85;
}

.asb_strikeWrap,
.asbLnd_strikeWrap {
	position: relative;
}

.asb_strike,
.asbLnd_strike {
	opacity: .6;
}

.asb_strike::before,
.asbLnd_strike::before {
	background: rgba(255, 0, 0, .45);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 100%;
}

.asb_priceMain {
	font-weight: 900;
	margin: 0;
}

.asbLnd_priceMain {
	font-weight: 950;
	margin: 0;
}

.asb_cta,
.asbLnd_cta {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	padding: 12px 16px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.asb_cta {
	background: #e31837;
	border-radius: 10px;
	letter-spacing: .6px;
	text-transform: uppercase;
	white-space: nowrap;
}

.asbLnd_cta {
	background: #111c3b;
	border-radius: 12px;
	gap: 8px;
	font-weight: 950;
	letter-spacing: .2px;
}

.asbLnd_cta::after {
	content: "\2192";
	font-weight: 950;
	opacity: .95;
}

.asb_discountTag,
.asbLnd_discountTag {
	background: #e31837;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	left: -28px;
	letter-spacing: 2px;
	padding: 6px 70px 6px 50px;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	top: 110px;
	transform: rotate(315deg);
	transform-origin: top left;
	white-space: nowrap;
	z-index: 5;
}

.asbLnd_discountTag {
	font-weight: 950;
	top: 115px;
}

.asb_row--1 .asb_img {
	height: 240px;
}

.asbLnd_row--1 .asbLnd_img {
	height: 250px;
}

.asb_row--2 .asb_img {
	height: 210px;
}

.asbLnd_row--2 .asbLnd_img {
	height: 215px;
}

@media (min-width: 700px) {
	.asb_row--1 .asb_card,
	.asbLnd_row--1 .asbLnd_card {
		align-items: stretch;
		flex-direction: row;
	}

	.asb_row--1 .asb_card > a.asb_imgLink,
	.asbLnd_row--1 .asbLnd_card > a.asbLnd_imgLink {
		display: block;
		flex: 0 0 44%;
		max-width: 44%;
	}

	.asb_row--1 .asb_img,
	.asbLnd_row--1 .asbLnd_img {
		height: 100%;
		min-height: 220px;
	}

	.asb_row--1 .asb_body,
	.asbLnd_row--1 .asbLnd_body {
		padding: 16px;
	}

	.asb_row--1 .asb_title,
	.asbLnd_row--1 .asbLnd_title {
		font-size: 18px;
	}

	.asb_row--1 .asb_card.asb_noimg,
	.asbLnd_row--1 .asbLnd_card.asbLnd_noimg {
		flex-direction: column;
	}
}

.waForm_wrap {
	margin: 0;
	width: 100%;
}

.waForm_container {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 18px;
	box-shadow: 0 6px 22px rgba(0, 0, 0, .06);
	padding: 16px;
}

.waForm_form {
	align-items: stretch;
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.waForm_form {
		grid-template-columns: 1fr 1fr;
	}

	.waForm_btnWrap {
		grid-column: 1 / -1;
	}
}

@media (min-width: 980px) {
	.waForm_form {
		grid-template-columns: 1.1fr .9fr 1.2fr;
	}

	.waForm_btnWrap {
		grid-column: auto;
	}
}

.waForm_group {
	margin: 0;
}

.waForm_input {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 12px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.2;
	min-height: 48px;
	outline: none;
	padding: 14px 16px;
	width: 100%;
}

.waForm_input:focus {
	border-color: rgba(0, 0, 0, .35);
}

.waForm_dateWrap {
	position: relative;
}

.waForm_date {
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.waForm_dateCta {
	background: #fff;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
	left: 16px;
	line-height: 1.2;
	opacity: .7;
	padding: 2px 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
	white-space: nowrap;
	z-index: 3;
}

.waForm_dateWrap.is-empty .waForm_date {
	caret-color: transparent;
	color: transparent !important;
}

.waForm_dateWrap.is-focused .waForm_date,
.waForm_dateWrap.is-filled .waForm_date {
	caret-color: auto;
	color: #111 !important;
}

.waForm_dateWrap.is-focused .waForm_dateCta,
.waForm_dateWrap.is-filled .waForm_dateCta {
	display: none;
}

.waForm_btn {
	align-items: center;
	background-color: #189b00;
	border: 0;
	border-radius: 18px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	justify-content: flex-start;
	letter-spacing: 2px;
	line-height: 1.2;
	min-height: 56px;
	padding: 18px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.waForm_btn::after {
	background-image: var(--bpbt-wa-icon, url('/wp-content/uploads/wa-50x50-min.png'));
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 34px;
	opacity: .95;
	position: absolute;
	right: 14px;
	width: 34px;
}

.waForm_btn:hover {
	filter: brightness(.97);
}

/* Original shortcode styles, restored with generated-id scoped selectors. */
[id^="asbAct_"].asb_wrapper {
	margin: 16px 0;
	max-width: 100%;
	width: 100%;
}

[id^="asbAct_"] .asb_rows {
	display: grid;
	gap: 14px;
	width: 100%;
}

[id^="asbAct_"] .asb_row {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
	width: 100%;
}

@media (min-width: 700px) {
	[id^="asbAct_"] .asb_row.asb_row--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	[id^="asbAct_"] .asb_row.asb_row--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	[id^="asbAct_"] .asb_row.asb_row--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}
}

[id^="asbAct_"] .asb_card {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .10);
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

[id^="asbAct_"] .asb_img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
	background: rgba(0, 0, 0, .04);
}

[id^="asbAct_"] .asb_body {
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

[id^="asbAct_"] .asb_title {
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 900;
	color: #0b1a3a;
}

[id^="asbAct_"] .asb_title a {
	color: inherit;
	text-decoration: none;
}

[id^="asbAct_"] .asb_title a:hover {
	text-decoration: underline;
}

[id^="asbAct_"] .asb_metaLine {
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
	padding: 2px 0;
	color: rgba(0, 0, 0, .78);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

[id^="asbAct_"] .asb_metaHot {
	font-weight: 900;
	color: #b3122a;
}

[id^="asbAct_"] .asb_priceCta {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid rgba(0, 0, 0, .08);
	padding-top: 12px;
}

[id^="asbAct_"] .asb_priceRow {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 18px;
}

[id^="asbAct_"] .asb_from {
	font-weight: 900;
	font-size: 13px;
	opacity: .85;
}

[id^="asbAct_"] .asb_strikeWrap {
	position: relative;
}

[id^="asbAct_"] .asb_strike {
	opacity: .6;
}

[id^="asbAct_"] .asb_strike::before {
	content: "";
	position: absolute;
	left: 0;
	top: 55%;
	width: 100%;
	height: 2px;
	background: rgba(255, 0, 0, .45);
	transform: translateY(-50%);
}

[id^="asbAct_"] .asb_priceMain {
	font-weight: 900;
	margin: 0;
}

[id^="asbAct_"] .asb_cta {
	background: #e31837;
	color: #fff;
	padding: 12px 16px;
	border-radius: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-size: 13px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

[id^="asbAct_"] .asb_discountTag {
	position: absolute;
	top: 110px;
	left: -28px;
	z-index: 5;
	background: #e31837;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	padding: 6px 10px;
	transform: rotate(315deg);
	transform-origin: top left;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	padding-left: 50px;
	padding-right: 70px;
	pointer-events: none;
}

[id^="asbAct_"] .asb_row--1 .asb_img {
	height: 240px;
}

@media (min-width: 700px) {
	[id^="asbAct_"] .asb_img {
		height: 180px;
	}

	[id^="asbAct_"] .asb_row--1 .asb_card {
		flex-direction: row;
		align-items: stretch;
	}

	[id^="asbAct_"] .asb_row--1 .asb_card > a.asb_imgLink {
		flex: 0 0 44%;
		max-width: 44%;
		display: block;
	}

	[id^="asbAct_"] .asb_row--1 .asb_img {
		height: 100%;
		min-height: 220px;
	}

	[id^="asbAct_"] .asb_row--1 .asb_body {
		padding: 16px;
	}

	[id^="asbAct_"] .asb_row--1 .asb_title {
		font-size: 18px;
	}

	[id^="asbAct_"] .asb_row--1 .asb_card.asb_noimg {
		flex-direction: column;
	}
}

[id^="asbAct_"] .asb_row--2 .asb_img {
	height: 210px;
}

[id^="asbAct_"] .asb_card * {
	box-sizing: border-box;
}

[id^="asbLnd_"].asb_wrapper {
	margin: 16px 0;
}

[id^="asbLnd_"] .asbLnd_rows {
	display: grid;
	gap: 14px;
}

[id^="asbLnd_"] .asbLnd_row {
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
}

@media (min-width: 700px) {
	[id^="asbLnd_"] .asbLnd_row.asbLnd_row--2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	[id^="asbLnd_"] .asbLnd_row.asbLnd_row--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	[id^="asbLnd_"] .asbLnd_row.asbLnd_row--3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

[id^="asbLnd_"] .asbLnd_card {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .10);
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

[id^="asbLnd_"] .asbLnd_img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	display: block;
	background: rgba(0, 0, 0, .04);
}

[id^="asbLnd_"] .asbLnd_body {
	padding: 12px 14px 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

[id^="asbLnd_"] .asbLnd_title {
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 950;
	color: #0d1b3d;
}

[id^="asbLnd_"] .asbLnd_title a {
	color: inherit;
	text-decoration: none;
}

[id^="asbLnd_"] .asbLnd_title a:hover {
	text-decoration: underline;
}

[id^="asbLnd_"] .asbLnd_metaLine {
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
	padding: 2px 0;
	color: rgba(0, 0, 0, .78);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

[id^="asbLnd_"] .asbLnd_metaHot {
	font-weight: 900;
	color: #b3122a;
}

[id^="asbLnd_"] .asbLnd_excerpt {
	font-size: 13px;
	line-height: 1.45;
	margin: 0;
	color: rgba(0, 0, 0, .70);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

[id^="asbLnd_"] .asbLnd_priceCta {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid rgba(0, 0, 0, .08);
	padding-top: 12px;
}

[id^="asbLnd_"] .asbLnd_priceRow {
	display: flex;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
	font-size: 18px;
}

[id^="asbLnd_"] .asbLnd_from {
	font-weight: 900;
	font-size: 13px;
	opacity: .85;
}

[id^="asbLnd_"] .asbLnd_strikeWrap {
	position: relative;
}

[id^="asbLnd_"] .asbLnd_strike {
	opacity: .6;
}

[id^="asbLnd_"] .asbLnd_strike::before {
	content: "";
	position: absolute;
	left: 0;
	top: 55%;
	width: 100%;
	height: 2px;
	background: rgba(255, 0, 0, .45);
	transform: translateY(-50%);
}

[id^="asbLnd_"] .asbLnd_priceMain {
	font-weight: 950;
	margin: 0;
}

[id^="asbLnd_"] .asbLnd_cta {
	background: #111c3b;
	color: #fff;
	padding: 12px 16px;
	border-radius: 12px;
	font-weight: 950;
	letter-spacing: .2px;
	font-size: 13px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

[id^="asbLnd_"] .asbLnd_cta::after {
	content: "\2192";
	font-weight: 950;
	opacity: .95;
}

[id^="asbLnd_"] .asbLnd_discountTag {
	position: absolute;
	top: 115px;
	left: -28px;
	z-index: 5;
	background: #e31837;
	color: #fff;
	font-size: 12px;
	font-weight: 950;
	padding: 6px 10px;
	transform: rotate(315deg);
	transform-origin: top left;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	padding-left: 50px;
	padding-right: 70px;
	pointer-events: none;
}

[id^="asbLnd_"] .asbLnd_row--1 .asbLnd_img {
	height: 250px;
}

@media (min-width: 700px) {
	[id^="asbLnd_"] .asbLnd_row--1 .asbLnd_card {
		flex-direction: row;
		align-items: stretch;
	}

	[id^="asbLnd_"] .asbLnd_row--1 .asbLnd_card > a.asbLnd_imgLink {
		flex: 0 0 44%;
		max-width: 44%;
		display: block;
	}

	[id^="asbLnd_"] .asbLnd_row--1 .asbLnd_img {
		height: 100%;
		min-height: 220px;
	}

	[id^="asbLnd_"] .asbLnd_row--1 .asbLnd_body {
		padding: 16px;
	}

	[id^="asbLnd_"] .asbLnd_row--1 .asbLnd_title {
		font-size: 18px;
	}

	[id^="asbLnd_"] .asbLnd_row--1 .asbLnd_card.asbLnd_noimg {
		flex-direction: column;
	}
}

[id^="asbLnd_"] .asbLnd_row--2 .asbLnd_img {
	height: 215px;
}

[id^="asbLnd_"] .asbLnd_card * {
	box-sizing: border-box;
}

[id^="waForm_"].waForm_wrap {
	width: 100%;
	margin: 0;
}

[id^="waForm_"] .waForm_container {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 18px;
	padding: 16px;
	box-shadow: 0 6px 22px rgba(0, 0, 0, .06);
}

[id^="waForm_"] .waForm_form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	align-items: stretch;
}

@media (min-width: 640px) {
	[id^="waForm_"] .waForm_form {
		grid-template-columns: 1fr 1fr;
	}

	[id^="waForm_"] .waForm_btnWrap {
		grid-column: 1 / -1;
	}
}

@media (min-width: 980px) {
	[id^="waForm_"] .waForm_form {
		grid-template-columns: 1.1fr .9fr 1.2fr;
	}

	[id^="waForm_"] .waForm_btnWrap {
		grid-column: auto;
	}
}

[id^="waForm_"] .waForm_group {
	margin: 0;
}

[id^="waForm_"] .waForm_input {
	width: 100%;
	box-sizing: border-box;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, .15);
	font-size: 16px;
	line-height: 1.2;
	outline: none;
	background: #fff;
	min-height: 48px;
}

[id^="waForm_"] .waForm_input:focus {
	border-color: rgba(0, 0, 0, .35);
}

[id^="waForm_"] .waForm_dateWrap {
	position: relative;
}

[id^="waForm_"] .waForm_date {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

[id^="waForm_"] .waForm_dateCta {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	line-height: 1.2;
	opacity: .7;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	z-index: 3;
	background: #fff;
	padding: 2px 6px;
	border-radius: 8px;
}

[id^="waForm_"] .waForm_dateWrap.is-empty .waForm_date {
	color: transparent !important;
	caret-color: transparent;
}

[id^="waForm_"] .waForm_dateWrap.is-focused .waForm_date,
[id^="waForm_"] .waForm_dateWrap.is-filled .waForm_date {
	color: #111 !important;
	caret-color: auto;
}

[id^="waForm_"] .waForm_dateWrap.is-focused .waForm_dateCta,
[id^="waForm_"] .waForm_dateWrap.is-filled .waForm_dateCta {
	display: none;
}

[id^="waForm_"] .waForm_btn {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	box-sizing: border-box;
	padding: 18px;
	border-radius: 18px;
	border: 0;
	background-color: #189b00;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 1.2;
	position: relative;
	min-height: 56px;
}

[id^="waForm_"] .waForm_btn::after {
	content: "";
	position: absolute;
	right: 14px;
	width: 34px;
	height: 34px;
	background-image: var(--bpbt-wa-icon, url('/wp-content/uploads/wa-50x50-min.png'));
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .95;
}

[id^="waForm_"] .waForm_btn:hover {
	filter: brightness(.97);
}
