.vvt-widget{
  max-width: 100%;
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}
.vvt-title{
  font-size:18px;
  font-weight:800;
  margin-bottom:4px;
}
.vvt-subtitle{
  color:rgba(0,0,0,.6);
  margin-bottom:12px;
  font-size:13px;
}
.vvt-flag-grid{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap:12px;
}
.vvt-flag-card{
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  padding:12px 10px;
  text-align:center;
  background:linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
  box-shadow:0 6px 16px rgba(0,0,0,.06);
}
.vvt-flag{ font-size:28px; line-height:1; }
.vvt-cc{ font-weight:800; margin-top:6px; font-size:13px; }
.vvt-count{ color:rgba(0,0,0,.6); margin-top:2px; font-size:13px; }
