/**
 * Shared Thank You page content.
 * Shufflrr blue palette — sharp edges, polished card.
 */

/* ─── Hide theme page title on Thank You page ──────────────────── */
.shuf-thank-you-body .entry-header,
.shuf-thank-you-body .entry-title,
.shuf-thank-you-body .page-title,
.shuf-thank-you-body .page-header,
.shuf-thank-you-body .flexy-breadcrumb-wrap {
  display: none !important;
}

.shuf-thank-you-body .entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Full white page background (override theme sidebars / content tint) */
.shuf-thank-you-body,
.shuf-thank-you-body #page,
.shuf-thank-you-body #content,
.shuf-thank-you-body #primary,
.shuf-thank-you-body #main,
.shuf-thank-you-body .site,
.shuf-thank-you-body .site-content,
.shuf-thank-you-body .site-main,
.shuf-thank-you-body .content-area,
.shuf-thank-you-body .entry-content,
.shuf-thank-you-body .container,
.shuf-thank-you-body .container-fluid,
.shuf-thank-you-body .row,
.shuf-thank-you-body [class*="col-"] {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
}

/* ─── Tokens ────────────────────────────────────────────────────── */
.shuf-thank-you-screen {
  --shuf-ty-blue:   #0B81FF;
  --shuf-ty-navy:   #1a2b4c;
  --shuf-ty-muted:  #6b7280;
  --shuf-ty-sky:    #eaf4ff;
  --shuf-ty-panel:  rgba(11, 129, 255, 0.07);

  font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.shuf-thank-you-trial-message {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 16px;
	padding: 14px 15px;
	background: #f2f7ff;
	border: 1px solid #cfe1ff;
	border-left: 3px solid #1683ff;
	border-radius: 5px;
	text-align: left;
}

.shuf-trial-message-icon {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #dcecff;
	color: #1683ff;
	font-size: 14px;
}

.shuf-trial-message-content {
	flex: 1;
	min-width: 0;
}

.shuf-trial-message-heading {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	/* margin-bottom: 5px; */
	color: #172b4d;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

.shuf-trial-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 6px;
	background: #1683ff;
	color: #fff;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .3px;
	white-space: nowrap;
}

.shuf-thank-you-trial-message p {
	margin: 0;
	color: #52637a;
	font-size: 14px;
	line-height: 1.5;
}

.shuf-thank-you-trial-message .shuf-trial-email {
	display: flex;
	align-items: center;
	gap: 5px;
	/* margin-top: 5px; */
	color: #344a67;
}

.shuf-trial-email i {
	color: #1683ff;
	font-size: 11px;
}

.shuf-trial-email strong {
	color: #172b4d;
	font-weight: 600;
	overflow-wrap: anywhere;
}

@media (max-width: 576px) {
	.shuf-thank-you-trial-message {
		padding: 12px;
		gap: 10px;
	}

	.shuf-trial-message-icon {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.shuf-trial-message-heading {
		font-size: 12px;
	}

	.shuf-thank-you-trial-message p {
		font-size: 11.5px;
	}
}
/* ─── Page wrapper — full white behind the message card ─────────── */
.shuf-thank-you-screen--page {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 60vh !important;
  margin: 0 auto !important;
  padding: 48px 24px 64px !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  box-sizing: border-box !important;
}

/* ─── Card ─────────────────────────────────────────────────────── */
.shuf-thank-you-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 520px) !important;
  min-height: auto !important;
  padding: 44px 40px 36px !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow:
    0 4px 24px rgba(0,0,0,0.08),
    0 16px 48px rgba(11,129,255,0.08) !important;
  color: var(--shuf-ty-navy) !important;
  text-align: center !important;
}

/* ─── Icon wrap ─────────────────────────────────────────────────── */
.shuf-thank-you-icon-wrap {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 88px !important;
  height: 88px !important;
  margin: 0 0 20px !important;
}

/* Branded SVG checkmark */
.shuf-thank-you-svg-check {
  position: relative !important;
  z-index: 1 !important;
  width: 64px !important;
  height: 64px !important;
  display: block !important;
  color: var(--shuf-ty-blue) !important;
  filter: drop-shadow(0 4px 12px rgba(11,129,255,0.30)) !important;
}

.shuf-thank-you-svg-circle {
  fill: currentColor !important;
}

