.frc-tooltip-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: var(--fcr_cornerradius_xs);
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-app-region: no-drag;
}

.frc-tooltip-button:hover,
.frc-tooltip-button--active {
  background-color: var(--fcr_ui_scene_line1);
}

.tooltip-button,
.popover-button {
  width: 100%;
  height: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.tooltip-button:hover,
.popover-button:hover,
.tooltip-button--active,
.popover-button--active {
  background-color: var(--fcr_web_ui_scene_hover2);
}

.frc-tooltip-button__popover {
  color: var(--fcr_ui_scene_icontext1);
  border: 0.5px solid var(--fcr_ui_scene_line1);
  box-shadow: var(--fcr_web_light_dropup_l);
  border-radius: var(--fcr_cornerradius_l);
  background-color: var(--fcr_mobile_ui_scene_color_popup_fill2);
  overflow: hidden;
}
.frc-tooltip-button__popover .fcr-tooltip-inner {
  border: 0;
  box-shadow: var(--fcr_web_light_dropup_m);
  border-radius: var(--fcr_cornerradius_l);
  color: var(--fcr_ui_scene_icontext1);
  padding: 10px;
}

.tooltip-single-button {
  width: 46px;
}
.fcr-screen-share-button {
  display: flex;
  align-items: center;
}
