.coupon-single-layout {
	background:
		linear-gradient(180deg, #ffffff 0, #f7f9fc 240px),
		#f7f9fc;
	padding: 28px 0 62px;
}

.coupon-page-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 34px;
	align-items: start;
}

.coupon-page-shell.no-sidebar {
	grid-template-columns: minmax(0, 920px);
	justify-content: center;
}

.coupon-primary {
	min-width: 0;
}

.coupon-header {
	padding: 8px 0 0;
}

.coupon-brand-hero {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	margin-top: 20px;
}

.coupon-brand-logo-wrap {
	display: grid;
	place-items: center;
	width: 190px;
	height: 190px;
	border: 1px solid #dfe7f2;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(7, 30, 82, 0.06);
}

.coupon-brand-name-mobile {
	display: none;
}

.coupon-brand-logo,
.coupon-offer-logo {
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #4e7cff, #1264e8);
	color: #ffffff;
}

.coupon-brand-logo {
	width: 92px;
	height: 92px;
}

.coupon-brand-logo svg {
	width: 58px;
	height: 58px;
}

.coupon-brand-logo__image {
	max-width: 112px;
	max-height: 112px;
	object-fit: contain;
}

.coupon-brand-logo--image {
	width: 150px;
	height: 128px;
	border-radius: 0;
	background: transparent;
	color: inherit;
	overflow: hidden;
}

.coupon-brand-logo--image .coupon-brand-logo__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 150px;
	max-height: 128px;
	object-fit: contain;
	object-position: center;
}

.coupon-layout-label {
	margin: 0 0 8px;
	color: #ff5a0a;
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.coupon-header h1 {
	max-width: 720px;
	margin: 0;
	color: #071e52;
	font-size: 46px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.coupon-description {
	max-width: 650px;
	margin: 14px 0 0;
	color: #34445d;
	font-size: 17px;
	line-height: 1.7;
}

.coupon-rating-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-top: 18px;
	color: #101d3d;
	font-size: 14px;
	font-weight: 750;
}

.coupon-rating-row > span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
}

.coupon-stars {
	color: #f59e0b;
	letter-spacing: 0;
}

.trustpilot-lite {
	position: relative;
	padding-left: 18px;
	color: #071e52;
}

.trustpilot-lite::before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: #16a66a;
}

.coupon-jump-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin-top: 26px;
	border: 1px solid #e3e9f2;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(7, 30, 82, 0.05);
	overflow: hidden;
}

.coupon-jump-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 12px 18px;
	border-bottom: 2px solid transparent;
	color: #071e52;
	font-size: 14px;
	font-weight: 800;
}

.coupon-jump-menu a:first-child {
	border-bottom-color: #ff5a0a;
	color: #ff5a0a;
}

.coupon-jump-menu a:hover {
	background: #fff6ee;
	color: #ff5a0a;
}

.coupon-section-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 14px;
	color: #ff5a0a;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.coupon-section-label::before {
	content: "";
	width: 9px;
	height: 14px;
	border-radius: 9px 9px 9px 2px;
	background: #ff5a0a;
}

.coupon-top-deal {
	margin-top: 24px;
}

.coupon-top-card {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr) 250px;
	gap: 24px;
	align-items: center;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	background: #ffffff;
	padding: 28px 24px;
	box-shadow: 0 12px 28px rgba(7, 30, 82, 0.07);
}

.coupon-discount-badge,
.coupon-row-discount {
	display: grid;
	place-items: center;
	align-content: center;
	border: 1px dashed #ff8a57;
	border-radius: 10px;
	background: #fff8f4;
	color: #ff5a0a;
	text-align: center;
}

.coupon-discount-badge {
	min-height: 128px;
}

.coupon-discount-badge strong {
	font-size: 33px;
	line-height: 1;
}

.coupon-discount-badge span,
.coupon-row-discount span {
	font-size: 17px;
	font-weight: 900;
}

.coupon-top-copy {
	min-width: 0;
}

.coupon-top-copy h2 {
	margin: 0;
	color: #071e52;
	font-size: 25px;
	line-height: 1.22;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.coupon-benefits-list {
	display: grid;
	gap: 7px;
	margin: 16px 0 0;
	padding: 0;
	color: #34445d;
	font-size: 15px;
	list-style: none;
}

.coupon-benefits-list li {
	position: relative;
	padding-left: 24px;
}

.coupon-benefits-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #16a66a;
	font-weight: 900;
}

