/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
/* --- Force global logo size (override Elementor / theme) --- */
.custom-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 0 !important;
}

.custom-logo {
  height: 36px !important;
  width: auto !important;
  max-width: 180px !important;
  display: block !important;
}

@media (min-width: 768px) {
  .custom-logo {
    height: 40px !important;
    max-width: 220px !important;
  }
}

