.avs-pro-wrapper { display: inline-flex; gap: 8px; align-items:center; margin: 12px 0; flex-wrap: wrap; }
.avs-pro-btn { padding:8px 12px; border-radius:8px; border:1px solid rgba(0,0,0,0.08); background:#fff; cursor:pointer; display:inline-flex; align-items:center; gap:8px; }
.avs-pro-btn .avs-count { min-width:22px; text-align:center; font-weight:600; }
.avs-pro-btn.active { box-shadow:0 2px 8px rgba(0,0,0,0.06); transform:translateY(-1px); }
.avs-style-colored .avs-like.active { background: rgba(76,175,80,0.08); border-color: rgba(76,175,80,0.25); }
.avs-style-colored .avs-dislike.active { background: rgba(244,67,54,0.06); border-color: rgba(244,67,54,0.20); }
@media (max-width:600px) { .avs-pro-wrapper { width:100%; } .avs-pro-btn { flex:1 1 auto; justify-content:center; } }
