
  .ckm-rv-section { max-width: 1200px; margin: 24px auto 32px; padding: 0 16px; }
  .ckm-rv-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; flex-wrap: wrap; gap: 8px; }
  .ckm-rv-title { font-size: 20px; font-weight: 800; color: #0f172a; margin: 0; }
  .ckm-rv-clear { background: transparent; border: 0; color: #64748b; font-size: 13px; cursor: pointer; padding: 4px 8px; }
  .ckm-rv-clear:hover { color: #dc2626; text-decoration: underline; }
  .ckm-rv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .ckm-rv-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 10px; text-decoration: none; color: #0f172a; display: block; transition: all .15s; position: relative; }
  .ckm-rv-card:hover { border-color: #ffd000; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.06); }
  .ckm-rv-card__img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; background: #f1f5f9; }
  .ckm-rv-card__title { font-size: 13px; font-weight: 700; line-height: 1.35; color: #0f172a; margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .ckm-rv-card__price { color: #16a34a; font-weight: 800; margin-top: 4px; font-size: 13px; }
  .ckm-rv-card__time { position: absolute; top: 6px; right: 6px; background: rgba(15,23,42,.85); color: #fff; font-size: 10px; padding: 2px 6px; border-radius: 4px; font-weight: 600; }
  @media (max-width: 980px) { .ckm-rv-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 700px)  { .ckm-rv-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

    #ckm-bottom-nav{
        position:fixed;bottom:0;left:0;right:0;z-index:99999;
        background:#0F172A;border-top:1px solid rgba(255,255,255,.08);
        display:flex;align-items:stretch;justify-content:space-around;
        height:58px;padding-bottom:env(safe-area-inset-bottom)
    }
    #ckm-bottom-nav a{
        flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
        text-decoration:none;color:#94A3B8;font-size:10.5px;font-weight:600;
        -webkit-tap-highlight-color:transparent;transition:color .15s
    }
    #ckm-bottom-nav a svg{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
    #ckm-bottom-nav a.active{color:#FFD000}
    @media(min-width:768px){#ckm-bottom-nav{display:none !important}}
    /* app modunda gövdeye yer aç + sitenin NORMAL alt barını gizle (çift bar yok) */
    body.is-twa:not(.single-ilan):not(.single-product){padding-bottom:calc(58px + env(safe-area-inset-bottom)) !important}
    body.is-twa .mobile-bottom-bar,body.is-twa .ckm-mobile-bottom-nav{display:none !important}
    