/* ------------------------------------------------------------------ */
/* Sdílení — tlačítko                                                   */
/* ------------------------------------------------------------------ */

.shareButton-hidden {
  display: none !important;
}
.shareButton .shareButton_label {
  margin-left: 0.4em;
}

.articleNavigationBar_buttons .shareButton {
  margin-left: 8px;
}

/* ------------------------------------------------------------------ */
/* Sdílení — nabídka cílů                                               */
/* ------------------------------------------------------------------ */

.mFloatingMenu-shareMenu .mFloatingMenu_item-share {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 0.75em;
}

.shareMenu_icon {
  display: inline-block;
  width: 1.5em;
  text-align: center;
  font-size: 125%;
  opacity: 0.8;
}
.mFloatingMenu_item-share:hover .shareMenu_icon {
  opacity: 1;
}

.shareMenu_label {
  flex: 1 1 auto;
}
