/**
 * The terminal search, on both checkouts.
 *
 * Deliberately little: the input and the select should look like whatever the
 * theme makes of the fields around them, and the count is a quiet aside.
 */
.wc-esm-terminals__search {
	display: block;
	width: 100%;
	margin-bottom: .5em;
	box-sizing: border-box;
}

/* On the block checkout the select below it is a component with padding of its
   own, and a search box without any reads as a different kind of thing. One
   selector, so a theme that dresses its own fields still wins. */
.wc-esm-terminals > .wc-esm-terminals__search {
	padding: .75em 1em;
}

.wc-esm-terminals__count {
	margin: .4em 0 0;
	font-size: .875em;
	opacity: .8;
}

.wc-esm-terminals select {
	width: 100%;
}
