/* V65 Live entry button */
.mdd-live-v65-fab{position:fixed;right:22px;bottom:86px;z-index:99990;border:0;border-radius:999px;padding:13px 18px;display:inline-flex;align-items:center;gap:9px;background:linear-gradient(135deg,#ffd60a,#ff4fa3,#8a5cff,#00d8ff);color:#05030d;font-weight:950;box-shadow:0 18px 50px rgba(0,0,0,.32);cursor:pointer}
.mdd-live-v65-fab i{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.72);font-style:normal}.mdd-live-v65-card{border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:15px;background:linear-gradient(135deg,rgba(255,214,10,.16),rgba(255,79,163,.10),rgba(0,216,255,.10));box-shadow:0 16px 42px rgba(0,0,0,.20);display:flex;align-items:center;justify-content:space-between;gap:12px}.mdd-live-v65-card b{display:block;font-size:18px}.mdd-live-v65-card span{color:rgba(255,255,255,.70);font-weight:700}@media(max-width:720px){.mdd-live-v65-fab{right:12px;bottom:72px;padding:12px}.mdd-live-v65-fab span{display:none}}

/* V73 — Live alinhado com Seguidores/A seguir/Perfil/Publicações/Laços. */
.profile-stats>.mdd-live-v65-profile-stat{
  appearance:none;-webkit-appearance:none;font:inherit;color:inherit;cursor:pointer;
  min-width:0;border:0;background:transparent;text-align:center;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:0;margin:0;box-shadow:none;border-radius:0;
}
.profile-stats>.mdd-live-v65-profile-stat b{color:#ff4fa3;letter-spacing:.05em}
.profile-stats>.mdd-live-v65-profile-stat span{white-space:nowrap}
.profile-stats>.mdd-live-v65-profile-stat:hover b{color:#00d8ff}
.profile-stats>.mdd-live-v65-profile-stat:focus-visible{outline:2px solid #00d8ff;outline-offset:5px;border-radius:8px}
