/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/offbeat-vendor-ownership-block/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.wp-block-offbeat-vendor-ownership-block.offbeat-vendor-ownership,
.offbeat-vendor-ownership {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-offbeat-vendor-ownership-block.is-style-list,
.offbeat-vendor-ownership.is-style-list {
  flex-direction: column;
  align-items: flex-start;
}

.offbeat-ownership-pill {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1.5px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--nav-font);
  font-size: var(--wp--preset--font-size--minute);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.offbeat-ownership-pill:hover {
  background: var(--wp--preset--color--primary-pale);
}

.offbeat-ownership-pill svg {
  display: block;
  flex-shrink: 0;
}

.offbeat-ownership-pill__label {
  display: inline-block;
}

.offbeat-ownership-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.14);
  background: var(--wp--preset--color--base);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--quinary);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.offbeat-ownership-icon:hover {
  border-color: var(--wp--preset--color--contrast);
  background: var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--senary);
}

.offbeat-ownership-icon svg {
  width: 14px;
  height: 14px;
  display: block;
}

.offbeat-ownership-icon__tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--wp--preset--color--senary);
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--nav-font);
  font-size: var(--wp--preset--font-size--minute);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 5;
}

.offbeat-ownership-icon__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--wp--preset--color--senary);
}

.offbeat-ownership-icon:hover .offbeat-ownership-icon__tooltip,
.offbeat-ownership-icon:focus-visible .offbeat-ownership-icon__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.offbeat-ownership-list-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--wp--preset--font-family--body-font);
  font-size: var(--wp--preset--font-size--extra-small);
  color: var(--wp--preset--color--senary);
  line-height: 1;
}

.offbeat-ownership-list-item__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--quinary);
  flex-shrink: 0;
}

.offbeat-ownership-list-item__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/