/* Featured Image Caption Plugin - Editor Styles */

.featured-image-caption {
    margin-top: 0.5em;
    font-size: 0.9em;
    color: #999;
    font-style: italic;
    text-align: right;
}

/* Block editor specific styles */
.block-editor-page .featured-image-caption {
    color: #8c8f94;
}
