.jpa-awm-wrap,
.jpa-awm-wrap * {
	box-sizing: border-box;
}

.jpa-awm-wrap {
	--jpa-card-bg: #fff3d6;
	--jpa-card-border: #ffb800;
	--jpa-button-bg: #ffc400;
	--jpa-card-text: #171717;
	width: 100%;
	background: #fff3d6;
	padding: 18px 25px 28px;
}

.jpa-awm-inner {
	width: 100%;
	max-width: 930px;
	margin: 0 auto;
}

.jpa-awm-header {
	text-align: center;
	line-height: 1;
	margin-bottom: 18px;
}

.jpa-awm-header-top {
	margin: 0;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(30px, 4.3vw, 42px);
	font-weight: 200;
	letter-spacing: -.04em;
	color: #1b1b1b;
}

.jpa-awm-header-main {
	margin: -2px 0 0;
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-size: clamp(62px, 9vw, 92px);
	font-stretch: condensed;
	font-weight: 900;
	letter-spacing: -.025em;
	color: #ff0a2b;
}

.jpa-awm-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.jpa-awm-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 268px;
	overflow: hidden;
	padding: 23px 20px 20px 22px;
	border: 2px solid var(--jpa-card-border, #ffb800);
	border-radius: 20px;
	background-color: var(--jpa-card-bg, #fff3d6);
	color: var(--jpa-card-text, #171717);
	isolation: isolate;
}

.jpa-awm-content {
	position: relative;
	z-index: 2;
	width: 56%;
	min-width: 0;
}

.jpa-awm-card-title {
	margin: 0 0 10px;
	padding: 0;
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-size: 22px;
	font-stretch: condensed;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.025em;
	color: inherit;
}

.jpa-awm-description,
.jpa-awm-extras {
	margin: 0;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.035em;
	color: inherit;
}

.jpa-awm-extras {
	margin-top: 14px;
}

.jpa-awm-product-image {
	position: absolute;
	z-index: 1;
	top: 25px;
	right: -4px;
	width: 54%;
	margin: 0;
	pointer-events: none;
}

.jpa-awm-product-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 205px;
	object-fit: contain;
	object-position: right center;
}

.jpa-awm-footer {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: auto;
	padding-top: 6px;
}

.jpa-awm-price {
	margin: 0 0 6px;
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-size: 24px;
	font-stretch: condensed;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.025em;
	color: inherit;
}

.jpa-awm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 62%;
	min-height: 43px;
	padding: 9px 15px;
	border: 0;
	border-radius: 10px;
	background-color: var(--jpa-button-bg, #ffc400);
	color: #111;
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-size: 18px;
	font-stretch: condensed;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.015em;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.jpa-awm-button:hover,
.jpa-awm-button:focus-visible {
	background-color: #ffb300;
	color: #111;
	transform: translateY(-1px);
}

.jpa-awm-button:focus-visible {
	outline: 3px solid rgba(17, 17, 17, .35);
	outline-offset: 2px;
}

.jpa-awm-button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	font-size: 28px;
	line-height: 1;
	color: currentColor;
}

.jpa-awm-button-icon i {
	display: block;
	font-size: inherit;
	line-height: 1;
}

.jpa-awm-button-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
	stroke: currentColor;
}

.jpa-awm-button-text {
	display: inline-block;
}

@media (max-width: 767px) {
	.jpa-awm-wrap {
		padding: 16px 14px 22px;
	}

	.jpa-awm-grid {
		grid-template-columns: 1fr;
	}

	.jpa-awm-header-top {
		font-size: 29px;
	}

	.jpa-awm-header-main {
		font-size: 62px;
	}

	.jpa-awm-card {
		min-height: 235px;
		padding: 19px 15px 16px 16px;
		border-radius: 18px;
	}

	.jpa-awm-card-title {
		font-size: 20px;
	}

	.jpa-awm-description,
	.jpa-awm-extras {
		font-size: 16px;
	}

	.jpa-awm-content {
		width: 58%;
	}

	.jpa-awm-product-image {
		top: 28px;
		right: -8px;
		width: 50%;
	}

	.jpa-awm-product-image img {
		max-height: 175px;
	}

	.jpa-awm-price {
		font-size: 22px;
	}

	.jpa-awm-button {
		width: 78%;
		font-size: 17px;
	}
}

@media (max-width: 390px) {
	.jpa-awm-card {
		min-height: 250px;
	}

	.jpa-awm-content {
		width: 61%;
	}

	.jpa-awm-product-image {
		width: 48%;
	}

	.jpa-awm-button {
		width: 86%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jpa-awm-button {
		transition: none;
	}
}
