:root{
  --accent:#d9264f;
  --accent-soft:rgba(217,38,79,.18);
  --border:rgba(255,255,255,.12);
  --muted:#e9c9d1;
}
body{
  background:
    radial-gradient(1200px 420px at 10% -10%, rgb(251 0 0 / 22%), #91000000 55%), radial-gradient(900px 260px at 95% 0%, rgba(220, 120, 160, .18), transparent 65%), linear-gradient(
175deg, #3f0000 0%, #770000 40%, #000000 100%);
  font-family: 'Poppins','Nunito',ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  color:#fff; -webkit-font-smoothing:antialiased;
}
.container{max-width:1120px;margin:0 auto;padding:0 16px}
.section{padding:24px 0}
.card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px}

/* Header & Nav */
.header{position:sticky; top:0; z-index:30; height:82px;
  backdrop-filter: blur(18px) saturate(140%);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
  border-bottom:1px solid rgba(217,38,79,.45);
  box-shadow: 0 10px 28px rgba(0,0,0,.20);
}
.header .container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px}
.site-title{margin:0;font-size:22px;letter-spacing:.2px}
/* Logo varsa title/tagline gizlensin; yoksa görünsün */
.has-custom-logo .brand .site-title,
.has-custom-logo .brand .tagline { display: none; }

