/* Trellis Eligibility - front-end form styles (v1.1)
   Page #FFFFF3, form surface #7657F21C, navy headings, soft gray body.
   Purple (#7657F2) is used ONLY for numbered badges, required asterisks and bolded key terms.
   Every selector is scoped under .trellis-elig-wrap so theme styles can't flatten it. */

.trellis-elig-wrap {
	--tr-navy: #1e2a4a;
	--tr-navy-deep: #0d1428;
	--tr-ink: #5b6478;
	--tr-ink-faint: #8b93a7;
	--tr-purple: #7657f2;
	--tr-tint: #7657f21c;
	--tr-page: #fffff3;
	--tr-white: #ffffff;
	--tr-err: #c7372f;
	/* ================= EDITABLE DESIGN CONTROLS =================
	   Change these values to adjust the plugin without hunting through CSS.
	   ================================================================ */
	--tr-display: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--tr-body: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--tr-page-title-size: clamp(30px, 5vw, 46px);
	--tr-page-title-line: 1.06;
	--tr-page-title-bottom: 12px;
	--tr-body-size: 16px;
	--tr-body-line: 1.6;
	--tr-section-top: 44px;
	--tr-section-bottom: 104px;
	--tr-intro-bottom: 34px;

	/* Stay inside the WordPress/Stackable container that owns the shortcode. */
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
	container-type: inline-size;
	container-name: trelliselig;
	box-sizing: border-box;
	padding: var(--tr-section-top) 6px var(--tr-section-bottom);
	background: var(--tr-page);
	color: var(--tr-ink);
	font-family: var(--tr-body);
	font-size: 16px;
	line-height: 1.5;
}

body.trellis-elig-page {
	background-color: #fffff3;
	overflow-x: hidden;
}

.trellis-elig-wrap *,
.trellis-elig-wrap *::before,
.trellis-elig-wrap *::after {
	box-sizing: border-box;
}

.trellis-elig-wrap [hidden] {
	display: none !important;
}

/* ---------- Page introduction ---------- */
.trellis-elig-wrap .trellis-elig-page-intro {
	max-width: 760px;
	margin: 0 auto var(--tr-intro-bottom);
	text-align: center;
}

.trellis-elig-wrap .trellis-elig-page-eyebrow {
	margin: 0 0 9px;
	color: var(--tr-purple);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.3;
}

.trellis-elig-wrap .trellis-elig-page-intro h1 {
	margin: 0 0 var(--tr-page-title-bottom);
	color: var(--tr-navy);
	font-family: var(--tr-display);
	font-size: var(--tr-page-title-size);
	font-weight: 700;
	line-height: var(--tr-page-title-line);
	letter-spacing: -.035em;
}

.trellis-elig-wrap .trellis-elig-page-intro > p:last-child {
	max-width: 680px;
	margin: 0 auto;
	color: var(--tr-ink);
	font-family: var(--tr-body);
	font-size: var(--tr-body-size);
	line-height: var(--tr-body-line);
}

@media (max-width: 600px) {
	.trellis-elig-wrap .trellis-elig-page-intro {
		margin-bottom: 26px;
	}
	.trellis-elig-wrap .trellis-elig-page-intro h1 {
		font-size: 31px;
	}
}

/* ---------- Form surface ---------- */

.trellis-elig-wrap .trellis-elig-form-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 640px;
	margin: 0 auto;
	padding: 22px 8px 28px;
	background: var(--tr-tint);
	border-radius: var(--tr-radius);
	box-shadow: 0 24px 48px -36px rgba(118, 87, 242, 0.28);
}

/* ---------- Progress tracker ---------- */

.trellis-elig-wrap .trellis-elig-steps {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 4px 0 0;
}

