.dmr-icon-label-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.dmr-action-icon {
  display: block;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.dmr-action-label {
  white-space: nowrap;
}
