/* Minimal tema */
:root {
	--primary: #111111;
	--primary-dark: #000000;
	--accent: #111111;
	--bg: #ffffff;
	--surface: #ffffff;
	--text: #111111;
	--muted: #6b6b6b;
	--border: #e6e6e6;
	--radius: 0;
	--shadow: none;
	--shadow-hover: none;
	--heading-font: Georgia, "Times New Roman", serif;
}

body { font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.7; }

.site-header { background: #fff; box-shadow: none; border-bottom: 1px solid var(--border); }
.header-top, .container { max-width: 760px; }
.brand, .brand:hover { color: var(--text); font-weight: normal; }
.menu-toggle { color: var(--text); border-color: var(--text); border-radius: 0; font-family: Arial, sans-serif; }
.navigation a { color: var(--text); border-radius: 0; font-family: Arial, sans-serif; font-size: 14px; }
.navigation a:hover, .navigation li.active a { background: none; text-decoration: underline; color: var(--text); }

h1.section-title { font-size: 44px; font-weight: normal; letter-spacing: -.02em; margin-top: 40px; }
h2.section-title { font-size: 30px; font-weight: normal; margin-top: 56px; }
.section-title:after { display: none; }

/* İlanlar: küçük fotoğraflı liste */
.listing-grid { grid-template-columns: 1fr; gap: 0; }
.listing-card { border: 0; border-bottom: 1px solid var(--border); }
.listing-card:hover { transform: none; background: #fafafa; }
.listing-card a { flex-direction: row; align-items: center; gap: 18px; padding: 14px 0; }
.listing-card img, .listing-noimage { flex: 0 0 72px; width: 72px; height: 72px; border-radius: 50%; filter: grayscale(1); font-size: 28px; }
.listing-name { padding: 0; font-size: 19px; font-weight: normal; }
.listing-phone { padding: 0; font-family: Arial, sans-serif; font-size: 14px; color: var(--text); }
.listing-phone:before { content: ""; }

/* Makaleler */
.article-list { gap: 0; }
.article-card { border: 0; border-bottom: 1px solid var(--border); padding: 24px 0; }
.article-card-img { display: none; }
.article-card-title { font-size: 24px; font-weight: normal; }

.breadcrumb, .article-page { border: 0; padding-left: 0; padding-right: 0; }
.gallery img { filter: grayscale(1); }
.contact-box { border-color: var(--text); background: #fff; }
.call-button { background: var(--text); border-radius: 0; font-family: Arial, sans-serif; }
.tags a { background: none; border: 1px solid var(--text); border-radius: 0; color: var(--text); }
.footer { background: #fff; color: var(--muted); border-top: 1px solid var(--border); }

@media (max-width: 768px) {
	h1.section-title { font-size: 32px; }
	.navigation { background: #fff; }
	.listing-card a { flex-wrap: wrap; }
	.listing-card img, .listing-noimage { flex-basis: 56px; width: 56px; height: 56px; }
	.listing-name { flex: 1; font-size: 17px; }
	.listing-phone { flex-basis: 100%; padding-left: 74px; }
}
