/**
 * Post Meta Shortcode Styles
 * Simple metadata line for top of posts
 *
 * @since 1.2.0
 */

.oe-post-meta {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: var(--oe-color-text-light);
    line-height: 1.5;
}

.oe-post-meta time {
    color: var(--oe-color-text);
}

/* Responsive: Mobile */
@media (max-width: 640px) {
    .oe-post-meta {
        font-size: 13px;
    }
}
