/* V43C FIX — scoped public listings polish only */
.viwi-v43c-listings-scope{
  --v43c-orange:#ff7a1a;
  --v43c-orange2:#ff9b3d;
  --v43c-bg:#f6f3ef;
  --v43c-card:#ffffff;
  --v43c-text:#11131a;
  --v43c-muted:#606979;
  --v43c-line:rgba(20,20,20,.08);
}
.viwi-v43c-listings-scope .viwi-v43c-polishbar{
  max-width:1120px;
  margin:16px auto;
  padding:14px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--v43c-line);
  box-shadow:0 10px 24px rgba(46,30,15,.05);
}
.viwi-v43c-listings-scope .viwi-v43c-polishbar h2{
  margin:0 0 6px!important;
  font-size:clamp(21px,2.4vw,32px)!important;
  line-height:1.12!important;
}
.viwi-v43c-listings-scope .viwi-v43c-polishbar p{
  margin:0;
  font-size:14px;
  color:var(--v43c-muted);
  line-height:1.55;
}
.viwi-v43c-listings-scope .viwi-v43c-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.viwi-v43c-listings-scope .viwi-v43c-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:999px;
  padding:9px 12px;
  background:#fff7ee;
  color:#8f460a;
  border:1px solid rgba(255,122,26,.16);
  font-weight:900;
  font-size:13px;
}
.viwi-v43c-listings-scope .viwi-v43c-actions a:first-child{
  background:linear-gradient(135deg,var(--v43c-orange),var(--v43c-orange2));
  color:#fff;
}
@media(max-width:760px){
  .viwi-v43c-listings-scope .viwi-v43c-polishbar{
    width:calc(100% - 24px);
    margin:12px auto;
  }
}
