.ice-store-selector {
	max-width: 420px;
	padding: 8px;
	font-family: inherit;
	color: #1a1a1a;
}

.ice-store-selector__inner {
	padding: 12px 8px 4px;
}

.ice-store-selector__title {
	margin: 0 0 8px;
	font-size: 1.35rem;
	line-height: 1.3;
	text-align: center;
}

.ice-store-selector__intro {
	margin: 0 0 16px;
	text-align: center;
	font-size: 0.95rem;
	opacity: 0.85;
}

.ice-store-selector__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ice-store-selector__option {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 16px;
	border: 1px solid #cfcfcf;
	background: #fff;
	color: inherit;
	font: inherit;
	font-size: 1rem;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}

.ice-store-selector__option:hover,
.ice-store-selector__option:focus {
	border-color: #333;
	background: #f7f7f7;
	outline: none;
}

.ice-order-store {
	margin: 1.5em 0;
}

.woocommerce-checkout .ice-store-location-field select {
	width: 100%;
}

.ice-store-selector__error {
	margin: 12px 0 0;
	color: #b32d2e;
	font-size: 0.9rem;
	text-align: center;
}
