.ggfk-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.ggfk-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  vertical-align: -0.14em;
  color: inherit;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
}

.service-watermark-icon {
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 1em;
  height: 1em;
  font-size: 8rem;
  opacity: 0.12;
  pointer-events: none;
}

#gcfk-chat-btn .ggfk-icon {
  width: 1.45rem;
  height: 1.45rem;
}

#gcfk-chat-close .ggfk-icon {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}
