#mm-actions {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #f5f5f5;
  border-left: 1px solid #ccc;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

#mm-actions-header {
  margin: 0;
  text-align: center;
}

#mm-action-status-info {
  text-align: center;
  color: #1683c5;
  font-weight: bold;
}

.mm-btn {
  font-size: 0.9rem;
  padding: 6px 12px;
  cursor: pointer;
  background: #4882ef;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.mm-btn:hover {
  background: #3b6ed1;
  transform: scale(1.02);
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mm-action-status-error {
  color: #6f0909;
  background: #ff000073;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
  border-radius: 2px;
  margin: 0px -10px;
}
