/*
Theme Name: superclean-child-theme
Theme URI: https://example.com/
Description: Child theme for superclean-home-theme. All homepage sections can be edited in page-home.php. Child CSS is scoped to the template so it won't affect parent theme pages.
Author: Ss
Version: 1.0.0
Template: superclean-home-theme
Text Domain: superclean-child-theme
*/

/* Keep this file. Main styling lives inside page-home.php (template-scoped). */

/* Header logo (safe, minimal global override)
   Higher specificity + !important to beat parent theme image rules.
*/
.sc-header .sc-brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.sc-header .sc-brand__logo{
  display:block;
  height:40px !important;
  max-height:40px !important;
  width:auto !important;
  max-width:200px !important;
  object-fit:contain;
  flex:0 0 auto;
}
@media (max-width:740px){
  .sc-header .sc-brand__logo{height:32px !important;max-height:32px !important;max-width:170px !important;}
}
