.edit-in-office-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: none;
  border-radius: 6px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}
.edit-in-office-btn:hover {
  background: #1d4ed8;
}
.edit-in-office-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
