/*
Theme Name: MediaCH Pro
Theme URI: https://mediach.org
Author: MediaCH Project Lead
Description: Çocuk odaklı gazetecilik ve hak odaklı medya platformu teması. Bu dosya yalnızca temel global stilleri taşır.
Version: 1.2
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	line-height: 1.6;
	color: #1e293b;
	background-color: #f1f5f9;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: inherit;
	transition: 0.3s ease;
}

ul {
	list-style: none;
}

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

.container {
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.text-red {
	color: #e53e3e;
}

.text-blue {
	color: #2b6cb0;
}

.text-orange {
	color: #dd6b20;
}

.bg-light {
	background-color: #f7fafc;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

.wp-caption {
	max-width: 96%;
	padding: 5px 3px 10px;
	border: 1px solid #f0f0f0;
	background: #fff;
	text-align: center;
}

.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	font-size: 11px;
	line-height: 17px;
}

.clearfix::after,
.entry-content::after {
	content: "";
	display: table;
	clear: both;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 992px) {
	.container {
		width: 95%;
	}
}
