.fcr-line-copy-wrapper {
  position: absolute;

  display: flex;
  flex-direction: column;

  z-index: 999;
}

.fcr-copy__direction-left {
  align-items: flex-start;
}

.fcr-copy__direction-right {
  align-items: flex-end;
}

.fcr-line-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--fcr_mobile_ui_scene_color_popup_fill2);
  border-radius: var(--fcr_cornerradius_s);
  border: 0.5px solid var(--fcr_ui_scene_line1);
  box-shadow: 0px 0px 15px 0px #97979740;
  color: var(--fcr_ui_scene_line1);
  cursor: pointer;

  height: 26px;
  width: 26px;
}

.fcr-line-copy-margin {
  margin-bottom: calc(4px);
}

.fcr-line-copy-wrapper:hover path {
  fill: var(--fcr_ui_scene_ramp_brand6);
}

.fcr-copy-btn {
  display: flex;
  border-radius: 8px;
  flex-direction: column;
  box-shadow: 0px 0px 15px 0px var(--fcr_web_light_dropup);
  min-width: 65px;
  width: fit-content;
  word-break: break-all;
  white-space: nowrap;
  border: 0.5px solid var(--fcr_ui_scene_line1);
  padding: 0 4px;
  background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
}

.fcr-copy-btn button {
  height: 35px;
  border-radius: 8px;
  background: var(--fcr_mobile_ui_scene_color_popup_fill2);
}

.fcr-copy-btn > button:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-bottom: 4px;
  border-top: 0;
}

.fcr-copy-btn > button:not(:first-child) > .fcr-btn-text:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.fcr-copy-btn > button:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  padding-top: 4px;
}

.fcr-copy-btn > button:not(:last-child) > .fcr-btn-text:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fcr-copy-btn button:focus {
  outline: none;
}

.fcr-btn-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 55px;
  height: 30px;
  border-radius: 4px;
  color: var(--fcr_ui_scene_icontext1);
  font-size: 13px;
  padding: 0 4px;
}

.fcr-copy-btn .fcr-btn-text:hover {
  color: var(--fcr_web_ui_scene_mainicon2);
  background: var(--fcr_web_ui_scene_hover);
}

.fcr-single-btn button {
  height: 40px;
}
