/*!
Theme Name: NextZenMag Child
Theme URI: https://wpinterface.com/themes/nextzenmag/
Author: PaperToPost
Author URI: https://www.papertopost.com
Template: nextzenmag
Description: Child theme of NextZenMag.
Requires at least: 5.9
Tested up to: 6.9
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nextzenmag-child
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.entry-featured__meta {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

.entry-featured__meta:has(.entry-featured__caption:only-child) {
  justify-content: center;
}

.entry-featured__caption {
  display: inline !important;
  padding: 0 !important;
}

/* Image Credit Styling */
.entry-featured__credit {
  font-size: 0.875em;
  font-style: italic;
  font-family: var(--theme-font-family-xs);
  color: rgb(140, 136, 140);
  text-align: right;
}

.entry-featured__credit:before {
  content: "Image: ";
  font-weight: 600;
}