.trellis-elig-wrap .trellis-elig-step-indicator {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.trellis-elig-wrap .trellis-elig-step-indicator::marker {
	content: "";
}

/* Connector: runs from the centre of the previous badge to the centre of this one. */
.trellis-elig-wrap .trellis-elig-step-indicator + .trellis-elig-step-indicator::before {
	content: "";
	position: absolute;
	top: 19px;
	left: -50%;
	width: 100%;
	height: 6px;
	border-radius: 999px;
	background: rgba(30, 42, 74, 0.16);
	transition: background-color 0.25s ease;
}

.trellis-elig-wrap .trellis-elig-step-indicator + .trellis-elig-step-indicator.is-active::before,
.trellis-elig-wrap .trellis-elig-step-indicator + .trellis-elig-step-indicator.is-complete::before {
	background: var(--tr-navy);
}

.trellis-elig-wrap .trellis-elig-badge {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--tr-navy);
	background: var(--tr-white);
	color: var(--tr-purple);
	font-family: var(--tr-display);
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.trellis-elig-wrap .trellis-elig-step-indicator.is-active .trellis-elig-badge,
.trellis-elig-wrap .trellis-elig-step-indicator.is-complete .trellis-elig-badge {
	background: var(--tr-purple);
	color: #fff;
	box-shadow: 0 1px 3px rgba(30, 42, 74, 0.2);
}

.trellis-elig-wrap .trellis-elig-step-indicator.is-complete .trellis-elig-badge {
	font-size: 0;
}

.trellis-elig-wrap .trellis-elig-step-indicator.is-complete .trellis-elig-badge::after {
	content: "";
	width: 9px;
	height: 17px;
	margin-top: -3px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.trellis-elig-wrap .trellis-elig-step-label {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--tr-ink);
}

.trellis-elig-wrap .trellis-elig-step-indicator.is-active .trellis-elig-step-label,
.trellis-elig-wrap .trellis-elig-step-indicator.is-complete .trellis-elig-step-label {
	color: var(--tr-navy);
}

/* ---------- Steps and cards ---------- */

.trellis-elig-wrap .trellis-elig-form-card form {
	margin: 0;
}

.trellis-elig-wrap .trellis-elig-step {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin: 0;
	padding: 0;
	border: 0;
}

.trellis-elig-wrap .trellis-elig-step.is-entering {
	animation: trellis-elig-rise 0.28s ease-out;
}

@keyframes trellis-elig-rise {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.trellis-elig-wrap .trellis-elig-card {
	margin: 0;
	padding: 24px 12px 30px;
	background: var(--tr-white);
	border: var(--tr-border-width) solid var(--tr-border);
	border-radius: max(14px, var(--tr-radius));
	box-shadow: var(--tr-card-shadow);
}

.trellis-elig-wrap .trellis-elig-card-head {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin: 0 0 34px;
}

.trellis-elig-wrap .trellis-elig-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	border: var(--tr-border-width) solid var(--tr-border);
	background: var(--tr-tint);
	color: var(--tr-navy);
}

.trellis-elig-wrap .trellis-elig-card-icon .trellis-elig-icon {
	width: 26px;
	height: 26px;
}

.trellis-elig-wrap .trellis-elig-card-heading {
	margin: 2px 0 6px;
	padding: 0;
	font-family: var(--tr-display);
	font-size: 23px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--tr-navy);
}

.trellis-elig-wrap .trellis-elig-card-sub {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	color: var(--tr-ink);
}

/* ---------- Fields ---------- */

.trellis-elig-wrap .trellis-elig-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 26px 24px;
}

.trellis-elig-wrap .trellis-elig-field {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.trellis-elig-wrap .trellis-elig-field.is-full {
	grid-column: 1 / -1;
}

.trellis-elig-wrap .trellis-elig-label {
	display: block;
	width: 100%;
	float: none;
	margin: 0 0 12px;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--tr-navy);
}

.trellis-elig-wrap .trellis-elig-label strong {
	color: var(--tr-purple);
	font-weight: 800;
}

.trellis-elig-wrap .trellis-elig-req {
	margin-left: 2px;
	color: var(--tr-purple);
	font-weight: 800;
}

.trellis-elig-wrap .trellis-elig-field input[type="text"],
.trellis-elig-wrap .trellis-elig-field input[type="email"],
.trellis-elig-wrap .trellis-elig-field input[type="number"],
.trellis-elig-wrap .trellis-elig-field input[type="date"],
.trellis-elig-wrap .trellis-elig-field select,
.trellis-elig-wrap .trellis-elig-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 56px;
	min-height: 56px;
	margin: 0;
	padding: 0 18px;
	background-color: var(--tr-page);
	background-image: none;
	border: var(--tr-border-width) solid var(--tr-border);
	border-radius: 14px;
	box-shadow: none;
	font-family: var(--tr-body);
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	color: var(--tr-navy);
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.trellis-elig-wrap .trellis-elig-field textarea {
	height: auto;
	min-height: 138px;
	padding: 16px 18px;
	line-height: 1.5;
	resize: vertical;
}

.trellis-elig-wrap .trellis-elig-field input[type="date"] {
	min-width: 0;
	text-align: left;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	color-scheme: light;
	cursor: pointer;
}

.trellis-elig-wrap .trellis-elig-field input::placeholder,
.trellis-elig-wrap .trellis-elig-field textarea::placeholder {
	color: var(--tr-ink-faint);
	opacity: 1;
}

