.onlyoffice-open {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 10px;
  border: 1px solid #d0c2b1;
  background: #f6efe6;
  color: #2b2018;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.onlyoffice-open:hover {
  background: #efe3d4;
  text-decoration: none;
}
