/* GENEL TİPOGRAFİ VE GÖVDE */

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", serif;
  font-size: 13px;
  background-color: #ffffff;
  color: #3f3f3f;
  opacity: 1;
}

/* BAŞLIK FONTLARI */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", serif;
}

/* RENK SİSTEMİ */

.arka-1,
.arka-1-hover:hover,
.arka-1-hover:focus {
  background-color: #000000;
}

.arka-1-soluk {
  background-color: rgba(0, 0, 0, 0.15) !important;
  color: #333333;
}

.arka-1-soluk-hover:hover,
.arka-1-soluk-hover:focus {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.yazi-1,
.yazi-1-hover:hover,
.yazi-1-hover:focus,
a {
  color: #000000;
}

.yazi-3,
.yazi-3-hover:hover {
  color: #ffffff;
}

.arka-3,
.arka-3-hover:hover,
.arka-3-hover:focus,
body {
  background-color: #ffffff;
}

.yazi-4,
.yazi-4-hover:hover,
.yazi-4-hover:focus,
body {
  color: #3f3f3f;
}

.arka-4,
.arka-4-hover:hover,
.arka-4-hover:focus {
  background-color: #3f3f3f;
}

/* KENAR VE GÖLGE */

.kenar-1 {
  border-color: #000000 !important;
  border-style: solid;
  border-width: 0 0 2px 0;
}

.kutu-golge-4 {
  box-shadow: 0 1px 1px rgba(212, 212, 212, 0.12),
    0 1px 1px rgba(222, 222, 222, 0.24);
}

/* GENEL BLOKLAR */

.gezinme-yastik {
  padding: 0;
}

.logo-kapsayici {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 48px;
}

.logo-gorsel {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
  border: none;
}

/* GEZİNME ÇUBUĞU */

.gezinme-cubugu {
  width: 100%;
}

.gezinme-nav {
  width: 100%;
}

.gezinme-liste {
  list-style: none;
  margin: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gezinme-oge {
  display: flex;
  align-items: center;
}

.marka-oge {
  flex: 1 1 auto;
}

.ana-oge {
  padding: 0 10px;
}

.sosyal-oge {
  margin-left: auto;
}

.rezervasyon-oge {
  margin-left: 8px;
}

.gezinme-baglanti {
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gezinme-nav.arka-1 .gezinme-liste {
  background-color: #000000;
}

.gezinme-nav.arka-1 .gezinme-baglanti {
  color: #ffffff;
}

.gezinme-nav.arka-1 .gezinme-baglanti:hover,
.gezinme-nav.arka-1 .gezinme-baglanti:focus {
  color: #f9ff0f;
}

/* MENÜ AÇ-KAPA */

.ac-kapa-kapsayici {
  margin-left: 8px;
}

.ac-kapa-dugme {
  background: none;
  border: none;
  cursor: pointer;
}

.ac-kapa-cizgi {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000000;
  position: relative;
}

.ac-kapa-cizgi::before,
.ac-kapa-cizgi::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: #000000;
}

.ac-kapa-cizgi::before {
  top: -5px;
}

.ac-kapa-cizgi::after {
  top: 5px;
}

.gezinme-nav.arka-1 .ac-kapa-cizgi,
.gezinme-nav.arka-1 .ac-kapa-cizgi::before,
.gezinme-nav.arka-1 .ac-kapa-cizgi::after {
  background-color: #ffffff;
}

/* REZERVASYON (GİRİŞ/KAYIT) BUTONLARI */

.rezervasyon-dugme {
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 11.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  border-radius: 24px;
  font-weight: 700;
}

.rezervasyon-giris {
  background-color: #000000;
  color: #f9ff0f;
  border: 2px solid #f9ff0f;
  margin-right: 10px;
}

.rezervasyon-uye {
  background-color: #f9ff0f;
  color: #000000;
  border: 2px solid #f9ff0f;
}

.rezervasyon-dugme:hover {
  background-color: #000000;
  color: #f9ff0f;
  border-color: #f9ff0f;
}

/* AFİŞ (BANNER) */

.afis {
  width: 100%;
  text-align: center;
  padding: 80px 16px;
  box-sizing: border-box;
}

.afis-gorsel {
  background-color: #000000;
  background-image: url("../frames/prbhs-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.afis-baslik {
  font-size: 2.5em;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 0;
}

.afis-etiket {
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 9px;
  color: #000000;
  background-color: #f9ff0f;
  padding: 4px 10px;
  display: inline-block;
}

/* ANA BİLGİ ÇUBUĞU */

.ana-bilgi-cubuk {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
}

.dort-kutu .ana-bilgi-kutu {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.ana-bilgi-kutu {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
}

.ana-bilgi-kutu.kenarli {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.ana-bilgi-metin {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.ana-bilgi-ikon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #f9ff0f;
  position: relative;
}

.zaman-ikon::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 2px;
  height: 8px;
  background-color: #f9ff0f;
}

.zaman-ikon::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 2px;
  background-color: #f9ff0f;
}

.konum-ikon::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f9ff0f;
}

.konum-ikon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50% 50% 50% 0;
  border: 2px solid #f9ff0f;
  transform: rotate(-45deg);
}

.telefon-ikon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 6px;
  height: 8px;
  border-radius: 3px;
  border: 2px solid #f9ff0f;
}

