/*
Theme Name: Kairo
Theme URI: https://shameem.blog/kairo/
Author: Shameem Reza
Author URI: https://shameem.blog
Description: A minimal, lightning-fast WordPress block theme designed for personal brand websites and blogs. Kairo prioritizes readability and performance while providing a beautiful, modern aesthetic. Features light/dark mode support, multiple hero layouts, and style variations for different vibes - from professional minimal to warm and friendly.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kairo
Tags: blog, one-column, custom-colors, custom-menu, editor-style, featured-images, full-site-editing, block-patterns, block-styles, wide-blocks, translation-ready, style-variations

Kairo WordPress Theme, (C) 2025 Shameem Reza.
Kairo is distributed under the terms of the GNU GPL.
*/
/* Gutenberg Column CLS Fix */
.wp-block-columns {
    align-items: stretch;
}

.wp-block-column {
    min-height: 300px;
    contain: layout;
}

@media (max-width: 768px) {
    .wp-block-column {
        min-height: 200px;
    }
}

.wp-block-column img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
}