*{box-sizing:border-box}
body{margin:0;font-family:Arial,sans-serif;color:#243447;background:#f4f8fb}
a{text-decoration:none;color:inherit}
.topbar{background:linear-gradient(135deg,#087ea4,#18a6a8);color:#fff;text-align:center;padding:20px 10px;box-shadow:0 3px 12px #087ea433}
.brand{font-size:28px;font-weight:700}.subtitle{margin-top:3px}
.container{max-width:1200px;margin:auto;padding:12px}
.hero h1,.section-head h2{margin:8px 0;font-size:26px;color:#17324d}
.hero p,.section-head p{color:#667987;margin-top:0}
.premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
.standard-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px}
.card{border:1px solid #d7e2e8;background:#fff;overflow:hidden;border-radius:10px;box-shadow:0 3px 12px #17324d18}
.card .photo{aspect-ratio:1.55;overflow:hidden;background:#eee}
.card img{width:100%;height:100%;object-fit:cover;display:block}
.no-photo{height:100%;display:grid;place-items:center;color:#888}
.name{background:linear-gradient(90deg,#087ea4,#0d9f9f);color:#fff;text-align:center;font-size:19px;font-weight:700;padding:10px;text-transform:uppercase;letter-spacing:.4px}
.empty-ad .photo{background:linear-gradient(135deg,#f8fbfd,#eaf5f7)}
.ad-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px;color:#333}
.ad-placeholder strong{font-size:21px;letter-spacing:1.5px;color:#087ea4}
.ad-placeholder span{margin-top:14px;border:2px solid #f08a24;border-radius:6px;padding:8px 15px;color:#d66f0c;font-weight:700;background:#fff}
.empty-ad:hover{filter:brightness(.96)}
.standard-empty-ad .photo{background:linear-gradient(135deg,#fbfdfe,#eef6f8)}
.standard-ad-placeholder{height:100%;display:grid;place-items:center;text-align:center;font-weight:700;font-size:17px;color:#087ea4;letter-spacing:1px}

.section-head{margin-top:30px;border-left:5px solid #f08a24;padding-left:12px}
.detail-top{background:#6193df;color:#fff;text-align:center;padding:20px}
.detail-top a{font-size:24px;font-weight:700}
.detail-container{max-width:700px;margin:auto}
.detail-actions{display:grid;gap:5px;padding:8px 0}
.btn{display:block;text-align:center;color:#fff;padding:11px;font-size:21px;font-weight:700}
.phone{background:#111}.whatsapp{background:#148b19}.telegram{background:#507ea5}
.gallery{display:grid;grid-template-columns:55px 1fr 55px;align-items:center;gap:5px;margin-top:8px}
.gallery button{height:60px;background:#777;color:#fff;border:0;font-size:30px}
.gallery>div{aspect-ratio:3/4;background:#eee;overflow:hidden}
.gallery img{width:100%;height:100%;object-fit:cover}
.large{font-size:20px}.info{margin-top:10px}
.row{display:grid;grid-template-columns:180px 1fr;padding:12px 14px;font-size:19px}
.row:nth-child(odd){background:#eee}.row b{color:#c21868}
.description{padding:18px;background:#f6f6f6;margin-top:8px;white-space:pre-wrap}
.back-bottom{margin:28px 0;background:#000;color:#fff;text-align:center;padding:14px;font-size:24px}
.not-found{text-align:center;padding:50px;font-size:24px}
.admin-head{background:#142b47;color:#fff;padding:25px}.admin-head h1{margin:0}
.admin-container{padding:20px;max-width:1200px;margin:auto}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stats>div{padding:20px;background:#fafafa}
.stats strong{display:block;font-size:25px;color:#a33;margin-top:8px}
.search{width:100%;padding:13px;margin:18px 0}
.admin-container h2{margin-top:28px}.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.admin-card{border:1px solid #ddd;padding:12px;position:relative}.slot{font-weight:700}
.admin-preview{height:130px;background:#eee;display:grid;place-items:center;margin:8px 0}
.admin-preview img{width:100%;height:100%;object-fit:cover}.admin-title{font-weight:700}
.status{position:absolute;right:10px;top:10px;font-size:12px}.on{color:green}.off{color:#999}
.admin-buttons{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.admin-buttons button,.admin-buttons a{border:0;background:#15243b;color:#fff;padding:8px;font-size:12px;cursor:pointer}
.modal{position:fixed;inset:0;background:#0008;display:grid;place-items:center;padding:15px}.hidden{display:none}
.modal-box{background:#fff;max-width:900px;width:100%;max-height:92vh;overflow:auto;padding:20px}
.modal-head{display:flex;justify-content:space-between}.modal-head button{font-size:25px;border:0;background:none}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.form-grid label,.modal-box>label{display:block;font-weight:700}
.form-grid input,.modal-box textarea{width:100%;padding:11px;margin-top:5px;border:1px solid #ddd}
.modal-box textarea{min-height:100px}.photo-inputs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.photo-inputs label{font-size:12px}.photo-inputs input{width:100%}
.mini{height:80px;background:#eee;display:grid;place-items:center;font-size:11px;overflow:hidden}
.mini img{width:100%;height:100%;object-fit:cover}
.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
.modal-actions button{padding:11px 20px}.modal-actions .save{background:#142b47;color:#fff}

@media(max-width:700px){
 .topbar{padding:13px 5px}.brand{font-size:22px}
 .container{padding:4px}
 .hero h1,.section-head h2{font-size:21px}
 .premium-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}
 .standard-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:2px}
 .card{border-width:1px}.name{font-size:15px;padding:6px 2px}
 .ad-placeholder strong{font-size:12px;letter-spacing:1px}.ad-placeholder span{font-size:11px;padding:4px 6px;margin-top:7px;border-width:1px}
 .stats{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:repeat(2,1fr)}
 .form-grid{grid-template-columns:1fr}.photo-inputs{grid-template-columns:repeat(2,1fr)}
 .row{grid-template-columns:145px 1fr}
}
.listing-stats{margin:55px 0 10px;text-align:center;font-size:20px;color:#333}
.listing-stats .stat-item{display:inline-block;margin:0 10px 8px}
.listing-stats .stat-item span{font-weight:700}
.listing-stats .last-update{margin-top:2px;font-size:19px}
.listing-stats b{font-weight:700}
@media(max-width:700px){
 .listing-stats{font-size:18px;margin-top:48px}
 .listing-stats .stat-item{margin:0 5px 8px}
 .listing-stats .last-update{font-size:17px}
}


.warning-box{
  text-align:center;
  margin:6px 0 10px;
  padding:8px 10px 12px;
  border-top:2px solid #111;
  border-bottom:2px solid #111;
  background:#fff;
}
.warning-title{
  color:#e00000;
  font-size:30px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:4px;
}
.warning-text{
  color:#111;
  font-size:19px;
  line-height:1.35;
  font-weight:700;
}
@media(max-width:700px){
  .warning-box{padding:6px 6px 9px}
  .warning-title{font-size:27px}
  .warning-text{font-size:17px}
}
/* MersinPompei logo */
.logo-wrap{display:flex;justify-content:center;align-items:center;margin:0 auto 7px}
.site-logo{width:72px;height:72px;object-fit:cover;border-radius:50%;display:block;border:3px solid #fff}
@media(max-width:700px){.site-logo{width:58px;height:58px}}

/* ===== PREMIUM TASARIM GÜNCELLEMESİ ===== */
:root{
    --mp-blue:#168fd0;
    --mp-blue-dark:#0d6fa8;
    --mp-border:#e2e8f0;
    --mp-text:#1f2937;
    --mp-muted:#6b7280;
    --mp-bg:#f5f7fa;
}

body{
    background:var(--mp-bg);
    color:var(--mp-text);
}

.topbar{
    box-shadow:0 3px 14px rgba(15,23,42,.14);
    position:relative;
    z-index:2;
}

main.container{
    max-width:1180px;
    margin:0 auto;
    padding:22px 18px 40px;
}

.hero,
.section-head{
    background:transparent;
}

.hero h1,
.section-head h2{
    color:var(--mp-text);
    letter-spacing:-.3px;
}

.hero p,
.section-head p{
    color:var(--mp-muted);
}

.premium-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    align-items:stretch;
}

.standard-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:stretch}

.card{
    background:#fff;
    border:1px solid var(--mp-border);
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 4px 16px rgba(15,23,42,.07);
    transition:transform .18s ease,box-shadow .18s ease;
}

.card:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 24px rgba(15,23,42,.12);
}

.card .photo{
    background:#eef2f7;
}

.card .name{
    background:#fff;
    color:var(--mp-text);
    border-top:1px solid var(--mp-border);
    font-size:17px;
    font-weight:800;
    padding:11px 12px;
    text-align:center;
}

.card.empty-ad{
    border:1px dashed #cbd5e1;
    background:#fff;
}

.card.empty-ad .photo{
    background:linear-gradient(180deg,#ffffff,#f8fafc);
}

.ad-placeholder{
    color:var(--mp-blue-dark);
}

.ad-placeholder strong{
    color:var(--mp-blue-dark);
}

.ad-placeholder span{
    color:var(--mp-muted);
}

.section-head{
    margin-top:30px;
    margin-bottom:12px;
}

@media(max-width:700px){
    main.container{
        padding:16px 10px 28px;
    }

    .premium-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:9px;
    }

    .standard-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:9px;
    }

    .card{
        border-radius:10px;
    }

    .card .name{
        font-size:14px;
        padding:8px 5px;
    }
}

/* ===== REKLAM ALANLARI RENKLİ ===== */
.card.empty-ad{
    border:0;
    background:linear-gradient(135deg,#087ea4,#18a6a8);
    box-shadow:0 5px 18px rgba(8,126,164,.22);
}
.card.empty-ad .photo{
    background:linear-gradient(135deg,#087ea4,#18a6a8);
}
.card.empty-ad .ad-placeholder{
    color:#fff;
}
.card.empty-ad .ad-placeholder strong{
    color:#fff;
    font-size:20px;
}
.card.empty-ad .ad-placeholder span{
    color:#fff;
    border:2px solid #fff;
    background:#f08a24;
    border-radius:7px;
    font-size:13px;
}
.card.empty-ad .name{
    background:#f08a24;
    color:#fff;
    border-top:0;
    font-weight:800;
    letter-spacing:.5px;
}

.card.standard-empty-ad{
    border:0;
    background:linear-gradient(135deg,#f08a24,#ffb347);
    box-shadow:0 5px 18px rgba(240,138,36,.20);
}
.card.standard-empty-ad .photo{
    background:linear-gradient(135deg,#f08a24,#ffb347);
}
.card.standard-empty-ad .standard-ad-placeholder{
    color:#fff;
    font-size:17px;
    letter-spacing:1.2px;
}
.card.standard-empty-ad .standard-ad-placeholder::after{
    content:"  •  REKLAM VER";
    display:block;
    margin-top:8px;
    font-size:12px;
    letter-spacing:.8px;
}

/* Masaüstü: standart ilanlar 5'li sıra */
.standard-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
}

/* Telefon/tablet: okunabilir kalması için otomatik küçülür */
@media(max-width:900px){
    .standard-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px}
}
@media(max-width:700px){
    .standard-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px}
}

/* ===== GENİŞ EKRAN VE TELEFON KENAR BOŞLUKLARI ===== */
*{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{padding:0!important}
.topbar{width:100%}
main.container,.container{
    width:100%;
    max-width:1400px;
    margin-left:auto;
    margin-right:auto;
    padding-left:18px;
    padding-right:18px;
}
.premium-grid,.standard-grid{
    width:100%;
}

/* Masaüstünde içeriği daha geniş kullan */
@media(min-width:1200px){
    main.container,.container{
        max-width:1500px;
        padding-left:22px;
        padding-right:22px;
    }
}

/* Telefon: kenarlardaki beyaz boşlukları minimuma indir */
@media(max-width:700px){
    main.container,.container{
        width:100%;
        max-width:none;
        padding-left:6px!important;
        padding-right:6px!important;
        margin:0!important;
    }

    .hero,.section-head{
        margin-left:4px;
        margin-right:4px;
    }

    .premium-grid,.standard-grid{
        width:100%;
        gap:6px!important;
    }

    .card{
        min-width:0;
    }

    .topbar{
        padding-left:8px;
        padding-right:8px;
    }
}

/* Çok küçük telefonlar */
@media(max-width:390px){
    main.container,.container{
        padding-left:4px!important;
        padding-right:4px!important;
    }
    .premium-grid,.standard-grid{gap:4px!important}
}

/* ===== MOBİL UYUMLULUK - SON DÜZENLEME ===== */
html{width:100%;overflow-x:hidden}
body{width:100%;min-width:0;overflow-x:hidden}
img{max-width:100%}

@media (max-width:700px){
  .topbar{width:100%;padding:12px 6px 14px}
  .logo-wrap{margin-bottom:5px}
  .brand{font-size:22px;line-height:1.15}
  .subtitle{font-size:14px}

  main.container{
    width:100%;
    max-width:none;
    margin:0;
    padding:14px 8px 28px;
  }

  .hero h1,.section-head h2{
    font-size:21px;
    line-height:1.2;
    margin:7px 0 4px;
  }
  .hero p,.section-head p{
    font-size:14px;
    margin:0 0 10px;
  }

  /* Telefonda premium 2'li; standart ilanlar 5'li sıra. */
  .premium-grid{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .standard-grid{
    width:100%;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:4px;
  }

  .card{
    width:100%;
    min-width:0;
    border-radius:9px;
  }
  .card .photo{
    width:100%;
    aspect-ratio:1.35;
  }
  .card .name{
    font-size:13px;
    line-height:1.15;
    padding:7px 3px;
    min-height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .ad-placeholder{
    padding:5px;
  }
  .ad-placeholder strong{
    font-size:11px;
    letter-spacing:.7px;
    line-height:1.2;
  }
  .ad-placeholder span{
    margin-top:6px;
    padding:4px 7px;
    font-size:10px;
    border-width:1px;
    border-radius:4px;
  }
  .standard-ad-placeholder{
    padding:5px;
    font-size:11px;
    line-height:1.2;
    letter-spacing:.6px;
  }

  .section-head{
    margin-top:22px;
    margin-bottom:9px;
    padding-left:9px;
    border-left-width:4px;
  }
}

/* ===== ANA SAYFA V6 ===== */
:root{--mp-blue:#087ea4;--mp-teal:#18a6a8;--mp-orange:#f08a24;--mp-dark:#17324d;--mp-muted:#667987;--mp-bg:#f4f8fb}
body{background:linear-gradient(180deg,#f7fbfd 0%,#f4f8fb 100%);color:var(--mp-dark)}
.topbar{padding:14px 18px 16px;background:linear-gradient(135deg,#087ea4 0%,#18a6a8 100%);box-shadow:0 5px 22px rgba(8,126,164,.20)}
.topbar-inner{max-width:1180px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-link{display:grid;grid-template-columns:58px auto;grid-template-rows:auto auto;column-gap:12px;align-items:center;color:#fff}
.logo-wrap{grid-row:1/3;margin:0}
.site-logo{width:58px;height:58px;border:2px solid rgba(255,255,255,.9);box-shadow:0 3px 10px rgba(0,0,0,.15)}
.brand{font-size:25px;line-height:1.05;font-weight:800;letter-spacing:-.4px}.subtitle{font-size:13px;margin-top:2px;opacity:.9}
.nav{display:flex;align-items:center;gap:8px}.nav a{color:#fff;font-size:14px;font-weight:700;padding:9px 11px;border-radius:9px}.nav a:hover{background:rgba(255,255,255,.12)}.nav .nav-cta{background:var(--mp-orange);box-shadow:0 3px 9px rgba(0,0,0,.12)}
main.container{max-width:1180px;padding:22px 18px 48px}
.welcome{display:grid;grid-template-columns:1fr 180px;align-items:center;gap:24px;padding:28px 30px;margin-bottom:28px;border:1px solid #dce8ee;border-radius:20px;background:linear-gradient(135deg,#fff 0%,#edf9fa 100%);box-shadow:0 8px 28px rgba(23,50,77,.07)}
.eyebrow,.section-kicker{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.5px;color:var(--mp-blue)}
.welcome h1{font-size:38px;line-height:1.12;margin:8px 0 10px;letter-spacing:-1px}.welcome h1 strong{color:var(--mp-blue)}.welcome p{max-width:680px;color:var(--mp-muted);font-size:16px;line-height:1.55;margin:0}
.quick-links{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.quick-links a{background:var(--mp-dark);color:#fff;padding:10px 14px;border-radius:9px;font-weight:700;font-size:13px}.quick-links a+ a{background:#fff;color:var(--mp-dark);border:1px solid #d6e1e8}.quick-links span{margin-left:8px;color:var(--mp-orange)}
.welcome-badge{text-align:center;padding:18px 10px;border-left:1px solid #d6e6eb}.badge-ring{width:92px;height:92px;margin:0 auto 8px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--mp-blue),var(--mp-teal));box-shadow:inset 0 0 0 6px rgba(255,255,255,.75),0 8px 18px rgba(8,126,164,.18)}.badge-ring span{font-size:28px;font-weight:900;color:#fff}.welcome-badge b{display:block;font-size:16px}.welcome-badge small{color:var(--mp-muted)}
.content-section{margin-top:24px}.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:12px}.section-title-row h2{margin:3px 0 3px;font-size:27px;letter-spacing:-.5px}.section-title-row p{margin:0;color:var(--mp-muted);font-size:14px}.section-count{background:#e6f6f7;color:var(--mp-blue);font-size:10px;font-weight:900;letter-spacing:1.1px;padding:7px 9px;border-radius:99px}.section-count.light{background:#fff;border:1px solid #dce8ee}
.premium-grid{gap:14px}.standard-grid{gap:12px}
.card{border-radius:14px;box-shadow:0 5px 18px rgba(23,50,77,.07)}.card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(23,50,77,.12)}.card .photo{aspect-ratio:1.62}.card .name{font-size:16px;padding:10px 8px}
.card.empty-ad{background:linear-gradient(135deg,#087ea4,#18a6a8);box-shadow:0 7px 22px rgba(8,126,164,.18)}.card.empty-ad .photo{background:transparent}.card.empty-ad .name{background:var(--mp-orange);font-size:14px;padding:9px}.ad-placeholder strong{font-size:18px}.ad-placeholder span{background:var(--mp-orange);font-size:12px;padding:7px 11px;border:1px solid rgba(255,255,255,.8)}
.card.standard-empty-ad{background:linear-gradient(135deg,#f08a24,#ffb347);box-shadow:0 6px 18px rgba(240,138,36,.17)}.card.standard-empty-ad .photo{background:transparent}.standard-ad-placeholder{color:#fff!important;font-size:15px!important;display:flex!important;flex-direction:column;gap:8px}.standard-ad-placeholder span{font-size:11px;font-weight:800;opacity:.95}
.advertise{margin-top:34px;padding:22px 24px;border-radius:16px;background:var(--mp-dark);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}.advertise .section-kicker{color:#74d7d8}.advertise h2{margin:4px 0 5px;font-size:23px}.advertise p{margin:0;color:#c9d7e0;font-size:14px;line-height:1.45}.advertise>a{white-space:nowrap;background:var(--mp-orange);color:#fff;padding:11px 15px;border-radius:9px;font-weight:800;font-size:13px}.advertise>a span{margin-left:8px}
.footer{border-top:1px solid #dbe7ec;padding:22px 18px 28px;text-align:center;background:#fff;color:var(--mp-dark);font-weight:800}.footer span{display:block;margin-top:3px;color:var(--mp-muted);font-size:12px;font-weight:500}
@media(max-width:800px){.topbar-inner{align-items:flex-start}.nav a:not(.nav-cta){display:none}.nav .nav-cta{font-size:12px;padding:8px 10px}.welcome{grid-template-columns:1fr;padding:22px}.welcome-badge{display:none}.welcome h1{font-size:31px}.advertise{align-items:flex-start;flex-direction:column}.advertise>a{width:100%;text-align:center}.section-title-row h2{font-size:23px}}
@media(max-width:700px){main.container{padding:15px 10px 34px}.brand{font-size:21px}.subtitle{font-size:11px}.site-logo{width:50px;height:50px}.brand-link{grid-template-columns:50px auto}.topbar{padding:11px 10px}.welcome{border-radius:14px;margin-bottom:22px}.welcome h1{font-size:27px}.welcome p{font-size:14px}.premium-grid{gap:9px}.standard-grid{gap:8px}.card{border-radius:10px}.card .name{font-size:13px;padding:8px 4px}.card.empty-ad .name{font-size:12px}.ad-placeholder strong{font-size:12px}.ad-placeholder span{font-size:10px;padding:5px 7px;margin-top:6px}.standard-ad-placeholder{font-size:12px!important}.section-title-row{align-items:center}.section-title-row p{font-size:12px}.section-count{font-size:8px;padding:6px 7px}}


/* ===== İÇERİK GENİŞLİĞİ SON AYAR ===== */
@media(min-width:801px){
  .topbar-inner{
    width:calc(100% - 32px);
    max-width:1500px;
  }
  main.container{
    width:calc(100% - 32px);
    max-width:1500px;
    padding-left:0;
    padding-right:0;
  }
}
@media(min-width:1200px){
  .topbar-inner{
    width:calc(100% - 40px);
    max-width:1500px;
  }
  main.container{
    width:calc(100% - 40px);
    max-width:1500px;
  }
}

/* ===== SON DÜZENLEME: MERSİN POMPEİ ===== */
.welcome-copy h1{
  max-width:100%;
  overflow-wrap:normal;
  word-break:normal;
}

@media (min-width:701px){
  .standard-grid{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  }
}

@media (max-width:700px){
  .welcome-copy{
    min-width:0;
    width:100%;
  }
  .welcome-copy h1{
    font-size:clamp(25px,7vw,32px);
    line-height:1.12;
    overflow-wrap:break-word;
  }
  .welcome-copy p{
    line-height:1.45;
  }
}

/* ===== STANDART İLANLAR: 15 SLOT / 5 SÜTUN = 3 SIRA ===== */
.standard-grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
}
@media(max-width:900px){
  .standard-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:700px){
  .standard-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

/* ===== V10: STANDART İLANLAR PREMIUM'DAN AYRI TASARIM ===== */
.standard-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
}
.standard-empty-ad{
  background:#fff !important;
  border:1px solid #dbe7ed !important;
  box-shadow:0 4px 14px rgba(23,50,77,.07) !important;
  overflow:hidden;
}
.standard-empty-ad .photo{
  min-height:150px;
  background:linear-gradient(180deg,#f7fbfc 0%,#edf5f7 100%) !important;
}
.standard-listing-placeholder{
  height:100%;
  min-height:150px;
  padding:14px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:8px;
  text-align:left;
  color:#17324d;
}
.standard-tag{
  display:inline-block;
  padding:5px 8px;
  border-radius:999px;
  background:#e8f5f7;
  color:#087ea4;
  font-size:10px;
  font-weight:800;
  letter-spacing:.8px;
}
.standard-listing-placeholder b{
  font-size:16px;
  line-height:1.2;
}
.standard-listing-placeholder small{
  color:#748692;
  font-size:11px;
}
.standard-cta{
  margin-top:4px;
  padding:7px 10px;
  border-radius:8px;
  background:#f08a24;
  color:#fff;
  font-size:10px;
  font-weight:800;
}
@media(max-width:700px){
  .standard-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .standard-empty-ad .photo,
  .standard-listing-placeholder{
    min-height:145px;
  }
  .standard-listing-placeholder{
    padding:11px;
  }
  .standard-listing-placeholder b{font-size:13px}
  .standard-listing-placeholder small{font-size:10px}
  .standard-cta{font-size:9px;padding:6px 8px}
}


/* ===== SON AYAR: STANDART İLANLAR 4 SÜTUN ===== */
/* PC ve telefon: standart ilanlar her iki ekranda da 4 sütun */
.standard-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
}
@media(max-width:700px){
  .standard-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:5px !important;
  }
  .standard-empty-ad .photo,
  .standard-listing-placeholder{
    min-height:110px;
  }
  .standard-listing-placeholder{
    padding:7px;
    gap:5px;
  }
  .standard-listing-placeholder b{font-size:10px}
  .standard-listing-placeholder small{font-size:8px}
  .standard-tag{font-size:7px;padding:3px 5px}
  .standard-cta{font-size:7px;padding:4px 6px}
}
