/* MB Çikolata — Hakkımızda sayfasındaki dinamik "İletişim Bilgileri"
   bloğu (bkz. frontend-settings.php). Ayarlar sayfasında girilen
   bilgilerden otomatik üretilir. Renk/font token'ları sitenin geri
   kalanıyla aynı: --mbc-gold ailesi (bkz. demo-notice.css), başlıkta
   'Cormorant', gövdede 'Mulish' - ikisi de tema tarafından zaten
   yükleniyor, burada yeniden @import edilmiyor. */

.mbc-about-contact {
	padding: 64px 0;
	background: #faf7f2;
	border-top: 1px solid rgba(193, 159, 95, 0.25);
}
.mbc-about-contact-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.mbc-about-contact-title {
	font-family: 'Cormorant', Georgia, serif;
	font-weight: 500;
	font-size: 30px;
	color: #1b120d;
	text-align: center;
	margin: 0 0 36px;
}
.mbc-about-contact-grid {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax( 220px, 1fr ) );
	gap: 28px;
	margin-bottom: 32px;
}
.mbc-about-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: #fff;
	border: 1px solid rgba(193, 159, 95, 0.25);
	border-radius: 10px;
	padding: 20px;
}
.mbc-about-contact-item .dashicons {
	color: #c19f5f;
	font-size: 22px;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-top: 2px;
}
.mbc-about-contact-item > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}
.mbc-about-contact-label {
	font-family: 'Mulish', Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #a9803f;
}
.mbc-about-contact-item a {
	font-family: 'Mulish', Arial, sans-serif;
	font-size: 14.5px;
	color: #1b120d;
	text-decoration: none;
	word-break: break-word;
}
.mbc-about-contact-item a:hover { color: #c19f5f; }
.mbc-about-hours-row {
	font-family: 'Mulish', Arial, sans-serif;
	font-size: 14px;
	color: #1b120d;
}

.mbc-about-contact-social {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
}
.mbc-about-contact-social a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1b120d;
	color: #c19f5f;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease;
}
.mbc-about-contact-social a:hover { background: #c19f5f; color: #1b120d; }
.mbc-about-contact-social .dashicons { font-size: 18px; width: 18px; height: 18px; }

/* ===== Mobil ===== */
@media (max-width: 600px) {
	.mbc-about-contact { padding: 44px 0; }
	.mbc-about-contact-title { font-size: 24px; margin-bottom: 24px; }
	.mbc-about-contact-grid { grid-template-columns: 1fr; gap: 16px; }
}
