/* MiPublicador.com · posts polish */
body .mp-posts-polish-loaded .mp-external-link,
body .mp-posts-polish-loaded a[href*="facebook.com"],
body .mp-posts-polish-loaded a[href*="instagram.com"],
body .mp-posts-polish-loaded a[href*="youtube.com/watch"],
body .mp-posts-polish-loaded a[href*="youtube.com/shorts"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 26px !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(148, 163, 184, .35) !important;
  background: rgba(255,255,255,.88) !important;
  color: #334155 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(15,23,42,.06) !important;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease !important;
}

body .mp-posts-polish-loaded .mp-external-link:hover,
body .mp-posts-polish-loaded a[href*="facebook.com"]:hover,
body .mp-posts-polish-loaded a[href*="instagram.com"]:hover,
body .mp-posts-polish-loaded a[href*="youtube.com/watch"]:hover,
body .mp-posts-polish-loaded a[href*="youtube.com/shorts"]:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(99,102,241,.45) !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.10) !important;
}

body .mp-posts-polish-loaded a[href*="facebook.com"]::before {
  content: "f";
  font-weight: 900;
  font-size: 11px;
}

body .mp-posts-polish-loaded a[href*="instagram.com"]::before {
  content: "◎";
  font-weight: 900;
  font-size: 11px;
}

body .mp-posts-polish-loaded a[href*="youtube.com/watch"]::before,
body .mp-posts-polish-loaded a[href*="youtube.com/shorts"]::before {
  content: "▶";
  font-weight: 900;
  font-size: 10px;
}

.mp-posts-auto-note {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(15,23,42,.92);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(15,23,42,.25);
}

.mp-posts-auto-note.is-visible {
  display: inline-flex;
}

.mp-posts-auto-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.18);
}
