.lims-scope-card {
	border: 1px solid #d8dee8;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(27, 39, 51, 0.05);
}

.lims-scope-muted {
	color: #667085;
}

.lims-scope-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.lims-scope-kv {
	padding: 12px 14px;
	border-radius: 12px;
	background: #f8fafc;
}

.lims-scope-kv .label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #667085;
}

.lims-scope-kv .value {
	display: block;
	margin-top: 4px;
	font-size: 15px;
	color: #101828;
}

.lims-scope-status {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}

.lims-scope-status.sent-to-client {
	background: #eff6ff;
	color: #1d4ed8;
}

.lims-scope-status.client-confirmed {
	background: #12b76a;
	color: #ffffff;
}

.lims-scope-status.changes-requested {
	background: #667085;
	color: #ffffff;
}

.lims-scope-status.rejected {
	background: #f04438;
	color: #ffffff;
}

.lims-scope-status.expired {
	background: #f79009;
	color: #ffffff;
}

.lims-scope-status.draft {
	background: #f2f4f7;
	color: #475467;
}

.lims-scope-table th,
.lims-scope-table td {
	vertical-align: top;
}

.lims-scope-picker {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.lims-scope-picker .scope-picker-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.lims-scope-picker .scope-table-wrapper {
	max-height: 420px;
	overflow: auto;
	border: 1px solid #d0d5dd;
	border-radius: 12px;
	background: #fff;
}

.lims-scope-picker .scope-matrix-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 14px;
	border: 1px solid #d0d5dd;
	border-radius: 14px;
	background: #fcfcfd;
}

.lims-scope-picker .scope-group-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.lims-scope-picker .scope-group-header h5 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #101828;
}

.lims-scope-picker .scope-picker-table {
	margin: 0;
	table-layout: fixed;
}

.lims-scope-picker .scope-picker-table thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #f8fafc;
	font-size: 12px;
	font-weight: 600;
	color: #475467;
}

.lims-scope-picker .scope-picker-table th,
.lims-scope-picker .scope-picker-table td {
	vertical-align: middle;
	padding: 10px 12px;
}

.lims-scope-picker .scope-picker-table tbody tr:hover {
	background: #f8fafc;
}

.lims-scope-picker .scope-picker-table .scope-check-cell {
	width: 44px;
	text-align: center;
}

.lims-scope-picker .scope-picker-table .scope-no-cell {
	width: 68px;
	color: #667085;
}

.lims-scope-picker .scope-picker-table input[type="checkbox"] {
	margin: 0;
}

.lims-btn-request-changes {
	border-color: #667085;
	color: #667085;
}

.lims-btn-request-changes:hover,
.lims-btn-request-changes:focus,
.lims-btn-request-changes:active {
	border-color: #667085;
}

.lims-btn-reject-scope {
	border-color: #f04438;
	color: #f04438;
}

.lims-btn-reject-scope:hover,
.lims-btn-reject-scope:focus,
.lims-btn-reject-scope:active {
	border-color: #f04438;
}
