.wp-block-post-featured-image {
    margin: 0 0 1em 0;
}

.wp-block-post-featured-image__image-wrapper {
    position: relative;
    overflow: hidden;
}

.wp-block-post-featured-image__image-wrapper.is-cover {
    display: block;
}

.wp-block-post-featured-image__image-wrapper.is-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wp-block-post-featured-image__image-wrapper.is-contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wp-block-post-featured-image__image-wrapper.is-fill img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: bottom;
}

.wp-block-post-featured-image a {
    display: block;
    text-decoration: none;
}

.wp-element-caption {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 0.875em;
    text-align: center;
    color: #6c757d;
}

.wpe-fic-photographer-link {
    color: inherit;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.wpe-fic-photographer-link:hover {
    color: #0073aa;
}

/* Alignment support */
.wp-block-post-featured-image.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-block-post-featured-image.alignright {
    float: right;
    margin-left: 2em;
}

.wp-block-post-featured-image.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-post-featured-image.alignwide,
.wp-block-post-featured-image.alignfull {
    max-width: none;
    width: 100%;
}