#mto-preview-pill {
  position: fixed;
  inset-block-end: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  background: #1a202c;
  color: #fff;
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.32);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
#mto-preview-pill .mto-preview-label {
  padding: 10px 16px;
  font-weight: 500;
  opacity: 0.85;
}
#mto-preview-pill .mto-preview-divider {
  display: block;
  width: 1px;
  height: 16px;
  align-self: center;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}
#mto-preview-pill a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  color: var(--mto-btn-color, #4584ff) !important;
  text-decoration: none;
  font-weight: 600;
}
#mto-preview-pill a:hover, #mto-preview-pill a:focus {
  color: var(--mto-btn-hover-color, #2b6cb0) !important;
  text-decoration: none !important;
}
#mto-preview-pill a svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  fill: currentColor;
}
[dir=rtl] #mto-preview-pill a svg {
  transform: scaleX(-1);
}