.sqd-qty-label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 4px;
}

.sqdt-wrapper {
	margin-bottom: 10px;
}

.sqd-qty-table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin-bottom: 6px;
}

.sqd-qty-table th:nth-child(1),
.sqd-qty-table td:nth-child(1) { width: 45%; }

.sqd-qty-table th:nth-child(2),
.sqd-qty-table td:nth-child(2) { width: 35%; }

.sqd-qty-table th:nth-child(3),
.sqd-qty-table td:nth-child(3) { width: 20%; }

.sqd-qty-table th,
.sqd-qty-table td {
	padding: 8px 10px;
	border: 1px solid #ddd;
	text-align: left;
}

.sqd-qty-table thead th {
	background: #f4f4f8;
	font-weight: 600;
}

.sqd-qty-row {
	cursor: pointer;
}

.sqd-qty-row:hover {
	background: #f9f9fb;
}

.sqd-qty-row.selected {
	background: #eaf7ea;
}

.sqd-qty-select-btn {
	padding: 4px 10px;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}

.sqd-qty-select-btn:hover {
	background: #f0f0f0;
}
