.components-autocomplete__popover .components-popover__content > div {
	padding: $grid-unit-20;
	min-width: 220px;
}

.components-autocomplete__result.components-button {
	display: flex;
	height: auto;
	min-height: $button-size;
	text-align: left;
	width: 100%;

	&.is-selected {
		box-shadow: 0 0 0 var(--gc-admin-border-width-focus) var(--gc-admin-theme-color);
	}
}
