.eat-pills {
	display: flex;
	gap: 8px;
}

.eat-pill {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.eat-pill-inner {
	display: flex;
	align-items: center;
	gap: 6px;
}

.eat-pill-inner.eat-icon-top {
	flex-direction: column;
}

.eat-pill-inner.eat-icon-bottom {
	flex-direction: column-reverse;
}

.eat-pill-inner.eat-icon-left {
	flex-direction: row;
}

.eat-pill-inner.eat-icon-right {
	flex-direction: row-reverse;
}

.eat-pill-icon {
	display: inline-flex;
	flex-shrink: 0;
}

.eat-pill-icon img,
.eat-pill-icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

.eat-pill-text {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
