/*
 Theme Name: Faceless Kadence Child
 Theme URI: https://topredditfacts.com
 Description: Child theme for Kadence optimized for short video posts, with ad slots and Reddit source handling.
 Author: Faceless
 Template: kadence
 Version: 1.0.0
 Text Domain: faceless-kadence-child
*/

/* Responsive video */
.faceless-video video,
.entry-content video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1rem 0;
}

/* Ad blocks */
.faceless-ad {
  margin: 1rem 0;
  padding: 0.75rem;
  border: 2px dashed rgba(0,0,0,0.2);
  text-align: center;
  font-size: 0.95rem;
}
.faceless-ad .ad-placeholder {
  opacity: 0.75;
}
.faceless-source {
  margin-top: 1rem;
}
