.tlrcw-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 16px;
	margin-bottom: 28px;
}

.tlrcw-plan {
	background: #fff;
	border: 1px solid #dce9d8;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 20px;
}

.tlrcw-plan h3 {
	margin-top: 0;
}

.tlrcw-plan-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 12px;
	margin-bottom: 18px;
}

.tlrcw-plan-grid > div {
	background: #f6faf5;
	padding: 12px;
}

.tlrcw-plan-grid span,
.tlrcw-plan-grid strong {
	display: block;
}

.tlrcw-plan-grid strong {
	color: #315c2b;
	font-size: 1.25em;
	margin-top: 4px;
}

.tlrcw-plan-note {
	border-top: 1px solid #e7e7e7;
	font-size: .92em;
	margin: 18px 0 0;
	padding-top: 14px;
}

.tlrcw-card {
	background: #f6faf5;
	border: 1px solid #dce9d8;
	border-radius: 8px;
	padding: 20px;
}

.tlrcw-card span,
.tlrcw-card strong {
	display: block;
}

.tlrcw-card strong {
	color: #315c2b;
	font-size: 1.6em;
	margin-top: 6px;
}

.tlrcw-form {
	max-width: 620px;
	margin-bottom: 30px;
}

.tlrcw-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}

.tlrcw-form input,
.tlrcw-form select,
.tlrcw-form textarea,
.tlrcw-referral-link {
	box-sizing: border-box;
	width: 100%;
}

.tlrcw-referral-link {
	margin-bottom: 24px;
}

.tlrcw-table-scroll {
	margin-bottom: 28px;
	overflow-x: auto;
}

.tlrcw-positive {
	color: #237a36;
}

.tlrcw-negative {
	color: #b32d2e;
}
