/* Frontend Styles for WRQD Pricing Table */
.wrqd-tier-pricing-table-wrapper {
	margin: 20px 0 30px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
	border: 1px solid #e2e8f0;
	overflow: hidden;
}

.wrqd-tier-title {
	margin: 0;
	padding: 12px 16px;
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	text-align: center;
}

.wrqd-tier-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	text-align: center;
}

.wrqd-tier-table th {
	background-color: #f1f5f9;
	color: #475569;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 12px;
	border-bottom: 1px solid #e2e8f0;
}

.wrqd-tier-table td {
	padding: 12px;
	border-bottom: 1px solid #f1f5f9;
	color: #334155;
	vertical-align: middle;
}

.wrqd-tier-table tr:last-child td {
	border-bottom: none;
}

.wrqd-tier-table tr:hover {
	background-color: #f8fafc;
}

.wrqd-discount-col {
	color: #10b981;
	font-weight: 600;
	background: #dcfce7;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 6px;
	margin-top: 8px;
}

.wrqd-price-col {
	font-weight: 700;
	color: #0f172a;
}
