/*
Theme Name:   Sasico Child
Theme URI:    https://sasico.pikathemes.site/
Description:  Make your modifications to [Parent Theme] in this Sasico child theme.
Author:       PikaThemes
Author URI:   http://pikathemes.site/
Template:     sasico
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  sasico-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* The "the-logo" widget (sasico theme) renders <img> without width/height
   attributes, so the browser can't reserve space before it loads, causing
   layout shift (CLS). Real file is 926x461 (see CLAUDE.md); reserve the
   aspect ratio without touching the existing responsive width rules. */
.the-logo img {
	aspect-ratio: 926 / 461;
	height: auto;
}
