/*
Theme Name: BUN TV
Theme URI: 
Author: BUN TV
Author URI: 
Description: BUN TV haber, video, gündem ve yayın içerikleri için hazırlanmış Türkçe, mobil uyumlu, SEO ve sosyal medya uyumlu WordPress haber temasıdır.
Version: 1.0.1.6
Requires PHP: 5.6
Tested up to: 6.9.1
Requires at least: 5.0.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: cream-magazine
Tags: custom-background, custom-header, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, blog, news, right-sidebar, theme-options, footer-widgets, left-sidebar, grid-layout, rtl-language-support
*/



/* BUN TV marka ve mobil düzen ekleri */
:root {
	--buntv-red: #f20524;
	--buntv-orange: #ff8a00;
	--buntv-blue: #00b7ff;
	--buntv-dark: #090909;
}

.site-title a,
.cm-post-widget-section .section-title h2,
.widget-title h2 {
	letter-spacing: -0.01em;
}

a,
a:hover,
.site-title a:hover {
	color: var(--buntv-red);
}

.cm-primary-nav,
.main-navigation {
	background: #fff;
}

.footer_inner {
	background: linear-gradient(135deg, var(--buntv-dark), #151515);
}

.buntv-app-download {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 22px 15px 28px;
}

.buntv-app-download-inner {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
	background: #111;
	border-radius: 18px;
	padding: 14px 18px;
	box-shadow: 0 8px 26px rgba(0,0,0,.18);
}

.buntv-app-download-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	padding: 10px 18px;
	background: linear-gradient(135deg, var(--buntv-red), var(--buntv-orange));
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	line-height: 1;
}

.buntv-app-download-button img {
	width: 34px;
	height: 34px;
	object-fit: contain;
	border-radius: 8px;
	background: #000;
}

.buntv-app-download-subtitle {
	color: #fff;
	opacity: .88;
	font-size: 14px;
}

@media (max-width: 768px) {
	.buntv-app-download-inner {
		display: flex;
		width: 100%;
	}
	.buntv-app-download-button {
		width: 100%;
		justify-content: center;
	}
	.buntv-app-download-subtitle {
		width: 100%;
	}
}


/* BUN TV PWA kurulum ekleri */
.buntv-app-download-button {
	border: 0;
	cursor: pointer;
	font-family: inherit;
}

.buntv-app-download-button.is-installed {
	background: #1f8f44;
	cursor: default;
}

.buntv-pwa-install-button[hidden] {
	display: none !important;
}

.buntv-pwa-install-help {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .62);
	padding: 18px;
	align-items: center;
	justify-content: center;
}

.buntv-pwa-install-help.is-visible {
	display: flex;
}

.buntv-pwa-install-help-card {
	width: min(520px, 100%);
	background: #fff;
	color: #111;
	border-radius: 20px;
	padding: 22px;
	box-shadow: 0 20px 60px rgba(0,0,0,.32);
}

.buntv-pwa-install-help-card h2 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.25;
}

.buntv-pwa-install-help-card p {
	margin: 0 0 12px;
}

.buntv-pwa-install-help-card ol {
	margin: 0 0 18px 22px;
	padding: 0;
}

.buntv-pwa-install-help-card li {
	margin-bottom: 8px;
}

.buntv-pwa-install-help-close {
	width: 100%;
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	background: var(--buntv-red);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
