/* Inline coupon details below the verification and expiry metadata. */
.ffcoupon-stage15test .ffc-offer-inline-details {
	margin-top: 13px;
	color: #5f6874;
	font-size: 13px;
	line-height: 1.55;
}

.ffcoupon-stage15test .ffc-offer-inline-details p { margin: 0; }
.ffcoupon-stage15test .ffc-offer-inline-details p + p { margin-top: 5px; }
.ffcoupon-stage15test .ffc-offer-inline-details strong { color: #4b5563; font-weight: 750; }

.ffcoupon-stage15test .ffc-offer-inline-details.is-long-preview {
	padding: 0;
	border: 0;
	background: transparent;
}

.ffcoupon-stage15test .ffc-offer-detail-preview { color: #5f6874; }
.ffcoupon-stage15test .ffc-offer-detail-preview p { display: block; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure { margin-top: 6px; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure summary {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	color: var(--ffc-blue);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.ffcoupon-stage15test .ffc-offer-detail-disclosure summary::-webkit-details-marker { display: none; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure summary::after {
	content: '⌄';
	font-size: 15px;
	line-height: 1;
	transition: transform .18s ease;
}
.ffcoupon-stage15test .ffc-offer-detail-collapse-label { display: none; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure[open] { display: flex; flex-direction: column; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure[open] .ffc-offer-detail-remainder { order: 1; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure[open] summary { order: 2; margin-top: 7px; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure[open] .ffc-offer-detail-expand-label { display: none; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure[open] .ffc-offer-detail-collapse-label { display: inline; }
.ffcoupon-stage15test .ffc-offer-detail-disclosure[open] summary::after { transform: rotate(180deg); }
.ffcoupon-stage15test .ffc-offer-detail-remainder { color: #5f6874; }
.ffcoupon-stage15test .ffc-offer-detail-remainder p { display: block; }

.ffcoupon-stage15test .ffc-direct-offer-button { width: 100%; min-height: 46px; border: 0; border-radius: 12px; background: #1e73be; color: #fff; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.ffcoupon-stage15test .ffc-direct-offer-button:hover,.ffcoupon-stage15test .ffc-direct-offer-button:focus { background: #155d99; transform: translateY(-1px); }
