/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/block-frontend/floating-ui-frontend/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
[data-dropdown-toggle]:after {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "expand_more";
}
[data-dropdown-toggle].is-open::after {
  content: "expand_less";
}

.dropdown-panel {
  margin-top: 2px;
  padding: calc(var(--wp--style--block-gap) * 0.75);
  background-color: #ffffff;
  border-radius: var(--wp--custom--border--radius);
  display: none;
  z-index: 10;
  position: absolute;
  width: 100%;
  max-width: 315px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 960px) {
  .dropdown-panel {
    max-width: 350px;
  }
}
.dropdown-panel label {
  margin-bottom: 0;
}
.dropdown-panel .dropdown-panel-title {
  font-weight: 500;
  margin-bottom: calc(var(--wp--style--block-gap) / 4);
}

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