/* CF7 country select: Select2 with flags */
.wpcf7 form select.pressovac-country-select2-source + .select2-container {
	width: 100% !important;
	max-width: 100% !important;
}

.wpcf7 form select.pressovac-country-select2-source + .select2-container .select2-selection--single {
	height: 42px;
	border: 1px solid #ced8e3;
	border-radius: var(--pressovac-control-radius, 6px);
	background: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 14px 14px;
}

.wpcf7 form select.pressovac-country-select2-source + .select2-container .select2-selection__rendered {
	line-height: 40px;
	padding-left: 34px;
	padding-right: 32px;
	color: #1f2f46;
}

.wpcf7 form select.pressovac-country-select2-source + .select2-container .select2-selection__arrow {
	height: 40px;
	right: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ced8e3;
	border-radius: var(--pressovac-control-radius, 6px);
	padding: 6px 8px 6px 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 14px 14px;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 260px;
}

.select2-results__option--message,
.select2-results__message {
	display: none !important;
}

.select2-results__option .pressovac-country-option,
.select2-selection__rendered .pressovac-country-option {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.pressovac-country-option__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	font-size: 16px;
	line-height: 1;
}

.pressovac-country-option__text {
	display: inline-block;
	line-height: 1.2;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .pressovac-country-option__text {
	color: #fff;
}

#pressovac-quote-modal .select2-container {
	z-index: 100000;
}

#pressovac-quote-modal .select2-dropdown {
	z-index: 100001;
}

@media (max-width: 767px) {
	.wpcf7 form select.pressovac-country-select2-source + .select2-container .select2-selection--single {
		height: 40px;
	}

	.wpcf7 form select.pressovac-country-select2-source + .select2-container .select2-selection__rendered {
		line-height: 38px;
	}
}
