/*
Theme Name: Z1M Bots Theme
Theme URI: https://z1m.website
Author: Zaky1million
Author URI: https://t.me/Zaky1million
Description: A professional, high-performance theme dedicated to Telegram Bots and AI tools. Features a persistent brand-blue header/footer and a modern grid layout for bots.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: z1m-theme
Tags: one-column, custom-colors, full-site-editing, wide-blocks, accessibility-ready, bots, telegram
*/

/* Reset & Base */
body { margin: 0; padding: 0; }
a { text-decoration: none; transition: all 0.3s ease; }

/* Custom Bot Card Styling */
.bot-card {
    border: 1px solid var(--wp--preset--color--accent-5);
    border-radius: 12px;
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
}
.bot-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: var(--wp--preset--color--primary);
}


/* --- Z1M Header Fixes --- */
/* هذا الكود يجبر الهيدر أن يكون نحيفاً ويمنع الصورة من التمدد */
.z1m-header .wp-block-image img {
    max-height: 50px !important;
    width: auto !important;
    object-fit: contain;
}

.z1m-header {
    min-height: auto !important;
}
