.root__yd5w0 {
  --direction: revert;
  --row-gap: 0;
  --column-gap: 0;
  --item-size: 30px;
  --justify-content: center;
}
.root__yd5w0 .svgWrapper__UZ7vg {
  width: var(--item-size);
  height: var(--item-size);
}
.root__yd5w0 .svgWrapper__UZ7vg svg {
  width: 100%;
  height: 100%;
  /* prevent icons cutting off  */
  overflow: clip;
  overflow-clip-margin: 2px;
}
.root__yd5w0 .container__fHurD {
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: var(--container-flex-direction, row);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content);
}
.root__yd5w0 .container__fHurD .listItem__riFn4 {
  width: var(--item-size);
  min-width: var(--item-size);
  height: var(--item-size);
  direction: var(--direction);
}
.root__yd5w0 .container__fHurD .listItem__riFn4 .link__sg7qR {
  display: block;
}
.root__yd5w0 .container__fHurD .listItem__riFn4 .link__sg7qR .image__kHdAt {
  width: var(--item-size);
  height: var(--item-size);
}
@media (forced-colors: active) {
  .root__yd5w0 .container__fHurD .listItem__riFn4 .link__sg7qR:is(a) {
    outline: 2px solid ButtonText;
    outline-offset: 0;
  }
  .root__yd5w0 .container__fHurD .listItem__riFn4 .link__sg7qR:is(a):hover {
    outline: 3px solid Highlight;
    outline-offset: -2px;
  }
  .root__yd5w0 .container__fHurD .listItem__riFn4 .link__sg7qR:is(a):focus, .root__yd5w0 .container__fHurD .listItem__riFn4 .link__sg7qR:is(a):focus-visible {
    outline: 3px solid Highlight !important;
    outline-offset: 1px;
  }
}
.fallbackDirection__HeRgn:not([dir]) {
  direction: var(--wix-opt-in-direction);
}
.presetWrapper__J1yzj {
  display: contents;
}