
/* 1) Dis kaplar tam genislik (icerik sayfalari) */
body.page-type-page .container,
body.page-type-page main.page,
body.page-type-page #main-content{
  max-width:none !important;
  width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* 2) Icerik sarmali: full-bleed ama okunur ic genislik + kenar nefesi.
      ede-pr-components-v5'teki .page-content{max-width:1180px} bunu eziyordu;
      burada page-type-page altinda genisletiyoruz. */
body.page-type-page .page-content,
body.page-type-page .page-content--centered{
  max-width:1600px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:clamp(24px,5vw,80px) !important;
  padding-right:clamp(24px,5vw,80px) !important;
  box-sizing:border-box !important;
}

/* 3) Ic ice .page-content (BC sarmali + eski icerik) durumunda
      ic olan sifir padding alsin ki cift daralma olmasin. */
body.page-type-page .page-content .page-content{
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* 4) pr-sec sol ray genisligini biraz aç (daha ferah, Raum hissi) */
@media (min-width:1400px){
  body.page-type-page .pr-sec,
  body.page-type-page .pr-hard{
    --pr-rail:18rem !important;
    --pr-gap:4.5rem !important;
  }
  body.page-type-page .pr-body,
  body.page-type-page .pr-hard .pr-hard-body{
    max-width:60rem !important;
  }
}
