/* Feed Monster - Frontend Styles */
.fm-content {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}
.fm-content figure.wp-block-image {
    margin: 1.5em 0;
    text-align: center;
}
.fm-content figure.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.fm-source {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #e0e0e0;
    font-size: .9em;
    color: #666;
    text-align: left;
}
