/* ============================================================================================
	LOOP INFORMATION / PATTERN
============================================================================================ */
.meehhobar-loop-information-list > li {
	border-bottom: 1px solid rgba(220,220,220)
}
.meehhobar-loop-information-item {
	flex-flow: column;
	align-items: flex-start;
	position: relative
}
@media screen and (min-width: 768px) {
	.meehhobar-loop-information-item {
		flex-flow: row nowrap;
		align-items: center
	}
}
.meehhobar-loop-information-read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100%
}
.meehhobar-loop-information-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 3em;
	height: 1.6em;
	margin: auto;
	border-radius: 50%;
	background: var(--wp--preset--color--contrast-grade-3) url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M50%2031.998H14%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M36%2018l14%2014-14%2014%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center /1em auto no-repeat;
	pointer-events: none;
	transition: background-color .6s ease-in-out
}
.meehhobar-loop-information-item:hover::after {
	background-color: var(--wp--preset--color--blue)
}
.meehhobar-loop-information-title {
	flex: 1;
	min-width: 0
}