.brand .custom-logo { max-height: 48px; height:auto; width:auto; display:block; }
.site-title a { color:#fff; text-decoration:none; } /* görünür renk */



.nav{margin-left:auto}
.nav .menu{display:flex;gap:8px;margin:0;padding:0;list-style:none}
.nav .menu > li{list-style:none}
.nav .menu a{
  position:relative;display:inline-flex;align-items:center;
  padding:10px 14px;border-radius:12px;color:#fff;text-decoration:none;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.nav .menu a::before{
  content:""; position:absolute; inset:0; border-radius:inherit;
  background: radial-gradient(40% 60% at 50% 40%, rgba(255,120,160,.28), transparent 60%);
  opacity:0; transition:opacity .25s ease;
}
.nav .menu a:hover{ transform: translateY(-1px); box-shadow: 0 8px 24px rgba(217,38,79,.35) }
.nav .menu a:hover::before{ opacity:1 }
.nav .menu .current-menu-item > a,
.nav .menu .current_page_item > a{
  background:rgba(217,38,79,.20);
  border-color:rgba(217,38,79,.45);
}

/* Mini mixed info strip */
.mini{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}
.mini .cell{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:14px;display:grid;gap:6px}
.mini .cell h4{margin:0 0 4px}
.mini .cell p{margin:0;color:#f1d9de}
@media(max-width:1000px){.mini{grid-template-columns:1fr}}

/* Fancy FAQ */
.fancy-faq { padding:28px 22px; }
.faq-title {
  margin:0 0 20px;
  font-size:22px;
  color:#ffd8e2;
  letter-spacing:.3px;
}
.faq-list { display:flex;flex-direction:column;gap:12px; }

.faq-item {
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  overflow:hidden;
  transition:border-color .25s ease, box-shadow .25s ease;
}
.faq-q {
  width:100%;
  text-align:left;
  background:none;
  color:#fff;
  font-size:16px;
  border:0;
  padding:14px 18px;
  cursor:pointer;
  font-weight:600;
}
.faq-item:hover {
  border-color:rgba(217,38,79,.45);
  box-shadow:0 0 22px rgba(217,38,79,.16);
}
.faq-a {
  max-height:0;
  overflow:hidden;
  opacity:0;
  padding:0 18px;
  color:#ffe9ef;
  line-height:1.55;
  transition:max-height .45s ease, opacity .35s ease;
}
.faq-item.open .faq-a {
  padding:12px 18px 16px;
  max-height:300px;
  opacity:1;
}


/* Links */
a, a:visited{color:#fff; text-decoration:none}
a:hover{color:var(--accent); text-decoration:none}
.entry-content a, .entry-content a:visited{color:var(--accent); text-decoration:underline}
.entry-content a:hover{opacity:.9}

/* Single layout + sidebar */
.content-grid{
  display:grid;
  grid-template-columns: 1fr 320px;
  gap:20px;
  align-items:start;
}
@media(max-width:900px){
  .content-grid{ grid-template-columns: 1fr; }
}

.post-area .entry-title{ margin:0 0 8px; }
.post-area .meta{ opacity:.85; margin-bottom:14px; }

/* Sidebar widgets */
.sidebar .widget{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  padding:14px;
  margin:0 0 14px;
}
.sidebar .widget-title{
  margin:0 0 10px;
  font-weight:700;
  color:#ffd8e2;
}
.sidebar ul{ list-style:none; padding:0; margin:0; }
.sidebar ul li{
  padding:6px 0;
  border-bottom:1px dashed rgba(255,255,255,.08);
}
.sidebar a{ color:#fff; text-decoration:none; }
.sidebar a:hover{ color:var(--accent); }


/* Hero */
.hero{padding:20px 0}
.hero-box{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;align-items:center}
.hero-title{color:#fff}
.hero-title::after{content:"";display:block;width:140px;height:3px;margin-top:10px;
  background:linear-gradient(90deg, rgba(217,38,79,0), rgba(217,38,79,.9), rgba(217,38,79,0)); border-radius:2px}
.hero-right{display:flex;align-items:center;justify-content:center}
.hero-right img{width:auto;height:auto;max-height:360px;object-fit:contain;display:block}
@media(max-width:1100px){ .hero-box{grid-template-columns:1fr} .hero-right img{max-height:280px} }

/* Login */
.login-box{padding:18px;border-radius:16px}
.login-title{margin:0 0 12px;font-size:18px;letter-spacing:.3px}
.login-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:700px){ .login-row{grid-template-columns:1fr} }
.input-wrap{position:relative}
.input-wrap::before{
  content:""; position:absolute; left:12px; top:50%; transform:translateY(-50%);
  width:20px;height:20px;opacity:.85; background:none;
}
.icon-nick::before{ content:"🎭"; }
.icon-pass::before{ content:"🔒"; }
.input{
  width:100%; padding:12px 14px 12px 40px;
  border-radius:12px; color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  transition:border-color .2s, box-shadow .2s;
}
.input::placeholder{color:#e9c9d1}
.input:focus{
  outline:none; border-color:var(--accent);
  box-shadow:0 0 0 3px rgba(217,38,79,.28);
}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.pill{padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:var(--accent-soft);color:#fff}
.pill.link{text-decoration:none}
.btn.primary{background:var(--accent);color:#fff;border:1px solid rgba(255,255,255,.08);padding:10px 14px;border-radius:12px}
.btn.primary:hover{filter:brightness(1.06)}
.btn.ghost{background:rgba(255,255,255,.06);color:#fff;border:1px solid var(--border);padding:10px 14px;border-radius:12px}

/* Category badges */
.cat-badges{display:flex;flex-wrap:wrap;gap:10px}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 12px;border-radius:999px;
  background:rgba(217,38,79,.16); border:1px solid rgba(217,38,79,.45);
  color:#fff; text-decoration:none;
  transition:transform .15s ease, box-shadow .2s ease;
}
.badge:hover{ transform:translateY(-1px); box-shadow:0 10px 24px rgba(217,38,79,.30) }
.b-ico{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18)}
.b-text{font-weight:600;letter-spacing:.2px}

/* === Popüler Odalar: aşağı doğru taşma/kayma fix === */

/* Dış kutu: iç boşluk ve çakışan marginleri kontrol et */
.rooms-box{ padding:18px 16px 14px; }
.rooms-box *{ box-sizing:border-box; }

/* Grid: her kart aynı satır yüksekliğine otursun, taşma olmasın */
.rooms-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch;       /* kartları satır yüksekliğine ger */
  align-content:start;       /* gridin kendisi aşağı taşmasın */
}
@media (max-width:1100px){ .rooms-grid{ grid-template-columns:repeat(3, minmax(0,1fr)) !important; } }
@media (max-width:900px){  .rooms-grid{ grid-template-columns:repeat(2, minmax(0,1fr)) !important; } }
@media (max-width:600px){  .rooms-grid{ grid-template-columns:1fr !important; } }

/* Grid çocukları: sütun/genişlik kısıtları ve min-width:0 (kritik) */
.rooms-grid > *{
  min-width:0 !important;
  max-width:100% !important;
  margin:0 !important;              /* kart altındaki ekstra marginleri iptal et */
  grid-column:auto !important;      /* 1/-1 gibi tek sütun zorlamasını temizle */
}

/* Kart: iç düzeni eşitle – üst blok sabit, açıklama alta itilsin */
.room-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;    /* üst & altı dengeler */
  height:100%;
  padding:18px 16px;
  border-radius:16px;
  background:
    radial-gradient(180px 100px at 20% 15%, rgba(255,110,150,.12), transparent 60%),
    radial-gradient(200px 120px at 80% 20%, rgba(150,30,60,.10), transparent 65%),
    rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 12px 26px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.06);
}

/* Üst blok: ikon + isim + sayaç sabit yükseklikte kalsın */
.room-row{
  display:flex; flex-direction:column; align-items:center; gap:10px;
  min-height:132px;                  /* satır yükseklikleri eşitlensin */
}

/* Açıklama: taşma yapmasın, her kartta aynı yükseklikte dursun */
.room-desc{
  flex-grow:1;
  display:flex; align-items:flex-end; justify-content:center;
  text-align:center;
  margin-top:12px;
  opacity:.9;
  min-height:38px;                   /* eşit alt yükseklik */
  overflow-wrap:anywhere; word-break:break-word;
}

/* Sayaç balonu genişleyip taşmasın */
.room-count{ white-space:nowrap; max-width:100%; overflow:hidden; text-overflow:ellipsis; }

/* İkon boyutu ve görsel taşmasını kontrol et */
.room-row .icon{
  width:56px; height:56px; border-radius:14px;
  display:grid; place-items:center;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.18);
  font-size:26px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}




/* Blog cards */
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media(max-width:900px){.blog-grid{grid-template-columns:1fr}}
.post-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px;transition:transform .18s ease, box-shadow .18s ease}
.post-card:hover{ transform: translateY(-2px); box-shadow: 0 16px 38px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.06) inset }
.post-card .thumb{width:100%;height:220px;object-fit:cover;border-radius:12px;display:block;margin-bottom:8px}
@media(max-width:900px){ .post-card .thumb{height:180px} }

