#hulk_woo_pcm_settings {
	@tailwind utilities;

	.custom-condition-section {
		background-color: white;
		display: inline-flex;
		flex-direction: column;
		padding: 16px;
		box-sizing: border-box;
		border-radius: 2px;
		width: 100%;
		max-width: 400px;
		border: 1px solid #dddddd;
	}

	.tooltip-icon {
		fill: #666;
	}

	.hulk-suggestions-container {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	@keyframes pulse {
		0% {
			opacity: 1;
		}
		50% {
			opacity: 0.7;
		}
		100% {
			opacity: 1;
		}
	}

	.lock-icon {
		cursor: pointer;
	}

	.tbl {
		display: table;
		border-collapse: collapse;
		border-spacing: 0;
	}

	.row {
		display: table-row;
	}

	.cell {
		display: table-cell;
		//border: 1px solid #ddd;
		vertical-align: top;
		padding: 8px 6px;
	}

	label {
		font-size: 12px;
		margin: 0;
		float: none;
		width: auto;
		padding: 5px 0 0;
		display: block;
		min-width: 150px;
	}

	input,
	select {
		float: none;
	}
}

.hulk-pro-modal .components-modal__content {
	margin-top: 0;
	padding: 32px
}

.hulk-pro-modal .hulk-modal-icon {
	background-color: #fffaeb;
	display: flex;
	height: 100px;
	width: 100px;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px
}

.hulk-pro-modal .hulk-modal-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px
}

.hulk-pro-modal p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5rem;
	text-align: center
}

.hulk-pro-modal h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: center;
	line-height: normal
}

.components-tooltip-hulk_woo_pcm {
	max-width: 200px;
}

.wcfm,
.dokan-product-condition-options {
	.hulk-suggestions-container {
		display: none !important;
	}
}
