/* public/assets/css/overrides_vote_ui.css */
/* 1) Supprimer les titres sur les bannières */
.mns-title, .server-title-overlay, .banner-title { display:none !important; }

/* 2) Badges lisibles + bouton Voir/Voter */
.badge, .mns-badge, .server-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  font-size:.82rem;
  white-space:nowrap;
}

.btn, .mns-action, .server-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
  cursor:pointer;
}
.btn:hover, .mns-action:hover, .server-btn:hover{ background:rgba(255,255,255,.12); }
.btn.primary{ background:rgba(41,214,255,.14); border-color:rgba(41,214,255,.26); }
.btn.primary:hover{ background:rgba(41,214,255,.18); }
