.work-action-group {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0f0f0e;
  font-size: 13px;
  line-height: 1;
  pointer-events: auto;
  white-space: nowrap;
}

.work-action-button {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f0f0e;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.work-action-button svg {
  display: block;
  width: 17px;
  height: 17px;
  overflow: visible;
}

.work-like-button svg path,
.work-save-button svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.work-like-button {
  color: #bd5537;
}

.work-save-button {
  color: #0f0f0e;
}

.work-action-button.is-active svg path {
  fill: currentColor;
}

.work-action-button:hover {
  color: #bd5537;
  transform: translateY(-1px);
}

.work-action-count {
  min-width: 18px;
  color: #0f0f0e;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.article-card-actions.work-action-group,
.work-card-actions.work-action-group {
  gap: 6px;
  min-height: 28px;
  margin-left: 12px;
  padding: 2px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.article-card-actions .work-action-button,
.work-card-actions .work-action-button {
  width: 22px;
  height: 22px;
}

.article-card-actions .work-action-button svg,
.work-card-actions .work-action-button svg {
  width: 17px;
  height: 17px;
}

.article-card-actions .work-action-count,
.work-card-actions .work-action-count {
  min-width: 14px;
  font-size: 12px;
  font-weight: 600;
}

.detail-action-slot .work-action-group {
  gap: 10px;
  font-size: 13px;
}

.detail-action-slot .work-action-button {
  width: 28px;
  height: 28px;
}

.detail-action-slot .work-action-button svg {
  width: 21px;
  height: 21px;
}

.detail-action-slot .work-action-count {
  font-size: 13px;
}
