@charset "UTF-8";
.boldpo-spacing-control .boldpo-spacing-control__input .components-input-control__container,
.boldpo-spacing-control .boldpo-spacing-control__input .components-input-control__backdrop {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.boldpo-spacing-control .boldpo-spacing-control__input .components-input-control__input {
  text-align: center;
  padding-inline: 4px;
}
.boldpo-spacing-control .boldpo-spacing-control__input {
  /* Hide stepper buttons — group is already compact. */
}
.boldpo-spacing-control .boldpo-spacing-control__input .components-number-control__spin {
  display: none;
}
.boldpo-spacing-control {
  /* Subtle focus ring when one cell is active — pulls focus visually
   * without breaking the merged appearance. */
}
.boldpo-spacing-control .boldpo-spacing-control__input:focus-within .components-input-control__backdrop {
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color, #007cba) !important;
}/*# sourceMappingURL=SpacingControl.css.map */