.multi-plan-card.card {
	max-width: min(calc(100vw - 40px), 500px);
	margin-top: unset;
}

.multi-plan-card.card.no-plans-available {
	min-height: calc(100% - 3rem);
}

.multi-plan-card .dp-button:after {
	content: '';
	display: flex;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.4043 3.1543L15.7499 9.49995L9.4043 15.8456' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
	width: 1.3em;
	height: 1.3em;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 1.5em;
	margin-bottom: 0.2em;
}

.compare-plans-cards .wp-block-column:empty {
	display: none;
}

.multi-plan-card .month-big-price {
	white-space: nowrap;
}

.multi-plan-card.card.no-plans-available .card-header {
	background-color: #c1c1c1;
}

.multi-plan-card.card.no-plans-available .card-header img {
	filter: brightness(0) invert(25%) sepia(0%) saturate(550%) hue-rotate(261deg) brightness(98%) contrast(97%);
}

.multi-plan-card.card.no-plans-available h5,
.multi-plan-card.card.no-plans-available h6.has-primary-color {
	color: #414141 !important;
}

.multi-plan-card.card.no-plans-available .dp-phone {
	color: #414141;
	font-weight: normal;
}

.multi-plan-card.card.no-plans-available .dp-phone:before {
	background-color: #414141;
}