/* Animated draw-in on the checkmark stroke */
.shuf-ty-check-mark {
  stroke-dasharray: 38;
  stroke-dashoffset: 38;
  animation: shuf-ty-draw 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
}

@keyframes shuf-ty-draw {
  to { stroke-dashoffset: 0; }
}

/* Pulse ring behind the icon */
.shuf-thank-you-icon-ring {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle, rgba(11,129,255,0.16) 0%, rgba(11,129,255,0.06) 55%, transparent 75%) !important;
  animation: shuf-ty-pulse 2.4s ease-in-out infinite !important;
}

@keyframes shuf-ty-pulse {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%       { transform: scale(1.1); opacity: 0.7; }
}

/* Fallback icon (non-SVG path) */
.shuf-thank-you-icon {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  color: var(--shuf-ty-blue) !important;
  font-size: 54px !important;
  line-height: 1 !important;
}

/* ─── Confetti dots ─────────────────────────────────────────────── */
.shuf-thank-you-confetti {
  position: absolute !important;
  z-index: 2 !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 1px !important;
  background: var(--shuf-ty-blue) !important;
}

.shuf-thank-you-confetti--1 { top: 8px;    left: 10px;  background: var(--shuf-ty-blue) !important; transform: rotate(18deg); }
.shuf-thank-you-confetti--2 { top: 4px;    right: 14px; width: 5px !important; height: 8px !important; }
.shuf-thank-you-confetti--3 { top: 34px;   left: 2px;   width: 4px !important; height: 4px !important; border-radius: 50% !important; background: var(--shuf-ty-blue) !important; }
.shuf-thank-you-confetti--4 { top: 28px;   right: 2px;  width: 7px !important; height: 4px !important; transform: rotate(-22deg); }
.shuf-thank-you-confetti--5 { bottom: 10px; left: 14px; width: 5px !important; height: 5px !important; border-radius: 50% !important; }
.shuf-thank-you-confetti--6 { bottom: 8px;  right: 12px; background: var(--shuf-ty-blue) !important; transform: rotate(30deg); }