/* Single content images */
.single .entry-content img{max-width:100%;height:auto;border-radius:12px}

/* Footer */
.footer{background:linear-gradient(180deg, rgb(22 0 3 / 88%), rgb(173 0 16 / 96%));border-top:1px solid rgba(217,38,79,.35);margin-top:24px}
.footer-cards{ display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:16px; padding:18px 0 }
@media(max-width:900px){ .footer-cards{grid-template-columns:1fr} }
.fcard{
  border-radius:16px; padding:16px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 12px 24px rgba(217,38,79,.12);
}
.fcard h4{margin:0 0 10px;color:#ffd8e2}
.f-list,.f-guide{list-style:none;margin:0;padding:0}
.f-list li{padding:6px 0;border-bottom:1px dashed rgba(255,255,255,.08)}
.f-list a{color:#fff;text-decoration:none}
.f-list a:hover{color:var(--accent)}
.f-guide li{padding:6px 0;color:#ffd8e2}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}
@media(max-width:700px){ .footer-bottom{flex-direction:column;gap:8px} }
.socials{display:flex;gap:10px}
.socials a{width:36px;height:36px;border-radius:999px;display:inline-grid;place-items:center;background:linear-gradient(135deg, rgba(255,120,160,.25), rgba(160,80,180,.22));border:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;font-size:16px;transition:transform .18s ease, box-shadow .18s ease}
.socials a:hover{ transform: translateY(-1px) scale(1.02); box-shadow: 0 10px 24px rgba(255,130,170,.20) }
.copy{color:#f3d0d8}

/* Pagination */
.pagination-wrap .page-numbers{display:inline-flex;gap:8px}
.pagination-wrap .page-numbers a,
.pagination-wrap .page-numbers span{min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);background:rgba(255,255,255,.06);color:#fff;text-decoration:none}
.pagination-wrap .page-numbers a:hover{box-shadow:0 8px 18px rgba(217,38,79,.25)}
.pagination-wrap .page-numbers .current{background:var(--accent);border-color:rgba(255,255,255,.2)}


.login-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.login-row .input-wrap {
    display: flex;
    align-items: center;
}

.login-row .input {
    height: 46px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 42px;
}

@media(max-width:700px){
    .login-row {
        grid-template-columns: 1fr !important;
    }
}

.cat-title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 600;
  color: #ffd8e2;
  letter-spacing: .3px;
}

.cat-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; /* <-- ORTALAMA */
}

/* --- Kategori Kutusu (Halo çerçeve) --- */
.cat-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffd8e2;
  letter-spacing: .3px;
}

.cat-box {
  position: relative;
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  /* içeride hafif cam efekti */
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

/* Üst başlık satırı */
.cat-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.cat-more {
  color: #fff;
  opacity: .85;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.16);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}
.cat-more:hover { color: var(--accent); }

.cat-box.halo::before {
  content:"";
  position:absolute; inset:0; border-radius:inherit;
  padding:2px;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.85) 0 8px, rgba(255,255,255,0) 8px 16px)
    ,
    repeating-linear-gradient(0deg, rgba(255,255,255,.85) 0 8px, rgba(255,255,255,0) 8px 16px);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: ants 12s linear infinite;
}
@keyframes ants {
  to { background-position: 160px 0, 0 160px; }
}
*/
/* İçeriğin üzerindeki maske ve arkaplanın düzgün görünmesi için stacking */
.cat-box > * {
  position: relative;
  z-index: 1;
}

