.share-action-nav__media-list-group {
  padding: 0 10px;
  cursor: pointer;
}

.share-action-nav__media-list-group .fcr-radio {
  width: 100%;
  height: 32px;
  border-radius: var(--fcr_cornerradius_xxs);
  padding-left: 6px;
}

.share-action-nav__media-title {
  font-size: 12px;
  font-weight: 400;
  color: var(--fcr_ui_scene_icontext1);
  text-align: left;
}

.share-action-nav__media-list-group .fcr-radio:hover {
  background-color: var(--fcr_web_ui_scene_hover);
}

.share-action-nav__media-list-group .fcr-radio-label {
  font-weight: 500;
  margin-left: 8px;
  padding: 0px;
  font-size: 13px;
}

.share-action-nav__media-list-group .fcr-radio-input-wrapper svg {
  width: 14px;
  height: 14px;
}

.share-action-nav__media-list-group .fcr-radio:hover path {
  fill: var(--fcr_ui_scene_ramp_brand6);
}

.share-action-nav__device-setting {
  font-size: 12px;
}