.trellis-elig-wrap .trellis-elig-field input:hover,
.trellis-elig-wrap .trellis-elig-field select:hover,
.trellis-elig-wrap .trellis-elig-field textarea:hover {
	background-color: var(--tr-white);
}

.trellis-elig-wrap .trellis-elig-field input:focus,
.trellis-elig-wrap .trellis-elig-field select:focus,
.trellis-elig-wrap .trellis-elig-field textarea:focus {
	outline: 3px solid var(--tr-navy);
	outline-offset: 3px;
	background-color: var(--tr-white);
}

/* Select: custom chevron so the label is never clipped */
.trellis-elig-wrap .trellis-elig-select-wrap {
	position: relative;
}

.trellis-elig-wrap .trellis-elig-select-wrap select {
	padding-right: 52px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.trellis-elig-wrap .trellis-elig-select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	border: solid var(--tr-navy);
	border-width: 0 3px 3px 0;
	transform: translateY(-70%) rotate(45deg);
	pointer-events: none;
}

/* Money input with a naira tile */
.trellis-elig-wrap .trellis-elig-money {
	position: relative;
}

.trellis-elig-wrap .trellis-elig-money-sign {
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	border-right: 1px solid var(--tr-navy);
	border-radius: 14px 0 0 14px;
	background: var(--tr-tint);
	font-size: 18px;
	font-weight: 800;
	color: var(--tr-navy);
	pointer-events: none;
}

.trellis-elig-wrap .trellis-elig-money input {
	padding-left: 68px !important;
}

/* Yes/No and purpose tiles */
.trellis-elig-wrap .trellis-elig-fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.trellis-elig-wrap .trellis-elig-choice,
.trellis-elig-wrap .trellis-elig-tiles {
	clear: both;
	display: grid;
	gap: 16px;
}

.trellis-elig-wrap .trellis-elig-choice {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trellis-elig-wrap .trellis-elig-tiles {
	grid-template-columns: minmax(0, 1fr);
}

.trellis-elig-wrap .trellis-elig-tile {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer;
}

.trellis-elig-wrap .trellis-elig-tile input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	pointer-events: none;
}

.trellis-elig-wrap .trellis-elig-tile-body {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 56px;
	padding: 0 16px;
	background: var(--tr-page);
	border: var(--tr-border-width) solid var(--tr-border);
	border-radius: 14px;
	box-shadow: none;
	font-family: var(--tr-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--tr-navy);
	transition: transform 0.12s ease, border-color 0.12s ease, background-color 0.12s ease;
}

.trellis-elig-wrap .trellis-elig-tiles .trellis-elig-tile-body {
	justify-content: flex-start;
	min-height: 84px;
	padding: 14px 18px;
}

.trellis-elig-wrap .trellis-elig-tile:hover .trellis-elig-tile-body {
	background: var(--tr-white);
}

.trellis-elig-wrap .trellis-elig-tile input:checked + .trellis-elig-tile-body {
	background: #e6e0fd;
	border-color: var(--tr-purple);
}

.trellis-elig-wrap .trellis-elig-tile input:focus-visible + .trellis-elig-tile-body {
	outline: 3px solid var(--tr-navy);
	outline-offset: 3px;
}

.trellis-elig-wrap .trellis-elig-tile input:checked + .trellis-elig-tile-body::after {
	content: "";
	position: absolute;
	top: -12px;
	right: -8px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: var(--tr-border-width) solid var(--tr-border);
	background-color: var(--tr-purple);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E");
	background-size: 14px 14px;
	background-position: center;
	background-repeat: no-repeat;
}

.trellis-elig-wrap .trellis-elig-tile-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	border: var(--tr-border-width) solid var(--tr-border);
	background: var(--tr-tint);
	color: var(--tr-navy);
}

.trellis-elig-wrap .trellis-elig-tile-icon .trellis-elig-icon {
	width: 24px;
	height: 24px;
}

/* Terms of Service checkbox */
.trellis-elig-wrap .trellis-elig-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
}

.trellis-elig-wrap .trellis-elig-checkbox input[type="checkbox"] {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin: 2px 0 0;
	accent-color: var(--tr-navy);
	cursor: pointer;
}

.trellis-elig-wrap .trellis-elig-tos-text {
	font-size: 15px;
	line-height: 1.5;
	color: var(--tr-ink);
}

.trellis-elig-wrap .trellis-elig-tos-text a {
	color: var(--tr-purple);
	font-weight: 700;
	text-decoration: underline;
}