.telefon-ikon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 2px;
  height: 2px;
  background-color: #f9ff0f;
}

.ana-bilgi-ok {
  width: 10px;
  height: 10px;
  border-right: 2px solid #f9ff0f;
  border-bottom: 2px solid #f9ff0f;
  transform: rotate(45deg);
}

.ana-bilgi-rozet {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background-color: #f9ff0f;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  transition: transform 0.15s ease;
}

.ana-bilgi-rozet-ters {
  background-color: #000000;
  color: #f9ff0f;
  border: 2px solid #f9ff0f;
}

.ana-bilgi-kutu:hover .ana-bilgi-rozet,
.ana-bilgi-kutu:focus .ana-bilgi-rozet {
  transform: scale(1.05);
}

.ana-bilgi-kutu.cta-kutu.rezervasyon-dugme {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
}

.cta-kutu {
  text-align: center;
  justify-content: center;
}

.esnek {
  display: flex;
}

/* ÖZEL METİN BÖLÜMÜ (CustomMarkdown) */

.ozel-icerik {
  padding: 28px 16px 32px;
  box-sizing: border-box;
  background-color: #262626;
  color: #ffffff;
}

.bilgi-kutu h2,
.bilgi-kutu h3 {
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 19px;
  line-height: 37px;
  color: #ffffff;
  text-align: left;
}

.ozel-kolonlar.uc-kolon h2 {
  margin-top: 4px;
}

.bilgi-kutu p {
  line-height: 26px;
  color: #f5f5f5;
}

.icerik-cta-satir {
  margin: 10px 0 18px;
  display: flex;
  justify-content: center;
}

.icerik-cta {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  border: 2px solid #f9ff0f;
  background-color: #000000;
  color: #f9ff0f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease,
    border-color 0.15s ease;
}

.icerik-cta:hover,
.icerik-cta:focus {
  background-color: #f9ff0f;
  color: #000000;
  border-color: #f9ff0f;
  transform: scale(1.03);
}

