.tooltipWrapper__ARB6y {
  position: relative;
  display: flex;
  justify-content: center;
}

.tooltip__smt-R {
  position: absolute;
  font-family: "Wix Madefor Text", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
  max-width: 400px;
  background: #000000;
  color: #ffffff;
  padding: 4px 12px;
  border: 1px solid #757575;
  border-radius: 2px;
  z-index: 10;
  white-space: nowrap;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.tooltipArrow__tpprG {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #757575;
  top: 100%;
  left: calc(50% - 10px);
}

.tooltipArrow__tpprG::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 9px solid black;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  top: -10px;
  left: -8.6px;
}.root__jXw1V {
  display: flex;
  flex-direction: var(--icon-position);
  justify-content: var(--justify-content-value);
  align-items: var(--align-items-value);
  gap: var(--icon-text-spacing);
  font: inherit;
  width: 100%;
  box-sizing: border-box;
  border-color: black;
}

button.root__jXw1V {
  cursor: pointer;
}

.icon__-7Z8j {
  min-width: fit-content;
  width: var(--icon-size, 30px);
  height: var(--icon-size, 30px);
  transform: rotate(var(--icon-rotation));
  text-align: center;
}

.checkmark__NLI3R {
  min-width: fit-content;
  width: var(--icon-size, 24px);
  height: var(--icon-size, 24px);
  transform: rotate(var(--icon-rotation));
  text-align: center;
}

.icon__-7Z8j > svg {
  width: auto;
  height: 100%;
}

.label__hsu2V {
  text-align: start;
}

.root__jXw1V:hover .label__hsu2V,
.share-buttons--hover .label__hsu2V {
  text-decoration: underline;
}

.tooltipWrapper__H2Fyx {
  position: relative;
  display: block;
  justify-content: center;
}

.showTooltip__6NoHZ > .tooltipWrapper__H2Fyx {
  display: flex;
}

.showTooltip__6NoHZ > .copyButtonWrapper__ZPG64 {
  display: inline-block;
}

.copyButtonWrapper__ZPG64 {
  width: 100%;
}

.visuallyHidden__-qkir {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}:vars {
  --justify-content: center;
}

.container__KvqWe {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 11px;
  flex-direction: var(--buttons-alignment);
  justify-content: var(--btn-justify-content);
  align-items: var(--btn-align-items);
  column-gap: var(--column-gap);
  row-gap: var(--rows-spacing);
  direction: var(--direction);
}

.item__S2NHx {
  width: var(--button-width-vertical, fit-content);
}

.focus-ring-active.keyboard-tabbing-on .item__S2NHx:focus-within {
  outline: 2px solid #116dff;
  outline-offset: 1px;
  box-shadow: 0 0 1px 2px #ffffff;
}
.presetWrapper__J1yzj {
  display: contents;
}
.fallbackDirection__HeRgn:not([dir]) {
  direction: var(--wix-opt-in-direction);
}