.wlgr-ticker-wrapper,
.wlgr-calculator-wrapper,
.wlgr-dynamic-price-wrapper,
.wlgr-price-breakdown-wrapper {
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 0;
}

.wlgr-ticker-wrapper {
	padding: 14px 16px;
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	background: #fff;
	color: #111827;
}

.wlgr-ticker-dark {
	background: #1e1e1e;
	border-color: #333;
	color: #f5f5f5;
}

.wlgr-ticker-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.wlgr-ticker-item {
	font-weight: 600;
}

.wlgr-price-disclaimer {
	margin-left: 6px;
	font-size: 11px;
	color: #6b7280;
}

.wlgr-calculator-wrapper {
	border: 1px solid #dfe3e8;
	border-radius: 8px;
	padding: 18px;
	max-width: 420px;
	background: #fff;
	color: #111827;
}

.wlgr-calculator-wrapper input,
.wlgr-calculator-wrapper select,
.wlgr-calculator-wrapper button {
	font-family: inherit;
}

.wlgr-calculator-form .wlgr-form-group {
	margin-bottom: 12px;
}

.wlgr-calculator-result {
	margin-top: 12px;
}

.wlgr-price-breakdown-wrapper {
	color: #111827;
}

.wlgr-price-breakdown-wrapper h2 {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 1.25;
}

.wlgr-price-breakdown-notice {
	padding: 14px 16px;
	border: 1px solid #d9e0e8;
	border-radius: 8px;
	background: #f8fafc;
	color: #4b5563;
}

.wlgr-price-breakdown-table.shop_attributes {
	width: 100%;
	margin: 0;
	border: 1px solid #d9e0e8;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.wlgr-price-breakdown-table.shop_attributes tr:nth-child(even) {
	background: #f9fafb;
}

.wlgr-price-breakdown-table.shop_attributes th,
.wlgr-price-breakdown-table.shop_attributes td {
	padding: 13px 16px;
	border: 0;
	border-bottom: 1px solid #e5e7eb;
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
	vertical-align: middle;
}

.wlgr-price-breakdown-table.shop_attributes tr:last-child th,
.wlgr-price-breakdown-table.shop_attributes tr:last-child td {
	border-bottom: 0;
}

.wlgr-price-breakdown-table.shop_attributes th {
	width: 34%;
	font-weight: 700;
	color: #1f2937;
	background: transparent;
}

.wlgr-price-breakdown-table.shop_attributes td {
	color: #374151;
}

.wlgr-price-breakdown-table.shop_attributes tr:last-child {
	background: #eef6ff;
}

.wlgr-price-breakdown-table.shop_attributes tr:last-child th,
.wlgr-price-breakdown-table.shop_attributes tr:last-child td {
	font-weight: 700;
	color: #0f172a;
}

@media (max-width: 600px) {
	.wlgr-price-breakdown-table.shop_attributes th,
	.wlgr-price-breakdown-table.shop_attributes td {
		display: block;
		width: 100%;
		padding: 11px 14px;
	}

	.wlgr-price-breakdown-table.shop_attributes th {
		padding-bottom: 4px;
	}

	.wlgr-price-breakdown-table.shop_attributes td {
		padding-top: 0;
	}
}