.coupon-top-action {
	display: grid;
	gap: 12px;
	padding-left: 24px;
	border-left: 1px solid #e3e9f2;
}

.coupon-countdown > span {
	display: block;
	margin-bottom: 7px;
	color: #667085;
	font-size: 13px;
}

.coupon-countdown-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
}

.coupon-countdown-grid strong {
	display: grid;
	place-items: center;
	min-height: 40px;
	border-radius: 8px;
	background: #fff1ea;
	color: #ff5a0a;
	font-size: 22px;
	line-height: 1;
}

.coupon-countdown-labels {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px;
	margin-top: 4px;
	color: #667085;
	font-size: 11px;
	text-align: center;
}

.coupon-main-code,
.coupon-sidebar-code {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 8px;
	width: 100%;
	min-height: 46px;
	border: 1px dashed #ff8a57;
	border-radius: 10px;
	background: #fff8f4;
	color: #ff5a0a;
	padding: 8px 10px;
	font-weight: 900;
}

.coupon-main-code span,
.coupon-sidebar-code span {
	color: #667085;
	font-size: 12px;
	text-transform: uppercase;
}

.coupon-top-button,
.coupon-sidebar-button {
	min-height: 54px;
	font-size: 16px;
	text-transform: uppercase;
}

.coupon-top-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 10px;
	color: #667085;
	font-size: 13px;
	font-weight: 750;
}

.coupon-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.coupon-trust-strip div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	border: 1px solid #e3e9f2;
	border-radius: 12px;
	background: #ffffff;
	padding: 12px;
	box-shadow: 0 8px 18px rgba(7, 30, 82, 0.04);
}

.coupon-trust-strip span {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: #ecfff6;
	color: #16a66a;
}

.coupon-trust-strip strong {
	color: #071e52;
	font-size: 13px;
	line-height: 1.25;
}

.coupon-more-deals,
.coupon-entry-content,
.coupon-related-section {
	margin-top: 24px;
}

.coupon-top-deal[id],
.coupon-more-deals[id],
.coupon-entry-content[id] {
	scroll-margin-top: 92px;
}

.coupon-more-deals h2 {
	margin: 0 0 10px;
	color: #071e52;
	font-size: 19px;
	line-height: 1.25;
	text-transform: uppercase;
}

.coupon-deals-list {
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(7, 30, 82, 0.06);
	overflow: hidden;
}

.coupon-deal-row {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr) minmax(110px, auto) minmax(140px, auto);
	gap: 18px;
	align-items: center;
	padding: 16px;
}

.coupon-deal-row + .coupon-deal-row {
	border-top: 1px solid #e3e9f2;
}

.coupon-row-discount {
	min-height: 72px;
}

.coupon-row-discount strong {
	font-size: 20px;
	line-height: 1;
}

.coupon-row-copy h3 {
	margin: 0;
	color: #071e52;
	font-size: 17px;
	line-height: 1.25;
	letter-spacing: 0;
}

.coupon-row-copy p {
	margin: 4px 0 0;
	color: #667085;
	font-size: 13px;
	line-height: 1.45;
}

.coupon-row-expiration {
	display: inline-block;
	margin-top: 4px;
	color: #667085;
	font-size: 12px;
	font-weight: 750;
}

.coupon-row-price {
	display: grid;
	gap: 2px;
	text-align: right;
}

.coupon-row-price strong {
	color: #ff5a0a;
	font-size: 20px;
	line-height: 1.1;
}

.coupon-row-price span {
	color: #667085;
	font-size: 13px;
	text-decoration: line-through;
}

.coupon-row-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}

.coupon-row-button {
	border-color: #ff9a70;
	color: #ff5a0a;
	white-space: nowrap;
}

.coupon-entry-content {
	box-shadow: 0 10px 24px rgba(7, 30, 82, 0.05);
}

.coupon-entry-content details,
.coupon-entry-content .wp-block-rank-math-faq-block {
	border: 1px solid #e3e9f2;
	border-radius: 12px;
	background: #ffffff;
	padding: 14px 16px;
}