.ozel-kolonlar {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ozel-kolonlar.tek-kolon.bilgi-kolonlari {
  text-align: center;
  font-family: "Oswald", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 3px solid #000000;
  margin-bottom: 4px;
}

.ozel-kolonlar.tek-kolon.bilgi-kolonlari .ozel-kolon {
  padding: 12px 12px 8px;
}

.ozel-kolonlar.uc-kolon,
.ozel-kolonlar.iki-kolon {
  margin-top: 0;
  margin-bottom: 24px;
}

.ozel-kolonlar.uc-kolon {
  text-align: justify;
}

.ozel-kolonlar.iki-kolon {
  text-align: justify;
}

.ozel-kolon {
  margin-bottom: 16px;
}

.ozel-kolon img {
  border-style: none;
  display: block;
  margin: 0;
  max-width: 700px;
  height: auto;
}

/* Belirli görselleri gösteriyoruz; genel gizleme kaldırıldı */

/* TURNUVA BLOĞU */

.turnuva-bolumu {
  padding: 24px 16px 32px;
  background-color: #262626;
  color: #ffffff;
}

.turnuva-icerik {
  max-width: 880px;
  margin: 0 auto;
}

.turnuva-gorsel-kapsayici {
  text-align: center;
  margin-bottom: 12px;
}

.turnuva-gorsel {
  display: inline-block;
  max-width: 700px;
  width: 100%;
  height: auto;
}

.ozel-icerik img,
.turnuva-gorsel {
  transition: transform 0.15s ease;
}

.ozel-icerik img:hover,
.ozel-icerik img:focus,
.turnuva-gorsel:hover,
.turnuva-gorsel:focus {
  transform: scale(1.03);
}

.turnuva-baslik {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 14px;
}

.turnuva-metin {
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 10px;
  color: #f5f5f5;
}

/* BAĞLANTI PANELLERİ */

.baglanti-panel-kapsayici,
.baglanti-panel-kapsayici-2 {
  margin-top: 150px;
  padding: 40px 16px;
  text-align: center;
  background-color: #000000;
  background-size: cover;
  background-position: center;
}

.baglanti-panel-kapsayici,
.baglanti-panel-kapsayici-2 {
  display: none;
}

.baglanti-panel-kapsayici {
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.95),
    rgba(20, 20, 20, 0.95)
  );
}

.baglanti-panel-kapsayici-2 {
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.95),
    rgba(40, 40, 40, 0.95)
  );
}

.baglanti-panel-baslik,
.baglanti-panel-baslik-2 {
  letter-spacing: 1px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 1px 2px #0f0f0f;
  margin: 0 0 20px;
}

.baglanti-panel-dugme {
  padding: 10px 30px;
  font-size: 11.5px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #f9ff0f;
}

.baglanti-panel-dugme:hover {
  background-color: #f9ff0f;
  color: #000000;
}

/* SOSYAL BAĞLANTILAR */

.sosyal-baglantilar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.sosyal-oge-ilk {
  margin-right: 10px;
}

.sosyal-baglanti {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-decoration: none;
}

.sosyal-sembol,
.sosyal-sembol-kucuk {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #f9ff0f;
}

/* ALT BÖLÜM (FOOTER) */

.alt-bolum {
  padding: 24px 16px 16px;
  background-color: #000000;
  color: #ffffff;
}

.alt-icerik {
  max-width: 900px;
  margin: 0 auto 8px;
  text-align: center;
}

.alt-genel-metin {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.6;
}

.alt-grup-baslik {
  margin-bottom: 25px;
  font-size: 13px;
  letter-spacing: 1px;
}

.alt-iletisim-icerik {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.alt-iletisim-oge {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.oge-uzerine {
  text-decoration: none;
  color: inherit;
}

.alt-ikon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #000000;
  position: relative;
  flex-shrink: 0;
}

.telefon-ikon-kucuk::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 7px;
  border-radius: 2px;
  border: 2px solid #000000;
}

.konum-ikon-kucuk::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}

.konum-ikon-kucuk::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50% 50% 50% 0;
  border: 2px solid #000000;
  transform: rotate(-45deg);
}

.alt-sosyal-baglantilar {
  min-width: 160px;
}

