/*
 Theme Name: ListingHive Child
 Theme URI: https://yourdomain.com
 Description: A child theme for the ListingHive parent theme.
 Author: Issa Qandil
 Author URI: https://yourdomain.com
 Template: listinghive
 Version: 1.0.0
 Text Domain: listinghive-child
*/

/* Import parent theme styles */
@import url("../listinghive/style.css");

/* --- Your custom CSS below --- */
body {
  /* Example: tweak background or typography */
}
