/* V43E — scoped offers/sponsored polish only */
.viwi-v43e-sponsored-scope{
  --v43e-o:#ff7a1a;
  --v43e-o2:#ff9b3d;
  --v43e-bg:#f6f3ef;
  --v43e-card:#fff;
  --v43e-text:#11131a;
  --v43e-muted:#5f6877;
  --v43e-line:rgba(20,20,20,.08);
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-bar{
  max-width:1120px;
  margin:16px auto;
  padding:15px;
  border-radius:22px;
  background:linear-gradient(135deg,#fff,#fff7ee);
  border:1px solid rgba(255,122,26,.18);
  box-shadow:0 12px 26px rgba(46,30,15,.06);
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  flex-wrap:wrap;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-head h2{
  margin:4px 0 6px!important;
  font-size:clamp(21px,2.4vw,31px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-head p{
  margin:0;
  color:var(--v43e-muted);
  font-size:14px;
  line-height:1.55;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-pill{
  display:inline-flex;
  border-radius:999px;
  padding:7px 10px;
  background:#fff7ee;
  color:#8f460a;
  border:1px solid rgba(255,122,26,.16);
  font-weight:900;
  font-size:12px;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:13px;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-card{
  background:#fff;
  border:1px solid var(--v43e-line);
  border-radius:18px;
  padding:13px;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-card h3{
  margin:7px 0 5px;
  font-size:16px;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-card p{
  margin:0;
  color:var(--v43e-muted);
  font-size:13px;
  line-height:1.5;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:11px;
}
.viwi-v43e-sponsored-scope .viwi-v43e-sponsored-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-v43e-sponsored-scope .viwi-v43e-sponsored-actions a:first-child{
  background:linear-gradient(135deg,var(--v43e-o),var(--v43e-o2));
  color:#fff;
}
@media(max-width:860px){
  .viwi-v43e-sponsored-scope .viwi-v43e-sponsored-grid{grid-template-columns:1fr}
  .viwi-v43e-sponsored-scope .viwi-v43e-sponsored-bar{width:calc(100% - 24px)}
}
