/**
 * Frontend styles
 */

.jpwc-price-breakup-table {
	width: 100%;
	margin: 20px 0;
	clear: both;
	box-sizing: border-box;
}

.jpwc-table-title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.jpwc-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
}

.jpwc-table th,
.jpwc-table td {
	padding: 6px 12px;
	text-align: left;
	border: 1px solid #ddd;
}

.jpwc-table thead th {
	background-color: #333;
	color: #fff;
	font-weight: 600;
}

.jpwc-subheading {
	background-color: #f5f5f5;
	font-weight: 600;
}

.jpwc-subheading td {
	background-color: #f5f5f5 !important;
	font-weight: 600;
}

.jpwc-making-charge {
	background-color: #f9f9f9;
}

.jpwc-making-charge td {
	background-color: #f9f9f9;
	padding-left: 30px;
}

.jpwc-total td {
	font-weight: 700 !important;
	font-size: 16px !important;
	background-color: #333 !important;
	color: #fff !important;
}

.jpwc-disclaimer {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 8px 12px;
	background-color: #f9f9f9;
	border-left: 3px solid #333;
	box-sizing: border-box;
}

.jpwc-disclaimer p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.jpwc-disclaimer p:not(:last-child) {
	margin-bottom: 8px;
}

/* Style variations */
.jpwc-price-breakup-table.style-modern .jpwc-table {
	border-radius: 4px;
	overflow: hidden;
}

.jpwc-price-breakup-table.elegant-table .jpwc-table {
	border: 2px solid #d4af37;
}

.jpwc-price-breakup-table.elegant-table .jpwc-table thead th {
	background-color: #d4af37;
}

.jpwc-price-breakup-table.style-luxury .jpwc-table {
	border: 1px solid #000;
}

.jpwc-price-breakup-table.style-luxury .jpwc-table thead th {
	background-color: #000;
}

.jpwc-price-breakup-table.style-royal .jpwc-table thead th {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.jpwc-price-breakup-table.style-regal .jpwc-table thead th {
	background-color: #8b4513;
}

.jpwc-price-breakup-table.style-minimal .jpwc-table {
	border: none;
}

.jpwc-price-breakup-table.style-minimal .jpwc-table th,
.jpwc-price-breakup-table.style-minimal .jpwc-table td {
	border: none;
	border-bottom: 1px solid #eee;
}

