/*
Theme Name: Light Bulb
Theme URI: https://lightbulb.eg
Author: Light Bulb
Description: Custom theme for Light Bulb — Brand Creative & Production, Cairo. Built from the Light Bulb design system. Products are managed with WooCommerce in catalog mode (no checkout); work samples are a custom post type. Layout is fixed by design; editors manage content only.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightbulb
*/

/* All design styles live in design-system.css (tokens + base) and site.css,
   enqueued from functions.php. Add theme-specific overrides below if needed. */

/* WordPress gives Gravatars the class "photo", which collides with the
   design system's .photo frame (min-height 200px). Neutralize for avatars. */
img.avatar.photo {
  min-height: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-image: none !important;
}

/* A frame holding a real image must not paint the placeholder behind it
   (visible behind transparent PNG cutouts; lightbox backdrop stays consistent). */
.photo.has-img {
  background-image: none !important;
}