/* ─── Typography ────────────────────────────────────────────────── */
.shuf-thank-you-title,
.shuf-thank-you-card h2 {
  margin: 0 0 6px !important;
  color: var(--shuf-ty-navy) !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.shuf-thank-you-msg {
  margin: 0 0 4px !important;
    color: var(--shuf-ty-navy) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

.shuf-thank-you-detail {
  margin: 0 0 24px !important;
  color: var(--shuf-ty-muted) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.shuf-thank-you-msg:last-of-type,
.shuf-thank-you-detail:last-of-type {
  margin-bottom: 24px !important;
}

/* ─── Error icon/ring ───────────────────────────────────────────── */
.shuf-thank-you-icon-ring--error {
  background:
    radial-gradient(circle, rgba(239,68,68,0.16) 0%, rgba(239,68,68,0.06) 55%, transparent 75%) !important;
  animation: none !important;
}

.shuf-thank-you-icon--error {
  color: #ef4444 !important;
}

/* ─── Portal card — blue tint so it reads as "the result" ───────── */
.shuf-thank-you-portal-card {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 4px 0 20px !important;
  padding: 16px !important;
  border: 1px solid rgba(11,129,255,0.20) !important;
  border-radius: 0 !important;
  background: var(--shuf-ty-panel) !important;
  box-shadow: none !important;
  text-align: left !important;
}

.shuf-thank-you-portal-card-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: rgba(11,129,255,0.14) !important;
  color: var(--shuf-ty-blue) !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.shuf-thank-you-portal-card-icon i {
  color: var(--shuf-ty-blue) !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.shuf-thank-you-portal-card-body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 8px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.shuf-thank-you-portal-card-title {
  margin: 0 !important;
  color: var(--shuf-ty-navy) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: left !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

/* ─── URL row — wider copy button for equal tap targets ─────────── */
.shuf-thank-you-portal-url-row {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  border: 1px solid rgba(11,129,255,0.22) !important;
  border-radius: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
}

.shuf-thank-you-portal-url {
  display: block !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  box-sizing: border-box !important;
  padding: 11px 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--shuf-ty-blue) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  box-shadow: none !important;
}

.shuf-thank-you-copy-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 48px !important;
  width: 48px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(11,129,255,0.15) !important;
  border-radius: 0 !important;
  background: rgba(11,129,255,0.05) !important;
  color: var(--shuf-ty-blue) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

.shuf-thank-you-copy-btn i {
  color: var(--shuf-ty-blue) !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.shuf-thank-you-copy-btn:hover,
.shuf-thank-you-copy-btn:focus {
  background: rgba(11,129,255,0.12) !important;
  color: var(--shuf-ty-blue) !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ─── CTA button ────────────────────────────────────────────────── */
.shuf-thank-you-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 48px !important;
  /* margin: 0 0 20px !important; */
  padding: 13px 22px !important;
  border-radius: 0 !important;
  background: var(--shuf-ty-blue) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease !important;
}

.shuf-thank-you-link i {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

.shuf-thank-you-link:hover,
.shuf-thank-you-link:focus {
  background: #086bd4 !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ─── Back to Home link (no divider, just a simple text link) ───── */
.shuf-thank-you-home-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 0 !important;
  color: var(--shuf-ty-muted) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.shuf-thank-you-home-link i {
  font-size: 11px !important;
  line-height: 1 !important;
  color: var(--shuf-ty-muted) !important;
}

.shuf-thank-you-home-link:hover,
.shuf-thank-you-home-link:focus {
  color: var(--shuf-ty-blue) !important;
  text-decoration: underline !important;
}

.shuf-thank-you-home-link:hover i,
.shuf-thank-you-home-link:focus i {
  color: var(--shuf-ty-blue) !important;
}

/* ─── Add-in success steps ──────────────────────────────────────── */
.shuf-addin-success-steps {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 4px 0 20px !important;
  gap: 20px !important;
}

.shuf-addin-download-btn {
  margin: 0 !important;
}

.shuf-addin-steps-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

.shuf-addin-steps-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.shuf-addin-step-num {
  display: inline-flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  min-width: 1.1em !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--shuf-ty-blue) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.shuf-addin-step-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  color: var(--shuf-ty-navy) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

/* ─── Inline checkout response (fills Order Summary box) ─────── */
.shuf-checkout-response {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  grid-column: auto !important;
}

/* While Thank You / error is active, response is the only visible child.
   Product CSS uses display:…!important on CTA / toggle / info — match it. */
.shuf-ct-wrap .shuf-ct-summary-box.shuf-summary-showing-response > *:not(.shuf-checkout-response),
.shuf-bc-wrap .shuf-bc-summary-box.shuf-summary-showing-response > *:not(.shuf-checkout-response),
.shuf-ad-wrap .shuf-ad-summary-box.shuf-summary-showing-response > *:not(.shuf-checkout-response) {
  display: none !important;
}

.shuf-summary-showing-response > .shuf-checkout-response {
  margin: 0 !important;
  display: block !important;
}

.shuf-thank-you-screen--inline {
  --shuf-ty-blue:   #0B81FF;
  --shuf-ty-navy:   #1a2b4c;
  --shuf-ty-muted:  #6b7280;

  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  z-index: auto !important;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.shuf-thank-you-screen--inline .shuf-thank-you-card {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 8px 0 4px !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: inherit !important;
  align-items: center !important;
  text-align: center !important;
}

/* Success / error icon above the title (inline Order Summary) */
.shuf-thank-you-screen--inline .shuf-thank-you-icon-wrap {
  display: flex !important;
  position: relative !important;
  align-items: center !important;
  justify-content: center !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 auto 14px !important;
}

.shuf-thank-you-screen--inline .shuf-thank-you-svg-check {
  width: 52px !important;
  height: 52px !important;
}

.shuf-thank-you-screen--inline .shuf-thank-you-icon {
  font-size: 48px !important;
}

.shuf-thank-you-screen--inline .shuf-thank-you-confetti {
  width: 5px !important;
  height: 5px !important;
}

.shuf-thank-you-screen--inline .shuf-thank-you-title,
.shuf-thank-you-screen--inline .shuf-thank-you-card h1,
.shuf-thank-you-screen--inline .shuf-thank-you-card h2 {
  margin: 0 0 8px !important;
  color: var(--shuf-ty-navy) !important;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
}

.shuf-thank-you-screen--inline .shuf-thank-you-msg {
  margin: 0 0 4px !important;
  color: var(--shuf-ty-navy) !important;
  font-family: inherit !important;
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.shuf-thank-you-screen--inline .shuf-thank-you-detail {
  margin: 0 !important;
  color: var(--shuf-ty-muted) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.shuf-thank-you-screen--inline .shuf-thank-you-msg:last-of-type,
.shuf-thank-you-screen--inline .shuf-thank-you-detail:last-of-type {
  margin-bottom: 12px !important;
}

.shuf-thank-you-download-inline {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  text-align: center !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.shuf-thank-you-download-link {
  color: var(--shuf-ty-blue) !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}

.shuf-thank-you-download-link:hover,
.shuf-thank-you-download-link:focus {
  color: #0669d6 !important;
}

/* Free Add-in — secondary blue Download button (site secondary-btn style) */
.shuf-thank-you-download-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 180px !important;
  max-width: max-content !important;
  min-height: 44px !important;
  margin: 0 auto 16px auto !important;
  padding: 11px 24px !important;
  box-sizing: border-box !important;
  align-self: center !important;
  background: #3C83F6 !important;
  color: #FDFEFF !important;
  border: 1px solid #3C83F6 !important;
  border-radius: 0 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.2px !important;
  text-decoration: none !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.shuf-thank-you-download-btn:hover,
.shuf-thank-you-download-btn:focus {
  background: #2563EB !important;
  border-color: #2563EB !important;
  color: #FDFEFF !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.shuf-thank-you-screen--inline .shuf-addin-step-text strong,
.shuf-thank-you-screen--inline .shuf-addin-step-text .shuf-ty-email-highlight {
  color: #111827 !important;
  font-weight: 700 !important;
  background: none !important;
}

/* Inline error — full-width "Try another card" / "Try Again" CTA */
.shuf-thank-you-try-card,
.shuf-thank-you-try-again-inline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 16px 0 0 !important;
  padding: 12px 24px !important;
  box-sizing: border-box !important;
  gap: 8px !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  box-shadow: none !important;
}

.shuf-thank-you-try-card i,
.shuf-thank-you-try-again-inline i {
  font-size: 14px !important;
  line-height: 1 !important;
}

/* Cloud — orange CTA */
.shuf-ct-wrap .shuf-thank-you-try-card,
.shuf-ct-wrap .shuf-thank-you-try-again-inline {
  background: #FF5300 !important;
}
.shuf-ct-wrap .shuf-thank-you-try-card:hover,
.shuf-ct-wrap .shuf-thank-you-try-card:focus,
.shuf-ct-wrap .shuf-thank-you-try-again-inline:hover,
.shuf-ct-wrap .shuf-thank-you-try-again-inline:focus {
  background: #AF3900 !important;
  outline: none !important;
  color: #fff !important;
}

/* Blob + Add-in — purple CTA */
.shuf-bc-wrap .shuf-thank-you-try-card,
.shuf-ad-wrap .shuf-thank-you-try-card,
.shuf-bc-wrap .shuf-thank-you-try-again-inline,
.shuf-ad-wrap .shuf-thank-you-try-again-inline {
  background: #7C3AED !important;
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.25) !important;
}
.shuf-bc-wrap .shuf-thank-you-try-card:hover,
.shuf-bc-wrap .shuf-thank-you-try-card:focus,
.shuf-ad-wrap .shuf-thank-you-try-card:hover,
.shuf-ad-wrap .shuf-thank-you-try-card:focus,
.shuf-bc-wrap .shuf-thank-you-try-again-inline:hover,
.shuf-bc-wrap .shuf-thank-you-try-again-inline:focus,
.shuf-ad-wrap .shuf-thank-you-try-again-inline:hover,
.shuf-ad-wrap .shuf-thank-you-try-again-inline:focus {
  background: #5B21B6 !important;
  outline: none !important;
  color: #fff !important;
}

.shuf-addin-step-text strong,
.shuf-addin-step-text .shuf-ty-email-highlight {
  color: #111827 !important;
  font-weight: 700 !important;
  background: none !important;
}

/* Emphasize the email reminder in bold black (no yellow mark) */
.shuf-ty-email-highlight {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #111827 !important;
  font-weight: 700 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

/* ─── Mobile ────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .shuf-thank-you-screen--page {
    padding: 32px 16px 48px !important;
  }

  .shuf-thank-you-card {
    width: 100% !important;
    padding: 32px 20px 28px !important;
  }

  .shuf-thank-you-title,
  .shuf-thank-you-card h2 {
    font-size: 26px !important;
  }

  .shuf-thank-you-portal-card {
    align-items: flex-start !important;
  }
}