/* Kategorileri ortala (isteğin vardı) */
.cat-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* Rozetler kutunun içinde biraz daha belirgin olsun */
.badge {
  background: rgba(217,38,79,.16);
  border: 1px solid rgba(217,38,79,.45);
  box-shadow: 0 6px 16px rgba(217,38,79,.18) inset, 0 2px 10px rgba(0,0,0,.15);
}
.badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(217,38,79,.30);
}




/* Header yerleşimi: menü solda, logo sağda */
.header-flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

/* Sağdaki logo boyutları */
.brand-right .custom-logo,
.brand-right img.custom-logo{
  max-height:48px;
  height:auto;
  width:auto;
  display:block;
}

/* Eski title/tagline görünmesini istemiyorsan (fallback dışında) */
.site-title, .tagline{ display:none !important; }

/* Menü listesi yatay kalsın */
.nav .menu{
  display:flex;
  gap:8px;
  margin:0; padding:0; list-style:none;
}
.nav .menu > li{ list-style:none; }

/* Mobilde sıkışmayı önle (isteğe bağlı) */
@media (max-width:700px){
  .brand-right .custom-logo{ max-height:40px; }
}


/* Header hizalama: menü SOLDA, logo/title SAĞDA */
.header .container{
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Sıra: önce NAV (sol), sonra BRAND (sağ) */
.header .nav{ order: 1; }
.header .brand{
  order: 2;
  margin-left: auto;              /* sağa yasla */
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Logo varsa title/tagline gizlensin; yoksa title görünsün */
.has-custom-logo .brand .site-title,
.has-custom-logo .brand .tagline{ display: none; }

/* Görünürlük/stil */
.brand .custom-logo{ max-height:48px; height:auto; width:auto; display:block; }
.site-title a{ color:#fff; text-decoration:none; }

/* Mobilde alt alta düzgün dizilsin (opsiyonel) */
@media (max-width: 780px){
  .header .container{ flex-wrap: wrap; }
  .header .nav, .header .brand{
    order: initial;
    width: 100%;
    justify-content: space-between;
  }
}


/* Header yerleşimi: BRAND solda, NAV sağda */
.header .container{
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Sol: marka bloğu (logo + title) */
.header .brand{
  order: 1;                 /* solda */
  margin-right: auto;       /* NAV'ı sağa iter */
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Sağ: menü */
.header .nav{
  order: 2;                 /* sağda */
}

/* Logo boyutu */
.brand .custom-logo,
.brand img.custom-logo{
  max-height: 48px;
  height: auto;
  width: auto;
  display: block;
}

/* MENÜ yatay */
.nav .menu{
  display: flex;
  gap: 12px;
  margin: 0; padding: 0; list-style: none;
}
.nav .menu > li{ list-style: none; }

/* Title renk/görünürlük (önce her zaman görünür yap) */
.site-title, .tagline{
  display: block !important;          /* önce açık */
}
.site-title a{ color:#fff; text-decoration:none; }

/* Sadece LOGO VARSA gizle (WP body .has-custom-logo sınıfı ekler) */
.has-custom-logo .brand .site-title,
.has-custom-logo .brand .tagline{
  display: none !important;
}

/* Mobil düzen (opsiyonel) */
@media (max-width: 780px){
  .header .container{ flex-wrap: wrap; }
  .header .brand, .header .nav{
    width: 100%;
  }
  .header .nav .menu{
    justify-content: flex-start;      /* istersen center yapabilirsin */
    flex-wrap: wrap;
  }
}

/* Logo varsa title/tagline gizle */
.has-custom-logo .brand .site-title,
.has-custom-logo .brand .tagline { display: none; }

/* Logo yoksa title görünsün (renk/stil ayarı) */
.site-title a { color: #fff; text-decoration: none; }

/* Tagline hiç görünmesin istersen: */
.brand .tagline { display: none; }


/* === Logo Boyutu: Büyük (80px) === */
.brand .custom-logo,
.brand img.custom-logo {
  max-height: 80px !important;
  height: auto !important;
  width: auto;
  display: block;
}

@media (max-width: 768px){
  .brand .custom-logo,
  .brand img.custom-logo {
    max-height: 52px !important;
  }
}


/* Popüler Odalar – sade satır + sayaç */
.room-card { padding:14px; }
.room-row { display:flex; align-items:center; gap:10px; justify-content:space-between; }
.room-row .icon {
  width:40px; height:40px; border-radius:12px;
  display:inline-grid; place-items:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.18);
  font-size:20px;
}
.room-name { margin:0; font-size:18px; font-weight:700; letter-spacing:.2px; flex:1; padding-left:6px; }
.room-count {
  display:inline-flex; align-items:center; gap:6px;
  padding:6px 10px; border-radius:999px;
  background:rgba(217,38,79,.16);
  border:1px solid rgba(217,38,79,.45);
  color:#fff; font-weight:600;
  transition: transform .2s ease, box-shadow .2s ease;
}
.room-card:hover .room-count { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(217,38,79,.25); }
.room-desc { opacity:.85; margin:8px 0 2px; }

/* BRAND düzgün hizalama - container başlangıcına yasla */
.header .brand {
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* === YORUM ALANI KAYMA FİX === */

/* Genel kap */
.comments-area,
#comments {
  margin-top: 22px;
  overflow: hidden;                 /* margin-collapsing önler */
}

/* Liste temel ayar */
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;                        /* yorumlar arası eşit boşluk */
}

/* Her yorum kart gibi görünsün, hizalama otursun */
.comment-list > li.comment {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 14px;
}

/* WordPress'in standart yapısı: .comment-body içinde başlık+avatar+icerik */
.comment-body {
  display: grid;
  grid-template-columns: 48px 1fr;  /* sol avatar, sağ içerik */
  gap: 12px;
  align-items: flex-start;
}

/* Avatar boyutu ve taşma kontrolü */
.comment-body .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
}

/* Yazar adı, tarih ve içerik sağ sütunda kalsın */
.comment-body .comment-author, 
.comment-body .comment-metadata,
.comment-body .comment-content,
.comment-body .reply {
  grid-column: 2 / -1;
}

/* Metin taşmalarını engelle */
.comment-content {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.comment-content img, 
.comment-content iframe {
  max-width: 100%;
  height: auto;
}

/* Nested (cevap) yorumlar: fazla içe kaymayı yumuşat */
.comment-list .children {
  list-style: none;
  margin: 12px 0 0 12px;           /* varsayılan çok büyükse hafiflet */
  padding-left: 12px;
  border-left: 1px dashed rgba(255,255,255,.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Yanıt linkinin taşmaması */
.comment-body .reply a {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  text-decoration: none;
}

/* --- Yorum formu (kaymaları bitir) --- */
.comment-respond {
  margin-top: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 14px;
}
.comment-form p { margin: 0 0 10px; }
.comment-form label { display: block; margin: 0 0 6px; font-weight: 600; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;           /* genişlik taşmasın */
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 10px 12px;
}
.comment-form textarea { min-height: 140px; }

/* Mobilde tek sütun */
@media (max-width: 640px){
  .comment-body {
    grid-template-columns: 36px 1fr;
    gap: 10px;
  }
  .comment-body .avatar { width: 36px; height: 36px; }
  .comment-list .children { margin-left: 10px; padding-left: 10px; }
}
