/*
Theme Name: Balaban Sapan
Theme URI: https://balabansapan.com
Author: Balaban Sapan
Author URI: https://balabansapan.com
Description: Yük kaldırma ve sabitleme ekipmanları tedarikçisi Balaban Sapan için tasarlanmış, güncel WordPress (block editor / FSE uyumlu klasik tema yapısı) ile uyumlu kurumsal tema. Özelleştirici üzerinden logo, iletişim bilgileri, hero içeriği ve sektör kategorileri yönetilebilir.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
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: balaban-sapan
Tags: e-commerce, custom-menu, custom-logo, featured-images, full-width-template, translation-ready, threaded-comments, block-styles, wide-blocks

Balaban Sapan WordPress teması. Bu dosya yalnızca tema kimliği (header) ve
WordPress çekirdeğinin beklediği asgari blok/erişilebilirlik stillerini içerir.
Ana tasarım assets/css/main.css içindedir (bkz. functions.php -> balaban_sapan_scripts).
*/

/* ---------------------------------------------------------------
   Erişilebilirlik ve WordPress çekirdek gereksinimleri
   --------------------------------------------------------------- */
.skip-link {
	background: #16233f;
	color: #fff;
	padding: 10px 18px;
	position: absolute;
	left: 6px;
	top: -60px;
	z-index: 100000;
	text-decoration: none;
	border-radius: 0 0 6px 6px;
	transition: top 0.2s ease-in-out;
}

.skip-link:focus {
	top: 0;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Blok hizalama yardımcıları */
.alignwide {
	max-width: 1400px;
}

.alignfull {
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;
}