.coupon-entry-content details + details {
	margin-top: 10px;
}

.coupon-entry-content summary {
	color: #071e52;
	font-weight: 850;
	cursor: pointer;
}

.coupon-sidebar {
	position: sticky;
	top: 96px;
}

.coupon-sidebar-stack {
	display: grid;
	gap: 16px;
}

.coupon-mobile-offer-card {
	display: none;
}

.coupon-offer-card {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	background:
		radial-gradient(circle at 50% 45%, rgba(18, 100, 232, 0.34), transparent 34%),
		linear-gradient(160deg, #083dd1 0%, #071e52 62%, #031136 100%);
	color: #ffffff;
	box-shadow: 0 18px 34px rgba(7, 30, 82, 0.24);
}

.coupon-offer-badge {
	width: max-content;
	max-width: calc(100% - 36px);
	margin: 0 auto;
	padding: 9px 18px;
	border-radius: 0 0 8px 8px;
	background: #ff5a0a;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.coupon-offer-inner {
	display: grid;
	justify-items: center;
	gap: 12px;
	padding: 28px 20px 20px;
	text-align: center;
}

.coupon-offer-prefix {
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}

.coupon-offer-primary {
	color: #ff6a1f;
	font-size: 58px;
	font-weight: 950;
	line-height: 0.95;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.coupon-offer-secondary {
	font-size: 24px;
	font-weight: 850;
	line-height: 1.1;
}

.coupon-offer-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 4px;
	font-size: 25px;
	font-weight: 900;
}

.coupon-offer-logo {
	width: 52px;
	height: 52px;
	background: #ffffff;
	color: #1264e8;
}

.coupon-offer-logo svg {
	width: 32px;
	height: 32px;
}

.coupon-offer-logo__image {
	max-width: 46px;
	max-height: 46px;
	object-fit: contain;
}

.coupon-offer-logo--image {
	background: #ffffff;
	overflow: hidden;
}

.coupon-offer-logo--image .coupon-offer-logo__image {
	display: block;
	width: 42px;
	height: 42px;
	max-width: 42px;
	max-height: 42px;
	object-fit: contain;
	object-position: center;
}

.coupon-offer-benefits {
	display: grid;
	gap: 8px;
	width: 100%;
	margin: 10px 0 0;
	padding: 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.08);
	text-align: left;
	list-style: none;
}

.coupon-offer-benefits li {
	position: relative;
	padding-left: 23px;
	font-size: 14px;
	font-weight: 750;
}

.coupon-offer-benefits li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: #a7d8ff;
}

.coupon-sidebar-code {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.coupon-sidebar-code span {
	color: #cfe0ff;
}

.coupon-money-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #d8e8ff;
	font-size: 13px;
	font-weight: 800;
}

.coupon-proof-card {
	border: 1px solid #e3e9f2;
	border-radius: 14px;
	background: #ffffff;
	padding: 18px;
	box-shadow: 0 10px 24px rgba(7, 30, 82, 0.06);
	text-align: center;
}

.coupon-proof-card h2 {
	margin: 0 0 14px;
	color: #071e52;
	font-size: 18px;
	line-height: 1.25;
}

.coupon-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.coupon-proof-grid div {
	display: grid;
	gap: 4px;
	padding: 10px 6px;
	border-left: 1px solid #e3e9f2;
}

.coupon-proof-grid div:first-child {
	border-left: 0;
}

.coupon-proof-grid strong {
	color: #071e52;
	font-size: 14px;
	line-height: 1.2;
}

.coupon-proof-grid span {
	color: #667085;
	font-size: 11px;
	font-weight: 750;
	text-transform: uppercase;
}

.mobile-coupon-cta {
	display: none;
}

@media (max-width: 1120px) {
	.coupon-page-shell {
		grid-template-columns: minmax(0, 1fr);
		max-width: 860px;
	}

	.coupon-sidebar {
		display: none;
	}
}

