:root {
  --color-primary: #E30613;
  --color-primary-dark: #b71c1c;
  --color-primary-light: #ffebee;
  --color-accent: #ff6f00;
  --font-main: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;
  --text: #2b2b2b;
}
/* Classifieds Platform — main.css */
/* TreguShop — main.css v10 */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:14px;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}
body{font-family:Arial,Helvetica,sans-serif;color:#222;background:#cccccc;line-height:1.5;min-height:100vh;}
a{text-decoration:none;color: #000000;}
img{max-width:100%;display:block}
input,select,textarea,button{font-family:inherit}
main{flex:1}
.container{max-width:1200px;margin:0 auto;padding: 0 0px;}

/* ═══ HEADER ═══ */
.site-header{background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:400;box-shadow:0 1px 3px rgba(0,0,0,.07)}
.header-inner{max-width:1160px;margin:0 auto;padding:0 16px;height:68px;display:flex;align-items:center;gap:8px}
.hamburger{display:flex;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;border:none;background:transparent;cursor:pointer;padding:6px;flex-shrink:0}
.hamburger span{display:block;height:2px;background:#333;border-radius:2px}
.header-actions{display:none}
.logo{flex:1}
.logo{display:flex;align-items:center;gap:7px;flex:1}
.logo-text{font-size:24px;font-weight:900;color:var(--color-primary);font-style:italic;letter-spacing:-1px}
.logo-text .dot{color:#222;font-style:normal;font-size:15px}
.site-nav{display:none;align-items:center;gap:4px}
.nav-icon{font-size:18px;color:#555;position:relative;cursor:pointer;padding:4px;text-decoration:none;display:flex;align-items:center}
.nav-icon:hover{color:var(--color-primary)}
.badge{position:absolute;top:-3px;right:-5px;background:var(--color-primary);color:#fff;font-size:9px;font-weight:700;padding:1px 4px;border-radius:2px}
.btn-login{padding:6px 14px;border:1.5px solid #ddd;border-radius:2px;font-size:12px;font-weight:600;color:#555;background:#fff;white-space:nowrap}
.btn-post{background:var(--color-primary);color:#fff;border:none;padding:7px 14px;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}
.btn-post:hover{background:#c0000f}
.nav-icon-desktop{display:none}

/* ═══ MOBILE MENU ═══ */
.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:500}
.mobile-overlay.open{display:block}
.mobile-menu{position:fixed;top:0;left:-300px;width:285px;height:100%;background:#fff;z-index:600;display:flex;flex-direction:column;transition:left .28s cubic-bezier(.4,0,.2,1);overflow-y:auto}
.mobile-menu.open{left:0}
.mm-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eee}
.mm-logo{font-size:19px;font-weight:900;color:var(--color-primary);font-style:italic;letter-spacing:-1px}
.mm-logo span{color:#222;font-style:normal;font-size:12px}
.mm-close{width:32px;height:32px;border:none;background:transparent;cursor:pointer;font-size:20px;color:#888;display:flex;align-items:center;justify-content:center}
.mm-account{margin:12px 14px;padding:12px 14px;background:#f5f5f5;border-radius:2px;font-size:13px;font-weight:700;text-transform:uppercase;text-align:center;color:#333;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:space-between;border:none;width:calc(100% - 28px)}
.mm-profile-wrap{margin:0}
.mm-pf-arrow{transition:transform .2s}
.mm-pf-arrow.open{transform:rotate(180deg)}
.mm-pf-sub{background:#f9f9f9;border-top:1px solid #eee;border-bottom:1px solid #eee}
.mm-pf-item{display:flex;align-items:center;gap:10px;padding:12px 20px 12px 28px;font-size:13px;font-weight:500;color:#444;text-decoration:none;border-bottom:1px solid #f0f0f0}
.mm-pf-item:last-child{border-bottom:none}
.mm-pf-item:hover{background:#f0f0f0}
.mm-pf-logout{color:#c62828;font-weight:600}
.mm-btn-post{margin:6px 14px;padding:13px;background:#E30613;border:none;border-radius:2px;font-size:13px;font-weight:700;color:#fff;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;width:calc(100% - 28px)}
.mm-btn-shop{margin:6px 14px 12px;padding:13px;background:#f5f5f5;border:none;border-radius:2px;font-size:13px;font-weight:700;color:#333;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;width:calc(100% - 28px)}
.mm-divider{height:1px;background:#eee;margin:4px 0}
.mm-nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:600;color:#333;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;text-decoration:none}
.mm-nav-item:hover{background:#fafafa}
.mm-apps{margin-top:auto;padding:20px 14px 24px;text-align:center}
.mm-apps p{font-size:12px;color:#999;margin-bottom:10px}
.mm-app-btns{display:flex;gap:8px;justify-content:center}
.mm-app-btn{background:#1a1a1a;color:#fff;border-radius:2px;padding:8px 14px;font-size:11px;font-weight:600;flex:1;justify-content:center;display:flex;align-items:center;gap:6px}

/* ═══ SEARCH BAR ═══ */
.gsb{background:#fff;border-bottom:1px solid #dde0e4;box-shadow:0 1px 4px rgba(0,0,0,.05)}
.gsb-form{max-width:1200px;margin:0 auto;padding:8px 16px 6px}
/* Actual classes used in HTML */
/* gsb-wrap → see bottom */
.gsb-q-wrap{position:relative;display:flex;align-items:center;border-bottom:1px solid #eee}
.gsb-q-ico{position:absolute;left:11px;pointer-events:none;flex-shrink:0}
.gsb-q{width:100%;border:none;outline:none;padding:13px 12px 13px 34px;font-size:15px;color:#333;background:transparent;min-height:48px}
.gsb-q::placeholder{color:#bbb}
.gsb-vline{display:none}
.gsb-dropdowns{display:flex;border-bottom:1px solid #eee}

.gsb-dropdown-wrap{position:relative;display:flex;align-items:stretch;border-left:1px solid #eee;flex:1}
.gsb-dd{position:relative;flex:1;display:flex;align-items:stretch}
.gsb-dd:first-child{border-right:1px solid #eee}
.gsb-dd-btn{display:flex;align-items:center;gap:7px;padding:12px 12px;background:transparent;border:none;cursor:pointer;font-size:14px;color:#333;width:100%;font-family:inherit;min-height:48px}
.gsb-dd-label{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.gsb-panel{display:none;position:fixed;left:0;right:0;background:#fff;border-top:1px solid #ddd;box-shadow:0 8px 24px rgba(0,0,0,.15);z-index:9999;max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}
.gsb-panel.is-open{display:block}
.gsb-opt-hdr{padding:8px 16px 4px;font-size:11px;font-weight:700;text-transform:uppercase;color:#999;background:#f8f8f8;border-bottom:1px solid #eee;letter-spacing:.5px;position:sticky;top:0;z-index:1}
.gsb-opt{display:flex;align-items:center;gap:8px;padding:13px 16px;font-size:14px;color:#333;cursor:pointer;border-bottom:1px solid #f3f3f3}
.gsb-opt:active{background:#f5f5f5}
.gsb-opt-all{background:#f5f5f5;font-weight:600;border-bottom:1px solid #e0e0e0}
.gsb-opt-sub{padding-left:30px;font-size:13px;color:#555}
.gsb-submit-row{display:flex}

.gsb-submit-btn{background:#2E7D32;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;min-height:48px;font-size:15px;font-weight:700;color:#fff;white-space:nowrap;border-radius:0}
.gsb-submit-btn:hover{background:#1b5e20}
.gsb-btn-txt{display:none}
.gsb-submit{background:#2E7D32;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;flex:1;min-height:48px;font-size:15px;font-weight:700;color:#fff}
.gsb-submit:active{background:#1b5e20}

/* Row 2 — checkboxes */
.gsb-r2{display:flex;flex-wrap:wrap;align-items:center;padding:6px 0 4px;gap:0}
.gsb-ck{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#333;cursor:pointer;padding:3px 10px 3px 0;user-select:none;white-space:nowrap;line-height:1.5}
.gsb-ck input[type="checkbox"]{display:inline-block !important;visibility:visible !important;opacity:1 !important;width:14px;height:14px;min-width:14px;cursor:pointer;accent-color:#2E7D32;flex-shrink:0;margin:0}
.gsb-sep{width:1px;height:14px;background:#ddd;margin:0 6px;flex-shrink:0;display:inline-block}
.gsb-adv-lnk{margin-left:auto;font-size:12px;color:#1565c0;cursor:pointer;white-space:nowrap}
.gsb-adv-lnk:hover{text-decoration:underline}

/* Filtrat kategoria */
.gsb-catf{border-top:1px solid #eee;padding:8px 0 4px;display:flex;flex-direction:column;gap:8px}
.gsb-catf-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.gsb-sel{border:1px solid #c8cbd0;border-radius:2px;padding:6px 26px 6px 10px;font-size:12px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 8px center;color:#333;cursor:pointer;height:34px;-webkit-appearance:none;appearance:none}
.gsb-sel:focus{outline:none;border-color:#2E7D32}
.gsb-adv{display:none;align-items:center;gap:8px;padding:8px 0 4px;border-top:1px dashed #eee;flex-wrap:wrap}
.gsb-adv.open{display:flex}
.gsb-adv input{border:1px solid #ddd;border-radius:2px;padding:6px 8px;font-size:12px;width:88px}
.gsb-adv button{background:#2E7D32;color:#fff;border:none;padding:7px 16px;border-radius:2px;font-size:12px;font-weight:600;cursor:pointer}

/* ═══ STATS ═══ */
.stats-bar{background:#f8f8f8;border-bottom:1px solid #eee;padding:7px 0}
.stat-items{display:flex;gap:16px;font-size:12px;color:#777}
.stat-item strong{color:var(--color-primary);font-weight:700}

/* ═══ HOME ═══ */
.section-title{font-size:16px;font-weight:700;margin-bottom:10px}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}
.cat-card{background:#fff;border:1px solid #dde0e4;border-radius:2px;padding:14px 8px;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:inherit}
.cat-card:active{border-color:var(--color-primary);background:#fff5f5}
.cat-icon{font-size:28px}
.cat-label{font-size:11px;font-weight:600;color:#333;line-height:1.3}

/* ═══════════════════════════════════════════════════════════
   AD CARD — classifieds style
   Perdoret si ne .ads-list (home) ashtu edhe .ads-list-mj (shpalljet)
   ═══════════════════════════════════════════════════════════ */
.ads-list{display:flex;flex-direction:column;background:#fff;overflow:hidden}
.ads-list-mj{display:flex;flex-direction:column;background:#fff;overflow:hidden;margin-top:4px;border-top:1px solid #eee}

.ad-card{display:flex;background:#fff;cursor:pointer;text-decoration:none;color:inherit;border-bottom:1px solid #e8eaed;min-height:100px;transition:background .1s}
.ad-card:last-child{border-bottom:none}
.ad-card:hover{background:#fafafa}

/* Thumbnail */
.ad-thumb{width:130px;flex-shrink:0;position:relative;overflow:hidden;background:#f5f5f5}
.ad-thumb img{width:100%;height:100%;object-fit:cover;display:block;min-height:100px}
.ad-no-img{width:100%;min-height:100px;display:flex;align-items:center;justify-content:center;font-size:30px;background:#f5f5f5;color:#ccc}
.delivery-badge{position:absolute;bottom:5px;right:5px;background:rgba(255,255,255,.92);border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px rgba(0,0,0,.15)}

/* Body */
.ad-body{flex:1;padding:9px 11px;display:flex;flex-direction:column;gap:3px;min-width:0}

.ad-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;margin-bottom:1px}
.ad-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:3px;flex:1;min-width:0}
.ad-store-lbl{font-size:10px;font-weight:700;padding:2px 5px;border-radius:2px;background:#1565c0;color:#fff;white-space:nowrap;flex-shrink:0}
.ad-store-auto{background:#2E7D32}
.ad-bc-cat{font-size:12px;color:#888}
.ad-bc-dot{font-size:11px;color:#ccc}
.ad-bc-loc{font-size:12px;color:#888}
.ad-date{font-size:11px;color:#aaa;white-space:nowrap;flex-shrink:0}

.ad-title{font-size:14px;font-weight:600;color:#222;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.ad-title:hover{color:var(--color-primary)}

.ad-price{font-size:15px;font-weight:700;color:#222}
.ad-price-na{font-size:13px;font-weight:400;color:#999}

.ad-attrs{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#555;margin-top:1px}
.ad-attr{display:flex;align-items:center;gap:2px}
.ad-attr b{color:#333;font-weight:600}

.ad-foot{display:flex;align-items:center;justify-content:space-between;margin-top:4px}
.ad-trusted{font-size:11px;color:#2E7D32;font-weight:700}
.ad-fav-btn{width:30px;height:30px;border:1px solid #e0e0e0;border-radius:2px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#bbb;flex-shrink:0;padding:0;transition:color .15s,border-color .15s;line-height:1}
.ad-fav-btn:hover,.ad-fav-btn.fav-on{color:var(--color-primary);border-color:var(--color-primary)}

/* ═══════════════════════════════════════════════════════════
   SHPALLJET PAGE — classifieds layout
   ═══════════════════════════════════════════════════════════ */
.listing-page{max-width:1200px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:0}
.listing-main{flex:1;min-width:0;padding:12px 16px 24px}
.listing-gallery{display:none}/* fshehur mobile */

/* H1 */
.listing-h1{font-size:16px;font-weight:400;color:#333;padding:8px 0 10px;line-height:1.45;border-bottom:1px solid #eee}

/* NAV: Tabs + Sort */
.listing-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px;border-bottom:1px solid #eee;margin-bottom:4px}
.listing-tabs{display:flex}
.ltab{padding:8px 11px;font-size:13px;color:#555;border-bottom:2.5px solid transparent;white-space:nowrap;text-decoration:none;transition:color .1s}
.ltab:hover{color:var(--color-primary)}
.ltab-on{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:700}
.ltab-n{font-size:11px;color:#aaa;margin-left:2px}
.listing-sort{display:flex}
.lsort{padding:8px 9px;font-size:12px;color:#888;border-bottom:2px solid transparent;white-space:nowrap;text-decoration:none}
.lsort:hover{color:#333}
.lsort-on{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:700}

/* Info row */
.listing-results-info{font-size:12px;color:#999;padding:5px 0 3px;display:flex;align-items:center;gap:5px}
.lri-sep{color:#ddd}

/* Empty */
.listing-empty{text-align:center;padding:50px 20px;background:#fff;border-radius:2px;border:1px solid #e4e6e9}

/* ═══ GALLERY ═══ */
.gallery-box{background:#fff;border:1px solid #e4e6e9;border-radius:2px;overflow:hidden;position:sticky;top:62px}
.gallery-hdr{font-size:12px;font-weight:700;text-transform:uppercase;color:#666;padding:10px 12px;border-bottom:1px solid #eee;letter-spacing:.4px}
.gallery-row{display:flex;gap:8px;padding:8px 10px;border-bottom:1px solid #f0f0f0;text-decoration:none;color:inherit;transition:background .1s;align-items:center}
.gallery-row:last-child{border-bottom:none}
.gallery-row:hover{background:#fafafa}
.gallery-row img{width:68px;height:52px;object-fit:cover;border-radius:2px;flex-shrink:0;display:block}
.gallery-info{flex:1;min-width:0}
.gallery-ttl{font-size:12px;color:#333;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px}
.gallery-price{font-size:12px;font-weight:700;color:#222}

/* ═══ PAGINATION ═══ */
.pagination{display:flex;gap:4px;justify-content:center;padding:14px 12px}
.page-btn{min-width:34px;height:34px;border:1px solid #ddd;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;color:#555;background:#fff;text-decoration:none;padding:0 8px}
.page-btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary);font-weight:700}
.page-btn:active{background:#f5f5f5}

/* ═══ FLASH ═══ */
.flash{border:1px solid;border-radius:2px;padding:10px 14px;margin:8px 12px;font-size:13px}
.flash-success{background:#e8f5e9;border-color:#a5d6a7;color:#2e7d32}
.flash-error{background:#fff0f0;border-color:#ef9a9a;color:#c62828}
.flash-info{background:#e3f2fd;border-color:#90caf9;color:#1565c0}

/* ═══ FOOTER ═══ */
.site-footer{background:#fff;border-top:2px solid #eeeeee;padding:28px 0 14px;}
.site-footer .container{padding:0 28px}
@media(max-width:600px){.site-footer .container{padding:0 16px}.footer-grid{grid-template-columns:repeat(3,1fr);gap:12px 16px}.footer-col h4{font-size:10px}.footer-col a{font-size:11.5px}}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 32px;margin-bottom:16px}
.footer-col h4{font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:8px;color:#555;letter-spacing:.5px}
.footer-col a{display:block;font-size:12.5px;color:#777;padding:3px 0;text-decoration:none;transition:color .12s}
.footer-col a:hover{color:var(--color-primary)}
.footer-bottom{text-align:center;font-size:11px;color:#aaa;border-top:1px solid #ddd;padding-top:10px;margin-top:8px}
.back-top{position:fixed;bottom:20px;right:14px;background:var(--color-primary);color:#fff;border:none;padding:9px 14px;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);display:none;z-index:400}
.back-top.visible{display:block}
.toast{position:fixed;bottom:70px;left:50%;transform:translateX(-50%) translateY(8px);background:#333;color:#fff;padding:10px 18px;border-radius:2px;font-size:13px;opacity:0;transition:all .2s;pointer-events:none;z-index:600;white-space:nowrap}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ═══════════════════════════════════════════════════════════
   TABLET 600px+
   ═══════════════════════════════════════════════════════════ */
@media(min-width:600px){
  .cat-grid{grid-template-columns:repeat(4,1fr)}
  .ad-thumb{width:145px}
  .ad-thumb img,.ad-no-img{min-height:108px}
  .gsb-r1{flex-direction:row;border-radius:2px;overflow:visible}
  .gsb-q-wrap{border-bottom:none;flex:1}
  .gsb-dropdowns{border:none;flex-shrink:0}
  .gsb-dd{border-right:none}
  .gsb-dd:first-child{border-right:1px solid #eee}
  .gsb-vline{display:block;width:1px;height:24px;background:#ddd;align-self:center;flex-shrink:0}
  .gsb-submit-row{flex:none}
  .gsb-panel{position:absolute;top:calc(100% + 3px);left:0;right:auto;min-width:240px;max-height:320px;border-top:1px solid #ddd;border-radius:2px}
}

/* ═══════════════════════════════════════════════════════════
   DESKTOP 960px+
   ═══════════════════════════════════════════════════════════ */
@media(min-width:960px){
  .hamburger{display:none}
  .logo{flex:none}
  .header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}
  .site-nav{display:flex;gap:4px;margin-left:0}
  .site-nav a{font-size:13px;font-weight:600;color:#444;padding:7px 12px;border-radius:2px;display:flex;align-items:center;gap:5px;transition:all .15s;text-decoration:none}
  .site-nav a:hover{background:#f5f5f5;color:var(--color-primary)}
  .site-nav a svg{stroke:#999}
  .site-nav a:hover svg{stroke:#E30613}
  .nav-icon-desktop{display:flex}
  .header-inner{padding:0 16px}
  /* Search */
  .gsb-form{padding:8px 16px 6px}
  .gsb-r1{flex-direction:row;height:44px;border-radius:2px;overflow:visible}
  .gsb-q-wrap{border-bottom:none;flex:1;height:100%}
  .gsb-q{height:100%;padding:0 12px 0 34px;font-size:13px;min-height:0}
  .gsb-dropdowns{display:flex;height:100%;border-left:1px solid #eee;flex-shrink:0}
  .gsb-dd{height:100%;border-right:none}
  .gsb-dd:first-child{border-right:1px solid #eee}
  .gsb-dropdown-wrap{height:100%;border-left:1px solid #eee}
  .gsb-dd-btn{height:100%;min-width:155px;padding:0 13px;font-size:13px;min-height:0}
  .gsb-submit-row{height:100%}
  .gsb-submit{border-radius:0 2px 2px 0;padding:0 22px;height:100%;font-size:13px;min-height:0}
  .gsb-submit-btn{border-radius:0 2px 2px 0;padding:0 22px;height:100%;font-size:13px;min-height:0}
  /* Home */
  .cat-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}
  .cat-card:hover{border-color:var(--color-primary);box-shadow:0 3px 12px rgba(227,6,19,.12);transform:translateY(-1px)}
  .cat-card{transition:box-shadow .15s,border-color .15s,transform .15s}
  /* Ad card */
  .ad-thumb{width:165px}
  .ad-thumb img,.ad-no-img{min-height:120px}
  /* Listing page — Blocket style: white center, sides colored */
  .listing-page{flex-direction:row;padding:0 0;gap:0;max-width:none}
  .listing-page-inner{max-width:1200px;margin:0 auto;display:flex;gap:24px;padding:16px}
  .listing-main{padding:0}
  .listing-gallery{display:block;width:200px;flex-shrink:0}
  /* Footer */
  .back-top{right:20px}
}

/* ═══════════════════════════════════════════════════════════
   MJ-CARD — card component
   ═══════════════════════════════════════════════════════════ */

/* Lista wrapper */
.mj-list {
  background: #fff;
  border: 1px solid #dde0e4;
  border-radius:2px;
  overflow: hidden;
}

/* Karta */
.mj-card {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  transition: background 0.12s;
  min-height: 0;
}
.mj-card:last-child { border-bottom: none; }
.mj-card:hover { background: #f9f9f9; }

/* Foto */
.mj-img {
  width: 160px;
  min-width: 160px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f0f0;
  position: relative;
}
.mj-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mj-noimg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ccc;
  background: #f5f5f5;
}

/* Body */
.mj-body {
  flex: 1;
  padding: 10px 14px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  justify-content: space-between;
}

/* Rreshti 1: badge + breadcrumb + datë */
.mj-r1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: nowrap;
}
.mj-left {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  min-width: 0;
  flex: 1;
}
.mj-badge-store {
  font-size: 10px;
  font-weight: 700;
  background: #2E7D32;
  color: #fff;
  padding: 2px 6px;
  border-radius:2px;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.3px;
}
.mj-bc {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #888;
  flex-wrap: wrap;
}
.mj-bc-dot { color: #ccc; }
.mj-date {
  font-size: 11px;
  color: #aaa;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Titulli */
.mj-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Çmimi */
.mj-price {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}
.mj-price-na {
  font-size: 13px;
  color: #999;
}

/* Atributet */
.mj-attrs {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mj-attr {
  font-size: 12px;
  color: #555;
}
.mj-attr b {
  color: #222;
  font-weight: 600;
}

/* Footer */
.mj-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
.mj-fav {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius:2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #bbb;
  flex-shrink: 0;
  padding: 0;
  transition: color 0.15s, border-color 0.15s;
}
.mj-fav:hover, .mj-fav.mj-fav-on { color: #e30613; border-color: #e30613; }
.mj-fav.mj-fav-on svg { fill: #e30613; stroke: #e30613; }

.mj-badge-online {
  font-size: 11px;
  color: #666;
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius:2px;
  font-weight: 500;
}
.mj-badge-trusted {
  font-size: 11px;
  font-weight: 700;
  background: #FFF176;
  color: #5d4037;
  padding: 3px 9px;
  border-radius:2px;
  letter-spacing: 0.2px;
}

/* Home page: ads-list in container — align */
.container .mj-list {
  border-radius:2px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

/* Mobile: image smaller */
@media (max-width: 480px) {
  .mj-img {
    width: 110px;
    min-width: 110px;
    height: 88px;
  }
  .mj-body { padding: 8px 10px; }
  .mj-title { font-size: 13px; }
  .mj-price { font-size: 14px; }
}

/* ═══════════════════════════════════════════════════════════
   PROFILI — mobile-first
   ═══════════════════════════════════════════════════════════ */
.profile-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 10px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Sidebar - hidden desktop, shown as card mobile */
.profile-sidebar { display: flex; flex-direction: column; gap: 10px; }
/* ── Profile nav list (sidebar desktop, horizontal mobile) ── */
.profile-nav-list {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e6e9;
  border-radius:2px;
  overflow: hidden;
}
.profile-nav-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: background .1s;
}
.profile-nav-list a:last-child { border-bottom: none; }
.profile-nav-list a:hover { background: #fafafa; }
.profile-nav-list a.active { background: #fff5f5; color: #E30613; border-left: 3px solid #E30613; }
.profile-nav-list .pnav-icon { font-size: 16px; width: 22px; text-align: center; flex-shrink: 0; }
.profile-nav-list .pnav-txt { flex: 1; }
.pnav-logout { color: #E30613 !important; }


.profile-card {
  background: #fff;
  border: 1px solid #dde0e4;
  border-radius:2px;
  padding: 20px 16px;
  text-align: center;
}
.profile-avatar {
  width: 68px; height: 68px; border-radius: 50%;
  background: #E30613; color: #fff;
  font-size: 28px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
}
.profile-name { font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.profile-verified { font-size: 12px; color: #2E7D32; font-weight: 600; }
.profile-since { font-size: 11px; color: #aaa; margin-top: 3px; }
.profile-stats {
  display: flex; gap: 0; margin-top: 14px;
  border-top: 1px solid #eee; padding-top: 12px;
}
.pstat { flex: 1; text-align: center; }
.pstat strong { display: block; font-size: 20px; font-weight: 700; }
.pstat span { font-size: 11px; color: #888; }

.profile-menu {
  background: #fff;
  border: 1px solid #dde0e4;
  border-radius:2px;
  overflow: hidden;
  display: none; /* hidden mobile - use tabs instead */
}
.pmenu-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; font-size: 13px;
  border-bottom: 1px solid #eee;
  color: #444; text-decoration: none;
}
.pmenu-item:last-child { border-bottom: none; }
.pmenu-item:hover { background: #f9f9f9; }
.pmenu-active { color: #E30613 !important; background: #fff5f5 !important; font-weight: 700; }
.pmenu-badge {
  background: #E30613; color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 2px 6px; border-radius:2px;
}
.pmenu-logout { color: #E30613; }

/* Mobile tab bar */
.profile-tabs-mob {
  display: flex;
  background: #fff;
  border: 1px solid #dde0e4;
  border-radius:2px;
  overflow: hidden;
  margin-bottom: 10px;
}
.ptab-mob {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; gap: 3px;
  padding: 10px 4px; font-size: 10px; color: #888;
  text-decoration: none; border-right: 1px solid #eee; line-height: 1.2;
}
.ptab-mob:last-child { border-right: none; }
.ptab-mob span { font-size: 10px; }
.ptab-mob-on { color: #E30613; font-weight: 700; background: #fff5f5; }

/* Main section */
.profile-main { background: transparent; }
.profile-section-title { font-size: 16px; font-weight: 700; margin-bottom: 12px; color: #222; }
.profile-empty { text-align: center; padding: 40px 20px; color: #999; background: #fff; border-radius:2px; border: 1px solid #eee; }
.profile-empty a { color: #E30613; }

/* My Ad Row */
.my-ad-row {
  display: flex; gap: 10px; align-items: flex-start;
  background: #fff; border: 1px solid #dde0e4; border-radius:2px;
  padding: 10px; margin-bottom: 8px;
}
.my-ad-img {
  width: 72px; height: 58px; flex-shrink: 0;
  border-radius:2px; overflow: hidden; display: block;
  background: #f5f5f5;
}
.my-ad-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.my-ad-noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.my-ad-info { flex: 1; min-width: 0; }
.my-ad-title { font-size: 13px; font-weight: 600; color: #222; text-decoration: none; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.my-ad-title:hover { color: #E30613; }
.my-ad-meta { font-size: 11px; color: #aaa; margin: 2px 0 4px; }
.my-ad-footer { display: flex; align-items: center; gap: 8px; }
.my-ad-price { font-size: 13px; font-weight: 700; }
.my-ad-status { font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius:2px; }
.st-active { background: #e8f5e9; color: #2E7D32; }
.st-inactive { background: #f5f5f5; color: #999; }
.my-ad-actions { display: flex; flex-direction: column; gap: 4px; flex-shrink: 0; }
.my-ad-btn {
  width: 30px; height: 30px; border: 1px solid #eee; border-radius:2px;
  background: #fff; display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 14px; text-decoration: none; padding: 0;
}
.my-ad-del { border-color: #fcc; }
.my-ad-del:hover { background: #fff0f0; }

/* Messages */
.msg-row {
  display: flex; gap: 10px; align-items: center;
  padding: 12px; background: #fff;
  border: 1px solid #eee; border-radius:2px; margin-bottom: 6px;
  text-decoration: none; color: inherit;
}
.msg-row:hover { background: #f9f9f9; }
.msg-unread { border-left: 3px solid #E30613; }
.msg-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: #E30613; color: #fff;
  font-size: 16px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.msg-info { flex: 1; min-width: 0; }
.msg-name { font-size: 13px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.msg-ad-title { font-weight: 400; color: #aaa; font-size: 11px; }
.msg-preview { font-size: 12px; color: #888; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.msg-time { font-size: 11px; color: #aaa; flex-shrink: 0; }

/* Settings form */
.settings-form {
  background: #fff; border: 1px solid #dde0e4; border-radius:2px; padding: 20px;
}
.sf-group { margin-bottom: 14px; }
.sf-group label { display: block; font-size: 12px; font-weight: 600; color: #666; margin-bottom: 5px; }
.sf-group input, .sf-group select {
  width: 100%; border: 1px solid #ddd; border-radius:2px;
  padding: 9px 11px; font-size: 14px; background: #fff; color: #333;
}
.sf-group input:focus, .sf-group select:focus { outline: none; border-color: #E30613; }
.sf-btn {
  background: #E30613; color: #fff; border: none;
  padding: 11px 28px; border-radius:2px;
  font-size: 14px; font-weight: 700; cursor: pointer; width: 100%;
}
.sf-btn:hover { background: #c0000f; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — clean content pages (detail, posto, login)
   ═══════════════════════════════════════════════════════════ */
.main-content {
  min-height: 60vh;
  background: #fff;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(0,0,0,.04);
}

/* Detail page */
.breadcrumb {font-size: 16px;color: #aaa;padding: 8px 0;}
.breadcrumb a { color: #888; text-decoration: none; }
.breadcrumb a:hover { color: #E30613; }

/* Posto page */
.posto-wrap { max-width: 700px; margin: 0 auto; padding: 16px 10px 40px; }

/* Login / Register */
.auth-wrap { max-width: 420px; margin: 40px auto; padding: 0 14px; }
.auth-card {
  background: #fff; border: 1px solid #dde0e4; border-radius:2px; padding: 28px 24px;
}
.auth-title { font-size: 20px; font-weight: 700; margin-bottom: 20px; text-align: center; }

/* ═══ DESKTOP PROFILE ═══ */
@media (min-width: 768px) {
  .profile-wrap { flex-direction: row; align-items: flex-start; padding: 20px 16px 40px; }
  .profile-sidebar { width: 230px; flex-shrink: 0; position: sticky; top: 62px; }
  .profile-menu { display: block; }
  .profile-tabs-mob { display: none; }
  .profile-main { flex: 1; min-width: 0; }
  .my-ad-img { width: 90px; height: 72px; }

    .posto-wrap { padding: 24px 0 60px; }
}

/* No search bar pages - ensure proper spacing */
.main-content { padding-top: 0; }

/* ═══════════════════════════════════════════════════════════
   DETAIL PAGE — attrs 4x2 grid
   ═══════════════════════════════════════════════════════════ */
.attrs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  border-radius:2px;
  overflow: hidden;
  margin: 8px 0 18px;
}
.attr-cell {
  background: #f9fafb;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.attr-ico {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 2px;
}
.attr-lbl {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.3px;
}
.attr-val {
  font-size: 14px;
  font-weight: 600;
  color: #2670cf;
}
@media (max-width: 500px) {
  .attrs-grid { grid-template-columns: repeat(3, 1fr); }
  .attr-cell { padding: 10px 10px; }
  .attr-ico { font-size: 16px; }
  .attr-lbl { font-size: 10px; }
  .attr-val { font-size: 13px; }
}
@media (max-width: 360px) {
  .attrs-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══════════════════════════════════════════════════════════
   DETAIL — Photo Grid
   ═══════════════════════════════════════════════════════════ */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
/* First photo spans full width */
.photo-cell:first-child {
  grid-column: 1 / -1;
}
.photo-cell {
  display: block;
  text-decoration: none;
  border-radius:2px;
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
}
.photo-cell img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform .25s;
}
.photo-cell:first-child img {
  aspect-ratio: 16/9;
}
.photo-cell:hover img { transform: scale(1.03); }

.photo-caption {
  padding: 8px 10px;
  font-size: 12px;
  color: #666;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photo-grid-empty {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: #f5f5f5;
  border-radius:2px;
  color: #ccc;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .photo-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .photo-cell:first-child { grid-column: 1 / -1; }
}

/* ═══ GALLERY SIDEBAR — Blocket style ═══ */
.gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.gallery-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: background .12s;
}
.gallery-card:last-child { border-bottom: none; }
.gallery-card:hover { background: #fafafa; }
.gallery-card-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #f5f5f5;
  flex-shrink: 0;
}
.gallery-card-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  transition: transform .2s;
}
.gallery-card:hover .gallery-card-img img { transform: scale(1.04); }
.gallery-card-info {
  padding: 7px 10px 8px;
}
.gallery-card-ttl {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}
.gallery-card-price {
  font-size: 13px;
  font-weight: 700;
  color: #E30613;
}

/* ═══════════════════════════════════════════════════════════
   DETAIL — Galeria: foto kryesore + thumbs djathtas
   ═══════════════════════════════════════════════════════════ */

/* Mobile: thumbs below */
@media (max-width: 500px) {
  .det-gallery { flex-direction: column; }
  .det-thumbs {
    width: 100%;
    flex-direction: row;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
  }
  .det-thumb { width: 80px; height: 60px; flex-shrink: 0; }
}

/* Widen listing sidebar to fit full-width gallery cards */
@media (min-width: 960px) {
  .listing-gallery { width: 260px; }
  .gallery-box { width: 100%; }
}



/* Online/Offline badge colors */
.mj-badge-online-on {
  color: #2E7D32;
  background: #e8f5e9;
  font-weight: 700;
}
/* ═══════════════════════════════════════════════════════════
   MOBILE FIXES — max 600px
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 600px) {

  /* ── Profile MOBILE: full vertical, sidebar on top ── */
  .profile-wrap {
    flex-direction: column !important;
    padding: 0 !important;
    gap: 0 !important;
    max-width: 100%;
  }
  .profile-sidebar {
    width: 100% !important;
    position: static !important;
    flex-direction: column;
    gap: 0;
  }
  .profile-card {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 20px 16px;
    text-align: center;
  }
  .profile-avatar { width: 60px; height: 60px; font-size: 24px; margin: 0 auto 10px; }
  .profile-name { font-size: 16px; }
  .profile-stats { display: flex; justify-content: center; gap: 24px; margin: 10px 0 0; }
  .pstat { text-align: center; }
  .pstat strong { font-size: 20px; display: block; }
  .pstat small { font-size: 11px; color: #888; }

  /* Tab menu — horizontal full width */
  .profile-nav-list {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 0;
    gap: 0;
  }
  .profile-nav-list a {
    flex: 1;
    min-width: 0;
    padding: 12px 6px;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    border-bottom: 2px solid transparent;
  }
  .profile-nav-list a.active { border-bottom: 2px solid #E30613; }
  .profile-nav-list a .pnav-icon { display: block; font-size: 16px; margin-bottom: 2px; }
  .profile-nav-list a .pnav-txt { font-size: 10px; }
  
  .profile-main {
    width: 100% !important;
    padding: 12px 12px 32px !important;
  }
  .profile-section-title { font-size: 14px; margin-bottom: 10px; }
  
  /* my-ad-row compact */
  .my-ad-row { gap: 8px; padding: 8px 0; }
  .my-ad-img { width: 80px; min-width: 80px; height: 62px; border-radius:2px; }
  .my-ad-title { font-size: 12px; }
  .my-ad-meta { font-size: 10px; }
  .my-ad-price { font-size: 13px; }
  
  /* Settings form */
  .settings-form { padding: 14px 12px; }
  
  /* ── Shpalljet mobile — single column grid ── */
  .listing-page { padding: 6px 6px 20px; flex-direction: column; }
  .listing-gallery { display: none !important; }
  .listing-h1 { font-size: 13px; padding: 6px 0 8px; }
  .listing-nav { flex-wrap: wrap; gap: 0; }
  .listing-tabs { overflow-x: auto; }
  .ltab { padding: 7px 9px; font-size: 12px; white-space: nowrap; }
  .lsort { padding: 7px 7px; font-size: 11px; }

  /* Ad cards — SINGLE column, foto majtas, info djathtas (si desktop por kompakt) */
  .ads-list-mj {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: none;
  }
  .sp-list {
    display: flex !important;
    flex-direction: column;
    gap: 0;
  }
  .mj-card {
    flex-direction: row !important;
    border-radius:0 2px;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    overflow: hidden;
    padding: 10px 8px;
  }
  .sp-list .mj-card {
    flex-direction: row !important;
    padding: 10px 8px;
  }
  .mj-img {
    width: 110px !important;
    min-width: 110px !important;
    height: 82px !important;
    border-radius:2px 2px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .mj-img img {
    width: 110px !important;
    height: 82px !important;
    object-fit: cover;
    border-radius:2px;
  }
  .sp-list .mj-img { width: 110px !important; min-width: 110px !important; height: 82px !important; margin: 0 10px 0 0; }
  .sp-list .mj-img img { width: 110px !important; height: 82px !important; }
  .mj-noimg { width: 110px !important; min-width: 110px !important; height: 82px !important; }
  .mj-body { padding: 2px 0 !important; gap: 2px !important; flex: 1; min-width: 0; }
  .mj-r1 { flex-wrap: wrap; gap: 2px; }
  .mj-date { font-size: 10px; }
  .mj-bc { font-size: 11px; }
  .mj-title { font-size: 13px !important; -webkit-line-clamp: 2; font-weight: 700; }
  .mj-price { font-size: 14px !important; font-weight: 800; }
  .mj-attrs { display: flex; flex-wrap: wrap; gap: 4px; font-size: 11px; }
  .mj-foot { margin-top: 4px; gap: 5px; flex-wrap: wrap; }
  .mj-fav { width: 26px; height: 26px; }
  .mj-badge-online { font-size: 10px; padding: 2px 6px; }
  .mj-badge-trusted { font-size: 10px; padding: 2px 6px; }
  .mj-badge-store { font-size: 9px; padding: 2px 5px; }

  /* home page mobile */
  
  
  
  

  /* mj-badge-online green when online */
  .mj-badge-online-on { color: #2E7D32 !important; background: #e8f5e9 !important; font-weight: 700; }
}

/* ═══════════════════════════════════════════════════════════
   SHPALLJET — Blocket style complete rewrite
   ═══════════════════════════════════════════════════════════ */

/* Outer wrapper */
.sp-page {
  background: #fff;
  min-height: 60vh;
  padding: 0;
}

/* Inner: centers content, white bg on content+gallery */
.sp-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  background: #fff;
  padding: 0;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

/* Main content */
.sp-main {
  flex: 1;
  min-width: 0;
  padding: 14px 18px 32px;
}


/* H1 */
.sp-h1 {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Tabs + sort nav — horizontal bar with shadow */
.sp-nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  margin: 0 -18px;
  padding: 0 18px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.sp-tabs { display: flex; flex-shrink: 0; }
.sp-tab {
  padding: 11px 13px;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  border-bottom: 2.5px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .12s;
}
.sp-tab em {
  font-style: normal;
  background: #f0f0f0;
  color: #888;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius:2px;
  min-width: 18px;
  text-align: center;
}
.sp-tab:hover { color: #222; }
.sp-tab-on { color: #c0392b; border-bottom-color: #c0392b; font-weight: 700; }
.sp-tab-on em { background: #fdecea; color: #c0392b; }

/* Separator between tabs and sort */
.sp-nav-sep { flex: 1; }

.sp-sorts { display: flex; flex-shrink: 0; }
.sp-sort {
  padding: 11px 10px;
  font-size: 12px;
  color: #888;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  transition: color .12s;
}
.sp-sort:hover { color: #333; }
.sp-sort-on { color: #c0392b; border-bottom-color: #c0392b; font-weight: 700; }

/* Mobile: allow horizontal scroll */
@media (max-width: 480px) {
  .sp-nav { margin: 0 -10px; padding: 0 10px; }
  .sp-tab { padding: 10px 9px; font-size: 12px; }
  .sp-sort { padding: 10px 8px; font-size: 11px; }
}

/* Count row */
.sp-count {
  font-size: 11px;
  color: #aaa;
  padding: 6px 0 4px;
}

/* List — clean, lines only */
.sp-list {
  display: flex;
  flex-direction: column;
}

/* Ad card override for sp-list — Blocket proportions */
.sp-list .mj-card {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
.sp-list .mj-card:first-child { border-top: none; }
.sp-list .mj-img {
  width: 150px;
  min-width: 150px;
  height: 112px;
  border-radius:2px;
  overflow: hidden;
  margin: 0 12px 0 0;
}
.sp-list .mj-img img {
  height: 112px;
}
.sp-list .mj-noimg { height: 112px; }
.sp-list .mj-body { padding: 2px 4px 2px 0; }
.sp-list .mj-title { font-size: 15px; font-weight: 700; }
.sp-list .mj-price { font-size: 16px; font-weight: 700; color: #111; }
.sp-list .mj-attrs { display: flex !important; flex-wrap: wrap; gap: 8px; font-size: 12px; color: #555; }
.sp-list .mj-attr b { color: #333; }

/* Empty state */
.sp-empty {
  text-align: center;
  padding: 60px 20px;
  color: #999;
}
.sp-empty strong { display: block; font-size: 15px; color: #555; margin-bottom: 6px; }
.sp-empty a { color: #c0392b; }

/* ── GALLERY Blocket style ── */
.sp-gallery {
  width: 190px;
  flex-shrink: 0;
  padding: 14px 0 14px 0;
  display: none; /* mobile hidden */
}
.sp-gal-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 0.5px;
  padding: 0 14px 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
.sp-gal-item {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 10px 14px 12px;
  border-bottom: 1px solid #f0f0f0;
  transition: background .1s;
}
.sp-gal-item:hover { background: #fafafa; }
.sp-gal-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius:2px;
  display: block;
  margin-bottom: 7px;
}
.sp-gal-name {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
}
.sp-gal-price {
  font-size: 13px;
  font-weight: 700;
  color: #c0392b;
}

/* Desktop */
@media (min-width: 960px) {
  .sp-gallery { display: block; }
}

/* Mobile sp-list: listë me vija, jo korniza ── */
@media (max-width: 600px) {
  .sp-main { padding: 0 0 24px; }
  .sp-list { display: flex; flex-direction: column; gap: 0; }
  .sp-list .mj-card {
    flex-direction: row !important;
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    border-radius:0 2px;
    padding: 10px 12px !important;
    background: #fff;
    box-shadow: none !important;
    margin: 0 !important;
  }
  .sp-list .mj-card:last-child { border-bottom: none !important; }
  .sp-list .mj-img {
    width: 110px !important;
    min-width: 110px !important;
    height: 82px !important;
    margin: 0 10px 0 0 !important;
    border-radius:2px 2px;
    flex-shrink: 0;
  }
  .sp-list .mj-img img { height: 82px !important; width: 110px !important; object-fit: cover; }
  .sp-list .mj-noimg { height: 82px !important; width: 110px !important; }
  .sp-list .mj-body { padding: 0; flex: 1; min-width: 0; }
  .sp-list .mj-title { font-size: 13px; font-weight: 700; line-height: 1.35; }
  .sp-list .mj-price { font-size: 14px; font-weight: 800; }
  .sp-list .mj-attrs { display: none !important; }
  .sp-list .mj-bottom { font-size: 11px; margin-top: 4px; }
}

/* ═══════════════════════════════════════════════════════════
   PLANET.PHP — VIP Pricing Page
   ═══════════════════════════════════════════════════════════ */
.pl-page {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 60px;
}
.pl-hero {
  text-align: center;
  padding: 48px 20px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.pl-hero-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: .3px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.pl-hero-sub {
  font-size: 14px;
  color: #777;
}

/* Period toggles */
.pl-period-wrap { text-align: center; padding: 24px 0 8px; }
.pl-period-btns { display: inline-flex; gap: 8px; }
.pl-period-btn {
  padding: 8px 20px;
  border: 1.5px solid #ccc;
  border-radius:2px;
  font-size: 13px;
  font-weight: 700;
  color: #555;
  text-decoration: none;
  background: #fff;
  transition: all .15s;
}
.pl-period-btn:hover { border-color: #888; color: #222; }
.pl-period-on {
  background: #1a1a1a;
  color: #fff !important;
  border-color: #1a1a1a;
}

/* Plan cards grid */
.pl-cards-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius:2px;
  overflow: hidden;
  margin: 16px 20px;
}
.pl-card {
  padding: 20px 18px 18px;
  border-right: 1px solid #e0e0e0;
  background: #fff;
  position: relative;
}
.pl-card:last-child { border-right: none; }
.pl-card-featured {
  background: #f9f9f9;
}
.pl-card-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.pl-card-price {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}
.pl-price-num {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  line-height: 1;
}
.pl-card-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  min-height: 72px;
  margin-bottom: 14px;
}
.pl-card-cta {
  display: block;
  text-align: center;
  padding: 9px 14px;
  border-radius:2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  cursor: pointer;
  text-decoration: none;
}
.pl-cta-current {
  color: #999;
  background: transparent;
  border: 1px solid #e0e0e0;
  cursor: default;
}
.pl-cta-upgrade {
  background: #2E7D32;
  color: #fff;
  border: none;
  transition: background .15s;
}
.pl-cta-upgrade:hover { background: #1b5e20; color: #fff; }

/* Feature comparison table */
.pl-table-wrap { padding: 0 20px; overflow-x: auto; }
.pl-table { min-width: 600px; }
.pl-tr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.pl-tr:nth-child(even) { background: #fafafa; }
.pl-tr-head {
  background: #f5f5f5 !important;
  border-bottom: 2px solid #e0e0e0;
}
.pl-td {
  padding: 10px 12px;
  font-size: 12.5px;
  color: #555;
  text-align: center;
}
.pl-td-feat {
  text-align: left;
  color: #333;
  font-size: 13px;
}
.pl-tr-head .pl-td {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #777;
}
.pl-check { color: #2E7D32; font-size: 15px; font-weight: 700; }
.pl-x { color: #ccc; font-size: 13px; }
.pl-text { font-size: 11px; color: #555; font-weight: 600; }

/* Mobile plan cards: scroll horizontal */
@media (max-width: 700px) {
  .pl-cards-wrap {
    grid-template-columns: repeat(4,minmax(140px,1fr));
    overflow-x: auto;
    margin: 12px 10px;
  }
  .pl-hero-title { font-size: 16px; }
  .pl-price-num { font-size: 28px; }
}

/* ═══════════════════════════════════════════════════════════
   PAGESA.PHP — Payment Page
   ═══════════════════════════════════════════════════════════ */
.pay-page {
  background: #f4f5f7;
  min-height: 70vh;
  padding: 30px 12px 60px;
}
.pay-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 24px;
  align-items: start;
}
.pay-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.pay-summary {
  background: #fff;
  border-radius:2px;
  padding: 22px 20px;
  border: 1px solid #e0e0e0;
}
.pay-order-box {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius:2px;
  padding: 14px 16px;
  margin-bottom: 14px;
}
.pay-plan-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.pay-plan-name { font-weight: 700; font-size: 14px; color: #111; }
.pay-plan-period { font-size: 12px; color: #888; margin-top: 3px; }
.pay-plan-price { font-size: 18px; font-weight: 800; color: #111; }
.pay-divider { height: 1px; background: #eee; margin: 8px 0; }
.pay-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.pay-total-row strong { font-size: 16px; color: #c0392b; }
.pay-features { }
.pay-feat-title { font-size: 12px; font-weight: 700; color: #888; text-transform: uppercase; margin-bottom: 8px; letter-spacing: .4px; }
.pay-feat-item { font-size: 13px; color: #444; padding: 4px 0; display: flex; align-items: center; gap: 8px; }
.pay-feat-check { color: #2E7D32; font-weight: 700; font-size: 14px; flex-shrink: 0; }

.pay-methods {
  background: #fff;
  border-radius:2px;
  padding: 22px 20px;
  border: 1px solid #e0e0e0;
}
.pay-tabs {
  display: flex;
  border: 1px solid #ddd;
  border-radius:2px;
  overflow: hidden;
  margin-bottom: 20px;
}
.pay-tab {
  flex: 1;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-right: 1px solid #ddd;
  color: #555;
  transition: background .12s;
}
.pay-tab:last-child { border-right: none; }
.pay-tab-on { background: #fff; color: #111; }
.pay-tab:hover { background: #fff; }

.pay-field { margin-bottom: 14px; }
.pay-field label { display: block; font-size: 12px; font-weight: 700; color: #555; margin-bottom: 5px; text-transform: uppercase; letter-spacing: .3px; }
.pay-field input {
  width: 100%;
  border: 1.5px solid #ddd;
  border-radius:2px;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  outline: none;
  box-sizing: border-box;
  transition: border-color .15s;
}
.pay-field input:focus { border-color: #2E7D32; }
.pay-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stripe-input {
  border: 1.5px solid #ddd;
  border-radius:2px;
  padding: 12px 14px;
  background: #fff;
  min-height: 24px;
  transition: border-color .2s;
}
.stripe-input:focus-within { border-color: #2E7D32; }
.stripe-input .StripeElement { width: 100%; }
.pay-error {
  background: #fdecea;
  color: #c0392b;
  padding: 10px 12px;
  border-radius:2px;
  font-size: 13px;
  margin-bottom: 12px;
  border: 1px solid #f5c6c2;
}
.pay-btn {
  width: 100%;
  background: #2E7D32;
  color: #fff;
  border: none;
  border-radius:2px;
  padding: 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background .15s;
  margin-top: 6px;
}
.pay-btn:hover { background: #1b5e20; }
.pay-btn:disabled { background: #aaa; cursor: not-allowed; }
.pay-btn-paypal { background: #0070ba; }
.pay-btn-paypal:hover { background: #005e9e; }
.pay-secure { font-size: 11px; color: #aaa; text-align: center; margin-top: 10px; }
.pay-paypal-info { text-align: center; padding: 16px 0; color: #555; font-size: 13px; }
.pay-amount-big { font-size: 28px; font-weight: 800; color: #111; margin: 8px 0; }
.pay-tab-panel { min-height: 200px; }

/* badge-status for admin */
.badge-status { padding: 2px 8px; border-radius:2px; font-size: 11px; font-weight: 700; }
.badge-active { background: #e8f5e9; color: #2E7D32; }
.badge-pending { background: #fff8e1; color: #f57f17; }
.badge-completed { background: #e8f5e9; color: #2E7D32; }
.badge-failed { background: #fdecea; color: #c0392b; }
.badge-expired { background: #f5f5f5; color: #999; }
.badge-cancelled { background: #f5f5f5; color: #999; }

@media (max-width: 640px) {
  .pay-inner { grid-template-columns: 1fr; }
}

/* VIP badge on profile/listings */
.badge-vip { background: linear-gradient(135deg,#f5a623,#e67e22); color: #fff; font-size: 10px; font-weight: 800; padding: 2px 7px; border-radius:2px; letter-spacing: .4px; }
.badge-premium { background: linear-gradient(135deg,#7b1fa2,#512da8); color: #fff; font-size: 10px; font-weight: 800; padding: 2px 7px; border-radius:2px; }

/* ═══════════════════════════════════════════════════════════
   STATIC PAGES — Të gjitha faqet statike
   ═══════════════════════════════════════════════════════════ */
.static-page { max-width: 1100px; margin: 0 auto; background: #fff; min-height: 60vh; }

/* Hero banner */
.static-hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #fff;
  text-align: center;
  padding: 54px 24px 40px;
}
.static-hero h1 { font-size: 28px; font-weight: 800; margin-bottom: 10px; }
.static-hero p { font-size: 15px; color: rgba(255,255,255,.75); max-width: 500px; margin: 0 auto; }
.static-hero-green { background: linear-gradient(135deg, #1b5e20, #2E7D32); }
.static-hero-blue  { background: linear-gradient(135deg, #0d47a1, #1565c0); }

/* Body */
.static-body { padding: 36px 28px 60px; }
.static-body h2 { font-size: 18px; font-weight: 700; color: #111; margin: 28px 0 12px; padding-bottom: 6px; border-bottom: 2px solid #f0f0f0; }
.static-body h2:first-child { margin-top: 0; }
.static-body p { color: #444; line-height: 1.7; margin-bottom: 12px; font-size: 14px; }
.static-body ul { color: #444; line-height: 1.8; font-size: 14px; padding-left: 20px; margin-bottom: 14px; }
.static-body ul li { margin-bottom: 4px; }

/* Legal */
.static-legal h2 { font-size: 16px; }
.legal-update { font-size: 12px; color: #aaa; margin-bottom: 20px; }

/* ── Kontakti ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 32px; }
.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-card {
  background: #f9f9f9; border: 1px solid #eee; border-radius:2px;
  padding: 18px 16px; text-align: center;
}
.contact-icon { font-size: 28px; margin-bottom: 8px; }
.contact-card h3 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.contact-card p { margin: 0 0 3px; font-size: 14px; font-weight: 600; color: #333; }
.contact-card small { font-size: 11px; color: #888; }
.contact-form-wrap h2 { margin-top: 0; }
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.cf-field label { display: block; font-size: 11px; font-weight: 700; color: #777; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 4px; }
.cf-field input, .cf-field select, .cf-field textarea {
  width: 100%; border: 1.5px solid #ddd; border-radius:2px;
  padding: 10px 12px; font-size: 14px; color: #333; outline: none; box-sizing: border-box;
  font-family: inherit; transition: border-color .15s;
}
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus { border-color: #2E7D32; }
.cf-field textarea { resize: vertical; }
.cf-submit {
  background: #E30613; color: #fff; border: none; border-radius:2px;
  padding: 13px 24px; font-size: 14px; font-weight: 700; cursor: pointer;
  transition: background .15s; align-self: flex-start;
}
.cf-submit:hover { background: #b0000f; }
@media (max-width: 640px) { .contact-grid { grid-template-columns: 1fr; } }

/* ── Si funksionon ── */
.how-steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 36px; }
.how-step {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 22px 0; border-bottom: 1px solid #f0f0f0;
}
.how-step:last-child { border-bottom: none; }
.how-num {
  width: 42px; height: 42px; border-radius: 50%; background: #E30613;
  color: #fff; font-size: 18px; font-weight: 800; display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
}
.how-content h3 { font-size: 16px; font-weight: 700; margin-bottom: 5px; }
.how-content p { margin: 0; font-size: 14px; color: #555; line-height: 1.6; }
.how-features h2 { font-size: 20px; font-weight: 800; text-align: center; border: none; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 18px; }
.feature-item {
  text-align: center; padding: 20px 14px;
  background: #f9f9f9; border-radius:2px; border: 1px solid #eee;
}
.feature-item span { font-size: 28px; display: block; margin-bottom: 8px; }
.feature-item h4 { font-size: 14px; font-weight: 700; margin-bottom: 5px; }
.feature-item p { font-size: 13px; color: #666; margin: 0; line-height: 1.5; }
.how-cta { text-align: center; padding: 40px 20px; background: #f9f9f9; border-radius:2px; margin-top: 32px; }
.how-cta h2 { font-size: 20px; font-weight: 800; border: none; margin: 0 0 8px; }
.how-cta p { color: #666; margin-bottom: 18px; font-size: 14px; }
.how-btn {
  display: inline-block; background: #E30613; color: #fff; text-decoration: none;
  padding: 14px 28px; border-radius:2px; font-size: 15px; font-weight: 700;
  transition: background .15s;
}
.how-btn:hover { background: #b0000f; color: #fff; }
@media (max-width: 600px) { .feature-grid { grid-template-columns: repeat(2,1fr); } }

/* ── Rreth nesh ── */
.about-intro { text-align: center; padding-bottom: 32px; border-bottom: 1px solid #eee; }
.about-logo-big { font-size: 56px; margin-bottom: 14px; }
.about-intro h2 { font-size: 22px; font-weight: 800; border: none; }
.about-intro p { max-width: 650px; margin: 0 auto 12px; font-size: 15px; line-height: 1.7; }
.values-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 16px; }
.value-card { background: #f9f9f9; border: 1px solid #eee; border-radius:2px; padding: 20px; }
.value-card span { font-size: 26px; display: block; margin-bottom: 8px; }
.value-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.value-card p { margin: 0; font-size: 13px; color: #555; line-height: 1.5; }
.about-stats-row { display: flex; justify-content: space-around; padding: 32px 0; background: #1a1a2e; border-radius:2px; margin: 28px 0; }
.astat { text-align: center; color: #fff; }
.astat strong { font-size: 28px; font-weight: 800; display: block; }
.astat span { font-size: 13px; color: rgba(255,255,255,.6); }
.about-contact { text-align: center; padding: 28px 0 0; }
.about-contact h2 { border: none; }
.about-contact p { font-size: 15px; color: #555; margin-bottom: 16px; }
@media (max-width: 600px) { .values-grid { grid-template-columns: 1fr; } .about-stats-row { flex-wrap: wrap; gap: 20px; } }

/* ── Hap Shitore ── */
.store-plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid #e0e0e0; border-radius:2px; overflow: hidden; margin: 20px 0 32px; }
.store-plan { padding: 24px 20px; border-right: 1px solid #e0e0e0; }
.store-plan:last-child { border-right: none; }
.store-plan-featured { background: #f9fff9; }
.sp-badge { font-size: 10px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; margin-bottom: 10px; }
.sp-badge-free { color: #888; }
.sp-badge-pop { color: #2E7D32; }
.sp-badge-premium { color: #7b1fa2; }
.store-plan h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.sp-price { font-size: 28px; font-weight: 800; color: #111; margin-bottom: 14px; }
.sp-price span { font-size: 14px; font-weight: 400; color: #888; }
.store-plan ul { list-style: none; padding: 0; margin: 0 0 18px; font-size: 13px; color: #444; }
.store-plan ul li { padding: 5px 0; border-bottom: 1px solid #f0f0f0; }
.sp-btn { display: block; text-align: center; padding: 11px; border-radius:2px; font-size: 13px; font-weight: 700; text-decoration: none; transition: all .15s; }
.sp-btn-outline { border: 1.5px solid #ccc; color: #555; }
.sp-btn-outline:hover { border-color: #888; color: #222; }
.sp-btn-green { background: #2E7D32; color: #fff; border: none; }
.sp-btn-green:hover { background: #1b5e20; }
@media (max-width: 600px) { .store-plan-grid { grid-template-columns: 1fr; } .store-plan { border-right: none; border-bottom: 1px solid #e0e0e0; } }

/* ── Siguria ── */
.safety-alert { background: #fff8e1; border: 1.5px solid #f9a825; border-radius:2px; padding: 14px 16px; margin-bottom: 24px; font-size: 14px; color: #333; }
.safety-section { margin-bottom: 28px; }
.safety-tips { display: flex; flex-direction: column; gap: 12px; }
.tip { display: flex; gap: 14px; align-items: flex-start; padding: 12px; background: #fafafa; border-radius:2px; border: 1px solid #eee; }
.tip-icon { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; flex-shrink: 0; }
.tip-good { background: #e8f5e9; color: #2E7D32; }
.tip-bad  { background: #fdecea; color: #c0392b; }
.tip div strong { display: block; font-size: 14px; margin-bottom: 2px; }
.tip div p { margin: 0; font-size: 13px; color: #666; line-height: 1.5; }

/* ── Blog ── */
.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.blog-card { display: flex; gap: 14px; padding: 16px; border: 1px solid #eee; border-radius:2px; transition: box-shadow .15s; }
.blog-card:hover { box-shadow: 0 3px 12px rgba(0,0,0,.08); }
.blog-thumb { font-size: 36px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background: #f5f5f5; border-radius:2px; flex-shrink: 0; }
.blog-cat { font-size: 10px; font-weight: 700; text-transform: uppercase; color: #E30613; letter-spacing: .5px; }
.blog-card h3 { font-size: 14px; font-weight: 700; margin: 4px 0 6px; line-height: 1.4; }
.blog-card h3 a { color: #111; text-decoration: none; }
.blog-card h3 a:hover { color: #E30613; }
.blog-card p { font-size: 12px; color: #666; margin: 0 0 6px; line-height: 1.5; }
.blog-date { font-size: 11px; color: #aaa; }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ── Sitemap ── */
.sitemap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.sitemap-col h3 { font-size: 13px; font-weight: 700; text-transform: uppercase; color: #888; letter-spacing: .5px; margin: 20px 0 8px; border-bottom: 1px solid #eee; padding-bottom: 6px; }
.sitemap-col h3:first-child { margin-top: 0; }
.sitemap-col ul { list-style: none; padding: 0; margin: 0 0 8px; }
.sitemap-col ul li { padding: 3px 0; }
.sitemap-col ul a { font-size: 13px; color: #444; text-decoration: none; transition: color .1s; }
.sitemap-col ul a:hover { color: #E30613; }
.sitemap-sub { padding-left: 14px !important; }
.sitemap-sub li a { font-size: 12px; color: #888; }
@media (max-width: 600px) { .sitemap-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════
   REKLAMA — Ad Banners Display
   ═══════════════════════════════════════════════════════════ */

/* Outer wrapper for listing page with sidebars */
.sp-outer {
  display: flex;
  align-items: flex-start;
  gap: 0;
  max-width: 1440px;
  margin: 0 auto;
  background: transparent;
}

/* Left + Right sidebars for ads */
.sp-sidebar-left,
.sp-sidebar-right {
  width: 168px;
  flex-shrink: 0;
  padding: 16px 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 60px;
  max-height: calc(100vh - 60px);
  overflow: hidden;
}
.sp-sidebar-left { order: -1; }
.sp-sidebar-right { order: 1; }

/* The sp-page stays in center */
.sp-outer .sp-page {
  flex: 1;
  min-width: 0;
}

/* Inline banner (between listings) */
.ad-banner-inline {
  width: 100%;
  background: #fafafa;
  border: 1px dashed #ddd;
  border-radius:2px;
  padding: 6px;
  text-align: center;
  margin: 2px 0;
  overflow: hidden;
  position: relative;
}
.ad-banner-inline::before {
  content: 'REKLAMË';
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 8px;
  color: #ccc;
  letter-spacing: .5px;
  font-weight: 700;
}

/* Sidebar banners */
.sp-sidebar-left .ad-banner,
.sp-sidebar-right .ad-banner {
  background: #fafafa;
  border: 1px dashed #ddd;
  border-radius:2px;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding: 4px;
}
.sp-sidebar-left .ad-banner::before,
.sp-sidebar-right .ad-banner::before {
  content: 'REKLAMË';
  display: block;
  font-size: 8px;
  color: #ccc;
  letter-spacing: .5px;
  font-weight: 700;
  text-align: right;
  padding-right: 2px;
  margin-bottom: 2px;
}

/* Detail page ad placements */
.ad-detail-right {
  background: #fafafa;
  border: 1px dashed #ddd;
  border-radius:2px;
  padding: 8px;
  margin-bottom: 12px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.ad-detail-right::before {
  content: 'REKLAMË';
  display: block;
  font-size: 8px;
  color: #ccc;
  letter-spacing: .5px;
  font-weight: 700;
  text-align: right;
  margin-bottom: 4px;
}
.ad-detail-bottom-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px 20px;
  background: #fff;
}
.ad-detail-bottom {
  background: #fafafa;
  border: 1px dashed #ddd;
  border-radius:2px;
  padding: 8px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.ad-detail-bottom::before {
  content: 'REKLAMË';
  display: block;
  font-size: 8px;
  color: #ccc;
  font-weight: 700;
  text-align: right;
  margin-bottom: 4px;
}

/* Hide sidebars on tablet/mobile */
@media (max-width: 1200px) {
  .sp-sidebar-left, .sp-sidebar-right { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   ADMIN — Reklama Manager
   ═══════════════════════════════════════════════════════════ */
.adm-reklama-wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 20px;
  align-items: flex-start;
}
.adm-field { margin-bottom: 13px; }
.adm-field label { display: block; font-size: 12px; font-weight: 700; color: #555; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .3px; }
.adm-code { font-family: 'Courier New', monospace; font-size: 12px; line-height: 1.5; background: #1e1e1e; color: #d4d4d4; border-color: #333; border-radius:2px; }
.adm-pos-checks { display: flex; flex-direction: column; gap: 6px; }
.adm-pos-check {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 12px; border: 1.5px solid #e0e0e0;
  border-radius:2px; cursor: pointer; font-size: 13px;
  color: #555; transition: all .12s;
}
.adm-pos-check input { width: 15px; height: 15px; flex-shrink: 0; cursor: pointer; }
.adm-pos-check:hover { border-color: #aaa; background: #fafafa; }
.adm-pos-on { border-color: #2E7D32 !important; background: #e8f5e9 !important; color: #1b5e20; font-weight: 600; }

/* Toggle switch */
.adm-toggle-wrap { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 13px; }
.adm-toggle-wrap input { display: none; }
.adm-toggle { width: 38px; height: 22px; background: #ccc; border-radius:2px; position: relative; transition: background .2s; flex-shrink: 0; }
.adm-toggle::after { content: ''; position: absolute; width: 18px; height: 18px; background: #fff; border-radius: 50%; top: 2px; left: 2px; transition: left .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.adm-toggle-wrap input:checked + .adm-toggle { background: #2E7D32; }
.adm-toggle-wrap input:checked + .adm-toggle::after { left: 18px; }

/* Reklama list */
.adm-rek-list { display: flex; flex-direction: column; gap: 8px; }
.adm-rek-item {
  background: #fff; border: 1px solid #e8e8e8; border-radius:2px;
  padding: 12px 14px; display: flex; align-items: center; justify-content: space-between;
  gap: 12px; transition: box-shadow .12s;
}
.adm-rek-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,.07); }
.adm-rek-inactive { opacity: .55; background: #fafafa; }
.adm-rek-main { flex: 1; min-width: 0; }
.adm-rek-name { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.adm-rek-name strong { font-size: 14px; }
.adm-rek-badge-off { background: #f5f5f5; color: #aaa; font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius:2px; letter-spacing: .4px; }
.adm-rek-pos { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 5px; }
.adm-pos-pill { background: #e3f2fd; color: #1565c0; font-size: 10px; font-weight: 600; padding: 2px 7px; border-radius:2px; }
.adm-rek-stats { font-size: 11px; color: #aaa; }
.adm-rek-actions { display: flex; gap: 5px; flex-shrink: 0; }
.adm-rek-btn { padding: 5px 10px; border-radius:2px; font-size: 12px; font-weight: 600; cursor: pointer; border: 1px solid #e0e0e0; background: #f5f5f5; color: #555; text-decoration: none; white-space: nowrap; }
.adm-rek-btn-on  { background: #e8f5e9; color: #2E7D32; border-color: #c8e6c9; }
.adm-rek-btn-off { background: #fdecea; color: #c0392b; border-color: #f5c6c2; }
.adm-rek-btn-edit { background: #e3f2fd; color: #1565c0; border-color: #bbdefb; }
.adm-rek-btn-del  { background: #fff; color: #c0392b; border-color: #f5c6c2; }

@media (max-width: 960px) { .adm-reklama-wrap { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════
   v5 FIXES — Mobile header, search, cards, sort, posto promo
   ═══════════════════════════════════════════════════════════ */

/* ── Hidden on mobile ── */
@media (max-width: 680px) {
  .hidden-mobile { display: none !important; }
}

/* ── Header action icons ── */
.nav-icon {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  color: #444; text-decoration: none;
  transition: background .12s; flex-shrink: 0;
}
.nav-icon:hover { background: #f0f0f0; }
.badge-msg {
  position: absolute; top: 0; right: 0;
  background: #E30613; color: #fff;
  font-size: 9px; font-weight: 700; line-height: 1;
  padding: 2px 4px; border-radius:2px; min-width: 14px; text-align: center;
}
.nav-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: #E30613; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.nav-av-img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.btn-post {
  display: flex; align-items: center; gap: 3px;
  background: #E30613; color: #fff; text-decoration: none;
  padding: 7px 12px; border-radius:2px;
  font-size: 13px; font-weight: 700;
  white-space: nowrap; flex-shrink: 0;
}
.btn-post:hover { background: #b0000f; color: #fff; }
.btn-post-plus { font-size: 16px; line-height: 1; }
@media(max-width:480px){
  .nav-icon{width:30px;height:30px}
  .nav-icon svg{width:17px;height:17px}
  .nav-avatar{width:26px;height:26px;font-size:11px}
  .nav-av-img{width:26px;height:26px}
  .btn-post{padding:6px 10px;font-size:12px}
  .btn-post-plus{font-size:15px}
  .header-actions{gap:4px}
  .header-inner{padding:0 10px;height:68px;gap:6px}
  /* Search bar dropdowns taller */
  .gsb-q{min-height:44px;padding:10px 12px 10px 34px}
  .gsb-dd-btn{min-height:44px;padding:10px 12px}
  .gsb-submit-btn{min-height:50px}
}

/* ── Searchbar FULL WIDTH (2px sides) ── */
/* gsb duplicates removed */

/* ── Sort dropdown ── */
.sp-sort-select-wrap {
  display: flex; align-items: center; gap: 6px;
}
.sp-sort-label {
  font-size: 12px; color: #888; white-space: nowrap;
}
.sp-sort-select {
  border: 1.5px solid #e0e0e0; border-radius:2px;
  padding: 5px 10px; font-size: 13px; font-weight: 600;
  color: #333; background: #fff; cursor: pointer;
  outline: none;
}
.sp-sort-select:focus { border-color: #2E7D32; }

/* ── Ad card: mobile — vetëm vija poshtë, jo kornizë ── */
@media (max-width: 680px) {
  .mj-card {
    flex-direction: row !important;
    border-radius:0 2px;
    overflow: hidden;
    margin: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
    padding: 10px 12px;
  }
  .mj-card:last-child { border-bottom: none !important; }
  .mj-img-wrap, .mj-img {
    width: 110px !important;
    min-width: 110px !important;
    height: 82px !important;
    border-radius:2px 2px;
    margin: 0 10px 0 0 !important;
    flex-shrink: 0;
  }
  .mj-img img { height: 82px !important; object-fit: cover; }
  .mj-body { padding: 0; flex: 1; min-width: 0; }
  .mj-title { font-size: 13px; font-weight: 700; }
  .mj-price { font-size: 14px; font-weight: 800; }
  .mj-attrs { display: none !important; }
  .mj-bottom { font-size: 11px; margin-top: 4px; }
}

/* ── Posto Promo Plans ── */
.posto-promo-card {
  background: #fff; border: 1px solid #ddd; border-radius:2px;
  padding: 20px; margin-bottom: 16px;
}
.posto-promo-title {
  font-size: 15px; font-weight: 700; margin-bottom: 12px; color: #111;
}
.pp-optional { font-size: 11px; color: #aaa; font-weight: 400; }
.posto-plans {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 14px;
}
.posto-plan {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  border: 2px solid #e8e8e8; border-radius:2px; padding: 14px 8px;
  cursor: pointer; text-align: center; transition: all .14s;
}
.posto-plan:hover { border-color: #ccc; background: #fafafa; }
.posto-plan-sel { border-color: #2E7D32 !important; background: #f1f8f2 !important; }
.posto-plan input[type=radio] { display: none; }
.pp-ico { font-size: 22px; }
.pp-name { font-size: 13px; font-weight: 700; color: #222; }
.pp-name small { display: block; font-size: 10px; color: #888; font-weight: 400; margin-top: 2px; }
.pp-pr { font-size: 15px; font-weight: 800; color: #E30613; margin-top: 4px; }
.posto-pay-tabs {
  display: flex; gap: 8px; margin-bottom: 12px;
}
.ppt-tab {
  flex: 1; border: 2px solid #eee; border-radius:2px;
  padding: 10px; text-align: center; cursor: pointer;
  font-size: 14px; font-weight: 600; color: #555;
  transition: all .12s;
}
.ppt-tab input { display: none; }
.ppt-on { border-color: #1565c0; background: #e3f2fd; color: #1565c0; }
.posto-submit-btn {
  background: #2E7D32; color: #fff; border: none;
  padding: 14px 36px; border-radius:2px;
  font-size: 16px; font-weight: 700; cursor: pointer;
  font-family: inherit; transition: background .12s;
}
.posto-submit-btn:hover { background: #1b5e20; }
@media (max-width: 600px) {
  .posto-plans { grid-template-columns: repeat(2,1fr); }
}

/* ════════════════════════════════════════════════════════
   SEARCHBAR + FILTERS — ridesigned
════════════════════════════════════════════════════════ */
.gsb-wrap {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.gsb-inner {
  max-width: 1100px;   /* ← same as sp-inner page width */
  margin: 0 auto;
  padding: 10px 16px 8px;
}
.gsb-box { width: 100%; }

/* ── Row 1: Kërko + Kategori + Lokacion ── */
.gsb-r1 {
  display: flex;
  height: 46px;
  border: 1.5px solid #d0d0d0;
  border-radius:2px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 8px;
}
.gsb-q-wrap {
  flex: 1; display: flex; align-items: center;
  padding: 0 12px; gap: 8px;
  border-right: 1px solid #e0e0e0; min-width: 0;
}
.gsb-q {
  flex: 1; border: none; outline: none;
  font-size: 14px; color: #111; background: transparent;
  min-width: 0;
}
.gsb-dropdown-wrap {
  flex-shrink: 0; position: relative;
  border-right: 1px solid #e0e0e0;
}
.gsb-dd-btn {
  display: flex; align-items: center; gap: 6px;
  height: 44px; padding: 0 12px;
  background: transparent; border: none; cursor: pointer;
  font-size: 13px; color: #333; white-space: nowrap;
  transition: background .1s;
}
.gsb-dd-btn:hover { background: #f9f9f9; }
.gsb-dd-label { max-width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gsb-panel {
  display: none; position: absolute; top: calc(100% + 4px); left: 0; z-index: 200;
  background: #fff; border: 1px solid #ddd; border-radius:2px;
  min-width: 220px; max-height: 320px; overflow-y: auto;
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.gsb-panel.open { display: block; }
.gsb-opt { padding: 9px 14px; font-size: 13px; cursor: pointer; color: #333; }
.gsb-opt:hover { background: #f5f5f5; color: #E30613; }
.gsb-opt-all { font-weight: 700; border-bottom: 1px solid #f0f0f0; }
.gsb-opt-hdr { padding: 7px 14px 3px; font-size: 10px; font-weight: 800; text-transform: uppercase; color: #aaa; letter-spacing: .5px; }
.gsb-opt-sub { padding-left: 22px; }
.gsb-submit-btn {
  display: flex; align-items: center; gap: 6px;
  padding: 0 18px; background: #E30613; color: #fff;
  border: none; cursor: pointer; font-size: 14px; font-weight: 700;
  flex-shrink: 0; white-space: nowrap; transition: background .12s;
}
.gsb-submit-btn:hover { background: #b0000e; }
.gsb-btn-txt { }

/* ── Row 2: Checkboxes + tipet ── */
.gsb-r2 {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 4px 16px; padding: 4px 0;
}
.gsb-ck {
  display: flex; align-items: center; gap: 5px;
  font-size: 12px; color: #555; cursor: pointer;
  white-space: nowrap;
}
.gsb-ck input { cursor: pointer; accent-color: #E30613; }
.gsb-r2-sep { width: 1px; height: 16px; background: #e0e0e0; margin: 0 4px; }
.gsb-adv-lnk { font-size: 12px; color: #888; }
.gsb-adv { display: none; padding: 8px 0 4px; gap: 8px; align-items: center; flex-wrap: wrap; }
.gsb-adv.open { display: flex; }
.gsb-adv input { border: 1px solid #ddd; border-radius:2px; padding: 5px 10px; font-size: 13px; width: 100px; outline: none; }
.gsb-adv input:focus { border-color: #E30613; }
.gsb-adv button { background: #E30613; color: #fff; border: none; padding: 6px 16px; border-radius:2px; font-size: 13px; font-weight: 700; cursor: pointer; }

/* ── Filtrat e kategorisë — grid 2 kolona, të barabartë ── */
.gsb-catf {
  border-top: 1px solid #eeeeee;
  padding: 10px 0 4px;
}
.gsb-catf-gjendje {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding-bottom: 8px;
}
/* Grid 2×n — çdo çift nga+deri krah-krah */
.gsb-catf-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

/* Të gjitha select të njëjta, të bukura */
.gsb-sel {
  width: 100%;
  height: 38px;
  border: 1.5px solid #e0e0e0;
  border-radius:2px;
  padding: 0 32px 0 12px;
  font-size: 13px; font-weight: 500; color: #333;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;
  -webkit-appearance: none; appearance: none;
  cursor: pointer; outline: none;
  transition: border-color .12s;
  box-sizing: border-box;
}
.gsb-sel:focus { border-color: #E30613; }
.gsb-sel:hover { border-color: #ccc; }

/* ── Responsive ── */
@media (max-width: 880px) {
  .gsb-dd-label { max-width: 110px; }
  .gsb-btn-txt { display: none; }
  .gsb-submit-btn { padding: 0 14px; }
}
@media (max-width: 640px) {
  .gsb-inner { padding: 8px 10px 6px; }
  .gsb-r1 { height: auto; flex-direction: column; }
  .gsb-q-wrap { height: 44px; border-right: none; border-bottom: 1px solid #eee; }
  .gsb-dropdown-wrap { border-right: none; border-bottom: 1px solid #eee; width: 100%; }
  .gsb-dd-btn { width: 100%; justify-content: space-between; }
  .gsb-panel { width: 100%; left: 0 !important; right: 0 !important; }
  .gsb-submit-btn { height: 44px; justify-content: center; }
  .gsb-btn-txt { display: inline; }
  .gsb-catf-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .gsb-r2 { gap: 4px 10px; }
  .gsb-r2-sep { display: none; }
}

/* ═══════════════════════════════════════════════════════════
   DETAIL PAGE — v3 (2-col, harta, foto zvogëluar)
   ═══════════════════════════════════════════════════════════ */
.det-layout {
  max-width: 1140px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
  padding: 10px 12px 40px;
}
.det-left  { min-width: 0; }
.det-right { display: flex; flex-direction: column; gap: 14px; }

/* Galeria */
.det-gal-wrap { margin-bottom: 16px; }
.det-main-wrap {
  position: relative;
  background: #111;
  border-radius:2px;
  overflow: hidden;
  aspect-ratio: 16/10;
  max-height: 420px;
}
.det-main-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.det-wm {
  position: absolute; bottom: 8px; right: 10px;
  font-size: 11px; font-weight: 700; font-style: italic;
  color: rgba(255,255,255,.65);
  text-shadow: 0 1px 4px rgba(0,0,0,.7);
  pointer-events: none;
}
.det-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,.45); color: #fff;
  border: none; border-radius: 50%;
  width: 36px; height: 36px; font-size: 16px;
  cursor: pointer; transition: background .15s;
  display: flex; align-items: center; justify-content: center;
  z-index: 10;
}
.det-nav:hover { background: rgba(0,0,0,.7); }
.det-prev { left: 10px; }
.det-next { right: 10px; }
@media(max-width:600px){
  .det-nav{width:44px;height:44px;font-size:20px;background:rgba(0,0,0,.55)}
  .det-prev{left:6px}
  .det-next{right:6px}
}
/* Thumbs poshtë */
.det-thumbs-row {
  display: flex; gap: 6px;
  overflow-x: auto; padding: 8px 0 4px;
  scrollbar-width: thin;
}
.det-thumb {
  width: 80px; height: 60px; flex-shrink: 0;
  object-fit: cover; border-radius:2px;
  cursor: pointer;
  border: 2.5px solid transparent;
  opacity: .7; transition: all .15s;
}
.det-thumb:hover { opacity: 1; }
.det-thumb-on { border-color: #E30613; opacity: 1; }

/* Titulli + meta */
.det-back{font-size:13px;color:#E30613;text-decoration:none;font-weight:600;transition:.15s}
.det-back:hover{color:#b0000e}
.bc-sep{color:#ddd;margin:0 6px;font-size:13px}
.det-title-wrap { margin-bottom: 16px; }
.det-title { font-size: 21px; font-weight: 800; margin-bottom: 8px; line-height: 1.3; color: #111; }
.det-price { font-size: 26px; font-weight: 900; color: #E30613; margin-bottom: 8px; }
.det-meta-row { display: flex; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: #888; margin-bottom: 12px; }
.det-id { color: #bbb; }
.det-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.det-btn-fav {
  padding: 9px 18px; border: 1.5px solid #ddd; background: #fff;
  color: #555; border-radius:2px; font-size: 13px; font-weight: 600; cursor: pointer;
  transition: all .15s;
}
.det-btn-fav-on { border-color: #E30613; color: #E30613; background: #fff5f5; }
.det-btn-sec {
  padding: 9px 18px; border: 1.5px solid #ddd; background: #fff;
  color: #555; border-radius:2px; font-size: 13px; font-weight: 600; cursor: pointer;
  text-decoration: none; display: inline-block; transition: all .15s;
}
.det-btn-sec:hover { border-color: #999; }

/* Përshkrimi */
.det-desc-wrap { margin-bottom: 20px; }
.det-sec-title { font-size: 14px; font-weight: 800; padding-bottom: 6px; border-bottom: 2px solid #f0f0f0; margin-bottom: 12px; color: #111; }
.det-desc { font-size: 14px; color: #444; line-height: 1.35; white-space: pre-line; }

/* Harta */
.det-map-wrap { margin-bottom: 20px; }
.det-map { height: 240px; border-radius:2px; overflow: hidden; border: 1px solid #e8e8e8; }

/* Report */
.det-report { font-size: 12px; color: #bbb; text-align: right; margin-top: 8px; }
.det-report a { color: #bbb; text-decoration: none; }
.det-report a:hover { color: #E30613; }

/* No photo */
.det-no-photo {
  aspect-ratio: 16/10; max-height: 340px;
  background: #f5f5f5; border-radius:2px;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; color: #ccc; margin-bottom: 16px;
}

/* ─── RIGHT SIDEBAR ─── */
.det-seller-card {
  background: #fff; border: 1px solid #e8e8e8;
  border-radius:2px; overflow: hidden;
}
.det-seller-head {
  display: flex; align-items: center; gap: 12px;
  padding: 16px; background: #fafafa;
  border-bottom: 1px solid #eee;
}
.det-seller-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: #E30613; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800; flex-shrink: 0;
}
.det-seller-info { flex: 1; min-width: 0; }
.det-seller-name { font-size: 15px; font-weight: 800; color: #111; }
.det-seller-badge { font-size: 12px; color: #2E7D32; font-weight: 700; margin-top: 2px; }
.det-seller-since { font-size: 11px; color: #999; margin-top: 2px; }

/* Telefoni - si buton i gjelbër, klikueshëm */
.det-phone-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin: 14px 14px 6px;
  background: #2E7D32; color: #fff;
  padding: 10px 14px; border-radius:2px;
  font-size: 13px; font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s, transform .1s;
  border: none;
  box-sizing: border-box;
}
.det-phone-btn:hover { background: #1b5e20; transform: translateY(-1px); }
.det-phone-empty { background: #aaa; cursor: default; }
.det-phone-empty:hover { background: #aaa; transform: none; }
.det-contact-row{display:flex;gap:6px;margin:0 14px 10px;box-sizing:border-box}
.det-contact-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;padding:10px;border-radius:2px;font-size:13px;font-weight:700;text-decoration:none;box-sizing:border-box;min-width:0}
.det-contact-wa{background:#25D366}
.det-contact-wa:hover{background:#1da851}
.det-contact-vb{background:#7360F2}
.det-contact-vb:hover{background:#5a48d4}

/* Forma e mesazhit */
.det-msg-form { padding: 0 14px 14px; }
.det-msg-ta {
  width: 100%; border: 1.5px solid #ddd; border-radius:2px;
  padding: 9px 11px; font-size: 13px; resize: vertical;
  min-height: 72px; font-family: Arial; margin-bottom: 7px;
  box-sizing: border-box;
}
.det-msg-ta:focus { border-color: #E30613; outline: none; }
.det-msg-btn {
  display: block; width: calc(100% - 28px); margin: 0 14px 14px;
  background: #fff; border: 1.5px solid #ddd;
  padding: 10px; border-radius:2px;
  font-size: 13px; font-weight: 700; cursor: pointer;
  text-align: center; text-decoration: none; color: #333;
  transition: all .15s;
}
.det-msg-btn:hover { border-color: #333; background: #f9f9f9; }
.det-msg-login { display: block; padding: 10px 14px; text-align: center; }

/* Shpallje të ngjashme */
.det-similar { background: #fff; border: 1px solid #e8e8e8; border-radius:2px; padding: 14px; }
.det-sim-row {
  display: flex; gap: 10px; padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none; color: inherit;
  transition: background .1s;
}
.det-sim-row:last-child { border-bottom: none; }
.det-sim-row:hover { color: #E30613; }
.det-sim-img {
  width: 64px; height: 50px; border-radius:2px;
  background: #f5f5f5; overflow: hidden; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.det-sim-img img { width: 100%; height: 100%; object-fit: cover; }
.det-sim-body { min-width: 0; }
.det-sim-title { font-size: 12px; font-weight: 600; color: #333; line-height: 1.3; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.det-sim-price { font-size: 12px; font-weight: 800; color: #E30613; margin-top: 4px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 860px) {
  .det-layout { grid-template-columns: 1fr; gap: 14px; padding: 8px 10px 30px; }
  .det-right { order: 2; } /* Sidebar poshtë në mobil — pas fotos dhe përshkrimit */
}
@media (max-width: 600px) {
  .det-main-wrap { aspect-ratio: 4/3; max-height: 280px; }
  .det-title { font-size: 17px; }
  .det-price { font-size: 22px; }
  .det-map { height: 180px; }
  .det-layout { grid-template-columns: 1fr; padding: 6px 8px 24px; }
}

/* ═══════════════════════════════════════════════════════════
   PROFILE POPUP DROPDOWN — Classic style
   ═══════════════════════════════════════════════════════════ */

/* Logo upgrade */
.site-header { background: #fff; border-bottom: 1px solid #e8e8e8; position: sticky; top: 0; z-index: 400; box-shadow: 0 2px 8px rgba(0,0,0,.06); width: 100%; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-text { font-size: 22px; font-weight: 900; color: #E30613; letter-spacing: -1px; font-style: italic; }
.logo-text .dot { color: #333; font-style: normal; font-size: 14px; font-weight: 600; }

/* Nav VIP pill */
.nav-vip {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  color: #fff !important; border-radius:2px 2px;
  padding: 5px 12px !important; font-weight: 800 !important;
}
.nav-vip:hover { background: linear-gradient(135deg, #d97706, #b45309) !important; transform: translateY(-1px); }
.nav-vip svg { fill: #fff !important; stroke: none !important; }

/* Profile wrap */
.nav-profile-wrap { position: relative; }
.nav-profile-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  padding: 4px 10px 4px 4px;
  cursor: pointer;
  transition: all .15s;
}
.nav-profile-btn:hover { border-color: #ccc; background: #fafafa; }
.nav-av-img {
  width: 30px; height: 30px; border-radius: 50%;
  object-fit: cover; display: block;
}
.nav-avatar {
  width: 30px; height: 30px; border-radius: 50%;
  background: #E30613; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; flex-shrink: 0;
}
.nav-uname { font-size: 13px; font-weight: 600; color: #333; }
.nav-chevron { transition: transform .2s; }
.nav-profile-btn[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }

/* Dropdown */
.nav-profile-dd {
  display: none; position: absolute;
  top: calc(100% + 8px); right: 0;
  width: 280px;
  background: #fff; border: 1px solid #e8e8e8;
  border-radius:2px; overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.14);
  z-index: 1000;
  animation: npd-in .15s ease;
}
.nav-profile-dd.npd-open { display: block; }
@keyframes npd-in {
  from { opacity: 0; transform: translateY(-6px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Dropdown header */
.npd-head {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 16px;
  background: linear-gradient(135deg, #1a1f2e 0%, #2a3050 100%);
}
.npd-av-wrap {
  position: relative; cursor: pointer; flex-shrink: 0;
}
.npd-av-img {
  width: 54px; height: 54px; border-radius: 50%;
  object-fit: cover; border: 2.5px solid rgba(255,255,255,.3);
  display: block;
}
.npd-av-init {
  width: 54px; height: 54px; border-radius: 50%;
  background: #E30613; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 800;
  border: 2.5px solid rgba(255,255,255,.3);
}
.npd-av-edit {
  position: absolute; bottom: 0; right: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: #E30613; border: 2px solid #1a1f2e;
  display: flex; align-items: center; justify-content: center;
}
.npd-head-info { flex: 1; min-width: 0; }
.npd-uname { font-size: 15px; font-weight: 700; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.npd-plan { display: flex; align-items: center; gap: 7px; margin-top: 5px; }
.npd-plan-badge {
  font-size: 9px; font-weight: 800; letter-spacing: .6px;
  padding: 2px 8px; border-radius:2px;
}
.npd-free { background: rgba(255,255,255,.15); color: rgba(255,255,255,.8); }
.npd-vip  { background: #f59e0b; color: #333; }
.npd-upgrade { font-size: 10px; font-weight: 700; color: #FFC107; text-decoration: none; }
.npd-upgrade:hover { color: #fff; }

/* Menu items */
.npd-menu { padding: 6px 0; }
.npd-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; font-size: 13.5px; color: #333;
  text-decoration: none; transition: background .1s;
  border-left: 3px solid transparent;
}
.npd-item:hover { background: #f7f7f7; color: #E30613; border-left-color: #E30613; }
.npd-item:hover svg { stroke: #E30613; }
.npd-item svg { width: 17px; height: 17px; flex-shrink: 0; stroke: #888; fill: none; }
.npd-badge {
  margin-left: auto; background: #E30613; color: #fff;
  font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius:2px;
}
.npd-balance { margin-left: auto; font-size: 11px; color: #2E7D32; font-weight: 700; }
.npd-divider { height: 1px; background: #f0f0f0; margin: 4px 8px; }
.npd-logout { color: #E30613 !important; }
.npd-logout:hover { background: #fff5f5 !important; }
.npd-logout svg { stroke: #E30613 !important; }

/* Profile page avatar upload */
.prf-av-wrap {
  position: relative; width: 80px; height: 80px; cursor: pointer; margin-bottom: 12px;
}
.prf-av-wrap:hover .prf-av-overlay { opacity: 1; }
.prf-av-overlay {
  position: absolute; inset: 0; border-radius: 50%;
  background: rgba(0,0,0,.45);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .2s;
  font-size: 11px; color: #fff; font-weight: 700;
  flex-direction: column; gap: 3px;
}

/* ── Yellow page wrapper (sidebar areas) ── */
.page-bg-wrap {
  background: #fff;
  min-height: 100vh;
}

/* ── Footer white ── */
.site-footer { background: #fff; }

/* ── gsb-wrap (searchbar) white bg ── */
.gsb-wrap { background: #fff; border-bottom: 1px solid #eeeeee; }

/* ── Hidden mobile helper ── */
@media (max-width: 768px) {
  .hidden-mobile { display: none !important; }
  .nav-profile-dd { right: -10px; width: 260px; }
}

/* ═══════════════════════════════════════════════════════════
   PAGE-WHITE — kolona qendrore e bardhë
   Body = gri anash, page-white = i bardhë në mes
   ═══════════════════════════════════════════════════════════ */
.page-white {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 40px rgba(0,0,0,.15);
  position: relative;
  overflow-x: hidden;
}

/* Header, footer, searchbar brenda page-white */
.page-white .site-header {
  width: 100%;
}
.page-white .site-footer {
  margin-top: auto;
}

/* sp-outer me gjerësi 100% brenda page-white */
.sp-outer {
  max-width: 100%;
}

/* Responsiv: fsheh grey kur ekrani është i vogël */
@media (max-width: 1240px) {
  body { background: #fff; }
  .page-white { box-shadow: none; }
}

/* ═══ REVIEWS ═══ */
.det-reviews{background:var(--bg-card,#fff);border-radius:2px;padding:20px;margin-top:16px;border:1px solid var(--color-border,#eee)}
.rev-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.rev-title{font-size:15px;font-weight:800;color:var(--color-text,#111);margin:0}
.rev-summary{display:flex;align-items:center;gap:8px}
.rev-avg{font-size:22px;font-weight:900;color:#f59e0b}
.rev-stars{display:flex;gap:2px;color:#f59e0b;font-size:16px}
.rev-count{font-size:12px;color:var(--color-text-muted,#888)}
.rev-stars-input{display:flex;gap:4px;margin-bottom:10px}
.rev-star-btn{background:none;border:none;font-size:28px;color:#ddd;cursor:pointer;transition:color .1s;line-height:1}
.rev-star-btn.active,.rev-star-btn:hover{color:#f59e0b}
.rev-textarea{width:100%;border:1.5px solid var(--color-border,#ddd);border-radius:2px;padding:10px 12px;font-size:13px;resize:vertical;background:var(--bg-input,#fff);color:var(--color-text,#111)}
.rev-textarea:focus{border-color:var(--color-primary);outline:none}
.rev-submit-btn{margin-top:10px;background:var(--color-primary);color:#fff;border:none;padding:9px 20px;border-radius:2px;font-size:13px;font-weight:700;cursor:pointer}
.rev-submit-btn:hover{background:#c0000f}
.rev-msg{margin-top:8px;padding:8px 12px;border-radius:2px;font-size:13px}
.rev-msg.ok{background:#f0fdf4;color:#166534}
.rev-msg.err{background:#fef2f2;color:#991b1b}
.rev-form-wrap{background:var(--bg-sidebar,#f9f9f9);border-radius:2px;padding:16px;margin-bottom:16px}
.rev-form-title{font-size:13px;font-weight:700;color:var(--color-text,#333);margin-bottom:10px}
.rev-login-note{font-size:13px;color:var(--color-text-muted,#888);margin-bottom:12px}
.rev-login-note a{color:var(--color-primary);font-weight:700}
.rev-item{border-bottom:1px solid var(--color-border-light,#f0f0f0);padding:12px 0}
.rev-item:last-child{border-bottom:none}
.rev-item-head{display:flex;align-items:center;gap:10px;margin-bottom:6px}
.rev-item-av{width:32px;height:32px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;overflow:hidden}
.rev-item-av img{width:100%;height:100%;object-fit:cover}
.rev-item-name{font-size:13px;font-weight:700;color:var(--color-text,#111)}
.rev-item-date{font-size:11px;color:var(--color-text-muted,#aaa);margin-left:auto}
.rev-item-stars{color:#f59e0b;font-size:13px}
.rev-item-comment{font-size:13px;color:var(--color-text,#555);margin-top:4px;line-height:1.5}
.rev-empty{text-align:center;color:var(--color-text-muted,#aaa);font-size:13px;padding:20px 0}
.rev-loading{text-align:center;color:var(--color-text-muted,#aaa);font-size:13px;padding:16px 0}

/* Price alert btn */
.det-alert-btn{background:none;border:1.5px solid #f59e0b;color:#f59e0b;border-radius:2px;padding:7px 14px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px}
.det-alert-btn.active{background:#fef9ee;border-color:#d97706;color:#d97706}
.det-alert-btn:hover{background:#fef9ee}

/* ═══ VERIFIED BADGE ═══ */
.badge-verified{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#1e88e5,#1565c0);color:#fff;font-size:10px;font-weight:800;padding:3px 8px;border-radius:2px;white-space:nowrap;letter-spacing:.3px}
.badge-verified svg{width:10px;height:10px;flex-shrink:0}
.verified-tick{color:#1e88e5;font-size:13px;font-weight:900}
.mj-card .verified-tick{font-size:11px}
.det-seller .badge-verified{font-size:11px;padding:3px 9px}

.save-search-btn{background:none;border:1.5px solid var(--color-primary);color:var(--color-primary);padding:7px 14px;border-radius:2px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px}
.save-search-btn:hover{background:#fef2f2}
.save-search-btn:disabled{opacity:.6;cursor:default}

/* ── Topbar Banner ── */
.topbar-banner-wrap{width:100%;background:#f0f0f0;border-bottom:1px solid #e0e0e0;text-align:center;padding:6px 0;overflow:hidden}
.topbar-banner-wrap .ad-banner-code{display:inline-block;text-align:center;overflow:hidden;line-height:0;max-width:100%}
.topbar-banner-wrap .ad-banner-code iframe,.topbar-banner-wrap .ad-banner-code ins{max-width:100% !important;overflow:hidden}

/* ── Sub-category row (level 3) ── */
.gsb-subcat-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:8px 10px 4px;border-top:1px solid #f0f0f0}
.gsb-subcat-label{font-size:12px;font-weight:600;color:#666;margin-right:4px;white-space:nowrap}
.gsb-subcat-links{display:flex;flex-wrap:wrap;gap:5px;flex:1}
.gsb-subcat-link{display:inline-block;padding:3px 11px;border-radius:2px;border:1px solid #ddd;background:#fff;font-size:12.5px;color:#444;text-decoration:none;cursor:pointer;transition:all .15s}
.gsb-subcat-link:hover{border-color:#e53935;color:#e53935}
.gsb-subcat-active{border-color:#e53935 !important;background:#e53935 !important;color:#fff !important}


/* ══ FOOTER REDESIGN ════════════════════════════════════════════ */
.site-footer{background:linear-gradient(90deg,#FFFDE7 0%,#fff 15%,#fff 85%,#FFFDE7 100%);color:#555;padding:48px 0 0;margin-top:48px;border-top:2px solid #eee;}
.site-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid #e0e0e0;justify-content: space-between;grid-auto-flow: column;align-items: center;}

/* Brand col */
.footer-col-brand{}
.footer-brand-name{font-size:20px;font-weight:800;color:#222;margin-bottom:10px}
.footer-brand-name span{color:var(--color-primary)}
.footer-brand-desc{font-size:13px;color:#777;line-height:1.65;margin:0 0 18px;max-width:280px}
.footer-socials{display:flex;gap:8px}
.footer-socials a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:2px;background:#f5f5f5;color:#666;text-decoration:none;transition:all .2s;border:1px solid #e0e0e0}
.footer-socials a:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}

/* Nav cols */
.footer-col h4{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:#333;margin:0 0 18px}
.footer-col a{display:flex;flex-direction:column;gap: 0px;text-decoration:none;margin-bottom:12px;transition:all .15s;padding: 0px 0px;}
.footer-col a:hover .fl-title{color:var(--color-primary)}
.fl-title{font-size:13px;font-weight:600;color:#555;transition:color .15s}
.fl-desc{font-size:11px;color:#999;line-height:1.4}

/* Bottom */
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:12px;color:#888;flex-wrap:wrap;gap:8px}
.footer-bottom-links{display:flex;gap:16px}
.footer-bottom-links a{color:#666;text-decoration:none;transition:color .15s}
.footer-bottom-links a:hover{color:var(--color-primary)}

@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-col-brand{grid-column:1/-1}}
@media(max-width:500px){
  .site-footer{padding:20px 0 0;margin-top:16px}
  .site-footer .container{padding:0 12px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:12px 16px;padding-bottom:12px}
  .footer-col-brand{grid-column:1/-1;margin-bottom:0}
  .footer-brand-name{font-size:16px;margin-bottom:4px}
  .footer-brand-desc{font-size:11px;margin-bottom:8px;max-width:none}
  .footer-socials a{width:28px;height:28px}
  .footer-col h4{font-size:9px;margin:0 0 8px;letter-spacing:1px}
  .footer-col a{margin-bottom:6px;padding:2px 0}
  .fl-title{font-size:12px}
  .fl-desc{display:none}
  .footer-bottom{flex-direction:column;text-align:center;padding:10px 0;gap:4px;font-size:11px}
  .footer-bottom-links{gap:10px}
}

/* ══ VETURA CAR FILTERS ═════════════════════════════════════════ */
#gsb-car-filters{padding:10px 0 4px;border-top:1px solid #f0f0f0;margin-top:4px}
.gsb-car-types{display:flex;flex-wrap:wrap;gap:4px 14px;margin-bottom:10px}
.gsb-car-type-lbl{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#333;cursor:pointer;font-weight:500}
.gsb-car-type-lbl input[type=radio]{accent-color:#E30613;cursor:pointer}
.gsb-car-sec{display:flex;flex-wrap:wrap;gap:4px 14px;padding:6px 0 10px;border-bottom:1px solid #f5f5f5;margin-bottom:10px}
.gsb-car-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px}
.gsb-car-col{display:flex;flex-direction:column;gap:5px}
.gsb-car-sel{width:100%;padding:6px 8px;border:1px solid #e0e0e0;border-radius:2px;font-size:12px;color:#333;background:#fafafa;cursor:pointer}
.gsb-car-sel:focus{outline:none;border-color:#E30613}

/* Colors */
.gsb-car-colors{display:flex;flex-wrap:wrap;gap:6px;padding:8px 0;border-top:1px solid #f5f5f5;margin-bottom:8px}
.gsb-color{display:inline-flex;text-decoration:none;border-radius:50%;overflow:hidden;width:26px;height:26px;border:2px solid transparent;transition:.15s}
.gsb-color span{width:100%;height:100%;display:block;border-radius:50%}
.gsb-color.sel{border-color:#E30613;box-shadow:0 0 0 1px #E30613}
.gsb-color:hover{border-color:#aaa}

/* Car Bodies */
.gsb-car-bodies{display:flex;flex-wrap:wrap;gap:6px;padding:6px 0 10px;border-top:1px solid #f5f5f5}
.gsb-body-item{display:flex;flex-direction:column;align-items:center;gap:3px;text-decoration:none;padding:5px 8px;border:1.5px solid #e5e5e5;border-radius:2px;background:#fafafa;transition:.15s;min-width:58px}
.gsb-body-item:hover{border-color:#E30613;background:#fff0f0}
.gsb-body-item.sel{border-color:#E30613;background:#fff0f0}
.gsb-body-lbl{font-size:10px;color:#444;font-weight:600;white-space:nowrap}
/* Body icons — SVG-like text icons */
.gsb-body-icon{display:block;width:40px;height:24px;background:no-repeat center/contain;font-size:20px;text-align:center;line-height:24px}
.gsb-body-smallcar::before{content:'🚙'}
.gsb-body-sedan::before{content:'🚗'}
.gsb-body-hatchback::before{content:'🚗'}
.gsb-body-universal::before{content:'🚐'}
.gsb-body-coupe::before{content:'🏎️'}
.gsb-body-cabriolet::before{content:'🏎️'}
.gsb-body-suv::before{content:'🚙'}
.gsb-body-familybus::before{content:'🚌'}

@media(max-width:700px){
  .gsb-car-grid{grid-template-columns:1fr 1fr}
  .gsb-car-types{gap:3px 10px}
}
@media(max-width:480px){
  .gsb-car-grid{grid-template-columns:1fr}
  .gsb-car-bodies{gap:4px}
  .gsb-body-item{min-width:48px;padding:4px 5px}
}

/* ═══════════════════════════════════════════════════════════
   GLOBAL MOBILE RESPONSIVE FIXES
   ═══════════════════════════════════════════════════════════ */

/* Prevent ANY horizontal scroll on mobile */
html, body { overflow-x: hidden; max-width: 100vw; }

/* ── All banners/ads: force max-width 100% ── */
.ad-banner,
.ad-banner-inline,
.topbar-banner-wrap,
.topbar-banner-wrap .ad-banner-code,
.topbar-banner-wrap .ad-banner-code iframe,
.topbar-banner-wrap .ad-banner-code ins,
.topbar-banner-wrap .ad-banner-code img,
.ad-banner img,
.ad-banner iframe,
.ad-banner ins {
  max-width: 100% !important;
  overflow: hidden !important;
}
.topbar-banner-wrap {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ── MOBILE HEADER: prevent overflow after login ── */
@media (max-width: 680px) {
  .header-inner {
    padding: 0 10px;
    height: 58px;
    gap: 6px;
  }
  .logo { flex-shrink: 0; }
  .logo-text { font-size: 24px; }
  .logo-text .dot { font-size: 15px; }
  .logo svg { width: 28px; height: 28px; }

  /* Nav icons: smaller on mobile */
  .header-actions {
    gap: 4px;
    flex-shrink: 0;
    overflow: hidden;
  }
  .nav-icon { padding: 4px; }
  .nav-icon svg { width: 17px; height: 17px; }

  /* Profile button: compact */
  .nav-profile-btn {
    padding: 2px 4px;
    gap: 3px;
  }
  .nav-avatar,
  .nav-av-img {
    width: 28px; height: 28px;
    font-size: 11px;
  }
  .nav-chevron { display: none; }

  /* Post button: icon only on mobile */
  .btn-post {
    padding: 6px 10px;
    gap: 3px;
    font-size: 12px;
    flex-shrink: 0;
  }
  .btn-post-plus { font-size: 16px; }

  /* Dark toggle: smaller */
  .dark-toggle {
    width: 28px; height: 28px;
    font-size: 14px;
    padding: 0;
    flex-shrink: 0;
  }

  /* VIP button in nav: hide */
  .nav-vip { display: none; }
}

/* ── MOBILE PROFILE DROPDOWN: full screen overlay ── */
@media (max-width: 680px) {
  .nav-profile-dd {
    position: fixed !important;
    top: 56px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-height: calc(100vh - 56px) !important;
    overflow-y: auto !important;
    border-radius:0 2px;
    box-shadow: 0 10px 40px rgba(0,0,0,.2) !important;
  }
}

/* ── MOBILE SEARCH BOX: taller inputs ── */
@media (max-width: 768px) {
  .gsb-q{min-height:52px;padding:14px 12px 14px 36px;font-size:16px}
  .gsb-dd-btn{min-height:50px;padding:13px 12px;font-size:15px}
  .gsb-dd-label{font-size:15px}
  .gsb-submit-btn,.gsb-submit{min-height:52px;font-size:16px}
}
@media (max-width: 480px) {
  .gsb-inner { padding: 6px 8px 4px; }
  .gsb-q{min-height:48px;padding:12px 10px 12px 34px;font-size:15px}
  .gsb-dd-btn{min-height:46px;padding:12px 10px;font-size:14px}
  .gsb-dd-label{font-size:14px}
  .gsb-submit-btn,.gsb-submit{min-height:48px;font-size:15px}
  .gsb-r2 { font-size: 11px; gap: 3px 8px; }
  .gsb-ck { font-size: 11px; }
  .gsb-car-types { font-size: 11.5px; gap: 2px 8px; }
  .gsb-car-sec { font-size: 11px; gap: 2px 8px; }
  .gsb-car-sel { font-size: 11px; padding: 5px 6px; }
  .gsb-car-colors { gap: 4px; }
  .gsb-color { width: 22px; height: 22px; }
  .gsb-car-bodies { gap: 3px; }
  .gsb-body-item { min-width: 42px; padding: 3px 4px; }
  .gsb-body-lbl { font-size: 9px; }
}

/* ── MOBILE FOOTER: prevent overflow ── */
@media (max-width: 480px) {
  .footer-grid {grid-template-columns: 1fr !important;ga;gap: 16px !important;}
  .footer-socials { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .footer-bottom-links { justify-content: center; }
}

/* ── MOBILE SIDE MENU: ensure it doesn't overflow ── */
.mobile-menu {
  max-width: 85vw;
}

/* ── MOBILE: all images/iframes respect viewport ── */
@media (max-width: 768px) {
  img, iframe, video, embed, object, table {
    max-width: 100% !important;
  }
  /* Main content: no horizontal overflow */
  .main-content {
    overflow-x: hidden;
    width: 100%;
  }
  .page-white {
    overflow-x: hidden;
    max-width: 100vw;
  }
}


/* ═══════════════════════════════════════════════════════════
   Search Bar
   ═══════════════════════════════════════════════════════════ */
.mj-search-wrap {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0;
  border-left: none; border-right: none;
}
.mj-search-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 16px 8px;
}
.mj-search-form { width: 100%; }
.mj-hide { display: none !important; }

/* ── Row 1: Search + Cat + Loc + Btn ── */
.mj-row1 {
  display: flex;
  border: 1.5px solid #ccc;
  border-radius:2px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 8px;
}
.mj-field {
  display: flex;
  align-items: center;
  border-right: 1px solid #e0e0e0;
  padding: 0;
  position: relative;
}
.mj-field:last-of-type { border-right: none; }
.mj-field-search { flex: 1; min-width: 0; }
.mj-field-cat { flex-shrink: 0; }
.mj-field-loc { flex-shrink: 0; }
.mj-ico {
  padding: 0 8px 0 12px;
  font-size: 14px;
  color: #999;
  flex-shrink: 0;
  font-style: normal;
}
.mj-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 12px 8px;
  background: transparent;
  min-width: 0;
  font-family: inherit;
}
.mj-select {
  border: none;
  outline: none;
  font-size: 13px;
  padding: 12px 28px 12px 4px;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  color: #333;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  max-width: 200px;
}
.mj-opt-group { font-weight: 700; color: #111; }
.mj-btn-search {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 20px;
  background: #E30613;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  flex-shrink: 0;
  white-space: nowrap;
  transition: background .12s;
}
.mj-btn-search:hover { background: #b0000e; }
.mj-btn-search i { font-style: normal; }

/* ── Row 2: Extra checkboxes ── */
.mj-extra {
  display: flex;
  gap: 16px;
  padding: 4px 0;
  flex-wrap: wrap;
}

.mj-sep {
  border: none;
  border-top: 1px solid #ddd;
  margin: 6px 0;
}

/* ── Row 3: Category types ── */
.mj-types {
  display: flex;
  gap: 6px 16px;
  padding: 4px 0;
  flex-wrap: wrap;
}
.mj-ck {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: #444;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
}
.mj-ck input { cursor: pointer; accent-color: #E30613; }

/* ── Sub-categories dropdown ── */
.mj-subcats { padding: 6px 0; }
.mj-select-sub {
  width: 100%;
  border: 1.5px solid #e0e0e0;
  border-radius:2px;
  padding: 8px 32px 8px 12px;
  font-size: 13px;
  background: #fff;
  max-width: 100%;
}

/* ── Dynamic category props ── */
.mj-catprops { padding: 6px 0; }
.mj-props-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

/* ── Car filters ── */
.mj-car-condition {
  display: flex;
  gap: 6px 16px;
  flex-wrap: wrap;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}
.mj-car-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}
.mj-car-col {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mj-car-sel {
  width: 100%;
  padding: 7px 8px;
  border: 1.5px solid #e0e0e0;
  border-radius:2px;
  font-size: 12px;
  font-family: inherit;
  color: #333;
  background: #fff;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  padding-right: 24px;
}
.mj-car-sel:focus { border-color: #E30613; }

/* ── Colors ── */
.mj-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 0;
  border-top: 1px solid #eee;
}
.mj-color-item {
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 1px;
  transition: .15s;
}
.mj-color-item:hover { border-color: #aaa; }
.mj-color-item.sel { border-color: #E30613; box-shadow: 0 0 0 1px #E30613; }
.mj-color-dot {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

/* ── Car body types ── */
.mj-bodies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 0;
  border-top: 1px solid #eee;
}
.mj-body-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 10px;
  border: 1.5px solid #e5e5e5;
  border-radius:2px;
  cursor: pointer;
  transition: .15s;
  min-width: 60px;
  text-align: center;
  background: #fafafa;
}
.mj-body-item:hover { border-color: #E30613; background: #fff0f0; }
.mj-body-item.sel { border-color: #E30613; background: #fff0f0; }
.mj-body-lbl { font-size: 10px; color: #444; font-weight: 600; white-space: nowrap; }
.mj-body-icon { display: block; width: 40px; height: 24px; font-size: 20px; text-align: center; line-height: 24px; }
.mj-body-smallcar::before { content: '🚙'; }
.mj-body-sedan::before { content: '🚗'; }
.mj-body-hatchback::before { content: '🚗'; }
.mj-body-universal::before { content: '🚐'; }
.mj-body-coupe::before { content: '🏎️'; }
.mj-body-cabriolet::before { content: '🏎️'; }
.mj-body-suv::before { content: '🚙'; }
.mj-body-familybus::before { content: '🚌'; }

/* ── Bottom ── */
.mj-bottom {
  display: flex;
  justify-content: flex-end;
  padding: 4px 0 2px;
}
.mj-tips {
  font-size: 12px;
  color: #888;
  text-decoration: none;
}
.mj-tips:hover { color: #E30613; }

/* ═══ Search Bar — Mobile ═══ */
@media (max-width: 700px) {
  .mj-car-grid { grid-template-columns: 1fr 1fr; }
  .mj-select { max-width: 140px; font-size: 12px; }
}
@media (max-width: 600px) {
  .mj-search-inner { padding: 8px 10px 6px; }
  .mj-row1 {
    flex-direction: column;
    border-radius:2px;
  }
  .mj-field {
    border-right: none;
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  .mj-field:last-of-type { border-bottom: none; }
  .mj-select { max-width: 100%; width: 100%; }
  .mj-btn-search {
    width: 100%;
    justify-content: center;
    padding: 14px;
  }
  .mj-btn-search span { display: inline; }
  .mj-types { gap: 4px 10px; }
  .mj-ck { font-size: 11.5px; }
  .mj-car-condition { font-size: 11px; gap: 3px 10px; }
  .mj-props-grid { grid-template-columns: 1fr 1fr; gap: 5px; }
}
@media (max-width: 480px) {
  .mj-car-grid { grid-template-columns: 1fr; }
  .mj-car-sel { font-size: 11px; padding: 6px 6px; }
  .mj-bodies { gap: 4px; }
  .mj-body-item { min-width: 48px; padding: 4px 6px; }
  .mj-body-lbl { font-size: 9px; }
  .mj-colors { gap: 4px; }
  .mj-color-dot { width: 20px; height: 20px; }
}

/* ═══════════════════════════════════════════════════════════
   SEARCH BAR — Classic Style (green button, clean borders)
   ═══════════════════════════════════════════════════════════ */
.sb{background: #ffffff;border-bottom:1px solid #e0e0e0}
.sb-in{max-width:1100px;margin:0 auto;padding:14px 16px 8px}

/* Row 1: search + cat + loc + btn */
.sb-r1{display:flex;border:1.5px solid #ccc;border-radius:6px;background:#fff;align-items:center}
.sb-f{display:flex;align-items:center;border-right:1px solid #e0e0e0;padding:0}
.sb-f:last-of-type{border-right:none}
.sb-f-q{flex:1;min-width:0}
.sb-f-cat,.sb-f-loc{flex-shrink:0}
.sb-ico{width:16px;height:16px;margin:0 8px 0 14px;flex-shrink:0;opacity:.5}
.sb-q{flex:1;border:none;outline:none;font-size:14px;padding:13px 8px;background:transparent;min-width:0;font-family:inherit;color:#333}
.sb-q::placeholder{color:#999}
.sb-sel{border:none;outline:none;font-size:13px;padding:13px 28px 13px 4px;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 8px center;cursor:pointer;font-family:inherit;color:#333;-webkit-appearance:none;appearance:none;max-width:200px}
.sb-grp{font-weight:700}
.sb-btn{display:flex;align-items:center;justify-content:center;width:46px;min-width:46px;height:46px;background:#E30613;border:none;cursor:pointer;flex-shrink:0;transition:background .15s;border-radius: 10%;margin:3px}
.sb-btn:hover{background:#c00510}
.sb-btn svg{width:18px;height:18px}

/* Separator */
.sb-line{border:none;border-top:1px solid #e0e0e0;margin:6px 0}

/* Checkbox/radio rows */
.sb-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px 18px;padding:6px 0}
.sb-ck{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:#444;cursor:pointer;white-space:nowrap;font-weight:500;padding:2px 0}
.sb-ck input[type=checkbox],.sb-ck input[type=radio]{cursor:pointer;accent-color:#4CAF50;margin:0;width:15px;height:15px;flex-shrink:0}

/* Car dropdowns + colors row */
.sb-car-row{display:flex;gap:12px;padding:6px 0;align-items:flex-start}
.sb-car-drops{flex:1;min-width:0}
.sb-car-line{display:flex;gap:5px;margin-bottom:5px;flex-wrap:wrap}
.sb-cs{flex:1;min-width:100px;max-width:160px;padding:6px 22px 6px 8px;border:1.5px solid #ddd;border-radius:2px;font-size:11.5px;font-family:inherit;color:#333;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 6px center;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none}
.sb-cs:focus{border-color:#4CAF50}

/* Colors */
.sb-colors{display:flex;flex-wrap:wrap;gap:4px;align-content:flex-start;width:170px;flex-shrink:0;padding-top:2px}
.sb-clr{display:block;width:22px;height:22px;border-radius:2px;cursor:pointer;border:2px solid transparent;transition:.12s;position:relative}
.sb-clr:hover{border-color:#888}
.sb-clr.on{border-color:#333;box-shadow:0 0 0 1px #333}
.sb-clr input{position:absolute;opacity:0;width:0;height:0}

/* Car body types */
.sb-bodies{display:flex;flex-wrap:wrap;gap:6px;padding:8px 0 4px}
.sb-body{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 12px;border:1.5px solid #ddd;border-radius:2px;cursor:pointer;transition:.12s;min-width:70px;background:#fff;text-align:center;position:relative}
.sb-body:hover{border-color:#4CAF50;background:#f0fff0}
.sb-body.on{border-color:#4CAF50;background:#e8f5e9}
.sb-body input{position:absolute;opacity:0;width:0;height:0}
.sb-body-ico{font-size:24px;line-height:1;display:block}
.sb-body-txt{font-size:10px;font-weight:600;color:#444;white-space:nowrap}

/* Dynamic filters grid */
.sb-dyn-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px;padding:6px 0}

/* Bottom */
.sb-bot{display:flex;justify-content:flex-end;padding:4px 0 2px}
.sb-bot a{font-size:12px;color:#4CAF50;text-decoration:none;font-weight:500;font-style:italic}
.sb-bot a:hover{text-decoration:underline}

/* ═══ MOBILE ═══ */
@media(max-width:700px){
  .sb-car-row{flex-direction:column}
  .sb-colors{width:100%;flex-direction:row}
  .sb-cs{min-width:80px;max-width:none;flex:1 1 45%}
  .sb-sel{max-width:140px}
  .sb-bodies{gap:4px}
  .sb-body{min-width:55px;padding:6px 8px}
  .sb-body-ico{font-size:20px}
  .sb-body-txt{font-size:9px}
}
@media(max-width:600px){
  .sb{padding:0}
  .sb-in{padding: 2px 3px 2px;}
  .sb-r1{flex-direction:column;border:1px solid #ddd;border-radius:8px;gap:0}
  .sb-f{border-right:none;border-bottom:1px solid #eee;width:100%;padding:0}
  .sb-f:last-of-type{border-bottom:none}
  .sb-q{padding:12px 8px;font-size:14px}
  .sb-sel{max-width:100%;width:100%;padding:10px 28px 10px 4px;font-size:14px}
  .sb-ico{margin:0 6px 0 10px;width:15px;height:15px}
  .sb-btn{width:100%;height:44px;border-radius:0 0 8px 8px;margin:0}
  .sb-line{margin:4px 0}
  .sb-row{gap:4px 12px;padding:4px 0}
  .sb-ck{font-size:11.5px;gap:4px}
  .sb-ck input[type=checkbox],.sb-ck input[type=radio]{width:14px;height:14px}
  .sb-bot{padding:2px 0}
  .sb-bot a{font-size:11px}
  .sb-dyn-grid{grid-template-columns:1fr 1fr}
}

/* ═══ Listing Card — Seller Badges + Clickable Links ═══ */
/* ═══ LISTING CARDS — Redesigned ═══ */
.lp-title-link{text-decoration:none;color:inherit;display:block}
.lp-title-link:hover .lp-title{color:#E30613}

/* Seller badge */
.lp-seller-badge{display:inline-block;padding:2px 8px;border-radius:2px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;margin-right:6px;vertical-align:middle}
.lp-badge-auto{background:#555;color:#fff}
.lp-badge-agent{background:#666;color:#fff}
.lp-badge-shop{background:#777;color:#fff}
.lp-badge-private{background:#999;color:#fff}

/* Category/city links in card header */
.lp-cat-link{color:#1565C0;text-decoration:none;font-size:12px;font-weight:500}
.lp-cat-link:hover{text-decoration:underline;color:#0D47A1}
.lp-sep{color:#bbb;margin:0 3px;font-size:12px}

/* Trusted badge */
.lp-trust{display:inline-flex;align-items:center;gap:3px;background:#FFF8E1;color:#F9A825;border:1px solid #FFE082;border-radius:2px;padding:2px 8px;font-size:11px;font-weight:700;letter-spacing:.2px}

/* ═══ Detail Page — Owner Actions + Address Card ═══ */
.det-owner-actions{background:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:14px;display:flex;flex-direction:column;gap:8px}
.det-oa-btn{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:2px;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .15s;border:1.5px solid #ddd;background:#fff;color:#333;font-family:inherit;width:100%;box-sizing:border-box}
.det-oa-btn:hover{border-color:#999;background:#f9f9f9}
.det-oa-promo{background:#FFF8E1;border-color:#FFD54F;color:#F57F17}
.det-oa-promo:hover{background:#FFF3C4;border-color:#FFC107}
.det-oa-edit{background:#E3F2FD;border-color:#90CAF9;color:#1565C0}
.det-oa-edit:hover{background:#BBDEFB;border-color:#42A5F5}
.det-oa-del{background:#fff;border-color:#ef9a9a;color:#c62828}
.det-oa-del:hover{background:#fff0f0;border-color:#e53935}

.det-address-card{background:#fff;border:1px solid #e0e0e0;border-radius:2px;padding:14px}
.det-addr-name{font-size:14px;font-weight:600;color:#333;margin-bottom:10px}
.det-addr-map{border-radius:2px;overflow:hidden}
.det-addr-map iframe{display:block}

/* ═══════════════════════════════════════════════════
   GLOBAL MOBILE FIX — Tight layout, zero waste
   ═══════════════════════════════════════════════════ */
@media(max-width:640px){
  body{font-size:15px}
  .container{padding:0 8px}
  .main-content{padding:0 !important}
  .page-white{padding:0}

  /* Header */
  .site-header{padding:0 8px;height:50px}
  .site-header .container{padding:0}

  /* Listings page */
  .lp{padding:0 8px 20px}
  .lp-bc{padding:6px 0 2px;font-size:12px}
  .lp-h1{font-size:18px;margin-bottom:6px}
  .lp-nav{margin-bottom:4px;flex-wrap:nowrap;gap:0}
  .lp-tab{padding:6px 5px;font-size:11px}
  .lp-tab em{font-size:9px;padding:1px 4px;margin-left:2px}
  .lp-sort-sel{padding:3px 18px 3px 4px;font-size:10px;height:24px;max-width:80px}
  .lp-count{font-size:12px;margin-bottom:4px}
  .lp-foot{font-size:11px;gap:6px}
  .lp-date{font-size:11px}
  .lp-seller-badge{font-size:9px;padding:2px 5px}
  .lp-cat-link{font-size:11px}
  .lp-sep{font-size:11px;margin:0 2px}
  .lp-r1{gap:3px;margin-bottom:2px}
  .lp-empty{padding:40px 16px;text-align:center;align-items:center;justify-content:center}

  /* Detail page */
  .det-layout{gap:10px}
  .det-right{gap:10px}
  .det-title{font-size:20px}
  .det-price{font-size:24px}
  .det-seller-card{padding:10px}
  .det-msg-form{padding:0 10px 10px}
  .det-owner-actions{padding:10px}
  .det-address-card{padding:10px}

  /* Footer */
  .site-footer{padding:24px 0 0;margin-top:20px}
  .site-footer .container{padding:0 12px}
  .footer-grid{gap:20px;padding-bottom: 5px;}
  .footer-brand-name{font-size:16px}
  .footer-brand-desc{font-size: 10px;}
  .footer-col h4{font-size:9px;margin-bottom:10px}
  .fl-title{font-size:13px}
  .fl-desc{font-size:11px}
  .footer-bottom{padding:10px 0;font-size:12px}

  /* Profile */
  .prf-nav{gap:0}

  /* Post ad */
  .pa-wrap{padding:0 6px}
  .pa-section{padding:14px}
  .pa-layout{gap:10px}
}

@media(max-width:400px){
  .site-header{height:46px;padding:0 6px}
  .lp{padding:0 6px 16px}
}

/* ═══ Grid/List View Toggle ═══ */

/* Default = LIST view */

/* GRID view — toggled with class */

/* placeholder - list is now default */

@media(max-width:640px){
}
@media(max-width:400px){
}

/* ═══ Car Filter Grid — Clean layout ═══ */
.sb-fgrid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:6px;margin:6px 0}
.sb-fs{width:100%;padding:7px 24px 7px 8px;border:1px solid #ddd;border-radius:2px;font-size:12px;font-family:inherit;color:#333;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 8px center;-webkit-appearance:none;appearance:none;cursor:pointer;outline:none;height:34px;box-sizing:border-box}
input.sb-fs{background-image:none;padding:7px 8px}
.sb-fs:focus{border-color:#4CAF50}
/* Mobile: 2 cols, reorder so pairs stay vertical */
@media(max-width:768px){
  .sb-fgrid{grid-template-columns:1fr 1fr;gap:4px;margin:4px 0}
  .sb-fs{padding:9px 22px 9px 6px;font-size:11.5px;height:42px}
  .sb-car-filters .sf-1{order:1}  /* Çmimi nga */
  .sb-car-filters .sf-2{order:2}  /* KM nga */
  .sb-car-filters .sf-5{order:3}  /* Çmimi deri */
  .sb-car-filters .sf-6{order:4}  /* KM deri */
  .sb-car-filters .sf-3{order:5}  /* Viti nga */
  .sb-car-filters .sf-4{order:6}  /* Marka */
  .sb-car-filters .sf-7{order:7}  /* Viti deri */
  .sb-car-filters .sf-8{order:8}  /* Karoseria */
  .sb-car-filters .sf-9{order:9}  /* Transmisioni */
  .sb-car-filters .sf-10{order:10}/* Karburanti */
  .sb-car-filters .sf-11{order:11}/* Targa */
  .sb-car-filters .sf-12{order:12}/* Ngjyra */
}
@media(max-width:400px){
  .sb-fgrid{grid-template-columns:1fr 1fr;gap:3px;margin:3px 0}
  .sb-fs{font-size:11px;height:40px;padding:8px 20px 8px 5px}
}

/* ═══ Topbar Ad Banner ═══ */
.rek-topbar-wrap{position:relative;z-index:1;overflow:hidden;max-height:100px;text-align:center;background:#f8f8f8}
.rek-topbar-wrap iframe,.rek-topbar-wrap img{max-width:100%!important;max-height:90px!important}

/* ═══ Logo Image — same size everywhere ═══ */
.logo-img{height: 150px;width:auto;display:block;max-width:360px;object-fit:contain;margin-left:40px}
.ts-lang-wrap{position:relative;margin-left:6px}
@media(max-width:768px){
  .logo-img{height:42px;max-width:200px;margin-left:0}
  .logo{flex:1 !important}
  .ts-lang-wrap{position:absolute !important;right:10px;top:50%;transform:translateY(-50%);margin:0}
  .header-inner{position:relative}
}
@media(max-width:480px){
  .logo-img{height:48px;max-width:260px;margin-left:0}
}
/* ═══ Ad containers — universal rules ═══ */
.rek-bx { text-align: center; }
.rek-bx img, .rek-bx iframe, .rek-bx ins { max-width: 100% !important; }
/* Inline ads match card width */
.rek-sidebar-left, .rek-sidebar-right, .rek-detail-right, .rek-detail-bottom {
  text-align: center;
  margin-bottom: 8px;
}
.rek-bx-inline { text-align: center; margin: 0; padding: 6px 0; border-bottom: 1px solid #eee; width: 100%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; min-height: 90px; background: #fafafa; overflow: hidden; }
.rek-bx-inline img, .rek-bx-inline iframe, .rek-bx-inline ins, .rek-bx-inline div { max-width: 100% !important; }

/* ══ PROFILE LAYOUT (shared: profile + messages) ══ */
/* ══ PROFILE LAYOUT ══ */
.prf-wrap {
  display: flex; gap: 0; align-items: flex-start;
  max-width: 1100px; margin: 24px auto; padding: 0 12px;
}

/* ══ SIDEBAR ══ */
.prf-sidebar {
  width: 280px; flex-shrink: 0;
  background: #fff; border: 1px solid #e5e7eb; border-radius:2px;
  overflow: hidden; position: sticky; top: 70px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.prf-top {
  display: none;
}
.prf-av-wrap {
  position: relative; cursor: pointer; display: inline-block;
  margin-bottom: 8px; border-radius: 50%;
}
.prf-av-overlay {
  position: absolute; inset: 0; border-radius: 50%;
  background: rgba(0,0,0,.45); display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 3px;
  opacity: 0; transition: opacity .2s; color: #fff; font-size: 10px; font-weight: 600;
}
.prf-av-wrap:hover .prf-av-overlay { opacity: 1; }

.prf-av {
  width: 72px; height: 72px; border-radius: 50%;
  background: #E30613; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; font-weight: 700;
  box-shadow: 0 3px 12px rgba(227,6,19,.25);
}
.prf-av-photo {
  width: 72px; height: 72px; border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 3px 12px rgba(0,0,0,.2);
  background: #f0f0f0;
}
.prf-name {
  font-size: 17px; font-weight: 700; color: #2E7D32;
  margin-bottom: 3px;
}
.prf-verified {
  display: flex; align-items: center; gap: 3px;
  font-size: 11px; color: #2E7D32; font-weight: 600; margin-bottom: 6px;
}
.prf-plan-row {
  display: flex; align-items: center; gap: 6px; margin-top: 4px;
}
.prf-plan-name {
  font-size: 11px; font-weight: 800; color: #444; letter-spacing: .5px;
}
.prf-plan-badge {
  background: #f0f0f0; color: #666;
  font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius:2px;
}
.prf-upgrade-btn {
  background: #E30613; color: #fff;
  font-size: 9px; font-weight: 700;
  padding: 2px 7px; border-radius:2px; text-decoration: none;
}

/* Stats */
.prf-stats {
  display: none;
}
.prf-stat {
  flex: 1; text-align: center; padding: 12px 8px;
  text-decoration: none; color: #333;
  border-bottom: 2px solid transparent;
  transition: all .12s;
}
.prf-stat:hover { background: #fafafa; }
.prf-stat-on { border-bottom-color: #E30613; background: #fff5f5; }
.prf-stat strong { display: block; font-size: 18px; font-weight: 700; color: #111; }
.prf-stat span { font-size: 10px; color: #888; }

/* Nav */
.prf-nav { padding: 6px 0; }
.prf-nitem {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px; font-size: 13.5px; color: #333;
  text-decoration: none; cursor: pointer;
  transition: all .12s;
  border-left: 3px solid transparent;
  position: relative;
}
.prf-nitem:hover { background: #fafafa; color: #111; }
.prf-nitem-on { background: #fff5f5; color: #E30613; border-left-color: #E30613; font-weight: 600; }
.prf-nitem-on .prf-nico { stroke: #E30613; }
.prf-nico { width: 18px; height: 18px; flex-shrink: 0; stroke: #666; }
.prf-cnt {
  margin-left: auto; background: #f0f0f0; color: #666;
  font-size: 10px; font-weight: 700;
  padding: 1px 7px; border-radius:2px; min-width: 20px; text-align: center;
}
.prf-cnt-red { background: #E30613; color: #fff; }
.prf-balance { margin-left: auto; font-size: 10px; color: #2E7D32; font-weight: 600; }
.prf-divider { height: 1px; background: #f0f0f0; margin: 4px 0; }
.prf-logout { color: #E30613 !important; }
.prf-logout .prf-nico { stroke: #E30613; }
.prf-logout:hover { background: #fff5f5; }

/* ══ MAIN CONTENT ══ */
.prf-main {
  flex: 1; min-width: 0;
  margin-left: 20px;
}
.prf-section-hd {
  font-size: 16px; font-weight: 700; color: #111;
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}
.prf-empty {
  padding: 60px 24px; color: #999; font-size: 14px; text-align: center;
  background: transparent; border: none;
}
.prf-empty a { color: #E30613; font-weight: 600; }

/* Settings form */
.prf-settings-form { background: #fff; border-radius:2px; border: 1px solid #eee; padding: 22px; }
.prf-field { margin-bottom: 14px; }
.prf-field label { display: block; font-size: 12px; font-weight: 600; color: #555; margin-bottom: 5px; }
.prf-field small { font-weight: 400; color: #aaa; }
.prf-field input { width: 100%; border: 1.5px solid #ddd; border-radius:2px; padding: 9px 12px; font-size: 13px; }
.prf-field input:focus { outline: none; border-color: #E30613; }
.prf-save-btn { background: #E30613; color: #fff; border: none; padding: 11px 28px; border-radius:2px; font-size: 14px; font-weight: 700; cursor: pointer; }
.prf-save-btn:hover { background: #b0000e; }

/* ══ MOBILE ══ */
@media (max-width: 700px) {
  .prf-wrap { flex-direction: column; gap: 0; padding: 0; margin: 0; }
  .prf-sidebar {
    width: 100%; border-radius: 0; position: static;
    border-left: none; border-right: none; border-top: none;
  }
  .prf-main { margin-left: 0; padding: 14px; }
  /* Hide sidebar nav on mobile — it's in burger menu now */
  .prf-nav { display: none; }
  .prf-divider { display: none; }
  .prf-stats { display: none; }
  .prf-mobile-tabs { display: none !important; }
}
@media (min-width: 701px) {
  .prf-mobile-tabs { display: none; }
}

/* ═══════════════════════════════════════════════════════════════════
   PREMIUM UI OVERRIDE — Clean, Serious, Modern Marketplace
   Reference: tutti.ch / merrjep.com / Facebook Marketplace
   Max border-radius: 2px — No rounded corners
   ═══════════════════════════════════════════════════════════════════ */

/* ── TYPOGRAPHY — Premium font stack ─────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900&display=swap');

:root {
  --text: #2b2b2b;
  --text-muted: #6b7280;
  --text-light: #9ca3af;
  --border: #e5e7eb;
  --border-hover: #d1d5db;
  --bg-page: #f8f9fa;
  --bg-card: #fff;
  --bg-hover: #fafbfc;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04);
  --shadow-md: 0 2px 8px rgba(0,0,0,.06);
  --shadow-hover: 0 4px 12px rgba(0,0,0,.08);
  --font-main: 'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
body{font-family:var(--font-main);background:var(--bg-page);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

/* ── HEADER — Cleaner, taller ─────────────────────────────────── */
.site-header{height:56px;border-bottom:1px solid var(--border);box-shadow:none;background:#fff}
.logo-text{font-family:var(--font-main);font-size:22px;letter-spacing:-.5px;color:var(--text) !important;font-style:normal;font-weight:800}
.nav-link{font-size:13px;font-weight:500;color:var(--text-muted) !important;transition:.15s}
.nav-link:hover{color:var(--text) !important}
.nav-icon{color:var(--text-muted) !important}
.nav-icon:hover{color:var(--text) !important}

/* ── BUTTONS — Premium consistent style ───────────────────────── */
.btn-post{background:var(--text);color:#fff !important;font-weight:600;font-size:12px;padding:8px 16px;border-radius:2px;letter-spacing:.2px;transition:background .15s}
.btn-post:hover{background:#111}
.mm-btn-post{background:var(--text);border-radius:2px;font-weight:600;letter-spacing:.3px;text-transform:none;font-size:14px}

/* ── SEARCH BAR — Refined ─────────────────────────────────────── */
.gsb-submit-btn,.gsb-submit{background:var(--text);font-weight:600;letter-spacing:.2px}
.gsb-submit-btn:hover,.gsb-submit:hover{background:#111}
.gsb-ck input[type="checkbox"]{accent-color:var(--text)}
.gsb-sel:focus{border-color:var(--text)}

/* ── LISTING CARDS — LIST VIEW (Premium) ──────────────────────── */

/* ── LISTING CARDS — GRID VIEW (Premium) ──────────────────────── */

/* ── SELLER BADGES — Professional ─────────────────────────────── */
.lp-seller-badge{font-size:9px;font-weight:700;padding:3px 6px;border-radius:2px;letter-spacing:.5px;text-transform:uppercase;color:#fff !important}
.lp-badge-private{background:#6b7280;color:#fff !important}
.lp-badge-auto{background:#1e293b;color:#fff !important}
.lp-badge-agent{background:#334155;color:#fff !important}
.lp-badge-shop{background:#475569;color:#fff !important}

/* ── CATEGORY & CITY LINKS ────────────────────────────────────── */
.lp-cat-link{color:var(--text-muted) !important;font-weight:500;font-size:12px}
.lp-cat-link:hover{color:var(--text) !important}
.lp-sep{color:var(--text-light) !important}

/* ── ATTRIBUTE TAGS — Subtle ──────────────────────────────────── */

/* ── PHOTO BADGE ──────────────────────────────────────────────── */

/* ── PAGINATION — Refined ─────────────────────────────────────── */
.lp-pag a,.lp-pag span{border:1px solid var(--border);font-weight:500;font-size:13px}
.lp-pag a:hover{border-color:var(--text);color:var(--text) !important;background:transparent}
.lp-pag-on{background:var(--text) !important;color:#fff !important;border-color:var(--text) !important}
.lp-pag-label{color:var(--text-muted) !important;font-weight:500 !important;font-size:12px !important}
.lp-pag-label:hover{color:var(--text) !important}

/* ── TABS (Të gjitha / Privat / Kompani) ──────────────────────── */
.lp-tab{font-weight:500;color:var(--text-muted) !important;border-radius:2px;padding:7px 12px;font-size:13px}
.lp-tab:hover{background:#f3f4f6;color:var(--text) !important}
.lp-tab.on{background:var(--text) !important;color:#fff !important}
.lp-tab.on em{background:rgba(255,255,255,.2);color:#fff !important}
.lp-tab em{background:#f3f4f6;color:var(--text-muted) !important;font-size:10px}

/* ── VIEW TOGGLE ──────────────────────────────────────────────── */

/* ── DETAIL PAGE — Gallery Premium ────────────────────────────── */
.det-main-wrap{border-radius:2px;border:1px solid var(--border)}
.det-main-img{cursor:zoom-in}
.det-thumb{border:2px solid transparent;border-radius:2px;transition:border-color .15s;opacity:.7}
.det-thumb:hover{opacity:1}
.det-thumb.det-thumb-on{border-color:var(--text);opacity:1}
.det-nav{background:rgba(0,0,0,.35);backdrop-filter:blur(4px);width:38px;height:38px;border-radius:2px}
.det-nav:hover{background:rgba(0,0,0,.55)}
.det-wm{display:none}

/* ── DETAIL — Title & Price ───────────────────────────────────── */
.det-title{font-size:24px;font-weight:800;color:var(--text) !important;letter-spacing:-.3px;line-height:1.25}
.det-price{font-size:28px;font-weight:900;color:var(--text) !important;letter-spacing:-.3px}
.det-back{color:var(--text-muted) !important;font-weight:500;font-size: 20px;}
.det-back:hover{color:var(--text) !important}
.bc-sep{color:var(--border) !important}
.breadcrumb a{color: #52565f !important;font-weight:400}
.breadcrumb a:hover{color:var(--text) !important}
.breadcrumb span{color: #707377 !important;}

/* ── DETAIL — Info Section ────────────────────────────────────── */
.det-section{border:1px solid var(--border);border-radius:2px;background:var(--bg-card)}
.det-sec-title{font-size:14px;font-weight:700;color:var(--text) !important;letter-spacing:-.1px}
.det-desc{font-size:14px;color:var(--text) !important;line-height: 1.2;}
.det-attr-lbl{color:var(--text-muted) !important;font-weight:400;font-size:13px}
.det-attr-val{color:var(--text) !important;font-weight:600;font-size:13px}

/* ── DETAIL — Seller Card ─────────────────────────────────────── */
.det-seller-card{border:1px solid var(--border);border-radius:2px;box-shadow:var(--shadow-sm)}
.det-seller-name{font-weight:700;color:var(--text) !important;font-size:15px}
.det-seller-since{color:var(--text-light) !important;font-size:12px}

/* ── DETAIL — Contact Buttons ─────────────────────────────────── */
.det-phone-btn{background:var(--text);color:#fff !important;border-radius:2px;font-weight:600;font-size:14px;padding:12px 16px;margin:14px 14px 8px}
.det-phone-btn:hover{background:#111}
.det-contact-btn{font-weight:600;border-radius: 10px;font-size:13px;color:#fff !important}
.det-contact-wa{background:#25D366}
.det-contact-wa:hover{background:#1ea952}
.det-contact-vb{background:#7360F2}
.det-contact-vb:hover{background:#5d4bd4}

/* ── DETAIL — Message Form ────────────────────────────────────── */
.det-msg-form textarea{border:1.5px solid var(--border);border-radius:2px;font-family:var(--font-main);font-size:13px;color:var(--text)}
.det-msg-form textarea:focus{border-color:var(--text);outline:none}
.det-msg-form button{background:var(--text);color:#fff !important;border-radius:2px;font-weight:600}

/* ── DETAIL — Owner Actions ───────────────────────────────────── */
.det-owner-actions{border:1px solid var(--border);border-radius:2px;box-shadow:var(--shadow-sm)}
.det-oa-btn{border:1.5px solid var(--border);border-radius:2px;font-weight:500;color:var(--text) !important;transition:all .15s}
.det-oa-btn:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}
.det-oa-promo{background:#fefce8;border-color:#fde68a;color:var(--text) !important}
.det-oa-edit{background:#eff6ff;border-color:#bfdbfe;color:var(--text) !important}
.det-oa-del{background:#fef2f2;border-color:#fecaca;color:var(--text) !important}

/* ── PROFILE — Sidebar & Content ──────────────────────────────── */
.prf-nitem{font-weight:500;color:var(--text-muted) !important;font-size:13px;border-radius:2px}
.prf-nitem:hover{background:#f3f4f6;color:var(--text) !important}
.prf-nitem-on{background:#f3f4f6 !important;color:var(--text) !important;font-weight:600}
.prf-section-hd{font-weight:700;font-size:16px;color:var(--text) !important;letter-spacing:-.1px}
.my-ad-title{font-weight:600;color:var(--text) !important}
.my-ad-title:hover{opacity:.7}
.my-ad-meta{color:var(--text-light) !important;font-size:12px}
.my-ad-price{font-weight:700;color:var(--text) !important}

/* ── POST AD — Form ───────────────────────────────────────────── */
.pa-section{border:1px solid var(--border);border-radius:2px;background:var(--bg-card)}
.pa-submit{background:var(--text);color:#fff !important;border-radius:2px;font-weight:700;font-size:15px;letter-spacing:.2px}
.pa-submit:hover{background:#111}
.pa-plan-active{border-color:var(--text) !important;background:#f9fafb}

/* ── PLANS PAGE ───────────────────────────────────────────────── */
.pl-card{border:1px solid var(--border);border-radius:2px;transition:all .2s}
.pl-card:hover{box-shadow:var(--shadow-hover)}
.pl-card-pop{border-color:var(--text);border-width:2px}
.pl-btn{background:var(--text);color:#fff !important;border-radius:2px;font-weight:600}
.pl-btn:hover{background:#111}

/* ── FOOTER — Clean ───────────────────────────────────────────── */
.site-footer{border-top:1px solid var(--border);background:#fff}
.footer-brand-name{font-weight:800;color:var(--text) !important;font-size:18px;letter-spacing:-.3px;font-style:normal}
.footer-brand-desc{color:var(--text-muted) !important;font-size:12px}
.footer-col h4{color:var(--text-light) !important;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:10px}
.footer-col a{color:var(--text-muted) !important;font-weight:400;font-size:12px;}
.footer-col a:hover{color:var(--text) !important}
.footer-bottom{border-top:1px solid var(--border);color:var(--text-light) !important}

/* ── FLASH MESSAGES ───────────────────────────────────────────── */
.flash-success{background:#f0fdf4;border:1px solid #bbf7d0;color:var(--text) !important;border-radius:2px}
.flash-error{background:#fef2f2;border:1px solid #fecaca;color:var(--text) !important;border-radius:2px}

/* ── FORMS — Global ───────────────────────────────────────────── */
input[type="text"],input[type="email"],input[type="password"],input[type="number"],input[type="url"],input[type="tel"],select,textarea{
  border-radius:2px;
  font-family:var(--font-main);
  color:var(--text);
  font-size: 14px;
  transition:border-color .15s;
}
input:focus,select:focus,textarea:focus{border-color:var(--text) !important;outline:none;box-shadow:0 0 0 2px rgba(43,43,43,.06)}

/* ── BACK TO TOP ──────────────────────────────────────────────── */
.back-top{background:var(--text);border-radius:2px;color:#fff !important;box-shadow:var(--shadow-md)}

/* ── MOBILE MENU — Premium ────────────────────────────────────── */
.mm-logo{font-style:normal;font-weight:800;color:var(--text) !important;letter-spacing:-.3px}
.mm-profile-name{font-weight:700;color:var(--text) !important}
.mm-pf-item{color:var(--text-muted) !important;font-weight:500;font-size:14px}
.mm-pf-item:hover{background:#f3f4f6;color:var(--text) !important}
.mm-pf-logout{color:var(--text-muted) !important}

/* ── MOBILE RESPONSIVE — Premium ──────────────────────────────── */
@media(max-width:640px){
  .site-header{height:52px}
  .det-title{font-size:20px !important}
  .det-price{font-size:22px !important}
}
@media(max-width:400px){
}

/* ── ADMIN OVERRIDES ──────────────────────────────────────────── */
.stat-card-new{border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:2px}
.sn-val{font-weight:800;color:var(--text) !important;font-size:22px;letter-spacing:-.3px}
.sn-lbl{color:var(--text-muted) !important;font-size:12px;font-weight:500}
.sn-sub{color:var(--text-muted) !important;font-weight:600;font-size:11px}
.chart-wrap-new{border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:2px}
.chart-title-new{font-weight:700;color:var(--text) !important;font-size:14px}
.table-wrap{border:1px solid var(--border);border-radius:2px;box-shadow:var(--shadow-sm);overflow:hidden}
.table-head{border-bottom:1px solid var(--border)}
.qa-btn{border:1px solid var(--border);border-radius:2px;color:var(--text) !important;font-weight:500;font-size:13px;transition:all .15s}
.qa-btn:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm);background:var(--bg-hover)}

/* ══ Footer — same as home.php ══ */
.home-footer{background:#fff;border-top:1px solid #eee;padding-top:10px}
.hf-container{max-width:1160px;margin:0 auto;padding:0 16px 0 36px}
.hf-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;padding:28px 0 16px}
.hf-col-title{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#999;margin-bottom:12px}
.hf-col-links{display:flex;flex-direction:column;gap:8px}
.hf-col-links a{font-size:13px;font-weight:600;color:#333;text-decoration:none}
.hf-col-links a:hover{color:#E30613}
.hf-socials-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0 6px;border-top:1px solid #eee;flex-wrap:wrap;gap:10px}
.hf-logo-img{height:107px;width:auto;max-width:158px;object-fit:contain}
.hf-logo-text{font-weight:800;font-size:16px;color:#E30613}
.hf-social-icons{display:flex;align-items:center;gap:12px}
.hf-social-icons a{color:#555;display:flex}
.hf-social-icons a:hover{color:#E30613}
.hf-bottom{display:flex;align-items:center;justify-content:space-between;padding:10px 0;font-size:11px;color:#aaa;flex-wrap:wrap;gap:6px}
.hf-bottom-links{display:flex;gap:14px}
.hf-bottom-links a{color:#aaa;text-decoration:none}
.hf-bottom-links a:hover{color:#666}
@media(max-width:680px){
  .hf-grid{grid-template-columns:1fr;gap:16px}
  .hf-container{padding:0 16px}
}
