.js-new-pricing-module .price,
.ncos-pricing-card__price,
.ncos-pricing-card-group__option__price {
	filter: blur(8px);
	user-select: none;
}

.ncos-alert .ncos-button {
	display: none;
}

.js-new-pricing-module .pricing-module thead tr th.more-booking h4 {
	background: none;
}

.js-new-pricing-module .pricing-module thead tr th.more-booking {
	color: #fff;
}

.js-new-pricing-module .pricing-module thead tr th.more-booking::before {
	background-color: #ff9600;
}

.js-new-pricing-module .pricing-module thead tr th.more-booking::after {
	width: calc(100% - 10px);
	height: 100%;

	content: "";
	display: block;

	position: absolute;
	top: 0;
	left: 10px;

	background: #282837;
	z-index: -1;
}

.js-new-pricing-module .pricing-module thead tr th.more-booking .button {
	color: #000;
}
