.wib-no-dash {
	border-style: none !important;
}

.wib-feed {
	margin-left: 0;
}

.wib-feed li {
	list-style: none;
	background-color: #ffffff;
}

.wib-feed a {
	text-decoration: none !important;
	border-bottom: 1px dashed;
}

.wib-feed h3 {
	margin-bottom: 20px;
}


/* Standard Feed Template */
.wib-standard-feed-template {
	border: 1px solid #e6e6e6;
	margin-bottom: 32px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.wib-standard-feed-template.wib-image-place {
	padding-bottom: 50px;
	padding-right: 50px;
}

.wib-standard-feed-template .wib-sighting-content {
	padding: 32px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
/*	align-items: center;*/
	gap: 32px;
} 

.wib-standard-feed-template .wib-sighting-thumb img {
	border-radius: 0 0 6px 0;
	max-width: 192px !important;
	width: 192px !important;
	margin-top: -32px;
	margin-left: -32px;
}

.wib-standard-feed-template p:last-child {
	margin-bottom: 0;
}

.wib-standard-feed-template .wib-meta {
/*	border-top: 1px solid #e6e6e6;*/
/*	padding: 0 32px 8px 176px;*/
/*	text-align: right;*/
/*background: #f6f6f6;*/
}

.wib-standard-feed-template .map {
	border-top: 1px solid #e6e6e6;
}

.wib-meta-item svg {
	width: 20px;
	display: inline-block;
	margin-bottom: -5px;
	margin-right: 5px;
	color: #222222;
}

.wib-meta-item {
	margin-right: 20px;
	color: #888888
}

.wib-standard-feed-template .wib-flag {
	position: absolute;
	transform: rotate(-8deg);

	right: -16px;
	bottom: -10px;
}



/* Condensed Feed Template */

.wib-condensed-feed {
	border: 1px solid #e6e6e6;
	border-top-width: 0;
	padding: 16px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
}

.wib-condensed-feed:first-child {
	border-top-width: 1px;
	border-radius: 6px 6px 0 0;
}

.wib-condensed-feed:last-child {
	border-radius: 0 0 6px 6px;
}

.wib-condensed-feed img {
	width: 64px !important;
	border-radius: 64px;
}

.wib-condensed-feed .wib-sighting-content {
	flex-grow: 1;
}

.wib-condensed-feed h6 {
	margin-bottom: 0;
	font-weight: normal;
	line-height: 22px;
}

.wib-condensed-feed .wib-person-link {
	font-weight: bold;
}

.wib-condensed-feed .wib-time-ago {
/*	position: absolute;
	right: 16px;
	top: 8px;*/
	font-size: 14px;
	color: #888888;
}


/* People Feed Template */
.wib-people {
	padding: 16px 16px 16px 76px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	margin-bottom: 32px;
	border-radius: 6px;
	border-radius: 6px;
}

.wib-people .wib-feed {
	display: flex;
	flex-direction: row;
/*	flex-wrap: wrap;*/
/*	align-items: center;*/
	gap: 32px;

}

.wib-people li {
	width: calc( 33% + 45px);
/*	width: 33%;*/
	margin-left: -60px;
	background-color: transparent;
}

.wib-person img {
	border-radius: 50%;
	border: 5px solid #ffffff;
}

.wib-person-title {
	width: 65%;
	margin-left: 17.5%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	text-overflow: ellipsis;
}
