/*
Theme Name:  Alperen AI v6
Theme URI:   https://alperenisleyen.com
Author:      Alperen İşleyen
Author URI:  https://alperenisleyen.com
Description: Mühendislik ve yapay zekâ uzmanlığını bir araya getiren, koyu temalı, modern ve erişilebilir kişisel WordPress teması.
Version:     1.0.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alperen-ai
Tags:        one-column, custom-menu, featured-images, translation-ready, accessibility-ready
*/

/* Stiller assets/css/ klasöründe modüler olarak yönetilir. */

/* ── Custom Logo Sınırlandırmaları ────────────────────────────────────────── */
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	align-self: center;
	max-height: 2.5rem; /* Mobil header için */
}

.custom-logo-link img.custom-logo {
	max-height: 2.5rem;
	width: auto;
	height: auto;
	object-fit: contain;
}

@media (min-width: 1024px) {
	.custom-logo-link {
		max-height: 3rem; /* Masaüstü header için */
	}
	.custom-logo-link img.custom-logo {
		max-height: 3rem;
	}
}

