/**************************************************************
   Featured
 **************************************************************/

.featured {
	float: left;
	width: 100% !important;
	min-height: fit-content;
	position: relative;
	contain: content;
	margin-bottom: 1.5rem;
	border: 1px solid #abf2eb;
  }

.featured-top {
	display: grid;
	grid-template-columns: repeat(2, auto);
	flex-direction: row;
	justify-content: start;
	gap: 0.5em;
	align-items: center;
	border-bottom: #abf2eb 1px solid;
}
  
.featured img {
	position: inherit;
	contain: content;
	width: 100%;
	object-fit: cover;
  }

.featured-img-container {
	max-width: 100%;
    max-height: 460px;
    display: flex !important;
	align-items: center;
    justify-content: center;
	line-height: 0vw;
    /* background-color: #eeeeee; */
  }

.featured-description {
	border-top: #abf2eb 1px solid;
  }
  
.featured p {
	white-space: normal !important;
  }
  
 .featured-title {
	padding-top: 10px;
	padding-Bottom: 10px;
	font-size: 1rem;
}

.featured-author {
	padding-top: 10px;
	padding-Bottom: 10px;
	font-size: 1rem;
} 