@charset "utf-8";

.oval img {border-radius: 50% !important;}

  .vx {width: 100% !important;}
  .vy {height: 100% !important;}
  .v100 { width: 100% !important;}
  .h100 { height: 100% !important;}


.v {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.v iframe,
.v object,
.v embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.soldikey, .sagdikey {
    position: fixed;
    top: 140px;
    width: 165px;
    z-index: 999;
    display: none; 
}

.soldikey {
    left: 50%;
    margin-left: -755px;
}

.sagdikey {
    left: 50%;
    margin-left: 590px;
}

@media only screen and (min-width: 1480px) {
    .soldikey, .sagdikey {
        display: block !important;
    }
}

@media only screen and (max-width: 1479px) {
    .soldikey, .sagdikey {
        display: none !important;
    }
}
.kirmizi { color: #900000; }

.bg-gradient-dark {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}
.w-fit-content {
    width: fit-content;
}
.main-post:hover img {
    transform: scale(1.05);
    transition: 0.5s all;
}
.card {
    transition: 0.3s transform;
}
.card:hover {
    transform: translateY(-3px);
}


.news-thumbnail img {
    border-radius: 100%;
}

/* Reklam Kapsayıcıları */
.reklam-yan-sol, .reklam-yan-sag {
    position: fixed;
    top: 150px; /* Header yüksekliğine göre ayarla */
    width: 160px; /* Standart Skyscraper genişliği */
    height: 600px;
    z-index: 100;
    display: none; /* Varsayılan gizli */
}

/* Sol Boşluğun Tam Ortasına Yerleştirme */
.reklam-yan-sol {
    /* (100% ekran - 1140px container) / 2 = Bir taraftaki boşluk */
    /* Bu boşluğun içine reklamı ortalamak için: */
    left: calc((100% - 1140px) / 4 - 80px); 
}

/* Sağ Boşluğun Tam Ortasına Yerleştirme */
.reklam-yan-sag {
    right: calc((100% - 1140px) / 4 - 80px);
}

/* Sadece Boşluk Varsa Göster (Geniş ekranlar için) */
/* 1140px (site) + 320px (2 reklam) + 40px (güvenli boşluk) = ~1500px */
@media only screen and (min-width: 1500px) {
    .reklam-yan-sol, .reklam-yan-sag {
        display: block !important;
    }
}

    blockquote {
  position: relative;
  font-style: italic;
  padding: 10px 40px;
  margin: 20px 0;
  border-left: 5px solid #ccc; 
  background-color: #f9f9f9; 
}

blockquote::before {
  content: "“";
  position: absolute;
  left: 10px;
  top: -5px;
  font-size: 60px;
  line-height: 1;
  color: #999;
  font-family: Georgia, serif;
}

blockquote::after {
  content: "”";
  position: absolute;
  right: 10px;
  bottom: -30px;
  font-size: 60px;
  line-height: 1;
  color: #999;
  font-family: Georgia, serif;
}


.haber-detay *, .note-editable * {
    text-shadow: none !important;
    box-shadow: none !important;
    /* background-color: transparent !important; */
}