div[data-title="Featured Post"]{
	margin: 1em 0;
	padding: 0;
	background-color: transparent;
	width: 100%;
	color: #000000;
}

.wp-block-genesis-custom-blocks-featured-post{
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
}

.wp-block-featured-post{
	padding: 24px;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;    
}

.wp-block-featured-post > *{
    margin-bottom: 0;
}

.wp-block-featured-post__container{
    margin: 0 auto;
    padding: 0;
    background-color: #f9f9f9;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 768px){
    .wp-block-featured-post__container{
        align-items: center;
    }
}

.wp-block-featured-post__asset{
    margin-bottom: 18px;
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px){
    .wp-block-featured-post__asset{
        margin-right: 18px;
        margin-bottom: 0;
        max-width: 120px;
    }
}

.wp-block-featured-post__asset--img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wp-block-featured-post__asset + .wp-block-featured-post__content{
    width: 100%;
    max-width: calc(100% - 138px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wp-block-featured-post__brow{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 0!important;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    font-family: var(--subhed-font);
    font-size: 12px;
    text-transform: uppercase;
}

.wp-block-featured-post__hed{
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding: 0;
    font-family: var(--hed-font);
    font-size: 28px;
    letter-spacing: 0!important;
    line-height: 1.25;
}

.wp-block-featured-post__meta{
    margin: 0;
    margin-left: 0!important;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    pointer-events: none;
}