.taxbiz-tax-address-card,
.taxbiz-tax-address-form,
.taxbiz-checkout-saved-tax {
	border: 1px solid #cbd9ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba( 6, 38, 92, 0.06 );
	padding: 22px;
	margin: 24px 0;
}

.taxbiz-tax-address-card header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.taxbiz-tax-address-card h2,
.taxbiz-tax-address-form h2,
.taxbiz-checkout-saved-tax h3 {
	color: #06265c;
	margin: 0 0 12px;
}

.taxbiz-tax-address-card header h2 {
	margin: 0;
}

.taxbiz-tax-address-card address,
.taxbiz-saved-tax-preview {
	font-style: normal;
	line-height: 1.75;
}

/* Prevent legacy invoice boxes flashing before the cleanup script runs. */
.taxbiz-tax-invoice-fields,
.taxbiz-tax-invoice-box {
	display: none !important;
}

.taxbiz-tax-address-card .edit {
	color: #0066ff;
	font-weight: 600;
}

.taxbiz-checkout-saved-tax {
	background: #f4f8ff;
	border-color: #a8c8ff;
}

.taxbiz-saved-tax-preview {
	border-left: 4px solid #0066ff;
	padding: 10px 14px;
	background: #fff;
	border-radius: 6px;
}

@media ( max-width: 767px ) {
	.taxbiz-tax-address-card header {
		align-items: flex-start;
		flex-direction: column;
	}
}
