/* Bu dosya, site genelindeki özel stil ve boşluk ayarlarını içerir. */

@media screen and (min-width: 737px) { /* Kurallar mobil görünümü etkilemez */

	/* ---- Genel Başlık (Header) Ayarları ---- */
	#header {
		padding-top: 0.5em !important;
		padding-bottom: 0em !important;
		align-items: center;
	}

	#header > * {
		flex: none !important; 
	}

	#header .icons {
		margin-left: auto !important;
	}

	/* ---- Ana Banner ve İçerik Alanları ---- */
	#banner {
		padding-top: 1em !important;
	}

	#banner .content .image {
		margin-bottom: 0em !important;
	}

	#konu {
		padding-top: 1em !important;
		padding-bottom: 0em !important;
	}

	header.major > :last-child {
		margin-bottom: 1em !important;
	}

	/* ---- Kenar Çubuğu (Sidebar) Ayarları ---- */
	#sidebar .inner {
		padding-top: 1em !important;
	}
	
	#search {
		margin-bottom:0.5em !important;
		padding-bottom: 0.5em !important;
	}

	#search.alt {
		margin-bottom: 1em !important;
	}
}