:root{
  --shb-navy:#001B45;
  --shb-blue:#0860D9;
  --shb-blue2:#0969E8;
  --shb-text:#142033;
  --shb-muted:#687386;
  --shb-border:#E2E8F0;
  --shb-soft:#F6F8FB;
  --shb-success:#1FA866;
  --shb-danger:#C73D4D;
  --shb-radius:14px;
}
.shb-container{width:min(1440px,calc(100% - 48px));margin-inline:auto}
.shb-market-section{margin-block:24px}
.shb-section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 22px}
.shb-section-heading h2{margin:0;color:var(--shb-text);font-size:clamp(26px,2vw,34px);line-height:1.1;letter-spacing:-.025em}

/* CATEGORY NAVIGATION */
.shb-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.shb-category{
  min-height:160px;border:1px solid var(--shb-border);border-radius:var(--shb-radius);background:#fff;
  padding:24px 18px;text-align:center;text-decoration:none!important;color:var(--shb-navy)!important;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease
}
.shb-category:hover{transform:translateY(-3px);border-color:#B9D3F8;box-shadow:0 12px 30px rgba(0,27,69,.08)}
.shb-category-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:#F1F6FD;color:#0A4A9E;margin-bottom:8px}
.shb-category-icon svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
.shb-category strong{font-size:17px;line-height:1.28;color:var(--shb-navy)}
.shb-category small{font-size:13px;color:var(--shb-muted)}

/* AD CARDS */
.shb-grid{display:grid;grid-template-columns:repeat(var(--shb-cols,4),minmax(0,1fr));gap:22px}
.shb-card{border:1px solid var(--shb-border);border-radius:var(--shb-radius);overflow:hidden;background:#fff;box-shadow:0 3px 14px rgba(0,27,69,.04);transition:transform .18s ease,box-shadow .18s ease}
.shb-card:hover{transform:translateY(-4px);box-shadow:0 15px 36px rgba(0,27,69,.10)}
.shb-card-link{text-decoration:none!important;color:inherit!important;display:block;height:100%}
.shb-card-media{position:relative;background:var(--shb-soft);overflow:hidden}
.shb-card-image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease}
.shb-card:hover .shb-card-image{transform:scale(1.025)}
.shb-placeholder{display:grid;place-items:center;aspect-ratio:4/3;background:var(--shb-soft);font-size:54px}
.shb-card-category,.shb-card-sold{position:absolute;top:14px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700;letter-spacing:.025em}
.shb-card-category{left:14px;background:rgba(255,255,255,.94);color:var(--shb-navy)}
.shb-card-sold{right:14px;background:var(--shb-danger);color:#fff}
.shb-card-body{padding:20px}
.shb-card h3{margin:0 0 8px;color:var(--shb-navy);font-size:22px;line-height:1.2;letter-spacing:-.02em}
.shb-card-price{font-size:21px;font-weight:800;color:var(--shb-blue);margin:0 0 14px}
.shb-card-field{display:flex;justify-content:space-between;gap:14px;padding:7px 0;border-bottom:1px solid #EEF2F6;font-size:13px}
.shb-card-field span{color:var(--shb-muted)}
.shb-card-field strong{color:var(--shb-text);font-weight:600;text-align:right}
.shb-card-more{display:flex;justify-content:space-between;align-items:center;margin-top:15px;color:var(--shb-blue);font-size:13px;font-weight:700}
.shb-card-more span{font-size:18px}

/* FORMS */
.shb-panel,.shb-notice,.shb-error,.shb-success{background:#fff;border:1px solid var(--shb-border);border-radius:var(--shb-radius);padding:28px;margin-bottom:22px}
.shb-error{border-color:#F0B5BC;background:#FFF8F8}.shb-success{border-color:#A8E0C6;background:#F7FFFB}
.shb-form-title{margin:36px 0 24px}.shb-form-title span,.shb-dashboard-head>div>span,.shb-eyebrow{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--shb-blue)}
.shb-form-title h1,.shb-dashboard-head h1{margin:5px 0 0;color:var(--shb-navy);font-size:40px;letter-spacing:-.035em}
.shb-steps{display:flex;gap:16px;padding:0;margin:0 0 22px;overflow:auto}
.shb-steps>*{white-space:nowrap;border:1px solid var(--shb-border);border-radius:999px;padding:9px 13px;font-size:12px;color:var(--shb-muted)}
.shb-steps b{background:var(--shb-navy);border-color:var(--shb-navy);color:#fff}
.shb-field{margin:0 0 18px}.shb-field label{display:block;margin-bottom:7px;color:var(--shb-text)}
.shb-field input,.shb-field textarea,.shb-field select,.shb-submit-form>select,.shb-component-row input,.shb-component-row select{width:100%;padding:12px 13px;border:1px solid var(--shb-border);border-radius:9px;background:#fff;color:var(--shb-text);outline:none}
.shb-field input:focus,.shb-field textarea:focus,.shb-field select:focus{border-color:#91BBF3;box-shadow:0 0 0 3px rgba(8,96,217,.10)}
.shb-options{display:flex;flex-wrap:wrap;gap:10px 20px}
.shb-options label{display:flex;align-items:center;gap:7px;margin:0}
.shb-options input{width:auto}
.shb-primary{background:var(--shb-blue);color:#fff!important;border:0;border-radius:10px;padding:13px 22px;font-weight:700;cursor:pointer;box-shadow:none;text-decoration:none!important;display:inline-flex;justify-content:center;align-items:center}
.shb-primary:hover{background:#064FAF}
.shb-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.shb-hp{position:absolute!important;left:-9999px!important}
.shb-component-row{display:grid;grid-template-columns:1.05fr 1.15fr 1fr .7fr 1.45fr;gap:8px;margin:8px 0}
.shb-current-photo{display:flex;align-items:center;gap:18px;margin:10px 0 18px}.shb-current-photo img{width:130px;height:95px;object-fit:cover;border-radius:9px}

/* SINGLE AD */
.shb-single{padding-block:34px 70px}
.shb-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;font-size:13px;color:var(--shb-muted);margin-bottom:20px}
.shb-breadcrumb a{color:var(--shb-muted)!important;text-decoration:none!important}
.shb-single-top{display:grid;grid-template-columns:minmax(0,2fr) minmax(330px,.9fr);gap:28px;align-items:stretch}
.shb-gallery-main{position:relative;height:650px;background:var(--shb-soft);border:1px solid var(--shb-border);border-radius:var(--shb-radius);overflow:hidden;display:grid;place-items:center}
.shb-gallery-main>img{width:100%;height:100%;object-fit:contain}
.shb-sold-ribbon{position:absolute;top:18px;right:18px;background:var(--shb-danger);color:#fff;padding:9px 14px;border-radius:999px;font-size:12px;font-weight:800}
.shb-thumbs{display:flex;gap:9px;margin-top:10px;overflow:auto}
.shb-thumb-button{width:92px;height:70px;padding:0;background:#fff;border:2px solid transparent;border-radius:9px;overflow:hidden;cursor:pointer;flex:0 0 auto}
.shb-thumb-button img{width:100%;height:100%;object-fit:cover}.shb-thumb-button.is-active{border-color:var(--shb-blue)}
.shb-summary{border:1px solid var(--shb-border);border-radius:var(--shb-radius);padding:34px;background:#fff;display:flex;flex-direction:column}
.shb-manufacturer-logo{width:220px;max-width:100%;aspect-ratio:2.5/1;display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px;overflow:hidden}.shb-manufacturer-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}
.shb-summary h1{margin:6px 0 8px;color:var(--shb-navy);font-size:clamp(34px,3vw,52px);line-height:1.03;letter-spacing:-.045em}
.shb-main-price{font-size:30px;font-weight:800;color:var(--shb-blue);margin:12px 0 22px}
.shb-summary-meta{border-top:1px solid var(--shb-border);margin-top:4px}
.shb-summary-meta>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid var(--shb-border)}
.shb-summary-meta span{color:var(--shb-muted)}.shb-summary-meta strong{color:var(--shb-text);text-align:right}
.shb-contact-box{display:flex;align-items:center;gap:12px;margin-top:auto;padding:24px 0 15px}.shb-seller-avatar img{border-radius:50%}
.shb-contact-box small,.shb-contact-box strong{display:block}.shb-contact-box small{color:var(--shb-muted);font-size:11px}.shb-contact-box strong{color:var(--shb-navy)}
.shb-contact-button{width:100%}
.shb-content-card{border:1px solid var(--shb-border);border-radius:var(--shb-radius);padding:34px;margin-top:30px;background:#fff}
.shb-content-card>h2,.shb-description-block h2{margin:0 0 22px;color:var(--shb-navy);font-size:30px;letter-spacing:-.025em}
.shb-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}
.shb-spec{border:1px solid var(--shb-border);border-radius:10px;padding:17px 20px;display:flex;justify-content:space-between;gap:22px;align-items:center}
.shb-spec strong{color:var(--shb-navy)}.shb-spec span{color:#6F7783;text-align:right}
.shb-feature-group{margin-top:30px}.shb-feature-group h3{margin:0 0 18px;color:var(--shb-navy);font-size:23px}
.shb-check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 30px}
.shb-check-item{display:flex;align-items:center;gap:10px;color:#6B7481}
.shb-check{width:24px;height:24px;display:grid;place-items:center;color:var(--shb-success);font-size:20px;font-weight:800}
.shb-description-block{margin-top:34px;padding-top:30px;border-top:1px solid var(--shb-border)}
.shb-description{color:#606B79;font-size:16px;line-height:1.75}
.shb-components-display{margin-top:38px}.shb-component-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.shb-component-card{border:1px solid var(--shb-border);padding:20px;border-radius:var(--shb-radius);background:#fff}.shb-component-card>span{font-size:11px;color:var(--shb-blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em}.shb-component-card h3{margin:7px 0 12px;color:var(--shb-navy)}

/* DASHBOARD */
.shb-dashboard{padding-block:35px 70px}
.shb-dashboard-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}
.shb-dashboard-list{display:grid;gap:12px}
.shb-dashboard-card{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:18px;border:1px solid var(--shb-border);border-radius:var(--shb-radius);background:#fff;padding:12px}
.shb-dashboard-thumb img,.shb-dashboard-thumb span{width:90px;height:68px;object-fit:cover;border-radius:9px;display:grid;place-items:center;background:var(--shb-soft)}
.shb-dashboard-main h3{margin:0;color:var(--shb-navy);font-size:19px}.shb-dashboard-main small{color:var(--shb-muted)}
.shb-dashboard-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.shb-status{font-size:10px;font-weight:800;text-transform:uppercase;padding:5px 8px;border-radius:999px;background:#EEF2F6;color:#586477}
.shb-status-publish{background:#E9F9F1;color:#117947}.shb-status-pending{background:#FFF7DD;color:#8A6800}.shb-status-sold{background:#FFF0F2;color:#A72D3D}
.shb-dashboard-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.shb-dashboard-actions a{font-size:12px;text-decoration:none!important;color:var(--shb-blue)!important;border:1px solid var(--shb-border);padding:8px 10px;border-radius:8px;background:#fff}
.shb-dashboard-actions a:hover{border-color:#B5CCED}.shb-dashboard-actions a.shb-danger{color:var(--shb-danger)!important}

@media(max-width:1200px){
  .shb-category-grid{grid-template-columns:repeat(4,1fr)}
  .shb-grid{grid-template-columns:repeat(3,1fr)}
  .shb-gallery-main{height:560px}
}
@media(max-width:900px){
  .shb-container{width:min(100% - 32px,1440px)}
  .shb-category-grid,.shb-grid{grid-template-columns:repeat(2,1fr)}
  .shb-single-top{grid-template-columns:1fr}.shb-gallery-main{height:520px}
  .shb-component-row{grid-template-columns:1fr 1fr}.shb-component-grid{grid-template-columns:repeat(2,1fr)}
  .shb-check-grid{grid-template-columns:repeat(2,1fr)}
  .shb-dashboard-card{grid-template-columns:76px 1fr}.shb-dashboard-actions{grid-column:1/-1;justify-content:flex-start;padding:0 4px 5px}.shb-dashboard-thumb img,.shb-dashboard-thumb span{width:76px;height:60px}
}
@media(max-width:560px){
  .shb-container{width:min(100% - 24px,1440px)}
  .shb-grid,.shb-category-grid,.shb-two,.shb-component-row,.shb-component-grid,.shb-spec-grid,.shb-check-grid{grid-template-columns:1fr}
  .shb-category{min-height:135px}.shb-gallery-main{height:390px}
  .shb-summary,.shb-content-card,.shb-panel{padding:22px}
  .shb-dashboard-head{align-items:flex-start;gap:18px;flex-direction:column}
  .shb-form-title h1,.shb-dashboard-head h1{font-size:32px}
}



/* SEARCH — intentionally defensive against Elementor/theme form rules */
.shb-search-wrap{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  align-self:center!important;
  box-sizing:border-box!important
}
.shb-search-wrap *{box-sizing:border-box!important}
.shb-search-wrap .shb-search-form{
  width:100%!important;
  height:80px!important;
  min-height:80px!important;
  max-height:80px!important;
  margin:0!important;
  padding:10px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.55fr) minmax(240px,.9fr) minmax(180px,.55fr)!important;
  gap:10px!important;
  align-items:center!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid var(--shb-border)!important;
  border-radius:18px!important;
  box-shadow:0 12px 34px rgba(0,27,69,.10)!important
}
.shb-search-wrap .shb-search-keyword,
.shb-search-wrap .shb-search-category{
  width:100%!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid #E8EDF3!important;
  border-radius:11px!important
}
.shb-search-wrap .shb-search-icon{
  width:21px!important;
  height:21px!important;
  min-width:21px!important;
  margin:0 0 0 17px!important;
  padding:0!important;
  color:var(--shb-blue)!important;
  display:block!important;
  flex:0 0 21px!important
}
.shb-search-wrap .shb-search-icon svg{
  display:block!important;
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important
}
.shb-search-wrap .shb-search-keyword input[type="search"],
.shb-search-wrap .shb-search-category select{
  appearance:auto!important;
  width:100%!important;
  height:56px!important;
  min-height:56px!important;
  max-height:56px!important;
  line-height:56px!important;
  margin:0!important;
  padding:0 16px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  outline:0!important;
  color:var(--shb-text)!important;
  font-family:inherit!important;
  font-size:15px!important;
  font-weight:400!important
}
.shb-search-wrap .shb-search-keyword input[type="search"]::placeholder{color:#9AA6B5!important;opacity:1!important}
.shb-search-wrap .shb-search-category select{cursor:pointer!important}
.shb-search-wrap button.shb-search-button{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:100%!important;
  height:58px!important;
  min-height:58px!important;
  max-height:58px!important;
  margin:0!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:11px!important;
  overflow:hidden!important;
  background:var(--shb-blue)!important;
  color:#fff!important;
  font-family:inherit!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  cursor:pointer!important
}
.shb-search-wrap button.shb-search-button:hover{background:#064FAF!important;color:#fff!important}
.shb-search-wrap button.shb-search-button .shb-search-icon{margin:0!important;color:#fff!important;width:20px!important;height:20px!important;min-width:20px!important;flex-basis:20px!important}

/* CATEGORY ARCHIVES */
.shb-archive{padding-block:34px 70px}
.shb-archive-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin:0 0 30px;
  padding:0 0 25px;
  border-bottom:1px solid var(--shb-border)
}
.shb-archive-header h1{
  margin:6px 0 0;
  color:var(--shb-navy);
  font-size:clamp(38px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.045em
}
.shb-archive-description{max-width:760px;margin-top:12px;color:var(--shb-muted);font-size:15px;line-height:1.65}
.shb-archive-description p{margin:0}
.shb-archive-count{
  min-width:125px;
  text-align:right;
  color:var(--shb-muted)
}
.shb-archive-count strong{display:block;color:var(--shb-blue);font-size:28px;line-height:1}
.shb-archive-count span{display:block;margin-top:5px;font-size:12px}

.shb-archive-layout{
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:28px;
  align-items:start
}
.shb-archive-sidebar{
  position:sticky;
  top:24px;
  display:grid;
  gap:18px
}
.shb-archive-side-block{
  border:1px solid var(--shb-border);
  border-radius:var(--shb-radius);
  background:#fff;
  padding:20px
}
.shb-archive-side-block h3{
  margin:0 0 15px;
  color:var(--shb-navy);
  font-size:18px;
  letter-spacing:-.02em
}
.shb-archive-categories{display:grid;gap:4px}
.shb-archive-category-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 11px;
  border-radius:8px;
  color:var(--shb-text)!important;
  text-decoration:none!important;
  font-size:13px
}
.shb-archive-category-link:hover{background:#F5F8FC;color:var(--shb-navy)!important}
.shb-archive-category-link.is-active{background:#EDF5FF;color:var(--shb-blue)!important;font-weight:700}
.shb-archive-category-link small{
  min-width:24px;
  height:24px;
  padding:0 6px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#F1F4F8;
  color:var(--shb-muted);
  font-size:10px
}
.shb-archive-category-link.is-active small{background:#fff;color:var(--shb-blue)}

.shb-filter-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px}
.shb-filter-heading h3{margin:0}
.shb-filter-heading a,.shb-clear-inline{color:var(--shb-blue)!important;text-decoration:none!important;font-size:12px;font-weight:700}
.shb-filter-form{display:grid!important;gap:17px!important;margin:0!important}
.shb-filter-field{display:grid;gap:7px}
.shb-filter-label{margin:0!important;color:var(--shb-navy);font-size:12px;font-weight:700}
.shb-filter-form select,
.shb-filter-form input[type="text"],
.shb-filter-form input[type="number"],
.shb-filter-form input[type="date"]{
  width:100%!important;
  height:42px!important;
  min-height:42px!important;
  padding:0 10px!important;
  margin:0!important;
  border:1px solid var(--shb-border)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--shb-text)!important;
  box-shadow:none!important;
  font:inherit!important;
  font-size:12px!important
}
.shb-filter-range{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.shb-filter-checks{display:grid;gap:8px;max-height:190px;overflow:auto;padding-right:3px}
.shb-filter-checks label{
  display:flex;
  gap:8px;
  align-items:flex-start;
  margin:0!important;
  color:#5F6977;
  font-size:12px;
  line-height:1.35;
  cursor:pointer
}
.shb-filter-checks input{width:15px!important;height:15px!important;min-height:0!important;margin:1px 0 0!important;accent-color:var(--shb-blue)}
.shb-filter-button{
  width:100%!important;
  height:44px!important;
  min-height:44px!important;
  margin:2px 0 0!important;
  padding:0 14px!important;
  border:0!important;
  border-radius:9px!important;
  background:var(--shb-blue)!important;
  color:#fff!important;
  font:inherit!important;
  font-size:13px!important;
  font-weight:700!important;
  cursor:pointer!important
}
.shb-filter-button:hover{background:#064FAF!important}

.shb-archive-results-head{
  min-height:45px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 15px
}
.shb-archive-results-head h2{margin:0;color:var(--shb-navy);font-size:25px;letter-spacing:-.025em}
.shb-archive-list{display:grid;gap:16px}
.shb-archive-ad{
  display:grid;
  grid-template-columns:300px minmax(0,1fr) 155px;
  gap:22px;
  min-height:225px;
  border:1px solid var(--shb-border);
  border-radius:var(--shb-radius);
  background:#fff;
  padding:14px;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease
}
.shb-archive-ad:hover{border-color:#C5D8F2;box-shadow:0 12px 30px rgba(0,27,69,.07);transform:translateY(-2px)}
.shb-archive-ad-image{
  display:block;
  height:100%;
  min-height:195px;
  overflow:hidden;
  border-radius:10px;
  background:var(--shb-soft)
}
.shb-archive-ad-image img{display:block;width:100%;height:100%;object-fit:cover}
.shb-archive-ad-image .shb-placeholder{height:100%;aspect-ratio:auto}
.shb-archive-ad-main{position:relative;padding:7px 0 5px;min-width:0}
.shb-archive-ad-main h2{margin:0 0 5px;padding-right:180px;font-size:25px;line-height:1.1;letter-spacing:-.025em}
.shb-archive-ad-main h2 a{color:var(--shb-navy)!important;text-decoration:none!important}
.shb-archive-manufacturer-logo{
  position:absolute;
  top:4px;
  right:0;
  width:160px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:hidden
}
.shb-archive-manufacturer-logo img{width:100%;height:100%;object-fit:contain;object-position:right center}
.shb-archive-manufacturer-name{color:var(--shb-blue);font-size:13px;font-weight:700}
.shb-archive-excerpt{max-width:620px;margin:15px 0;color:var(--shb-muted);font-size:13px;line-height:1.55}
.shb-archive-ad-specs{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:12px}
.shb-archive-ad-specs>span{display:grid;gap:2px;min-width:95px}
.shb-archive-ad-specs small{color:#8A94A2;font-size:10px}
.shb-archive-ad-specs strong{color:var(--shb-text);font-size:12px;font-weight:700}
.shb-archive-ad-side{
  border-left:1px solid #EDF1F5;
  padding:8px 0 6px 20px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:space-between
}
.shb-archive-price{color:var(--shb-blue);font-size:23px;font-weight:800;text-align:right}
.shb-archive-view{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--shb-blue)!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:700
}
.shb-archive-view span{font-size:18px}
.shb-archive-empty{
  border:1px dashed #CBD5E1;
  border-radius:var(--shb-radius);
  background:#FAFBFD;
  padding:50px 30px;
  text-align:center
}
.shb-archive-empty h3{margin:0 0 7px;color:var(--shb-navy)}
.shb-archive-empty p{margin:0;color:var(--shb-muted)}

.shb-pagination{margin-top:28px}
.shb-pagination ul{display:flex;gap:7px;list-style:none!important;margin:0!important;padding:0!important}
.shb-pagination a,.shb-pagination span{
  min-width:38px;
  height:38px;
  padding:0 10px;
  display:grid;
  place-items:center;
  border:1px solid var(--shb-border);
  border-radius:8px;
  background:#fff;
  color:var(--shb-text)!important;
  text-decoration:none!important;
  font-size:12px
}
.shb-pagination .current{background:var(--shb-navy);border-color:var(--shb-navy);color:#fff!important}

@media(max-width:1100px){
  .shb-archive-layout{grid-template-columns:230px minmax(0,1fr);gap:20px}
  .shb-archive-ad{grid-template-columns:240px minmax(0,1fr)}
  .shb-archive-ad-side{grid-column:2;border-left:0;border-top:1px solid #EDF1F5;padding:12px 0 0;flex-direction:row;align-items:center}
  .shb-archive-manufacturer-logo{width:135px;height:54px}
  .shb-archive-ad-main h2{padding-right:150px}
}
@media(max-width:900px){
  .shb-search-wrap .shb-search-form{
    height:auto!important;
    max-height:none!important;
    grid-template-columns:1fr 1fr!important
  }
  .shb-search-wrap button.shb-search-button{grid-column:1/-1!important}
  .shb-archive-layout{grid-template-columns:1fr}
  .shb-archive-sidebar{position:static;grid-template-columns:1fr 1fr}
  .shb-archive-ad{grid-template-columns:230px minmax(0,1fr)}
}
@media(max-width:650px){
  .shb-search-wrap .shb-search-form{grid-template-columns:1fr!important;padding:8px!important}
  .shb-search-wrap button.shb-search-button{grid-column:auto!important}
  .shb-archive-header{align-items:flex-start;flex-direction:column}
  .shb-archive-count{text-align:left}
  .shb-archive-sidebar{grid-template-columns:1fr}
  .shb-archive-ad{grid-template-columns:1fr}
  .shb-archive-ad-image{height:230px}
  .shb-archive-ad-main h2{padding-right:0}
  .shb-archive-manufacturer-logo{position:static;width:145px;height:58px;justify-content:flex-start;margin-bottom:10px}
  .shb-archive-manufacturer-logo img{object-position:left center}
  .shb-archive-ad-side{grid-column:auto;padding-top:12px}
}


/* v1.7 seller/location detail panel */
.shb-summary{overflow:hidden}
.shb-seller-panel{
  margin-top:12px;
  padding-top:18px;
  border-top:1px solid var(--shb-border)
}
.shb-summary .shb-contact-box{
  margin:0;
  padding:0 0 15px
}
.shb-location-row{
  display:flex;
  align-items:center;
  gap:11px;
  padding:13px 0 0;
  border-top:1px solid #EDF1F5
}
.shb-location-pin{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 38px;
  background:#F1F6FD;
  color:var(--shb-blue);
  font-size:22px
}
.shb-location-row small,.shb-location-row strong{display:block}
.shb-location-row small{color:var(--shb-muted);font-size:11px;margin-bottom:2px}
.shb-location-row strong{color:var(--shb-navy);font-size:14px}

.shb-map-card{
  margin:18px 0;
  border:1px solid var(--shb-border);
  border-radius:11px;
  overflow:hidden;
  background:var(--shb-soft)
}
.shb-map-card iframe{
  width:100%!important;
  height:210px!important;
  min-height:210px!important;
  display:block!important;
  border:0!important;
  margin:0!important
}
.shb-map-card>a{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  padding:10px 12px!important;
  background:#fff!important;
  color:var(--shb-blue)!important;
  text-decoration:none!important;
  font-size:11px!important;
  font-weight:700!important
}
.shb-map-fallback{
  height:140px;
  display:grid;
  place-items:center;
  color:var(--shb-muted);
  font-size:12px
}

/* Keep Contact Seller blue even when Elementor/theme button rules are aggressive */
.shb-summary a.shb-contact-button,
.shb-summary .shb-contact-button{
  width:100%!important;
  min-height:50px!important;
  margin-top:auto!important;
  padding:0 20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid var(--shb-blue)!important;
  border-radius:10px!important;
  background:var(--shb-blue)!important;
  background-color:var(--shb-blue)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-family:inherit!important;
  font-size:14px!important;
  font-weight:700!important;
  text-decoration:none!important;
  box-shadow:none!important
}
.shb-summary a.shb-contact-button:hover,
.shb-summary .shb-contact-button:hover{
  background:#064FAF!important;
  background-color:#064FAF!important;
  border-color:#064FAF!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important
}

/* Archive seller/location transaction column */
.shb-archive-seller{
  width:100%;
  display:grid;
  gap:11px;
  margin:12px 0 auto
}
.shb-archive-seller>div{
  display:grid;
  gap:2px;
  text-align:right
}
.shb-archive-seller small{
  color:#8A94A2;
  font-size:10px
}
.shb-archive-seller strong{
  color:var(--shb-navy);
  font-size:12px;
  font-weight:700;
  line-height:1.3
}

/* v1.7.1 refinements */
.shb-category-icon{width:92px!important;height:76px!important;border-radius:0!important;background:transparent!important;color:var(--shb-navy)!important;margin-bottom:8px!important}
.shb-category-icon svg{width:72px!important;height:72px!important;stroke-width:1.8!important}

/* Keep category navigation in the sidebar; filters belong above the ads. */
.shb-archive-results>.shb-filter-block{margin:0 0 22px!important;padding:18px 20px!important}
.shb-archive-results>.shb-filter-block .shb-filter-form{display:grid!important;grid-template-columns:repeat(4,minmax(140px,1fr)) auto!important;gap:12px!important;align-items:end!important}
.shb-archive-results>.shb-filter-block .shb-filter-heading{grid-column:1/-1;margin-bottom:2px!important}
.shb-archive-results>.shb-filter-block .shb-filter-field{min-width:0}
.shb-archive-results>.shb-filter-block .shb-filter-button{width:auto!important;min-width:125px!important;margin:0!important}

/* Defensive CTA styling against Elementor/theme button rules. */
.shb-submit-form button.shb-primary[type="submit"]{background:var(--shb-blue)!important;color:#fff!important;border:1px solid var(--shb-blue)!important;text-decoration:none!important;box-shadow:none!important}
.shb-submit-form button.shb-primary[type="submit"]:hover,.shb-submit-form button.shb-primary[type="submit"]:focus{background:#064FAF!important;color:#fff!important;border-color:#064FAF!important}

.shb-image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:12px;margin-top:16px}
.shb-image-preview{position:relative;border:1px solid var(--shb-border);border-radius:10px;background:var(--shb-soft);overflow:hidden}
.shb-image-preview img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.shb-image-preview-meta{padding:8px 9px;font-size:11px;color:var(--shb-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.shb-image-preview-remove{position:absolute!important;top:6px!important;right:6px!important;width:26px!important;height:26px!important;min-height:26px!important;padding:0!important;border:0!important;border-radius:50%!important;background:rgba(0,27,69,.86)!important;color:#fff!important;font-size:17px!important;line-height:26px!important;cursor:pointer!important}
.shb-image-preview-note{grid-column:1/-1;margin:0;color:var(--shb-muted);font-size:12px}

@media(max-width:1100px){.shb-archive-results>.shb-filter-block .shb-filter-form{grid-template-columns:repeat(2,minmax(140px,1fr))}}
@media(max-width:760px){
 .shb-archive-layout{grid-template-columns:1fr}
 .shb-archive-sidebar{position:static}
 .shb-archive-results>.shb-filter-block .shb-filter-form{grid-template-columns:1fr}
 .shb-archive-results>.shb-filter-block .shb-filter-button{width:100%!important}
}


.shb-price-input-row{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:10px;align-items:stretch}
.shb-unit-input-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(88px,auto);gap:10px;align-items:stretch}.shb-unit-input-row .shb-selectable-unit{min-width:88px;max-width:125px}
.shb-price-input-row .shb-price-currency{font-weight:700;text-align:center;min-width:82px}
@media(max-width:640px){.shb-price-input-row{grid-template-columns:minmax(0,1fr) 82px}.shb-unit-input-row{grid-template-columns:minmax(0,1fr) minmax(78px,auto)}.shb-unit-input-row .shb-selectable-unit{min-width:78px;max-width:110px}}

/* v1.8 form polish */
.shb-submit-form{max-width:1040px;margin:0 auto;padding:8px 0 48px}.shb-submit-form .shb-form-title{margin-bottom:22px}.shb-submit-form .shb-form-title>span{color:#0860d9;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.shb-submit-form .shb-form-title h1{margin:5px 0 0;color:#001b45;font-size:38px;line-height:1.15}.shb-submit-form .shb-steps{display:flex;gap:8px;margin:0 0 22px;padding:8px;background:#f6f8fb;border:1px solid #e2e8f0;border-radius:14px}.shb-submit-form .shb-steps>*{flex:1;padding:11px 12px;border-radius:9px;text-align:center;font-size:13px}.shb-submit-form .shb-steps b{background:#e9f2ff;color:#0860d9}.shb-submit-form .shb-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:26px;margin:0 0 18px;box-shadow:0 4px 18px rgba(0,27,69,.035)}.shb-submit-form .shb-panel h2{margin:0 0 20px;color:#001b45;font-size:22px}.shb-submit-form .shb-field,.shb-submit-form .shb-dynamic-field{margin:0 0 18px}.shb-submit-form label{display:block;margin-bottom:7px;color:#142033}.shb-submit-form input:not([type=checkbox]):not([type=radio]),.shb-submit-form select,.shb-submit-form textarea{width:100%;min-height:48px;border:1px solid #d8e0ea!important;border-radius:9px!important;background:#fff!important;padding:11px 13px!important;color:#142033!important;box-shadow:none!important}.shb-submit-form textarea{min-height:150px}.shb-submit-form input:focus,.shb-submit-form select:focus,.shb-submit-form textarea:focus{border-color:#0860d9!important;outline:2px solid rgba(8,96,217,.10)!important}.shb-submit-form input[type=file]{padding:18px!important;border:1px dashed #aebed2!important;background:#f8fbff!important}.shb-submit-form>.shb-primary{min-width:240px;min-height:52px}.shb-submit-form>.shb-primary,.shb-submit-form>.shb-primary:hover{color:#fff!important}.shb-submit-form>.shb-primary{background:#0860d9!important;border-color:#0860d9!important}.shb-submit-form>.shb-primary:hover{background:#064cae!important;border-color:#064cae!important}
/* AJAX filter feedback */
#shb-archive-dynamic{transition:opacity .16s ease}.shb-archive-results #shb-archive-dynamic.is-loading{opacity:.45;pointer-events:none}.shb-filter-form noscript{display:block}
/* Sold state */
.shb-sold-notice{margin-top:18px;padding:14px 16px;border-radius:10px;background:#f3f4f6;color:#4b5563;font-weight:800;text-align:center}
/* Contact seller modal */
body.shb-modal-open{overflow:hidden}.shb-contact-modal[hidden]{display:none!important}.shb-contact-modal{position:fixed;z-index:999999;inset:0;display:flex;align-items:center;justify-content:center;padding:20px}.shb-contact-backdrop{position:absolute;inset:0;background:rgba(0,27,69,.58);backdrop-filter:blur(2px)}.shb-contact-dialog{position:relative;width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.shb-contact-dialog h2{margin:5px 0 8px;color:#001b45}.shb-contact-close{position:absolute;right:16px;top:14px;border:0!important;background:transparent!important;color:#687386!important;font-size:30px;line-height:1;cursor:pointer}.shb-contact-form{margin-top:20px}.shb-contact-form label{display:block;margin:0 0 15px}.shb-contact-form label>span{display:block;font-weight:700;margin-bottom:6px}.shb-contact-form input,.shb-contact-form textarea{width:100%;border:1px solid #d8e0ea!important;border-radius:9px!important;padding:11px 13px!important;background:#fff!important;color:#142033!important}.shb-contact-status{min-height:24px;margin:4px 0 10px;font-weight:700}.shb-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:767px){.shb-submit-form .shb-panel{padding:18px}.shb-submit-form .shb-form-title h1{font-size:30px}.shb-contact-dialog{padding:24px 18px}}


/* v1.8.1: Contact modal submit button - override Elementor/theme button states */
.shb-contact-form button.shb-contact-submit,
.shb-contact-form button.shb-contact-submit:link,
.shb-contact-form button.shb-contact-submit:visited {
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:48px!important;padding:12px 22px!important;border:1px solid #0860d9!important;
  border-radius:9px!important;background:#0860d9!important;background-color:#0860d9!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none!important;
  box-shadow:none!important;font-weight:800!important;cursor:pointer!important;
}
.shb-contact-form button.shb-contact-submit:hover,
.shb-contact-form button.shb-contact-submit:focus,
.shb-contact-form button.shb-contact-submit:active {
  border-color:#064cae!important;background:#064cae!important;background-color:#064cae!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;box-shadow:none!important;
}
.shb-contact-form button.shb-contact-submit:disabled {opacity:.65!important;cursor:wait!important;}
.shb-contact-status.is-error{color:#b42318}.shb-contact-status.is-success{color:#16794b}


/* v1.9.0 refinements */
.shb-view-count{margin:6px 0 14px;color:#687386;font-size:13px;font-weight:700}
.shb-description-block{padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid #e2e8f0}.shb-description-block h2,.shb-details-block>h2{color:#001b45}.shb-details-block{margin-top:0}
.shb-adsense-slot{width:100%;overflow:hidden;text-align:center}.shb-adsense-archive{grid-column:1/-1;margin:4px 0 18px;padding:14px 0;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6}.shb-adsense-detail-gallery{margin:16px 0 0}.shb-adsense-detail-sidebar{margin:0 0 18px;min-height:0}.shb-adsense-slot:empty{display:none!important}
.shb-auth-switch{margin:18px 0 0;color:#687386}.shb-auth-switch a{color:#0860d9!important;font-weight:700;text-decoration:none!important}
.shb-account-signin{color:#001b45!important;text-decoration:none!important;font-weight:700}.shb-account-menu{position:relative;display:inline-block}.shb-account-toggle{appearance:none;border:0!important;background:transparent!important;color:#001b45!important;font:inherit;font-weight:700!important;padding:8px 10px!important;cursor:pointer;box-shadow:none!important}.shb-account-dropdown{display:none;position:absolute;right:0;top:100%;min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 12px 32px rgba(0,27,69,.14);padding:7px;z-index:99999}.shb-account-menu.is-open .shb-account-dropdown{display:grid}.shb-account-dropdown a{padding:10px 12px;color:#142033!important;text-decoration:none!important;border-radius:7px;font-weight:600}.shb-account-dropdown a:hover{background:#f1f6fd;color:#0860d9!important}

/* v1.9.1 — admin-managed category artwork */
.shb-category-icon{
  width:140px!important;height:125px!important;border-radius:0!important;background:transparent!important;
  color:var(--shb-navy)!important;margin-bottom:8px!important;display:grid!important;place-items:center!important;
}
.shb-category-icon .shb-category-icon-image{
  display:block!important;max-width:130px!important;max-height:115px!important;width:auto!important;height:auto!important;
  object-fit:contain!important;margin:0 auto!important;
}
.shb-category-icon-empty{display:block;width:88px;height:1px}

/* v1.9.1 — polished frontend Sign In */
.shb-login-panel{
  width:min(520px,100%);margin:48px auto!important;padding:38px 40px!important;border:1px solid var(--shb-border)!important;
  border-radius:18px!important;background:#fff!important;box-shadow:0 18px 50px rgba(0,27,69,.08)!important;
}
.shb-login-panel h2{margin:0 0 8px!important;color:var(--shb-navy)!important;font-size:32px!important;line-height:1.15!important;letter-spacing:-.03em!important}
.shb-login-intro{margin:8px 0 0!important;color:var(--shb-muted)!important;font-size:14px!important;line-height:1.5!important}
.shb-login-panel form{margin-top:26px!important}
.shb-login-panel p{margin:0 0 18px!important}
.shb-login-panel label{display:block!important;margin:0 0 7px!important;color:var(--shb-text)!important;font-size:14px!important;font-weight:700!important}
.shb-login-panel input[type="text"],
.shb-login-panel input[type="password"]{
  display:block!important;width:100%!important;min-height:50px!important;padding:12px 14px!important;border:1px solid var(--shb-border)!important;
  border-radius:10px!important;background:#fff!important;color:var(--shb-text)!important;font-size:15px!important;line-height:1.3!important;
  box-shadow:none!important;outline:none!important;box-sizing:border-box!important;
}
.shb-login-panel input[type="text"]:focus,
.shb-login-panel input[type="password"]:focus{border-color:#91bbf3!important;box-shadow:0 0 0 3px rgba(8,96,217,.10)!important}
.shb-login-panel .login-remember label{display:flex!important;align-items:center!important;gap:8px!important;font-weight:500!important;color:var(--shb-muted)!important;cursor:pointer}
.shb-login-panel .login-remember input{width:16px!important;height:16px!important;margin:0!important}
.shb-login-panel .login-submit{margin:24px 0 0!important}
.shb-login-panel #wp-submit{
  width:100%!important;min-height:50px!important;padding:13px 20px!important;border:1px solid var(--shb-blue)!important;border-radius:10px!important;
  background:var(--shb-blue)!important;background-color:var(--shb-blue)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  font-size:15px!important;font-weight:800!important;line-height:1.2!important;cursor:pointer!important;box-shadow:none!important;text-decoration:none!important;
}
.shb-login-panel #wp-submit:hover,.shb-login-panel #wp-submit:focus,.shb-login-panel #wp-submit:active{
  border-color:#064cae!important;background:#064cae!important;background-color:#064cae!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
}
.shb-login-panel .shb-auth-switch{margin:24px 0 0!important;padding-top:22px;border-top:1px solid #edf1f6;text-align:center;color:var(--shb-muted)}
@media(max-width:600px){.shb-login-panel{margin:28px auto!important;padding:28px 22px!important}.shb-login-panel h2{font-size:28px!important}}


/* v1.9.2 — unified typography and single-ad page surface */
body,
button, input, select, textarea,
.elementor, .elementor button, .elementor input, .elementor select, .elementor textarea,
[class^="shb-"], [class*=" shb-"] {
  font-family:"Raleway",Arial,sans-serif;
}

/* Light grey canvas stays inside the 1440px marketplace container. */
.shb-single{
  background:#ebebeb;
  margin-top:-20px;
  padding-inline:24px;
}


/* Keep the actual ad content in clean white cards on the grey canvas. */
.shb-gallery{
  background:#fff;
  border:1px solid var(--shb-border);
  border-radius:var(--shb-radius);
  padding:14px;
  box-shadow:0 4px 18px rgba(0,27,69,.035);
}
.shb-gallery-main{background:#fff;border:0;}
.shb-thumbs{padding-bottom:1px;}
.shb-summary,.shb-content-card,.shb-component-card{background:#fff;}

@media(max-width:767px){
  .shb-gallery{padding:10px;}
}


/* v1.9.3 — readability, details grid and Latest Ads card branding */
.shb-market-section,.shb-archive,.shb-single,.shb-submit-form,.shb-dashboard,.shb-search-wrap,.shb-login-panel,.shb-contact-dialog{font-size:14px}
.shb-breadcrumb,.shb-category small,.shb-card-field,.shb-card-more,.shb-archive-excerpt,.shb-archive-ad-specs strong,
.shb-archive-seller,.shb-archive-location,.shb-location-row strong,.shb-summary-meta,.shb-description,.shb-spec,.shb-check-item,
.shb-filter-form input,.shb-filter-form select,.shb-filter-label,.shb-contact-box small,.shb-view-count{font-size:14px!important}
.shb-archive-ad-specs small,.shb-location-row small{font-size:12px!important}

.shb-spec-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.shb-spec{padding:15px 16px;min-width:0}.shb-spec strong,.shb-spec span{min-width:0;overflow-wrap:anywhere}
@media(max-width:1050px){.shb-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.shb-spec-grid{grid-template-columns:1fr}}

.shb-card-media{position:relative}
.shb-card-manufacturer-logo{
  position:absolute;right:12px;top:12px;z-index:3;display:flex;align-items:center;justify-content:center;
  width:92px;height:52px;padding:7px 9px;border-radius:8px;background:rgba(255,255,255,.94);
  box-shadow:0 3px 12px rgba(0,27,69,.10)
}
.shb-card-manufacturer-logo img{display:block!important;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important}
.shb-card-category-label{margin:0 0 6px;color:var(--shb-blue);font-size:12px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.shb-card-media .shb-card-category{display:none!important}
.shb-card-media .shb-card-sold{left:12px;right:auto}

@media(max-width:900px){.shb-single{padding-inline:18px}}
@media(max-width:560px){.shb-single{padding-inline:12px;margin-top:-12px}}


/* v1.9.8: shorter, easier-to-scan Add Ad form */
.shb-submit-form #shb-dynamic-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 20px;align-items:start}
.shb-submit-form #shb-dynamic-fields .shb-dynamic-field{min-width:0;margin:0}
.shb-submit-form #shb-dynamic-fields .shb-dynamic-field .shb-field{margin:0}
.shb-submit-form #shb-dynamic-fields .shb-field-type-textarea,
.shb-submit-form #shb-dynamic-fields .shb-field-type-checkboxes{grid-column:1 / -1}
.shb-submit-form #shb-dynamic-fields .shb-options{margin-top:2px}
@media(max-width:1180px){.shb-submit-form #shb-dynamic-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.shb-submit-form #shb-dynamic-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.shb-submit-form #shb-dynamic-fields{grid-template-columns:1fr}.shb-submit-form #shb-dynamic-fields .shb-dynamic-field{grid-column:1!important}}

/* v1.10.0 — archive canvas + balanced single-ad summary */
.shb-archive{
  background:#ebebeb;
  padding:30px 24px 64px;
  margin-top:-20px;
  border-radius:0 0 18px 18px;
  box-sizing:border-box;
}
.shb-archive-side-block,
.shb-filter-block,
.shb-archive-ad,
.shb-archive-empty{
  background:#fff;
}

/* Keep the fixed gallery and summary visually balanced without oversized vertical gaps. */
.shb-summary{padding:24px 30px!important}
.shb-summary .shb-manufacturer-logo{
  width:210px;
  height:auto;
  aspect-ratio:2.5/1;
  margin:0 auto 10px!important;
  justify-content:center!important;
}
.shb-summary .shb-manufacturer-logo img{
  object-position:center center!important;
  margin:0 auto!important;
}
.shb-summary .shb-eyebrow{margin-top:2px}
.shb-summary h1{margin:4px 0 5px!important}
.shb-summary .shb-main-price{margin:8px 0 8px!important}
.shb-summary .shb-view-count{margin:2px 0 8px!important}
.shb-summary .shb-seller-panel{margin-top:6px!important;padding-top:11px!important}
.shb-summary .shb-contact-box{padding:0 0 9px!important}
.shb-summary .shb-location-row{padding-top:9px!important}
.shb-summary .shb-map-card{margin:11px 0!important}
.shb-summary .shb-map-card iframe{height:190px!important;min-height:190px!important}
.shb-summary .shb-map-card>a{padding:8px 10px!important}
.shb-summary .shb-contact-button{min-height:46px!important;margin-top:0!important}
.shb-thumbs{flex-wrap:nowrap!important}

@media(max-width:900px){
  .shb-archive{padding:24px 18px 52px}
  .shb-summary{padding:24px!important}
}
@media(max-width:560px){
  .shb-archive{padding:20px 12px 44px;margin-top:-12px;border-radius:0}
}

/* v1.11 structured Complete Balloon components */
.shb-components-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}
.shb-components-head h2{margin:0 0 6px}.shb-components-head p{margin:0;color:var(--shb-muted);max-width:850px}
.shb-secondary{background:#fff;color:var(--shb-blue)!important;border:1px solid #B8CBE5;border-radius:9px;padding:10px 14px;font-weight:700;cursor:pointer;white-space:nowrap}
.shb-secondary:hover{background:#F3F7FC;border-color:#8FB0D8}
.shb-component-editors{display:grid;gap:16px}
.shb-component-editor{border:1px solid var(--shb-border);border-radius:12px;padding:18px;background:#F8FAFC}
.shb-component-editor[hidden]{display:none!important}
.shb-component-editor-top{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start}
.shb-component-category-field{margin-bottom:10px}
.shb-component-remove{width:36px;height:36px;border:1px solid #E1B8BE;border-radius:8px;background:#fff;color:#A72D3D;font-size:22px;line-height:1;cursor:pointer}
.shb-component-fields-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 16px}
.shb-component-dynamic-field{min-width:0}.shb-component-dynamic-field.shb-field-type-textarea,.shb-component-dynamic-field.shb-field-type-checkboxes{grid-column:1/-1}
.shb-component-display-card{border:1px solid var(--shb-border);padding:24px;border-radius:var(--shb-radius);background:#fff}
.shb-component-display-card .shb-component-title{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--shb-border)}
.shb-component-display-card .shb-component-title h3{margin:0;color:var(--shb-navy);font-size:22px}
.shb-component-display-card .shb-component-title span{font-size:11px;color:var(--shb-blue);font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.shb-component-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px}
.shb-component-spec{border:1px solid var(--shb-border);border-radius:9px;padding:12px 14px;display:flex;flex-direction:column;gap:3px}
.shb-component-spec strong{font-size:12px;color:var(--shb-muted)}.shb-component-spec span{color:var(--shb-navy);font-weight:700}
.shb-components-display{margin-top:30px}.shb-components-display .shb-component-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:1180px){.shb-component-fields-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.shb-component-fields-grid,.shb-component-specs{grid-template-columns:repeat(2,minmax(0,1fr))}.shb-components-display .shb-component-grid{grid-template-columns:1fr}}
@media(max-width:600px){.shb-components-head{display:block}.shb-components-head .shb-secondary{margin-top:14px}.shb-component-fields-grid,.shb-component-specs{grid-template-columns:1fr}}
.shb-description-card .shb-description-block{margin-top:0;padding-top:0;border-top:0}
.shb-details-card .shb-details-block>h2,.shb-components-display .shb-section-heading h2{margin:0 0 22px;color:var(--shb-navy);font-size:30px;letter-spacing:-.025em}


/* v1.13.0 — repeatable items inside one classified */
.shb-items-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:10px}
.shb-items-head h2{margin:0 0 6px}.shb-items-head p{margin:0;color:var(--shb-muted);max-width:880px}
.shb-items-lot-note{margin:0 0 18px;padding:11px 14px;border-radius:8px;background:#eef5ff;color:#35516f}
.shb-item-editors{display:grid;gap:16px}
.shb-item-editor{border:1px solid var(--shb-border);border-radius:12px;padding:18px;background:#f8fafc}
.shb-item-editor[hidden]{display:none!important}
.shb-item-editor-top{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--shb-border)}
.shb-item-editor-top h3{margin:0;color:var(--shb-navy);font-size:19px}
.shb-item-actions{display:flex;align-items:flex-end;gap:10px}
.shb-item-actions label{display:flex;align-items:center;gap:8px;color:var(--shb-muted);font-weight:700}
.shb-item-actions select{min-width:120px}
.shb-item-remove{width:36px;height:36px;border:1px solid #e1b8be;border-radius:8px;background:#fff;color:#a72d3d;font-size:22px;line-height:1;cursor:pointer}
.shb-item-fields-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 16px}
.shb-item-dynamic-field{min-width:0}.shb-item-dynamic-field.shb-field-type-textarea,.shb-item-dynamic-field.shb-field-type-checkboxes{grid-column:1/-1}
.shb-items-display{margin-top:30px}.shb-items-display-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.shb-item-display-card{border:1px solid var(--shb-border);border-radius:var(--shb-radius);padding:22px;background:#fff}
.shb-item-display-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--shb-border)}
.shb-item-display-head h3{margin:0;color:var(--shb-navy);font-size:21px}.shb-item-display-head small{display:block;color:var(--shb-blue);font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px}
.shb-item-price{font-size:20px;font-weight:800;color:var(--shb-blue);white-space:nowrap}
.shb-item-status-badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;background:#eaf8ef;color:#18754a;margin-top:7px}
.shb-item-status-badge.is-sold{background:#f1f2f4;color:#7a8089}
.shb-item-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.shb-item-spec{border:1px solid var(--shb-border);border-radius:8px;padding:10px 12px}.shb-item-spec strong{display:block;font-size:12px;color:var(--shb-muted);margin-bottom:3px}.shb-item-spec span{font-weight:700;color:var(--shb-navy)}
@media(max-width:1180px){.shb-item-fields-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shb-item-specs{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.shb-item-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shb-items-display-grid{grid-template-columns:1fr}}
@media(max-width:600px){.shb-items-head{display:block}.shb-items-head .shb-secondary{margin-top:14px}.shb-item-editor-top{align-items:flex-start}.shb-item-actions{align-items:flex-end}.shb-item-fields-grid,.shb-item-specs{grid-template-columns:1fr}}

/* v1.13.1 — repeated-item status colors */
.shb-item-status-badge.is-sold{background:#fee2e2!important;color:#b91c1c!important}

.shb-terms-check{display:flex;align-items:flex-start;gap:10px;margin:4px 0 20px;color:var(--shb-muted);font-size:13px;line-height:1.5}.shb-terms-check input{width:auto!important;margin-top:3px;flex:0 0 auto}.shb-terms-check a{color:#0860d9!important;font-weight:700;text-decoration:none!important}.shb-seller-type{display:block;margin-top:3px;color:var(--shb-muted);font-size:12px;font-weight:600}


/* v1.14.6 compact category archive */
.shb-archive-layout-compact{margin-top:24px}
.shb-archive-current-category{padding:2px 4px 6px}
.shb-archive-current-category h1{
  margin:6px 0 0;
  color:var(--shb-navy);
  font-size:clamp(34px,3vw,48px);
  line-height:1.04;
  letter-spacing:-.04em
}
.shb-archive-current-category .shb-archive-description{margin-top:10px;font-size:13px;line-height:1.55}
.shb-archive-results>.shb-filter-block{margin-top:0}
.shb-archive-results-meta{display:flex;justify-content:flex-end;align-items:center;min-height:42px;padding:8px 4px 10px}
.shb-archive-count-inline{min-width:0;text-align:right;display:flex;align-items:baseline;gap:7px}
.shb-archive-count-inline strong{display:inline;font-size:17px;line-height:1}
.shb-archive-count-inline span{display:inline;margin:0;font-size:12px}
.shb-multi-item-summary{
  display:block!important;
  grid-column:1/-1;
  color:var(--shb-muted);
  font-size:12px;
  line-height:1.45;
  font-style:italic
}
.shb-card-multi-summary{margin-top:8px;color:var(--shb-muted);font-size:12px;line-height:1.45;font-style:italic}
@media(max-width:760px){
  .shb-archive-layout-compact{margin-top:18px}
  .shb-archive-current-category{padding-inline:2px}
  .shb-archive-results-meta{justify-content:flex-start}
  .shb-archive-count-inline{text-align:left}
}


/* v1.14.7 - Social sharing on ad detail */
.shb-share{margin-top:18px;padding-top:16px;border-top:1px solid var(--shb-border)}
.shb-share-label{font-size:12px;font-weight:700;color:var(--shb-navy);margin-bottom:9px}
.shb-share-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.shb-share-icon{width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;border:1px solid #d8e0ea!important;border-radius:50%!important;background:#fff!important;color:var(--shb-navy)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease}
.shb-share-icon svg{width:17px;height:17px;display:block;fill:currentColor}
.shb-share-icon:hover,.shb-share-icon:focus{transform:translateY(-1px);color:#fff!important;border-color:transparent!important}
.shb-share-icon.is-facebook:hover,.shb-share-icon.is-facebook:focus{background:#1877f2!important}
.shb-share-icon.is-whatsapp:hover,.shb-share-icon.is-whatsapp:focus{background:#25d366!important}
.shb-share-icon.is-linkedin:hover,.shb-share-icon.is-linkedin:focus{background:#0a66c2!important}
.shb-share-icon.is-x:hover,.shb-share-icon.is-x:focus{background:#000!important}
.shb-share-icon.is-copy:hover,.shb-share-icon.is-copy:focus{background:var(--shb-blue)!important}
.shb-native-share{display:none;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 14px!important;border:1px solid #d8e0ea!important;border-radius:20px!important;background:#fff!important;color:var(--shb-navy)!important;font-weight:700;cursor:pointer}
.shb-native-share svg{width:16px;height:16px;fill:currentColor}
.shb-share-status{font-size:11px;color:var(--shb-muted);min-height:16px;margin-top:5px}
@media(max-width:767px){
  .shb-native-share[hidden]{display:none!important}
  .shb-native-share:not([hidden]){display:inline-flex!important}
  .shb-share-icon.is-linkedin,.shb-share-icon.is-x{display:none!important}
}

/* v1.14.7 - Multi-item archive/card summary */
.shb-multi-item-summary{display:block;flex:1 1 100%;padding:9px 11px;border-radius:8px;background:#f6f8fb;color:var(--shb-muted);font-size:12px;line-height:1.45;font-style:italic}


/* v1.14.9 - single-ad gallery balance + manufacturer logo overlay */
@media(min-width:901px){
  .shb-single-top{align-items:start!important;}
  .shb-gallery{align-self:start!important;height:auto!important;min-height:0!important;}
}
.shb-gallery-main{position:relative;}
.shb-gallery-manufacturer-logo{
  position:absolute;
  top:16px;
  right:16px;
  z-index:20;
  width:88px;
  height:72px;
  padding:8px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  border:1px solid rgba(226,232,240,.95);
  border-radius:10px;
  background:rgba(255,255,255,.95);
  box-shadow:0 4px 16px rgba(0,27,69,.12);
}
.shb-gallery-manufacturer-logo img{
  display:block!important;
  max-width:100%!important;
  max-height:100%!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
}
@media(max-width:560px){
  .shb-gallery-manufacturer-logo{top:10px;right:10px;width:72px;height:60px;padding:6px 8px;}
}
/* v1.14.10 - single-image gallery alignment */
@media(min-width:901px){
  .shb-single-top{align-items:stretch!important;}
  .shb-gallery--single{
    align-self:stretch!important;
    height:auto!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .shb-gallery--single .shb-gallery-main{
    flex:1 1 auto!important;
    height:auto!important;
    min-height:0!important;
    display:block!important;
    overflow:hidden!important;
  }
  .shb-gallery--single .shb-gallery-main > img#shb-main-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:top center!important;
  }
  .shb-gallery--multi{
    align-self:start!important;
    height:auto!important;
  }
}


/* v1.14.11 - robust single-image balance and share controls */
@media (min-width:901px){
  .shb-single-top{
    align-items:stretch!important;
  }
  .shb-gallery--single{
    align-self:stretch!important;
    height:auto!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .shb-gallery--single .shb-gallery-main{
    flex:1 1 0!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  .shb-gallery--single .shb-gallery-main > img#shb-main-image{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:top center!important;
  }
  .shb-gallery--multi{
    align-self:start!important;
    height:auto!important;
  }
}
.shb-share-button{
  appearance:none;
  -webkit-appearance:none;
  font:inherit;
}


/* v1.14.12 - deterministic single-image equal-height layout */
@media (min-width:901px){
  .shb-single-top{
    align-items:stretch!important;
  }
  .shb-single-top > .shb-gallery--single,
  .shb-single-top > .shb-summary{
    height:100%!important;
  }
  .shb-gallery--single{
    align-self:stretch!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
  }
  .shb-gallery--single .shb-gallery-main{
    flex:1 1 auto!important;
    height:100%!important;
    min-height:0!important;
    display:block!important;
    position:relative!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  .shb-gallery--single .shb-gallery-main > img#shb-main-image{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .shb-gallery--multi{
    align-self:start!important;
    height:auto!important;
  }
}

/* v1.14.13 - subtle vertical breathing room in single-ad summary */
@media (min-width:901px){
  .shb-summary .shb-eyebrow{margin-top:4px!important;margin-bottom:2px!important;}
  .shb-summary h1{margin:6px 0 9px!important;}
  .shb-summary .shb-main-price{margin:13px 0 12px!important;}
  .shb-summary .shb-view-count{margin:4px 0 13px!important;}
  .shb-summary .shb-seller-panel{margin-top:8px!important;padding-top:14px!important;}
  .shb-summary .shb-contact-box{padding:0 0 12px!important;}
  .shb-summary .shb-location-row{padding-top:12px!important;}
  .shb-summary .shb-map-card{margin:14px 0!important;}
  .shb-summary .shb-contact-button{margin-top:2px!important;}
  .shb-summary .shb-share{margin-top:20px!important;padding-top:18px!important;}
}


/* v1.14.15 - component workflow, submit progress, and compact multi-image gallery */
.shb-components-actions{display:flex;justify-content:flex-end;margin-top:18px;padding-top:16px;border-top:1px solid var(--shb-border);}
.shb-submit-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.shb-submit-progress{display:flex;align-items:center;gap:9px;color:var(--shb-navy);font-weight:700;font-size:14px;}
.shb-submit-progress[hidden]{display:none!important;}
.shb-submit-progress::before{content:"";width:16px;height:16px;border:2px solid #cbd5e1;border-top-color:var(--shb-blue);border-radius:50%;animation:shb-submit-spin .8s linear infinite;flex:0 0 16px;}
@keyframes shb-submit-spin{to{transform:rotate(360deg)}}
.shb-submit-form.is-submitting button[type="submit"]{opacity:.72;cursor:wait;}

@media (min-width:901px){
  .shb-gallery--multi{align-self:start!important;height:auto!important;min-height:0!important;display:block!important;}
  .shb-gallery--multi .shb-gallery-main{height:auto!important;min-height:0!important;display:block!important;overflow:hidden!important;background:#fff!important;}
  .shb-gallery--multi .shb-gallery-main > img#shb-main-image{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;}
  .shb-gallery--multi .shb-thumbs{margin-top:12px!important;padding:0!important;}
}
@media (max-width:900px){
  .shb-gallery--multi .shb-gallery-main{height:auto!important;min-height:0!important;}
  .shb-gallery--multi .shb-gallery-main > img#shb-main-image{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;}
  .shb-gallery--multi .shb-thumbs{margin-top:10px!important;}
}
@media(max-width:640px){
  .shb-components-actions{justify-content:stretch;}
  .shb-components-actions .shb-add-component{width:100%;}
  .shb-submit-actions{align-items:stretch;flex-direction:column;}
  .shb-submit-actions > button{width:100%;}
}