.alt-sosyal-sarici {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alt-sosyal-baglanti {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alt-sosyal-baglanti .sosyal-sembol-kucuk {
  background-color: #f9ff0f;
}

.alt-telif {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.alt-telif-metin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
}

.alt-ayirici {
  margin: 0 4px;
}

.alt-hukuki-dugme,
.alt-kosullar-dugme,
.alt-cerez-dugme {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  padding: 0;
  text-decoration: underline;
}

.alt-alt-logo {
  text-decoration: none;
  display: none;
  align-items: center;
  justify-content: center;
}

.alt-logo-sembol {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #000000;
  position: relative;
}

.alt-logo-sembol::before,
.alt-logo-sembol::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #000000;
  left: 3px;
}

.alt-logo-sembol::before {
  top: 5px;
}

.alt-logo-sembol::after {
  top: 10px;
}

/* MODAL KAPSAYICILAR (ÇEREZ PENCERESİ) */

.katman-ortusu {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.katman-ortusu.cerez-kapsayici-ortusu {
  display: none !important;
}

.kapsamli-cerceve {
  /* Boş ReactModalPortallarını temsilen bırakılmıştır */
}

.cerceve-icerik {
  background-color: #ffffff;
  max-width: 480px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.cerceve-baslik {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cerceve-baslik-icerik {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cerceve-baslik-onarim {
  width: 24px;
  height: 24px;
}

.cerceve-baslik-yazi {
  flex: 1;
  text-align: center;
}

.dugme-sifirla {
  background: none;
  border: none;
  cursor: pointer;
}

.kapat-sembol {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background-color: #f9ff0f;
}

.kapat-sembol::before,
.kapat-sembol::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 9px;
  height: 2px;
  background-color: #000000;
}

.kapat-sembol::before {
  transform: rotate(45deg);
}

.kapat-sembol::after {
  transform: rotate(-45deg);
}

.cerceve-govde {
  padding: 20px 16px 24px;
  font-size: 13px;
}

/* ÇEREZ PENCERESİ ÖZEL */

.cerez-tamamen-reddet {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  padding: 8px 10px;
  margin-bottom: 16px;
}

.cerez-tamamen-reddet-mesaj {
  font-size: 13px;
}

.cerez-ileri-ok {
  width: 10px;
  height: 10px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
}

.cerez-pencere-isim {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.cerez-pencere-aciklama {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.cerez-politika-baglanti {
  color: #000000;
  text-decoration: underline;
}

.genel-dugme {
  border: none;
  cursor: pointer;
}

.genel-dugme-tam {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
}

.genel-dugme-tam:hover {
  background-color: #f9ff0f;
  color: #000000;
}

.cerez-ayar-baglanti {
  width: 100%;
  border: none;
  background: none;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}

/* MEDYA SORGULARI */

@media (min-width: 768px) {
  .bilgi-kutu {
    padding-right: 100px;
    padding-left: 100px;
  }

  .ozel-kolonlar.tek-kolon.bilgi-kolonlari {
    width: 500px;
    margin: 0 auto 50px auto;
  }

  .ozel-kolon {
    padding: 25px;
  }

  .afis {
    padding: 100px 16px;
  }

  .afis-gorsel {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ozel-kolonlar.uc-kolon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .ozel-kolonlar.uc-kolon .ozel-kolon:nth-child(1) {
    flex: 1 1 auto;
    max-width: 520px;
    text-align: left;
  }

  .ozel-kolonlar.uc-kolon .ozel-kolon:nth-child(2) {
    flex: 1 1 50%;
  }

  .ozel-kolonlar.iki-kolon {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .ozel-kolonlar.iki-kolon .ozel-kolon:nth-child(1) {
    flex: 1 1 50%;
  }

  .ozel-kolonlar.uc-kolon .ozel-kolon:nth-child(2) img,
  .ozel-kolonlar.iki-kolon .ozel-kolon:nth-child(1) img {
    max-width: 700px;
  }

  .ozel-kolonlar.iki-kolon .ozel-kolon:nth-child(2) {
    flex: 1 1 auto;
    text-align: left;
  }

  .afis-baslik {
    width: 400px;
  }

  .ana-bilgi-cubuk {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* YARDIMCI SINIFLAR */

.baslik-yazi {
  font-family: "Oswald", serif;
}

.govde-acik {
  /* gelebilecek ek gövde sınıfı */
}

.yazi-215-stil-kapsayici {
  /* boş, orijinal yapıyı korumak için */
}

/* MOBİL OPTİMİZASYON */

@media (max-width: 767px) {
  .gezinme-liste {
    padding: 8px 12px;
    flex-wrap: nowrap;
    align-items: center;
  }

  .gezinme-oge {
    padding: 0 4px;
  }

  .ac-kapa-kapsayici {
    order: 1;
  }

  .marka-oge {
    order: 2;
    flex: 1 1 auto;
  }

  .rezervasyon-oge {
    order: 3;
    margin-left: 0;
  }

  .gezinme-oge.ana-oge:not(.rezervasyon-oge):not(.sosyal-oge) {
    display: none;
    order: 4;
  }

  .gezinme-nav.menu-acik .gezinme-liste {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }

  .gezinme-nav.menu-acik .gezinme-oge.ana-oge:not(.rezervasyon-oge):not(.sosyal-oge) {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
    padding: 8px 0;
  }

  .sosyal-oge {
    display: none;
  }

  .gezinme-baglanti {
    font-size: 9px;
    letter-spacing: 1px;
  }

  .rezervasyon-dugme {
    padding: 8px 10px;
    font-size: 10px;
  }

  .afis {
    padding: 60px 12px;
  }

  .afis-baslik {
    font-size: 1.8em;
  }

  .afis-etiket {
    font-size: 12px !important;
    padding: 3px 8px;
  }

  .ana-bilgi-cubuk {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 12px;
  }

  .ana-bilgi-kutu {
    padding: 10px 8px;
    flex-direction: column;
    text-align: center;
  }

  .ana-bilgi-rozet {
    font-size: 11px;
    padding: 5px 10px;
  }

  .ozel-icerik {
    padding: 20px 12px 24px;
  }

  .bilgi-kutu {
    padding-right: 12px;
    padding-left: 12px;
  }

  .ozel-kolonlar.uc-kolon,
  .ozel-kolonlar.iki-kolon {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }

  .ozel-kolonlar.uc-kolon .ozel-kolon:nth-child(1) {
    order: 2;
  }

  .ozel-kolonlar.uc-kolon .ozel-kolon:nth-child(2) {
    order: 1;
  }

  .ozel-kolonlar.uc-kolon .ozel-kolon:nth-child(1),
  .ozel-kolonlar.uc-kolon .ozel-kolon:nth-child(2),
  .ozel-kolonlar.iki-kolon .ozel-kolon:nth-child(1),
  .ozel-kolonlar.iki-kolon .ozel-kolon:nth-child(2) {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
  }

  .ozel-kolon img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .ozel-kolonlar.uc-kolon .ozel-kolon:nth-child(2) img,
  .ozel-kolonlar.iki-kolon .ozel-kolon:nth-child(1) img {
    max-width: 100%;
  }

  .bilgi-kutu h2,
  .bilgi-kutu h3 {
    font-size: 20px;
    margin-top: 12px;
    line-height: 28px;
  }

  .bilgi-kutu p {
    font-size: 13px;
    line-height: 22px;
  }

  .turnuva-bolumu {
    padding: 20px 12px 24px;
  }

  .turnuva-gorsel {
    max-width: 100%;
    width: 100%;
  }

  .turnuva-baslik {
    font-size: 20px;
  }

  .turnuva-metin {
    font-size: 12px;
    line-height: 1.6;
  }

  .alt-bolum {
    padding: 20px 12px 14px;
  }

  .alt-genel-metin {
    font-size: 11px;
    line-height: 1.5;
  }

  .alt-telif-metin {
    font-size: 11px;
  }
}