/**
 * Feature Posts styles
 */

.fp-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

.fp-row {}

.fp-post {
	margin-bottom: 20px;
}

.fp-post:hover .fp-thumbnail {
	transform: scale(0.92) translateY(0);
}

.fp-col {}

.fp-col:empty {
	height: 0;
	visibility: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

.fp-body {
	min-width: 0;
}

.fp-list-1 .fp-flex{
	flex-wrap: nowrap;
}

.fp-list-1 .fp-media {
	flex-shrink: 0;
}

.fp-thumbnail {
	display: block;
}

.rtl .fp-list-1 .fp-thumbnail {
	margin-right: 0;
	margin-left: 1em;
}

.fp-thumbnail {
	transition: transform 350ms ease;
	transform-origin: 50% 100%;
}

.fp-thumbnail img {
	display: block;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.fp-list-2 .fp-thumbnail img {
	height: 100%;
}

.fp-media .fp-thumbnail img {
	margin: 0;
}

.fp-thumbnail img.size-thumbnail {
	width: 85px;
	height: 85px;
}

.fp-list-2 .fp-media + .fp-body {
	margin-top: 0.8em;
}

.widget .fp-post .fp-title {
	margin: 0;
	padding: 0;
}

.fp-post .fp-title a {
	color: currentColor;
	text-decoration: none;
}

.fp-excerpt {
	margin-top: 0.4em;
}

.fp-meta {
	font-size: 0.9em;
	margin-top: 0.2em;
}

.fp-post .fp-meta a {
	opacity: 0.5;
	color: currentColor;
	text-decoration: none;
}

.fp-meta a:hover {
	opacity: 0.8;
}

.fp-meta > span:before {
	content: "\a0\b7\a0";
	opacity: 0.5;
}

.fp-meta > span:first-child:before {
	content: "";
}

.fp-categories {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute ! important;
	width: 1px;
	word-wrap: normal ! important;
}

.block-editor__container [class*="widget_feature-posts"] a {
	pointer-events: none;
}
