.grecaptcha-badge { 
    visibility: hidden;
}
/*
img {
    -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) !important;
}
*/

#anasayfaicerik1 {
    display: none !important;
}

.videoKapsayici {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 çerçeve oranı */
	/*
	padding-bottom: 66,67%;	3:2 çerçeve oranı
	padding-bottom: 42,86%;	21:9 çerçeve oranı
	padding-bottom: 75,00%;	4:3 çerçeve oranı
	*/
	padding-top: 25px;
	height: 0;
}
.videoKapsayici iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
pre {
    display: block;
    padding: 10px;
    background: #eee;
    overflow-x: auto;
    font: 12px Monaco, MonoSpace;
}
*/

pre {
  	background: #EFEFEF;
	padding-top: 1em;
	padding: 10px;
  	border-left: 5px solid #f56a6a;
}

/* Rainbow Effect Başladı */
@keyframes slide {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 600vw;
  }
}
.clip {
  background: repeating-linear-gradient(-45deg, red 0%, yellow 7.14%, lime 14.28%, cyan 21.42%, cyan 28.56%, blue 35.7%, magenta 42.84%, red 50%);
  -webkit-animation: 'slide' 70s infinite linear forwards;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.bgclip {
  background: repeating-linear-gradient(-45deg, red 0%, yellow 7.14%, lime 14.28%, cyan 21.42%, cyan 28.56%, blue 35.7%, magenta 42.84%, red 50%);
  -webkit-animation: 'slide' 10s infinite linear forwards;
}
/* Rainbow Effect Bitti */

.embed-responsive { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-responsive iframe, .embed-responsive object, .embed-responsive embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Liste / detay: sol mini-posts ve alt .posts kart görselleri */
.posts article,
.mini-posts article {
	display: block !important;
	flex-direction: column;
}
.posts article > a.image,
.mini-posts article > a.image {
	display: block !important;
	float: none !important;
	flex: 0 0 auto;
	align-self: stretch;
	width: 100% !important;
	max-width: 100% !important;
	aspect-ratio: 16 / 9;
	height: auto;
	margin: 0 0 1em 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border-radius: 0.5em;
	background: #e6e8ea !important;
	-webkit-animation: none !important;
	animation: none !important;
}
.posts article > a.image img,
.mini-posts article > a.image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
	visibility: visible !important;
	opacity: 1 !important;
}
.mini-posts article > p,
.mini-posts article > h2 {
	display: block !important;
	float: none !important;
}

/* Önceki / sonraki kompakt kart (tema parçası adjacent-nav-card.html) */
.adjacent-posts .adj-card,
a.adj-card {
	display: flex;
	align-items: stretch;
	gap: 0;
	min-height: 72px;
	height: 80px;
	max-height: 80px;
	overflow: hidden;
	border: solid 1px #e6e8ea !important;
	border-bottom: solid 1px #e6e8ea !important;
	border-radius: 0.4em;
	background: #fff;
	color: #3d4449 !important;
	text-decoration: none !important;
	box-shadow: 0 1px 2px rgba(61, 68, 73, 0.05);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.adjacent-posts .adj-card:hover,
a.adj-card:hover {
	border-color: #f56a6a !important;
	box-shadow: 0 4px 14px rgba(245, 106, 106, 0.14);
	transform: translateY(-1px);
	color: #3d4449 !important;
}
.adj-card__media {
	flex: 0 0 80px;
	width: 80px;
	align-self: stretch;
	background: #e6e8ea;
	overflow: hidden;
}
.adj-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.adj-card__body {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.5em 0.85em 0.5em 0.75em;
	gap: 0.2em;
}
.adj-card__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "Roboto Slab", serif;
	font-size: 0.82em;
	font-weight: 700;
	line-height: 1.35;
	color: #3d4449;
}
.adj-card__date {
	font-size: 0.68em;
	color: #9fa3a6;
	letter-spacing: 0.02em;
}
.adjacent-posts__item--next .adj-card {
	flex-direction: row-reverse;
}
.adjacent-posts__item--next .adj-card__body {
	padding: 0.5em 0.75em 0.5em 0.85em;
	text-align: right;
	align-items: flex-end;
}
.adjacent-posts .klyAdminButton {
	position: relative;
	z-index: 2;
}