.trellis-elig-wrap .trellis-elig-tos-group.has-error .trellis-elig-checkbox {
	outline: 2px solid var(--tr-err);
	outline-offset: 6px;
	border-radius: 8px;
}

/* Errors */
.trellis-elig-wrap .trellis-elig-error {
	display: block;
	margin: 12px 0 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--tr-err);
}

.trellis-elig-wrap .trellis-elig-error:empty {
	display: none;
}

.trellis-elig-wrap .trellis-elig-field.has-error input[type="text"],
.trellis-elig-wrap .trellis-elig-field.has-error input[type="email"],
.trellis-elig-wrap .trellis-elig-field.has-error input[type="number"],
.trellis-elig-wrap .trellis-elig-field.has-error input[type="date"],
.trellis-elig-wrap .trellis-elig-field.has-error select,
.trellis-elig-wrap .trellis-elig-field.has-error textarea,
.trellis-elig-wrap .trellis-elig-field.has-error .trellis-elig-tile-body {
	border-color: var(--tr-err);
	box-shadow: none;
}

.trellis-elig-wrap .trellis-elig-field.has-error .trellis-elig-money-sign {
	border-right-color: var(--tr-err);
}

.trellis-elig-wrap .trellis-elig-form-error {
	margin: 24px 4px 0;
	padding: 16px 18px;
	background: #fdecea;
	border: 1px solid var(--tr-err);
	border-radius: 16px;
	font-size: 15px;
	font-weight: 600;
	color: var(--tr-err);
}

/* ---------- Buttons ---------- */

.trellis-elig-wrap .trellis-elig-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 2px 6px;
}

.trellis-elig-wrap .trellis-elig-btn {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 44px;
	margin: 0;
	padding: 0 22px;
	border: var(--tr-border-width) solid var(--tr-border);
	border-radius: 999px;
	font-family: var(--tr-display);
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.01em;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.trellis-elig-wrap .trellis-elig-btn-primary {
	background: var(--tr-navy);
	color: #fff !important;
	box-shadow: 0 2px 8px rgba(30, 42, 74, 0.25);
}

.trellis-elig-wrap .trellis-elig-btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(30, 42, 74, 0.3);
	color: #fff !important;
}

.trellis-elig-wrap .trellis-elig-btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(30, 42, 74, 0.25);
}

.trellis-elig-wrap .trellis-elig-btn-secondary {
	background: var(--tr-white);
	color: var(--tr-navy) !important;
	box-shadow: none;
}

.trellis-elig-wrap .trellis-elig-btn-secondary:hover {
	transform: translateY(-1px);
	border-color: var(--tr-purple);
}

.trellis-elig-wrap .trellis-elig-btn-secondary:active {
	transform: translateY(0);
}

.trellis-elig-wrap .trellis-elig-btn:focus-visible {
	outline: 3px solid var(--tr-navy);
	outline-offset: 4px;
}

.trellis-elig-wrap .trellis-elig-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	transform: none;
}

/* ---------- Confirmation ---------- */

.trellis-elig-wrap .trellis-elig-card-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 22px 44px;
	text-align: center;
}

.trellis-elig-wrap .trellis-elig-card-center .trellis-elig-card-heading {
	margin: 26px 0 10px;
	font-size: 28px;
}

.trellis-elig-wrap .trellis-elig-card-icon-lg {
	width: 84px;
	height: 84px;
	border-radius: var(--tr-radius);
}

.trellis-elig-wrap .trellis-elig-card-icon-lg .trellis-elig-icon {
	width: 40px;
	height: 40px;
}

.trellis-elig-wrap .trellis-elig-reference {
	display: inline-block;
	margin: 22px 0;
	padding: 16px 28px;
	background: var(--tr-page);
	border: 1px dashed var(--tr-navy);
	border-radius: 18px;
	font-family: var(--tr-display);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--tr-purple);
	word-break: break-all;
	user-select: all;
}

.trellis-elig-wrap .trellis-elig-card-center .trellis-elig-btn-link {
	flex: 0 0 auto;
	margin: 22px 0 0;
	min-width: 160px;
}

/* ---------- Larger screens ---------- */

