/* Celsanrozet - Özel düzeltmeler */

/* Link/buton ikonlarının kutucuğa sığması */
.rs-btn .icon-box,
.rs-square-btn .icon-box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 24px;
	max-height: 24px;
}
.rs-btn .icon-box svg,
.rs-square-btn .icon-box svg,
.rs-btn .icon-box i,
.rs-square-btn .icon-box i {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Arama butonu ikonu */
.rs-header-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 32px;
}
.rs-header-search button i {
	font-size: 1.1rem;
}

/* Footer heading yapısı: h2/h3 kullanıyoruz, görünüm h5 ile aynı kalsın */
.rs-footer-two h2.rs-footer-widget-title,
.rs-footer-two h3.rs-footer-widget-title {
	font-size: var(--rs-fs-h5, 24px);
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.rs-footer-two h2.rs-footer-widget-title,
	.rs-footer-two h3.rs-footer-widget-title {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.rs-footer-two h2.rs-footer-widget-title,
	.rs-footer-two h3.rs-footer-widget-title {
		font-size: 20px;
	}
}

/* Header: telefon metni (eskiden h6) - başlık değil, paragraf, okunaklı beyaz */
.rs-header-two .rs-header-call .rs-header-call-text {
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: inherit;
}
.rs-header-two .rs-header-call .rs-header-call-text a {
	color: #fff;
	text-decoration: none;
}
.rs-header-two .rs-header-call .rs-header-call-text a:hover {
	color: var(--rs-theme-red, #e00);
}

/* Offcanvas: bölüm başlıkları (p, h etiket değil) - görünüm aynı */
.offcanvas-area .offcanvas-title-meta {
	font-size: var(--rs-fs-h4, 28px);
	font-weight: 600;
	line-height: 1.33;
	margin-top: 0;
	margin-bottom: 20px;
}

/* Makale sidebar: widget başlıkları h2/h3, görünüm h5 gibi */
.rs-sidebar-wrapper h2.sidebar-widget-title,
.rs-sidebar-wrapper h3.sidebar-widget-title {
	font-size: var(--rs-fs-h5, 24px);
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 20px;
}

/* Makale sidebar: son yazılar başlığı (eskiden h6) - paragraf */
.rs-sidebar-wrapper .sidebar-blog-title {
	margin: 0 0 0.5em 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
}
@media (min-width: 992px) {
	.rs-sidebar-wrapper .sidebar-blog-title {
		font-size: 18px;
	}
}
.rs-sidebar-wrapper .sidebar-blog-title a:hover {
	color: var(--rs-theme-orange);
}
