.eyekar-lens-box {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 16px 18px;
	margin: 18px 0;
	background: #fafafa;
}
.eyekar-lens-heading {
	font-size: 1.05em;
	margin: 0 0 10px;
}
.eyekar-lens-box .eyekar-lens-heading:not(:first-child) {
	margin-top: 20px;
}
.eyekar-lens-tiers {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.eyekar-lens-tier {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}
.eyekar-lens-tier input {
	margin: 0;
}
.eyekar-lens-tier-name {
	font-weight: 600;
	flex: 1;
}
.eyekar-lens-tier-desc {
	color: #777;
	font-size: 0.88em;
}
.eyekar-lens-tier-brand {
	display: inline-block;
	margin-left: 6px;
	font-size: 0.78em;
	font-weight: 600;
	color: #555;
	background: #eee;
	border-radius: 3px;
	padding: 1px 6px;
}
.eyekar-lens-empty {
	color: #777;
	font-style: italic;
}
.eyekar-lens-tier-price {
	font-weight: 600;
	color: #2c6e2f;
}
.eyekar-rx-mode {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 10px;
}
.eyekar-rx-help {
	margin-bottom: 10px;
}
#eyekar-rx-help-toggle {
	background: none;
	border: none;
	color: #1a6ed8;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
	font-size: 0.92em;
}
#eyekar-rx-help-text {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 12px;
	margin-top: 8px;
	font-size: 0.9em;
}
#eyekar-rx-help-text p {
	margin: 4px 0;
}
.eyekar-rx-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.eyekar-rx-table th,
.eyekar-rx-table td {
	border: 1px solid #ddd;
	padding: 6px 8px;
	text-align: center;
}
.eyekar-rx-table td:first-child {
	text-align: left;
	font-weight: 600;
	background: #f5f5f5;
}
.eyekar-rx-table input {
	width: 100%;
	max-width: 90px;
	text-align: center;
}
.eyekar-rx-pd label {
	font-weight: 600;
}
.eyekar-rx-pd input {
	margin-left: 8px;
	width: 90px;
}
.eyekar-rx-pd-hint {
	display: block;
	color: #888;
	font-size: 0.85em;
	margin-top: 4px;
}
#eyekar-ocr-status {
	margin-top: 8px;
	font-size: 0.9em;
	color: #555;
}
.eyekar-ocr-note {
	background: #fff8e1;
	border: 1px solid #f0d98c;
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 0.88em;
}
.eyekar-lens-total {
	font-weight: 700;
	margin-top: 14px;
	font-size: 1.05em;
}
.eyekar-checkout-note {
	margin-top: 12px;
}