@media (min-width: 720px) {
	.trellis-elig-wrap {
		padding: 84px 32px 136px;
	}

	.trellis-elig-wrap .trellis-elig-form-card {
		gap: 36px;
		padding: 44px 44px 52px;
		border-radius: 42px;
	}

	.trellis-elig-wrap .trellis-elig-step-label {
		font-size: 14px;
	}

	.trellis-elig-wrap .trellis-elig-card {
		padding: 40px 40px 46px;
		border-radius: var(--tr-radius);
	}

	.trellis-elig-wrap .trellis-elig-card-heading {
		font-size: 30px;
	}

	.trellis-elig-wrap .trellis-elig-card-icon {
		width: 54px;
		height: 54px;
		border-radius: 17px;
	}

	.trellis-elig-wrap .trellis-elig-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trellis-elig-wrap .trellis-elig-tiles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.trellis-elig-wrap .trellis-elig-tiles .trellis-elig-tile-body {
		flex-direction: column;
		justify-content: center;
		min-height: 138px;
		gap: 14px;
		text-align: center;
	}

	.trellis-elig-wrap .trellis-elig-btn {
		flex: 0 0 auto;
		min-width: 140px;
	}

	.trellis-elig-wrap .trellis-elig-btn-primary {
		margin-left: auto;
	}

	.trellis-elig-wrap .trellis-elig-card-center {
		padding: 56px 40px 60px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.trellis-elig-wrap .trellis-elig-step.is-entering {
		animation: none;
	}

	.trellis-elig-wrap * {
		transition: none !important;
	}
}

/* Field tooltips */
.trellis-elig-wrap .trellis-elig-label{position:relative;display:block}
.trellis-elig-wrap .trellis-elig-tooltip{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;margin-left:6px;border:1px solid var(--tr-navy);border-radius:50%;font-size:11px;font-weight:800;color:var(--tr-navy);cursor:help;vertical-align:middle}
.trellis-elig-wrap .trellis-elig-tooltip-text{position:absolute;z-index:20;left:0;top:calc(100% + 7px);display:none;max-width:320px;padding:9px 11px;background:var(--tr-navy-deep);color:#fff;border-radius:9px;font-size:12px;font-weight:400;line-height:1.45;box-shadow:0 8px 22px rgba(30,42,74,.16)}
.trellis-elig-wrap .trellis-elig-tooltip:hover + .trellis-elig-tooltip-text,.trellis-elig-wrap .trellis-elig-tooltip:focus + .trellis-elig-tooltip-text{display:block}
.trellis-elig-wrap .trellis-elig-tooltip-text a{color:#fff;text-decoration:underline}
.trellis-elig-wrap .trellis-elig-checkbox{position:relative}
.trellis-elig-wrap .trellis-elig-checkbox .trellis-elig-tooltip-text{left:0}
.trellis-elig-wrap .trellis-elig-tos-label{display:none}


/* Column-safe responsive behavior: component width, not browser width, determines layout. */
@container trelliselig (max-width: 719px) {
	.trellis-elig-wrap .trellis-elig-fields { grid-template-columns: minmax(0, 1fr); }
	.trellis-elig-wrap .trellis-elig-tiles { grid-template-columns: minmax(0, 1fr); }
	.trellis-elig-wrap .trellis-elig-btn { min-width: 0; }
	.trellis-elig-wrap .trellis-elig-nav { flex-wrap: wrap; }
	.trellis-elig-wrap .trellis-elig-card { min-width: 0; }
}
@container trelliselig (min-width: 720px) {
	.trellis-elig-wrap .trellis-elig-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.trellis-elig-wrap .trellis-elig-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Gutenberg/Stackable columns can otherwise clip a full-height interactive component. */
.trellis-elig-wrap,
.trellis-elig-wrap .trellis-elig-form-card,
.trellis-elig-wrap .trellis-elig-card,
.trellis-elig-wrap .trellis-elig-step { min-width: 0; max-width: 100%; }
.trellis-elig-wrap img,
.trellis-elig-wrap input,
.trellis-elig-wrap select,
.trellis-elig-wrap textarea,
.trellis-elig-wrap button { max-width: 100%; }

@container trelliselig (max-width: 719px) {
	.trellis-elig-wrap { padding: 32px 6px 64px; }
	.trellis-elig-wrap .trellis-elig-form-card { padding: 22px 8px 28px; border-radius: 22px; }
	.trellis-elig-wrap .trellis-elig-card { padding: 24px 18px 28px; border-radius: 18px; }
	.trellis-elig-wrap .trellis-elig-card-heading { font-size: 23px; }
	.trellis-elig-wrap .trellis-elig-card-icon { width: 44px; height: 44px; }
	.trellis-elig-wrap .trellis-elig-btn { flex: 1 1 100%; width: 100%; }
	.trellis-elig-wrap .trellis-elig-btn-primary { margin-left: 0; }
}
