.pdw-discount-table-wrapper {
	margin: 18px 0 24px;
	padding: 14px 16px;
	background: #f8f9fb;
	border: 1px solid #e2e4e9;
	border-radius: 6px;
	max-width: 480px;
}

.pdw-discount-title {
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 14px;
}

.pdw-discount-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.pdw-discount-table th,
.pdw-discount-table td {
	padding: 6px 10px;
	text-align: left;
	border-bottom: 1px solid #e2e4e9;
}

.pdw-discount-table th {
	font-weight: 600;
	color: #555;
}

.pdw-discount-table tr:last-child td {
	border-bottom: none;
}
