/*
Theme Name: Jemirko 7.1
Theme URI: https://jemirko.org.tr/tema
Author: JEMİRKO — Jeolojik Mirası Koruma Derneği
Author URI: https://jemirko.org.tr
Description: Jeolojik miras, jeopark ve jeolojik koruma içerikleri için tasarlanmış tam site düzenleme (FSE) blok teması. Amonit turuncusu kimlik, akışkan tipografi, native CSS Grid sorgu düzenleri ve etkileşim durumları (hover/focus/active) theme.json üzerinden yönetilir.
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jemirko-71-theme
Tags: blog, news, full-site-editing, block-patterns, block-styles, wide-blocks, custom-colors, custom-logo, custom-menu, editor-style, featured-images, one-column, two-columns, rtl-language-support, translation-ready, accessibility-ready
*/

/*
 * Bu tema bir blok temasıdır: görsel biçimlendirmenin tamamı theme.json içinde tanımlıdır.
 * Buradaki kurallar yalnızca theme.json ile ifade edilemeyen birkaç yardımcı sınıftır.
 */

/* Ekran okuyucu metni (WordPress standardı). */
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--wp--preset--color--base);
	clip-path: none;
	color: var(--wp--preset--color--ember);
	display: block;
	font-size: 1rem;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 16px 24px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}

/* Yönetici çubuğu varken yapışkan başlığın altına kaymasını engeller. */
.admin-bar .jemirko-sticky-header {
	top: var(--wp-admin--admin-bar--height, 32px);
}
