/*
 Theme Name:   BlogTwist Child
 Theme URI:    https://wpmotif.com/blogtwist/
 Description:  BlogTwist Child Theme with Featured Image Credit Support
 Author:       PaperToPost
 Author URI:   https://www.papertopost.com
 Template:     blogtwist
 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:  blogtwist-child
*/

.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);
}

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