.wtw-price-table {
	clear: both;
	margin: 18px 0 24px;
	color: #4b4b4b;
}

.wtw-moq {
	margin: 0 0 12px;
	color: #777;
	font-size: 14px;
}

.wtw-table-shell {
	overflow: hidden;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	background: #fff;
}

.wtw-price-table table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.wtw-price-table th,
.wtw-price-table td {
	padding: 14px 24px;
	border: 0;
	border-bottom: 1px dashed #e4e4e4;
	text-align: left;
}

.wtw-price-table th {
	color: #888;
	font-weight: 500;
}

.wtw-price-table tr:last-child td {
	border-bottom: 0;
}

.wtw-price-table tbody tr {
	transition: color 0.15s ease, background 0.15s ease;
}

.wtw-price-table tbody tr.is-active {
	color: #a47b20;
	background: #fffaf0;
	font-weight: 600;
}

.wtw-price-table .woocommerce-Price-amount {
	color: inherit;
}

.wtw-cart-base-price {
	margin-right: 4px;
	opacity: 0.7;
}

.wtw-package-fee-label {
	position: relative;
}

.woocommerce-checkout .wtw-package-help,
.wp-block-woocommerce-checkout .wtw-package-help,
button.wtw-package-help {
	all: unset !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 18px !important;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	margin: 0 0 0 6px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	vertical-align: -3px !important;
	cursor: pointer !important;
}

.woocommerce-checkout .wtw-package-help svg,
.wp-block-woocommerce-checkout .wtw-package-help svg,
button.wtw-package-help svg {
	display: block !important;
	flex: 0 0 18px !important;
	width: 18px !important;
	height: 18px !important;
}

.wtw-package-help:hover,
.wtw-package-help:focus-visible {
	opacity: 0.78 !important;
	outline: 2px solid #111 !important;
	outline-offset: 2px !important;
}

.wtw-package-popover {
	position: absolute;
	z-index: 100;
	top: calc(100% + 8px);
	left: 0;
	width: min(360px, 80vw);
	padding: 12px 14px;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.16);
	color: #1d2327;
	background: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.55;
	text-align: left;
}

.wtw-package-popover[hidden],
.wtw-package-popover-data {
	display: none !important;
}

@media (max-width: 480px) {
	.wtw-price-table th,
	.wtw-price-table td {
		padding: 11px 12px;
		font-size: 13px;
	}
}
