.kmn-memo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
}

.kmn-memo-link:hover {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}

.kmn-memo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  line-height: 1;
}

.kmn-memo-icon svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kmn-memo-badge {
  position: absolute;
  top: -4px;
  right: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #dc2626;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 0 2px #ffffff;
}

.kmn-memo-link.is-menu {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  padding: 10px 12px;
  border-color: #dbe5f0;
}

.kmn-memo-link.is-menu .kmn-memo-badge {
  position: static;
  margin-left: auto;
  box-shadow: none;
}
