/*
Theme Name: Smart Mag Child
Description: Child theme of Smart Mag - A powerful magazine and blog theme
Author: Your Name
Template: smart-mag
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smart-mag-child
*/

/* ==========================================================================
   Smart Mag Child Theme Custom Styles
   ========================================================================== */

/* Add your custom CSS below this line */

/* Logo image */
.smart-head-main .smart-head-mid {
    --head-h: fit-content;
}
.smart-head-row-3 > .inner {
    grid-template-columns: 1fr auto 1fr;
}
.smart-head .logo-image {
    width: 50vw;
    max-width: 1200px;
    height: auto;
}