.ska-model-picker {

	& > * {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	&--has-value {

		.ska-search {

			input[role=searchbox]:not(:focus-within)::placeholder {
				color: #2c3338;
			}
		}
	}
}

body:has(.ska-model-picker) {

	.components-popover__content:has(>.ska-search__results) {
		width: auto;

		& > .ska-search__results {
			width: 100%;

			.ska-search__results__result__inner-content {
				max-width: 100%;
			}
		}
	}
}