@media (max-width: 780px) {
	.coupon-single-layout {
		padding-top: 14px;
	}

	.coupon-brand-hero {
		grid-template-columns: 1fr;
		gap: 10px;
		justify-items: center;
		text-align: center;
		margin-top: 14px;
	}

	.coupon-brand-logo-wrap {
		display: inline-flex;
		width: auto;
		height: auto;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		gap: 9px;
	}

	.coupon-brand-name-mobile {
		display: inline-flex;
		align-items: center;
		color: #071e52;
		font-size: 15px;
		font-weight: 900;
		line-height: 1;
	}

	.coupon-brand-logo {
		width: 44px;
		height: 44px;
	}

	.coupon-brand-logo--image {
		width: 68px;
		height: 40px;
	}

	.coupon-brand-logo--image .coupon-brand-logo__image {
		max-width: 68px;
		max-height: 40px;
	}

	.coupon-brand-logo svg {
		width: 28px;
		height: 28px;
	}

	.coupon-layout-label {
		display: none;
	}

	.coupon-header h1 {
		max-width: 330px;
		font-size: 23px;
		line-height: 1.12;
	}

	.coupon-description {
		display: none;
	}

	.coupon-rating-row {
		justify-content: center;
		gap: 6px 9px;
		margin-top: 12px;
		font-size: 12px;
	}

	.coupon-rating-row > span {
		min-height: 22px;
	}

	.coupon-jump-menu {
		display: none;
	}

	.coupon-mobile-offer-card {
		position: relative;
		display: block;
		margin: 16px 0 0;
		border-radius: 14px;
		background:
			radial-gradient(circle at 50% 52%, rgba(23, 105, 255, 0.52), transparent 36%),
			linear-gradient(160deg, #0b46e2 0%, #082b9a 50%, #061b53 100%);
		color: #ffffff;
		box-shadow: 0 18px 34px rgba(7, 30, 82, 0.24);
		overflow: hidden;
	}

	.coupon-mobile-offer-card::before {
		content: "";
		position: absolute;
		inset: 0;
		background:
			linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 28%),
			radial-gradient(circle at 92% 12%, rgba(255, 90, 10, 0.22), transparent 22%);
		pointer-events: none;
	}

	.coupon-mobile-offer-badge {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: max-content;
		max-width: calc(100% - 40px);
		min-height: 28px;
		margin: 0 auto;
		padding: 6px 14px;
		border-radius: 0 0 7px 7px;
		background: #ff5a0a;
		color: #ffffff;
		font-size: 11px;
		font-weight: 900;
		line-height: 1;
		text-transform: uppercase;
	}

	.coupon-mobile-offer-badge::before {
		content: "\2605";
		font-size: 10px;
	}

	.coupon-mobile-offer-inner {
		position: relative;
		z-index: 1;
		display: grid;
		justify-items: center;
		gap: 7px;
		padding: 14px 16px 13px;
		text-align: center;
	}

	.coupon-mobile-offer-prefix {
		font-size: 18px;
		font-weight: 850;
		line-height: 1;
	}

	.coupon-mobile-offer-primary {
		color: #ff6a1f;
		font-size: 42px;
		font-weight: 950;
		line-height: 0.9;
		text-transform: uppercase;
		overflow-wrap: anywhere;
		text-shadow: 0 8px 20px rgba(255, 90, 10, 0.22);
	}

	.coupon-mobile-offer-secondary {
		font-size: 16px;
		font-weight: 900;
		line-height: 1.05;
	}

	.coupon-mobile-offer-button {
		width: 100%;
		min-height: 44px;
		margin-top: 4px;
		border-radius: 8px;
		font-size: 14px;
		text-transform: uppercase;
		box-shadow: 0 12px 24px rgba(255, 90, 10, 0.28);
	}

	.coupon-mobile-offer-button svg {
		width: 17px;
		height: 17px;
	}

	.coupon-mobile-money-back {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		color: #d8e8ff;
		font-size: 11px;
		font-weight: 850;
		line-height: 1.2;
	}

	.coupon-mobile-money-back svg {
		width: 15px;
		height: 15px;
		color: #44d985;
	}

	.coupon-top-card {
		grid-template-columns: 100px minmax(0, 1fr);
		gap: 16px;
		padding: 18px;
		border-radius: 14px;
	}

	.coupon-discount-badge {
		min-height: 98px;
	}

	.coupon-discount-badge strong {
		font-size: 28px;
	}

	.coupon-top-copy h2 {
		font-size: 20px;
	}

	.coupon-benefits-list {
		font-size: 14px;
	}

	.coupon-top-action {
		grid-column: 1 / -1;
		padding-left: 0;
		border-left: 0;
	}

	.coupon-top-button {
		width: 100%;
		min-height: 54px;
	}

	.coupon-trust-strip {
		grid-template-columns: repeat(3, minmax(120px, 1fr));
		overflow-x: auto;
		padding-bottom: 3px;
	}

	.coupon-deal-row {
		grid-template-columns: 86px minmax(0, 1fr);
		gap: 14px;
		padding: 14px;
	}

	.coupon-row-price,
	.coupon-row-actions {
		grid-column: 2;
		justify-content: flex-start;
		text-align: left;
	}

	.coupon-row-actions {
		flex-wrap: wrap;
	}

	.mobile-coupon-cta {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 120;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(130px, 42vw);
		align-items: center;
		gap: 10px;
		min-height: 62px;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
		background: #071e52;
		color: #ffffff;
		box-shadow: 0 -10px 24px rgba(7, 30, 82, 0.28);
	}

	.mobile-coupon-cta[hidden] {
		display: none;
	}

	.mobile-coupon-cta strong {
		display: block;
		color: #ffffff;
		overflow: hidden;
		font-size: 18px;
		line-height: 1;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mobile-coupon-cta span {
		display: block;
		margin-top: 2px;
		color: #cfe0ff;
		overflow: hidden;
		font-size: 11px;
		font-weight: 700;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mobile-coupon-cta a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 100%;
		min-height: 44px;
		padding: 8px 12px;
		border-radius: 9px;
		background: #ff5a0a;
		color: #ffffff;
		font-size: 13px;
		font-weight: 900;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.mobile-coupon-cta a svg {
		width: 16px;
		height: 16px;
	}

	.mobile-coupon-cta .mobile-deal-close {
		display: none;
	}
}

@media (max-width: 440px) {
	.coupon-top-card {
		grid-template-columns: 86px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
		text-align: left;
	}

	.coupon-discount-badge {
		width: auto;
		min-height: 82px;
		margin-inline: 0;
	}

	.coupon-discount-badge strong {
		font-size: 22px;
	}

	.coupon-discount-badge span {
		font-size: 14px;
	}

	.coupon-top-copy h2 {
		font-size: 16px;
		line-height: 1.22;
	}

	.coupon-benefits-list {
		display: none;
	}

	.coupon-top-action {
		grid-column: 1 / -1;
		gap: 9px;
	}

	.coupon-countdown > span {
		margin-bottom: 5px;
		text-align: center;
	}

	.coupon-countdown-grid {
		gap: 5px;
	}

	.coupon-countdown-grid strong {
		min-height: 34px;
		font-size: 17px;
	}

	.coupon-countdown-labels {
		gap: 5px;
		font-size: 10px;
	}

	.coupon-main-code {
		min-height: 42px;
	}

	.coupon-top-button {
		min-height: 48px;
	}

	.coupon-mobile-offer-card {
		margin-top: 16px;
		border-radius: 12px;
	}

	.coupon-mobile-offer-inner {
		gap: 6px;
		padding: 14px 14px 13px;
	}

	.coupon-mobile-offer-prefix {
		font-size: 18px;
	}

	.coupon-mobile-offer-primary {
		font-size: 38px;
	}

	.coupon-mobile-offer-secondary {
		font-size: 16px;
	}

	.coupon-mobile-offer-button {
		min-height: 42px;
	}

	.coupon-trust-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		overflow-x: visible;
	}

	.coupon-trust-strip div {
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		min-height: 86px;
		padding: 10px 7px;
		text-align: center;
	}

	.coupon-trust-strip span {
		width: 30px;
		height: 30px;
		border-radius: 9px;
	}

	.coupon-trust-strip strong {
		font-size: 11px;
	}

	.coupon-row-price,
	.coupon-row-actions {
		grid-column: 1 / -1;
	}

	.mobile-coupon-cta {
		grid-template-columns: minmax(0, 1fr) minmax(124px, 44vw);
	}

	.mobile-coupon-cta a {
		grid-column: auto;
	}
}
