.eil-list {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eil-list-item {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.eil-list-link,
.eil-list-content {
	display: inline-flex;
	align-items: center;
}

.eil-list-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.eil-list-link {
	color: inherit;
	text-decoration: none;
}

.eil-list-link:hover,
.eil-list-link:focus {
	text-decoration: none;
}

.eil-list-image {
	display: inline-flex;
	flex: 0 0 auto;
	overflow: hidden;
}

.eil-list-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.eil-list-text {
	transition: color 0.2s ease;
}

.eil-list-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.eil-list-button:hover,
.eil-list-button:focus {
	text-decoration: none;
}

.eil-list-description {
	transition: color 0.2s ease;
}

.eil-list-description > :first-child {
	margin-top: 0;
}

.eil-list-description > :last-child {
	margin-bottom: 0;
}

.eil-image-right-yes .eil-list-content {
	flex-direction: row-reverse;
}

.eil-has-divider-yes .eil-list-item:not(:last-child) {
	border-bottom-style: solid;
}
