/* phpcs:ignoreFile -- Human-readable Gutenberg block source; PHP_CodeSniffer CSS tokenizer falsely reports this file as minified. */
.wp-block-nixfubu-smart-section.nixfubu-smart-section {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  max-inline-size: 100vw;
  margin-top: var(--nixfubu-smart-section-margin-top, 0);
  margin-right: calc(50% - 50vw + var(--nixfubu-smart-section-margin-right, 0px));
  margin-bottom: var(--nixfubu-smart-section-margin-bottom, 0);
  margin-left: calc(50% - 50vw + var(--nixfubu-smart-section-margin-left, 0px));
  margin-inline-start: calc(50% - 50vw + var(--nixfubu-smart-section-margin-left, 0px));
  margin-inline-end: calc(50% - 50vw + var(--nixfubu-smart-section-margin-right, 0px));
  min-height: var(--nixfubu-smart-section-min-height-active, var(--nixfubu-smart-section-min-height, 0));
  padding: var(--nixfubu-smart-section-padding-top-active, var(--nixfubu-smart-section-padding-top, 20px)) var(--nixfubu-smart-section-padding-right-active, var(--nixfubu-smart-section-padding-right, var(--nixfubu-smart-section-padding-x, 20px))) var(--nixfubu-smart-section-padding-bottom-active, var(--nixfubu-smart-section-padding-bottom, 20px)) var(--nixfubu-smart-section-padding-left-active, var(--nixfubu-smart-section-padding-left, var(--nixfubu-smart-section-padding-x, 20px)));
  box-sizing: border-box;
  border-width: var(--nixfubu-smart-section-border-width, 0);
  border-style: var(--nixfubu-smart-section-border-style, solid);
  border-color: var(--nixfubu-smart-section-border-visible, transparent);
  border-radius: var(--nixfubu-smart-section-radius-tl, 0) var(--nixfubu-smart-section-radius-tr, 0) var(--nixfubu-smart-section-radius-br, 0) var(--nixfubu-smart-section-radius-bl, 0);
  background-clip: padding-box;
  transition: box-shadow .2s ease, outline-color .2s ease;
}

@media (max-width: 991px) {
  .wp-block-nixfubu-smart-section.nixfubu-smart-section {
    --nixfubu-smart-section-min-height-active: var(--nixfubu-smart-section-min-height-tablet, var(--nixfubu-smart-section-min-height, 0));
    --nixfubu-smart-section-padding-top-active: var(--nixfubu-smart-section-padding-top-tablet, var(--nixfubu-smart-section-padding-top, 20px));
    --nixfubu-smart-section-padding-right-active: var(--nixfubu-smart-section-padding-right-tablet, var(--nixfubu-smart-section-padding-right, 20px));
    --nixfubu-smart-section-padding-bottom-active: var(--nixfubu-smart-section-padding-bottom-tablet, var(--nixfubu-smart-section-padding-bottom, 20px));
    --nixfubu-smart-section-padding-left-active: var(--nixfubu-smart-section-padding-left-tablet, var(--nixfubu-smart-section-padding-left, 20px));
    --nixfubu-smart-section-content-gap-active: var(--nixfubu-smart-section-content-gap-tablet, var(--nixfubu-smart-section-content-gap, 20px));
  }
}

@media (max-width: 767px) {
  .wp-block-nixfubu-smart-section.nixfubu-smart-section {
    --nixfubu-smart-section-min-height-active: var(--nixfubu-smart-section-min-height-mobile, var(--nixfubu-smart-section-min-height-tablet, var(--nixfubu-smart-section-min-height, 0)));
    --nixfubu-smart-section-padding-top-active: var(--nixfubu-smart-section-padding-top-mobile, var(--nixfubu-smart-section-padding-top-tablet, var(--nixfubu-smart-section-padding-top, 20px)));
    --nixfubu-smart-section-padding-right-active: var(--nixfubu-smart-section-padding-right-mobile, var(--nixfubu-smart-section-padding-right-tablet, var(--nixfubu-smart-section-padding-right, 20px)));
    --nixfubu-smart-section-padding-bottom-active: var(--nixfubu-smart-section-padding-bottom-mobile, var(--nixfubu-smart-section-padding-bottom-tablet, var(--nixfubu-smart-section-padding-bottom, 20px)));
    --nixfubu-smart-section-padding-left-active: var(--nixfubu-smart-section-padding-left-mobile, var(--nixfubu-smart-section-padding-left-tablet, var(--nixfubu-smart-section-padding-left, 20px)));
    --nixfubu-smart-section-content-gap-active: var(--nixfubu-smart-section-content-gap-mobile, var(--nixfubu-smart-section-content-gap-tablet, var(--nixfubu-smart-section-content-gap, 20px)));
  }
}

.wp-block-nixfubu-smart-section.nixfubu-smart-section.has-soft-surface {
  border-radius: var(--nixfubu-smart-section-radius-tl, var(--nixfubu-smart-section-radius, 0)) var(--nixfubu-smart-section-radius-tr, var(--nixfubu-smart-section-radius, 0)) var(--nixfubu-smart-section-radius-br, var(--nixfubu-smart-section-radius, 0)) var(--nixfubu-smart-section-radius-bl, var(--nixfubu-smart-section-radius, 0));
}

.wp-block-nixfubu-smart-section .nixfubu-smart-section__inner {
  width: min(100%, var(--nixfubu-smart-section-content-width, 1200px));
  margin: 0 auto;
  display: grid;
  gap: var(--nixfubu-smart-section-content-gap-active, var(--nixfubu-smart-section-content-gap, 20px));
  row-gap: var(--nixfubu-smart-section-content-gap-active, var(--nixfubu-smart-section-content-gap, 20px));
  column-gap: var(--nixfubu-smart-section-content-gap-active, var(--nixfubu-smart-section-content-gap, 20px));
  align-items: stretch;
  box-sizing: border-box;
}

.wp-block-nixfubu-smart-section.is-layout-column .nixfubu-smart-section__inner {
  grid-template-columns: minmax(0, 1fr);
}

.wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner {
  display: grid;
  grid-template-columns: repeat(var(--nixfubu-smart-section-columns, 2), minmax(0, 1fr));
}

@media (max-width: 991px) {
  .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner {
    grid-template-columns: repeat(var(--nixfubu-smart-section-columns-tablet, var(--nixfubu-smart-section-columns, 2)), minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner {
    grid-template-columns: repeat(var(--nixfubu-smart-section-columns-mobile, var(--nixfubu-smart-section-columns-tablet, 1)), minmax(0, 1fr));
  }
}

.wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.is-width-managed {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.is-width-managed > .wp-block-nixfubu-smart-column {
  align-self: stretch !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-nixfubu-smart-column,
.nixfubu-smart-column {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: var(--nixfubu-smart-column-managed-height, var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 120px)));
  height: auto;
  align-self: stretch;
  margin: var(--nixfubu-smart-column-margin-top, 0) var(--nixfubu-smart-column-margin-right, 0) var(--nixfubu-smart-column-margin-bottom, 0) var(--nixfubu-smart-column-margin-left, 0);
  padding: var(--nixfubu-smart-column-padding-top-active, var(--nixfubu-smart-column-padding-top, var(--nixfubu-smart-column-padding, 20px))) var(--nixfubu-smart-column-padding-right-active, var(--nixfubu-smart-column-padding-right, var(--nixfubu-smart-column-padding, 20px))) var(--nixfubu-smart-column-padding-bottom-active, var(--nixfubu-smart-column-padding-bottom, var(--nixfubu-smart-column-padding, 20px))) var(--nixfubu-smart-column-padding-left-active, var(--nixfubu-smart-column-padding-left, var(--nixfubu-smart-column-padding, 20px)));
  display: block;
  box-sizing: border-box;
  border-radius: var(--nixfubu-smart-column-radius-tl, 5px) var(--nixfubu-smart-column-radius-tr, 5px) var(--nixfubu-smart-column-radius-br, 5px) var(--nixfubu-smart-column-radius-bl, 5px);
  overflow: visible;
  isolation: isolate;
  contain: none;
}

.wp-block-nixfubu-smart-column *,
.nixfubu-smart-column * {
  box-sizing: border-box;
}

.wp-block-nixfubu-smart-inner-column.nixfubu-smart-column {
  --nixfubu-smart-column-managed-height: var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 80px));
  min-height: var(--nixfubu-smart-column-managed-height, var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 80px)));
  height: auto;
}

.wp-block-nixfubu-smart-inner-column.nixfubu-smart-column.has-custom-width {
  width: calc(var(--nixfubu-smart-column-custom-percent, 100) * 1%);
}

.wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.is-width-managed > .wp-block-nixfubu-smart-column {
  flex: 0 0 auto !important;
}

.wp-block-nixfubu-smart-column.has-column-surface,
.nixfubu-smart-column.has-column-surface {
  border-radius: var(--nixfubu-smart-column-radius-tl, 5px) var(--nixfubu-smart-column-radius-tr, 5px) var(--nixfubu-smart-column-radius-br, 5px) var(--nixfubu-smart-column-radius-bl, 5px);
  border-width: var(--nixfubu-smart-column-border-width, 0);
  border-style: var(--nixfubu-smart-column-border-style, solid);
  border-color: var(--nixfubu-smart-column-border-visible, transparent);
  background-color: var(--nixfubu-smart-column-bg-color, rgba(255,255,255,0.6));
  background-image: var(--nixfubu-smart-column-bg-image, none);
  background-size: var(--nixfubu-smart-column-bg-size, auto);
  background-position: var(--nixfubu-smart-column-bg-position, 0 0);
  background-repeat: var(--nixfubu-smart-column-bg-repeat, repeat);
  background-clip: padding-box;
  box-shadow: var(--nixfubu-smart-column-box-shadow, none);
  transition: background-color .2s ease, background-image .2s ease, box-shadow .2s ease;
}

.wp-block-nixfubu-smart-column.has-hover-background:hover,
.nixfubu-smart-column.has-hover-background:hover {
  background-color: var(--nixfubu-smart-column-bg-color, rgba(255,255,255,0.6));
  background-image: var(--nixfubu-smart-column-bg-image, none);
}

.wp-block-nixfubu-smart-column.has-hover-background::before,
.nixfubu-smart-column.has-hover-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: var(--nixfubu-smart-column-hover-bg-color, transparent);
  background-image: var(--nixfubu-smart-column-hover-bg-image, none);
  background-size: var(--nixfubu-smart-column-hover-bg-size, auto);
  background-position: var(--nixfubu-smart-column-hover-bg-position, 0 0);
  background-repeat: var(--nixfubu-smart-column-hover-bg-repeat, repeat);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
}

.wp-block-nixfubu-smart-column.has-video-background.has-hover-background::before,
.nixfubu-smart-column.has-video-background.has-hover-background::before {
  z-index: 1;
}

.wp-block-nixfubu-smart-column.has-hover-background:hover::before,
.nixfubu-smart-column.has-hover-background:hover::before {
  opacity: 1;
}

.wp-block-nixfubu-smart-column.has-video-background.has-hover-background:hover .nixfubu-smart-column__video-bg,
.nixfubu-smart-column.has-video-background.has-hover-background:hover .nixfubu-smart-column__video-bg {
  opacity: .18;
}

.wp-block-nixfubu-smart-column.has-video-background,
.nixfubu-smart-column.has-video-background {
  position: relative;
  background-color: #000;
  background-image: none;
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__video-bg,
.nixfubu-smart-column .nixfubu-smart-column__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
  clip-path: inset(0 round var(--nixfubu-smart-column-radius-tl, 0) var(--nixfubu-smart-column-radius-tr, 0) var(--nixfubu-smart-column-radius-br, 0) var(--nixfubu-smart-column-radius-bl, 0));
  transition: opacity .2s ease;
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__video-bg iframe,
.wp-block-nixfubu-smart-column .nixfubu-smart-column__video-bg video,
.nixfubu-smart-column .nixfubu-smart-column__video-bg iframe,
.nixfubu-smart-column .nixfubu-smart-column__video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  border: 0;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__video-bg video,
.nixfubu-smart-column .nixfubu-smart-column__video-bg video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

@supports (aspect-ratio: 16 / 9) {
  .wp-block-nixfubu-smart-column .nixfubu-smart-column__video-bg iframe,
  .nixfubu-smart-column .nixfubu-smart-column__video-bg iframe {
    width: auto;
    height: 100%;
    aspect-ratio: 16 / 9;
    min-width: 100%;
    min-height: 100%;
  }

  .wp-block-nixfubu-smart-column .nixfubu-smart-column__video-bg video,
  .nixfubu-smart-column .nixfubu-smart-column__video-bg video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__video-overlay,
.nixfubu-smart-column .nixfubu-smart-column__video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner,
.nixfubu-smart-column .nixfubu-smart-column__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: var(--nixfubu-smart-column-content-direction, column);
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start);
  align-items: var(--nixfubu-smart-column-content-align, stretch);
  gap: var(--nixfubu-smart-column-content-gap, 0);
  flex-wrap: var(--nixfubu-smart-column-content-wrap, nowrap);
  width: 100%;
  min-height: calc(max(var(--nixfubu-smart-column-managed-height, var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 120px))) - var(--nixfubu-smart-column-padding-top-active, var(--nixfubu-smart-column-padding-top, var(--nixfubu-smart-column-padding, 20px))) - var(--nixfubu-smart-column-padding-bottom-active, var(--nixfubu-smart-column-padding-bottom, var(--nixfubu-smart-column-padding, 20px))), 0px));
}

@media (max-width: 991px) {
  .wp-block-nixfubu-smart-column,
  .nixfubu-smart-column {
    --nixfubu-smart-column-min-height-active: var(--nixfubu-smart-column-min-height-tablet, var(--nixfubu-smart-column-min-height, 120px));
    --nixfubu-smart-column-padding-top-active: var(--nixfubu-smart-column-padding-top-tablet, var(--nixfubu-smart-column-padding-top, 20px));
    --nixfubu-smart-column-padding-right-active: var(--nixfubu-smart-column-padding-right-tablet, var(--nixfubu-smart-column-padding-right, 20px));
    --nixfubu-smart-column-padding-bottom-active: var(--nixfubu-smart-column-padding-bottom-tablet, var(--nixfubu-smart-column-padding-bottom, 20px));
    --nixfubu-smart-column-padding-left-active: var(--nixfubu-smart-column-padding-left-tablet, var(--nixfubu-smart-column-padding-left, 20px));
  }

  .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner,
  .nixfubu-smart-column .nixfubu-smart-column__inner {
    flex-direction: var(--nixfubu-smart-column-content-direction-tablet, var(--nixfubu-smart-column-content-direction, column));
  }
}

@media (max-width: 767px) {
  .wp-block-nixfubu-smart-column,
  .nixfubu-smart-column {
    --nixfubu-smart-column-min-height-active: var(--nixfubu-smart-column-min-height-mobile, var(--nixfubu-smart-column-min-height-tablet, var(--nixfubu-smart-column-min-height, 120px)));
    --nixfubu-smart-column-padding-top-active: var(--nixfubu-smart-column-padding-top-mobile, var(--nixfubu-smart-column-padding-top-tablet, var(--nixfubu-smart-column-padding-top, 20px)));
    --nixfubu-smart-column-padding-right-active: var(--nixfubu-smart-column-padding-right-mobile, var(--nixfubu-smart-column-padding-right-tablet, var(--nixfubu-smart-column-padding-right, 20px)));
    --nixfubu-smart-column-padding-bottom-active: var(--nixfubu-smart-column-padding-bottom-mobile, var(--nixfubu-smart-column-padding-bottom-tablet, var(--nixfubu-smart-column-padding-bottom, 20px)));
    --nixfubu-smart-column-padding-left-active: var(--nixfubu-smart-column-padding-left-mobile, var(--nixfubu-smart-column-padding-left-tablet, var(--nixfubu-smart-column-padding-left, 20px)));
  }

  .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner,
  .nixfubu-smart-column .nixfubu-smart-column__inner {
    flex-direction: var(--nixfubu-smart-column-content-direction-mobile, var(--nixfubu-smart-column-content-direction-tablet, var(--nixfubu-smart-column-content-direction, column)));
  }
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > *,
.nixfubu-smart-column .nixfubu-smart-column__inner > * {
  width: 100%;
  max-width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  box-sizing: border-box;
}

.wp-block-nixfubu-smart-column.is-content-row > .nixfubu-smart-column__inner > *:not(.wp-block-nixfubu-smart-inner-column),
.wp-block-nixfubu-smart-column.is-content-row-reverse > .nixfubu-smart-column__inner > *:not(.wp-block-nixfubu-smart-inner-column),
.nixfubu-smart-column.is-content-row > .nixfubu-smart-column__inner > *:not(.wp-block-nixfubu-smart-inner-column),
.nixfubu-smart-column.is-content-row-reverse > .nixfubu-smart-column__inner > *:not(.wp-block-nixfubu-smart-inner-column) {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  min-width: 0;
}

.wp-block-nixfubu-smart-column.is-content-row > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.wp-block-nixfubu-smart-column.is-content-row-reverse > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.nixfubu-smart-column.is-content-row > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.nixfubu-smart-column.is-content-row-reverse > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button {
  flex: 0 0 auto;
  min-width: max-content;
}

.wp-block-nixfubu-smart-column.is-content-column > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-image,
.wp-block-nixfubu-smart-column.is-content-column-reverse > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-image,
.wp-block-nixfubu-smart-column.is-content-column > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.wp-block-nixfubu-smart-column.is-content-column-reverse > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.wp-block-nixfubu-smart-inner-column.is-content-column > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.wp-block-nixfubu-smart-inner-column.is-content-column-reverse > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.nixfubu-smart-column.is-content-column > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-image,
.nixfubu-smart-column.is-content-column-reverse > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-image,
.nixfubu-smart-column.is-content-column > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.nixfubu-smart-column.is-content-column-reverse > .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button {
  width: auto;
  max-width: 100%;
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > *:first-child,
.nixfubu-smart-column .nixfubu-smart-column__inner > *:first-child {
  margin-top: 0;
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > *:last-child,
.nixfubu-smart-column .nixfubu-smart-column__inner > *:last-child {
  margin-bottom: 0;
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-image,
.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > figure,
.nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-image,
.nixfubu-smart-column .nixfubu-smart-column__inner > figure {
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-heading .nixfubu-smart-heading__text,
.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-paragraph .nixfubu-smart-paragraph__text,
.nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-heading .nixfubu-smart-heading__text,
.nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-paragraph .nixfubu-smart-paragraph__text {
  margin-bottom: 0 !important;
  margin-block-end: 0 !important;
}

.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-image,
.nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-button,
.nixfubu-smart-column .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-image {
  margin-bottom: 0 !important;
  margin-block-end: 0 !important;
}

.wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-inner-column,
.wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-inner-column,
.nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-inner-column,
.nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner > .wp-block-nixfubu-smart-inner-column {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}

.wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner {
  display: grid;
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns, 3), minmax(0, 1fr));
  gap: var(--nixfubu-smart-column-content-gap, 0);
  align-items: stretch;
}

.wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner > *,
.nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner > * {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
  .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner {
    grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-tablet, 2), minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
  .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner {
    grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-mobile, 1), minmax(0, 1fr));
  }
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > [data-type="nixfubu/smart-section"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > [data-align="full"][data-type="nixfubu/smart-section"],
.editor-styles-wrapper .wp-block[data-type="nixfubu/smart-section"] {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.nixfubu-smart-section {
  width: 100% !important;
  max-width: none !important;
  max-inline-size: none !important;
  margin-top: var(--nixfubu-smart-section-margin-top, 0) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: var(--nixfubu-smart-section-margin-bottom, 0) !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  min-height: max(120px, var(--nixfubu-smart-section-min-height-active, var(--nixfubu-smart-section-min-height, 0px)));
  outline: 1px solid #f3a6ff;
  outline-offset: -1px;
  border-radius: var(--nixfubu-smart-section-radius-tl, 0) var(--nixfubu-smart-section-radius-tr, 0) var(--nixfubu-smart-section-radius-br, 0) var(--nixfubu-smart-section-radius-bl, 0);
  overflow: visible !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.nixfubu-smart-section:hover,
.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-selected.nixfubu-smart-section {
  box-shadow: inset 0 0 0 1px rgba(232, 121, 249, 0.15);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.nixfubu-smart-section.is-preview-tablet {
  --nixfubu-smart-section-min-height-active: var(--nixfubu-smart-section-min-height-tablet, var(--nixfubu-smart-section-min-height, 0));
  --nixfubu-smart-section-padding-top-active: var(--nixfubu-smart-section-padding-top-tablet, var(--nixfubu-smart-section-padding-top, 20px));
  --nixfubu-smart-section-padding-right-active: var(--nixfubu-smart-section-padding-right-tablet, var(--nixfubu-smart-section-padding-right, 20px));
  --nixfubu-smart-section-padding-bottom-active: var(--nixfubu-smart-section-padding-bottom-tablet, var(--nixfubu-smart-section-padding-bottom, 20px));
  --nixfubu-smart-section-padding-left-active: var(--nixfubu-smart-section-padding-left-tablet, var(--nixfubu-smart-section-padding-left, 20px));
  --nixfubu-smart-section-content-gap-active: var(--nixfubu-smart-section-content-gap-tablet, var(--nixfubu-smart-section-content-gap, 20px));
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.nixfubu-smart-section.is-preview-mobile {
  --nixfubu-smart-section-min-height-active: var(--nixfubu-smart-section-min-height-mobile, var(--nixfubu-smart-section-min-height-tablet, var(--nixfubu-smart-section-min-height, 0)));
  --nixfubu-smart-section-padding-top-active: var(--nixfubu-smart-section-padding-top-mobile, var(--nixfubu-smart-section-padding-top-tablet, var(--nixfubu-smart-section-padding-top, 20px)));
  --nixfubu-smart-section-padding-right-active: var(--nixfubu-smart-section-padding-right-mobile, var(--nixfubu-smart-section-padding-right-tablet, var(--nixfubu-smart-section-padding-right, 20px)));
  --nixfubu-smart-section-padding-bottom-active: var(--nixfubu-smart-section-padding-bottom-mobile, var(--nixfubu-smart-section-padding-bottom-tablet, var(--nixfubu-smart-section-padding-bottom, 20px)));
  --nixfubu-smart-section-padding-left-active: var(--nixfubu-smart-section-padding-left-mobile, var(--nixfubu-smart-section-padding-left-tablet, var(--nixfubu-smart-section-padding-left, 20px)));
  --nixfubu-smart-section-content-gap-active: var(--nixfubu-smart-section-content-gap-mobile, var(--nixfubu-smart-section-content-gap-tablet, var(--nixfubu-smart-section-content-gap, 20px)));
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section .nixfubu-smart-section__inner {
  align-items: stretch;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner:not(.block-editor-block-list__layout) {
  display: block;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section .nixfubu-smart-section__toolbar {
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: auto;
  min-width: 108px;
  height: 30px;
  min-height: 30px;
  padding: 0 8px;
  background: linear-gradient(180deg, #f6b2ff 0%, #e78dff 100%);
  border-radius: 10px 10px 0 0;
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.22);
  transform: translateX(-50%);
  opacity: 1 !important;
  overflow: visible;
  pointer-events: auto;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section .nixfubu-smart-section__toolbar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 8px;
  background: linear-gradient(180deg, #e78dff 0%, #d96dff 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section .nixfubu-smart-toolbar__button {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #1f2937;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1 !important;
  visibility: visible !important;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section .nixfubu-smart-toolbar__button:hover {
  background: rgba(255, 255, 255, 0.38);
  color: #111827;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section .nixfubu-smart-toolbar__button:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section .nixfubu-smart-toolbar__button--close:hover {
  background: rgba(255, 255, 255, 0.44);
  color: #7f1d1d;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column,
.editor-styles-wrapper .nixfubu-smart-column {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  position: relative;
  min-height: var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 160px));
  height: auto;
  align-self: stretch;
  border-width: var(--nixfubu-smart-column-border-width, 0);
  border-style: var(--nixfubu-smart-column-border-style, solid);
  border-color: var(--nixfubu-smart-column-border-visible, transparent);
  outline: 1px dashed rgba(203, 213, 225, 0.95);
  outline-offset: -1px;
  border-radius: var(--nixfubu-smart-column-radius-tl, 5px) var(--nixfubu-smart-column-radius-tr, 5px) var(--nixfubu-smart-column-radius-br, 5px) var(--nixfubu-smart-column-radius-bl, 5px);
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-position: 0 0;
  background-repeat: repeat;
  background-clip: padding-box;
  box-sizing: border-box !important;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.nixfubu-smart-column {
  min-height: var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 80px));
  height: auto;
  outline-color: rgba(125, 211, 252, 0.95);
}

.editor-styles-wrapper [data-type="nixfubu/smart-inner-column"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  align-self: stretch;
  box-sizing: border-box !important;
}

.editor-styles-wrapper .nixfubu-smart-column__inner > [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  box-sizing: border-box;
}

.editor-styles-wrapper .nixfubu-smart-column__inner > [data-type="nixfubu/smart-inner-column"] > .wp-block-nixfubu-smart-inner-column,
.editor-styles-wrapper .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] > .wp-block-nixfubu-smart-inner-column,
.editor-styles-wrapper .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .wp-block-nixfubu-smart-inner-column,
.editor-styles-wrapper .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .block-editor-block-list__block-edit,
.editor-styles-wrapper .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .block-editor-block-list__block-edit > div {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  box-sizing: border-box;
}

.editor-styles-wrapper .nixfubu-smart-column__inner > [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"] {
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
  margin-top: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(var(--nixfubu-smart-section-columns, 2), minmax(0, 1fr));
  gap: var(--nixfubu-smart-section-content-gap-active, var(--nixfubu-smart-section-content-gap, 20px));
  align-items: stretch;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner .block-editor-inner-blocks {
  width: 100%;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.block-editor-block-list__layout.is-width-managed,
.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner .block-editor-block-list__layout.is-width-managed {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--nixfubu-smart-section-content-gap-active, var(--nixfubu-smart-section-content-gap, 20px));
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-column"] {
  min-width: 0;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.block-editor-block-list__layout.is-width-managed > [data-type="nixfubu/smart-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner .block-editor-block-list__layout.is-width-managed > [data-type="nixfubu/smart-column"] {
  display: flex !important;
  flex-direction: column;
  flex: 0 0 auto !important;
  align-self: stretch;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.block-editor-block-list__layout.is-width-managed > [data-type="nixfubu/smart-column"] > .wp-block-nixfubu-smart-column,
.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner .block-editor-block-list__layout.is-width-managed > [data-type="nixfubu/smart-column"] > .wp-block-nixfubu-smart-column,
.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner.block-editor-block-list__layout.is-width-managed > [data-type="nixfubu/smart-column"] .wp-block-nixfubu-smart-column,
.editor-styles-wrapper .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner .block-editor-block-list__layout.is-width-managed > [data-type="nixfubu/smart-column"] .wp-block-nixfubu-smart-column {
  align-self: stretch;
  min-height: var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 160px)) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.has-column-surface,
.editor-styles-wrapper .nixfubu-smart-column.has-column-surface {
  border-width: var(--nixfubu-smart-column-border-width, 0);
  border-style: var(--nixfubu-smart-column-border-style, solid);
  border-color: var(--nixfubu-smart-column-border-visible, transparent);
  background-color: var(--nixfubu-smart-column-bg-color, rgba(255, 255, 255, 0.82));
  background-image: var(--nixfubu-smart-column-bg-image, none);
  background-size: var(--nixfubu-smart-column-bg-size, auto);
  background-position: var(--nixfubu-smart-column-bg-position, 0 0);
  background-repeat: var(--nixfubu-smart-column-bg-repeat, repeat);
  box-shadow: var(--nixfubu-smart-column-box-shadow, none);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column:not(.has-column-surface),
.editor-styles-wrapper .nixfubu-smart-column:not(.has-column-surface) {
  border-width: 0;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column::after,
.editor-styles-wrapper .nixfubu-smart-column::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed transparent;
  border-radius: calc(max(var(--nixfubu-smart-column-radius-tl, 5px) - 8px, 0px)) calc(max(var(--nixfubu-smart-column-radius-tr, 5px) - 8px, 0px)) calc(max(var(--nixfubu-smart-column-radius-br, 5px) - 8px, 0px)) calc(max(var(--nixfubu-smart-column-radius-bl, 5px) - 8px, 0px));
  pointer-events: none;
  transition: border-color .18s ease;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column:hover,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-selected,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-nixfubu-active,
.editor-styles-wrapper .nixfubu-smart-column:hover,
.editor-styles-wrapper .nixfubu-smart-column.is-selected,
.editor-styles-wrapper .nixfubu-smart-column.is-nixfubu-active,
.editor-styles-wrapper [data-type="nixfubu/smart-column"].is-selected > .wp-block-nixfubu-smart-column,
.editor-styles-wrapper [data-type="nixfubu/smart-inner-column"].is-selected > .wp-block-nixfubu-smart-inner-column {
  outline-color: rgba(194, 206, 223, 0.98);
  box-shadow: var(--nixfubu-smart-column-editor-box-shadow, 0 0 0 0 rgba(0,0,0,0)), inset 0 0 0 1px rgba(244, 114, 182, 0.16);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-selected,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-nixfubu-active,
.editor-styles-wrapper .nixfubu-smart-column.is-selected,
.editor-styles-wrapper .nixfubu-smart-column.is-nixfubu-active,
.editor-styles-wrapper [data-type="nixfubu/smart-column"].is-selected > .wp-block-nixfubu-smart-column,
.editor-styles-wrapper [data-type="nixfubu/smart-inner-column"].is-selected > .wp-block-nixfubu-smart-inner-column {
  outline: 2px solid #0ea5e9 !important;
  outline-offset: 0;
  box-shadow: var(--nixfubu-smart-column-editor-box-shadow, 0 0 0 0 rgba(0,0,0,0)), inset 0 0 0 1px rgba(14, 165, 233, 0.28), 0 0 0 1px rgba(14, 165, 233, 0.12);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column:hover::after,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-selected::after,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-nixfubu-active::after,
.editor-styles-wrapper .nixfubu-smart-column:hover::after,
.editor-styles-wrapper .nixfubu-smart-column.is-selected::after,
.editor-styles-wrapper .nixfubu-smart-column.is-nixfubu-active::after,
.editor-styles-wrapper [data-type="nixfubu/smart-column"].is-selected > .wp-block-nixfubu-smart-column::after,
.editor-styles-wrapper [data-type="nixfubu/smart-inner-column"].is-selected > .wp-block-nixfubu-smart-inner-column::after {
  border-color: rgba(203, 213, 225, 0.95);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-selected::after,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-nixfubu-active::after,
.editor-styles-wrapper .nixfubu-smart-column.is-selected::after,
.editor-styles-wrapper .nixfubu-smart-column.is-nixfubu-active::after,
.editor-styles-wrapper [data-type="nixfubu/smart-column"].is-selected > .wp-block-nixfubu-smart-column::after,
.editor-styles-wrapper [data-type="nixfubu/smart-inner-column"].is-selected > .wp-block-nixfubu-smart-inner-column::after {
  border-color: rgba(14, 165, 233, 0.5);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner {
  display: flex !important;
  flex-direction: var(--nixfubu-smart-column-content-direction, column);
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start);
  align-items: var(--nixfubu-smart-column-content-align, stretch);
  gap: var(--nixfubu-smart-column-content-gap, 0);
  flex-wrap: var(--nixfubu-smart-column-content-wrap, nowrap);
  position: relative;
  width: 100%;
  min-height: calc(max(var(--nixfubu-smart-column-managed-height, var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 120px))) - var(--nixfubu-smart-column-padding-top-active, var(--nixfubu-smart-column-padding-top, var(--nixfubu-smart-column-padding, 20px))) - var(--nixfubu-smart-column-padding-bottom-active, var(--nixfubu-smart-column-padding-bottom, var(--nixfubu-smart-column-padding, 20px))), 0px));
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner .block-editor-block-list__layout {
  display: flex !important;
  flex-direction: var(--nixfubu-smart-column-content-direction, column);
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start);
  align-items: var(--nixfubu-smart-column-content-align, stretch);
  gap: 0 !important;
  flex-wrap: var(--nixfubu-smart-column-content-wrap, nowrap);
  width: 100%;
  min-height: 100%;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > [data-block] > *,
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] > *,
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] .wp-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block] {
  margin-top: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block] {
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"] {
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  margin-top: var(--nixfubu-smart-column-content-gap, 0) !important;
  margin-block-start: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .wp-block,
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .wp-block-nixfubu-smart-inner-column {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"] {
  margin-top: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout {
  gap: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner.is-width-managed [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner.is-width-managed [data-type="nixfubu/smart-inner-column"] {
  width: auto !important;
  max-width: none !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"] {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  display: grid !important;
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns, 3), minmax(0, 1fr));
  gap: var(--nixfubu-smart-column-content-gap, 0) !important;
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start);
  align-items: var(--nixfubu-smart-column-content-align, stretch);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner > [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] {
  flex: initial !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-inline-start: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-tablet, 2), minmax(0, 1fr)) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-mobile, 1), minmax(0, 1fr)) !important;
}

@media (max-width: 991px) {
  .editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
  .editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
  .editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout,
  .editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
  .editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
  .editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout {
    grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-tablet, 2), minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
  .editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
  .editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout,
  .editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
  .editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
  .editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout {
    grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-mobile, 1), minmax(0, 1fr));
  }
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  min-height: calc(max(var(--nixfubu-smart-column-managed-height, var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 120px))) - var(--nixfubu-smart-column-padding-top-active, var(--nixfubu-smart-column-padding-top, var(--nixfubu-smart-column-padding, 20px))) - var(--nixfubu-smart-column-padding-bottom-active, var(--nixfubu-smart-column-padding-bottom, var(--nixfubu-smart-column-padding, 20px))), 0px));
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-empty > .nixfubu-smart-column__inner > .block-list-appender {
  display: flex !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.has-inner-content > .nixfubu-smart-column__inner > .block-list-appender {
  display: none !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender .block-editor-button-block-appender,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender .block-editor-button-block-appender {
  min-height: 0;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background 0.2s ease;
  pointer-events: auto;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender .block-editor-button-block-appender:hover,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender .block-editor-button-block-appender:hover {
  background: rgba(248, 250, 252, 0.7);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender .block-editor-button-block-appender .block-editor-inserter__toggle,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender .block-editor-button-block-appender .block-editor-inserter__toggle {
  width: 32px;
  min-height: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender .block-editor-button-block-appender .block-editor-inserter__toggle svg,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender .block-editor-button-block-appender .block-editor-inserter__toggle svg {
  fill: #94a3b8;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__actions,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__actions {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 15;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  opacity: 0;
  transform: translate(-6px, -6px);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: auto;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column:hover > .nixfubu-smart-column__actions,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-selected > .nixfubu-smart-column__actions,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-nixfubu-active > .nixfubu-smart-column__actions,
.editor-styles-wrapper .nixfubu-smart-column:hover > .nixfubu-smart-column__actions,
.editor-styles-wrapper .nixfubu-smart-column.is-selected > .nixfubu-smart-column__actions,
.editor-styles-wrapper .nixfubu-smart-column.is-nixfubu-active > .nixfubu-smart-column__actions,
.editor-styles-wrapper [data-type="nixfubu/smart-column"].is-selected > .wp-block-nixfubu-smart-column > .nixfubu-smart-column__actions,
.editor-styles-wrapper [data-type="nixfubu/smart-inner-column"].is-selected > .wp-block-nixfubu-smart-inner-column > .nixfubu-smart-column__actions {
  opacity: 1;
  transform: translateY(0);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid rgba(120, 130, 143, 0.3);
  background: #aeb7c2;
  color: #111827;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn:last-child,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn:last-child {
  border-right: 0;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn--select,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn--select {
  z-index: 2;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn--close,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn--close {
  opacity: 0;
  visibility: hidden;
  width: 0;
  min-width: 0;
  overflow: hidden;
  border-right: 0;
  transition: opacity .16s ease, visibility .16s ease, width .16s ease;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column > .nixfubu-smart-column__actions:hover .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .wp-block-nixfubu-smart-column > .nixfubu-smart-column__actions:hover .nixfubu-smart-column__corner-btn--close,
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn--select:hover + .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn--select:hover + .nixfubu-smart-column__corner-btn--duplicate + .nixfubu-smart-column__corner-btn--close,
.editor-styles-wrapper .nixfubu-smart-column > .nixfubu-smart-column__actions:hover .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .nixfubu-smart-column > .nixfubu-smart-column__actions:hover .nixfubu-smart-column__corner-btn--close,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn--select:hover + .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn--select:hover + .nixfubu-smart-column__corner-btn--duplicate + .nixfubu-smart-column__corner-btn--close {
  opacity: 1;
  visibility: visible;
  width: 24px;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__actions:hover .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn--select:hover + .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__actions:hover .nixfubu-smart-column__corner-btn--duplicate,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn--select:hover + .nixfubu-smart-column__corner-btn--duplicate {
  border-right: 1px solid rgba(120, 130, 143, 0.3);
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn:hover,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn:hover {
  background: #98a4b2;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column .nixfubu-smart-column__corner-btn--close:hover,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__corner-btn--close:hover {
  background: #9ca3af;
  color: #7f1d1d;
}

.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner {
  display: flex !important;
  flex-direction: var(--nixfubu-smart-column-content-direction, column);
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start);
  align-items: var(--nixfubu-smart-column-content-align, stretch);
  gap: var(--nixfubu-smart-column-content-gap, 0);
  flex-wrap: var(--nixfubu-smart-column-content-wrap, nowrap);
  position: relative;
  width: 100%;
  min-height: calc(max(var(--nixfubu-smart-column-managed-height, var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 120px))) - var(--nixfubu-smart-column-padding-top-active, var(--nixfubu-smart-column-padding-top, var(--nixfubu-smart-column-padding, 20px))) - var(--nixfubu-smart-column-padding-bottom-active, var(--nixfubu-smart-column-padding-bottom, var(--nixfubu-smart-column-padding, 20px))), 0px));
}

.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner .block-editor-block-list__layout {
  display: flex !important;
  flex-direction: var(--nixfubu-smart-column-content-direction, column);
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start);
  align-items: var(--nixfubu-smart-column-content-align, stretch);
  gap: 0 !important;
  flex-wrap: var(--nixfubu-smart-column-content-wrap, nowrap);
  width: 100%;
  min-height: 100%;
}

.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner > [data-block],
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner > [data-block] > *,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] > *,
.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] .wp-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.editor-styles-wrapper .nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block] {
  margin-top: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block] {
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .nixfubu-smart-column.is-content-row .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .nixfubu-smart-column.is-content-row-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-image"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-image"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-image"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-image"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-image"],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-image"],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-image"],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-image"],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .nixfubu-smart-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"] {
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.editor-styles-wrapper .nixfubu-smart-column .nixfubu-smart-column__inner > .block-list-appender {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  min-height: calc(max(var(--nixfubu-smart-column-managed-height, var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 120px))) - var(--nixfubu-smart-column-padding-top-active, var(--nixfubu-smart-column-padding-top, var(--nixfubu-smart-column-padding, 20px))) - var(--nixfubu-smart-column-padding-bottom-active, var(--nixfubu-smart-column-padding-bottom, var(--nixfubu-smart-column-padding, 20px))), 0px));
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.editor-styles-wrapper .nixfubu-smart-column.is-empty > .nixfubu-smart-column__inner > .block-list-appender {
  display: flex !important;
}

.editor-styles-wrapper .nixfubu-smart-column.has-inner-content > .nixfubu-smart-column__inner > .block-list-appender {
  display: none !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  display: grid !important;
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns, 3), minmax(0, 1fr));
  gap: var(--nixfubu-smart-column-content-gap, 0) !important;
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start) !important;
  align-items: var(--nixfubu-smart-column-content-align, stretch) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-tablet, 2), minmax(0, 1fr)) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-mobile, 1), minmax(0, 1fr)) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .wp-block,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .wp-block-nixfubu-smart-inner-column,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner > [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .wp-block,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .wp-block-nixfubu-smart-inner-column {
  flex: initial !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

.nixfubu-segment-control {
  margin-bottom: 14px;
}

.nixfubu-segment-control .components-base-control__label {
  margin-bottom: 7px;
}

.nixfubu-segment-control__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  border: 1px solid #d6dce5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.nixfubu-segment-control--six .nixfubu-segment-control__row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nixfubu-segment-control__button.components-button {
  width: 100%;
  min-width: 0;
  height: 30px;
  min-height: 30px;
  padding: 0;
  justify-content: center;
  border-radius: 0;
  color: #334155;
  background: #fff;
  box-shadow: none;
  border-right: 1px solid #e2e8f0;
}

.nixfubu-segment-control__button.components-button:last-child {
  border-right: 0;
}

.nixfubu-segment-control__button.components-button:hover,
.nixfubu-segment-control__button.components-button:focus {
  color: #111827;
  background: #f1f5f9;
  box-shadow: inset 0 0 0 1px #cbd5e1;
}

.nixfubu-segment-control__button.components-button.is-active {
  color: #111827;
  background: #e2e8f0;
  box-shadow: inset 0 0 0 1px #cbd5e1;
}

.nixfubu-segment-control__button .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.nixfubu-segment-control__svg {
  display: block;
  width: 18px;
  height: 18px;
}

.nixfubu-segment-control__text {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.nixfubu-segment-control__glyph {
  position: relative;
  display: grid;
  width: 16px;
  height: 14px;
  align-content: center;
  gap: 2px;
}

.nixfubu-segment-control__glyph i {
  display: block;
  width: 10px;
  height: 1.5px;
  border-radius: 99px;
  background: currentColor;
}

.nixfubu-segment-control__glyph i:nth-child(2) {
  width: 14px;
}

.nixfubu-segment-control__glyph--between i {
  margin-inline: auto;
}

.nixfubu-segment-control__glyph--between::before,
.nixfubu-segment-control__glyph--between::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 1px;
  background: currentColor;
  opacity: .7;
}

.nixfubu-segment-control__glyph--between::before {
  left: 0;
}

.nixfubu-segment-control__glyph--between::after {
  right: 0;
}

.nixfubu-segment-control__glyph--around i {
  margin-inline: auto;
}

.nixfubu-segment-control__glyph--around::before,
.nixfubu-segment-control__glyph--around::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: currentColor;
  opacity: .45;
}

.nixfubu-segment-control__glyph--around::before {
  left: 2px;
}

.nixfubu-segment-control__glyph--around::after {
  right: 2px;
}

.nixfubu-segment-control__glyph--evenly i {
  margin-inline: auto;
}

.nixfubu-segment-control__glyph--evenly::before,
.nixfubu-segment-control__glyph--evenly::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background: currentColor;
  opacity: .35;
}

.nixfubu-segment-control__glyph--evenly::before {
  left: 4px;
}

.nixfubu-segment-control__glyph--evenly::after {
  right: 4px;
}

.nixfubu-box-control {
  margin-bottom: 16px;
}

.nixfubu-box-control .components-base-control__label {
  margin-bottom: 0;
}

.nixfubu-box-control__head {
  display: flex;
  justify-content: flex-end;
  margin: -18px 0 8px;
}

.nixfubu-box-control__unit {
  font-size: 11px;
  line-height: 1;
  color: #64748b;
  text-transform: lowercase;
}

.nixfubu-box-control__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 34px;
  align-items: start;
  border: 1px solid #d6dce5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.nixfubu-box-control__field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #e2e8f0;
  background: #fff;
}

.nixfubu-box-control__field input {
  width: 100%;
  min-height: 30px;
  padding: 3px 2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

.nixfubu-box-control__field input:focus {
  box-shadow: inset 0 0 0 1px #2271b1;
  outline: none;
}

.nixfubu-box-control__field span {
  width: 100%;
  padding: 3px 1px 5px;
  border-top: 1px solid #eef2f7;
  color: #64748b;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.nixfubu-box-control__link.components-button {
  width: 34px;
  min-width: 34px;
  height: 52px;
  padding: 0;
  justify-content: center;
  border-radius: 0;
  color: #64748b;
  background: #f8fafc;
  box-shadow: none;
}

.nixfubu-box-control__link.components-button:hover,
.nixfubu-box-control__link.components-button:focus {
  color: #1d4ed8;
  background: #eff6ff;
  box-shadow: inset 0 0 0 1px #bfdbfe;
}

.nixfubu-box-control__link.components-button.is-linked {
  color: #111827;
  background: #eef2f7;
}

.nixfubu-box-control__link .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.nixfubu-bg-panel {
  margin-top: 8px;
}

.nixfubu-bg-panel .components-panel__body-title {
  margin: 0;
}

.nixfubu-bg-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4px 0 16px;
  border: 1px solid #d6dce5;
  border-radius: 4px;
  overflow: hidden;
}

.nixfubu-bg-tabs button {
  min-height: 30px;
  border: 0;
  border-right: 1px solid #d6dce5;
  background: #fff;
  color: #475569;
  cursor: pointer;
}

.nixfubu-bg-tabs button:last-child {
  border-right: 0;
}

.nixfubu-bg-tabs button.is-active {
  background: #d7dbe0;
  color: #111827;
}

.nixfubu-bg-tabs button:disabled {
  cursor: not-allowed;
  opacity: .75;
}

.nixfubu-bg-control__field {
  margin-bottom: 14px;
}

.nixfubu-bg-control__field .components-base-control__label {
  margin-bottom: 7px;
}

.nixfubu-bg-type-control {
  display: inline-grid;
  grid-template-columns: repeat(4, 34px);
  border: 1px solid #d6dce5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.nixfubu-bg-type-control__button.components-button {
  width: 34px;
  min-width: 34px;
  height: 30px;
  min-height: 30px;
  padding: 0;
  justify-content: center;
  border-radius: 0;
  border-right: 1px solid #e2e8f0;
  color: #334155;
  background: #fff;
  box-shadow: none;
}

.nixfubu-bg-type-control__button.components-button:last-child {
  border-right: 0;
}

.nixfubu-bg-type-control__button.components-button:hover,
.nixfubu-bg-type-control__button.components-button:focus,
.nixfubu-bg-type-control__button.components-button.is-active {
  color: #111827;
  background: #e2e8f0;
  box-shadow: inset 0 0 0 1px #cbd5e1;
}

.nixfubu-bg-type-control__button .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

.nixfubu-color-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  border: 1px solid #d6dce5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.nixfubu-color-row input[type="color"] {
  width: 38px;
  height: 34px;
  padding: 4px;
  border: 0;
  border-right: 1px solid #e2e8f0;
  background: #fff;
}

.nixfubu-color-row input[type="text"] {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
}

.nixfubu-bg-preview {
  height: 96px;
  margin: 0 0 12px;
  border: 1px solid #d0d7de;
  border-radius: 10px;
}

.nixfubu-bg-note {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-left: 3px solid #f59e0b;
  background: #fffbeb;
  color: #64748b;
  font-size: 12px;
  font-style: italic;
  line-height: 1.45;
}

.nixfubu-slider-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px auto;
  align-items: center;
  gap: 10px;
}

.nixfubu-slider-row input[type="range"] {
  width: 100%;
}

.nixfubu-slider-row input[type="number"] {
  width: 58px;
  min-height: 32px;
  border: 1px solid #d6dce5;
  border-radius: 4px;
  text-align: center;
}

.nixfubu-slider-row__unit {
  min-width: 24px;
  color: #64748b;
  font-size: 11px;
}

.nixfubu-bg-upload.components-button {
  width: 100%;
  min-height: 112px;
  margin-bottom: 10px;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background-color: #d1d5db;
  background-position: center;
  background-size: cover;
  color: #fff;
  box-shadow: none;
}

.nixfubu-bg-upload.components-button:hover,
.nixfubu-bg-upload.components-button:focus {
  background-color: #cbd5e1;
  box-shadow: inset 0 0 0 1px #94a3b8;
}

.nixfubu-bg-upload .dashicons {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #94a3b8;
  font-size: 22px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner {
    --nixfubu-smart-section-columns: var(--nixfubu-smart-section-columns-tablet, 2);
    display: grid;
    grid-template-columns: repeat(var(--nixfubu-smart-section-columns, 2), minmax(0, 1fr));
  }

}

@media (max-width: 782px) {
  .wp-block-nixfubu-smart-section.nixfubu-smart-section {
    padding-left: max(16px, var(--nixfubu-smart-section-padding-left-active, var(--nixfubu-smart-section-padding-left, var(--nixfubu-smart-section-padding-x, 20px))));
    padding-right: max(16px, var(--nixfubu-smart-section-padding-right-active, var(--nixfubu-smart-section-padding-right, var(--nixfubu-smart-section-padding-x, 20px))));
  }

  .wp-block-nixfubu-smart-section.is-layout-row .nixfubu-smart-section__inner {
    --nixfubu-smart-section-columns: var(--nixfubu-smart-section-columns-mobile, 1);
    display: grid;
    grid-template-columns: repeat(var(--nixfubu-smart-section-columns, 1), minmax(0, 1fr));
  }

  .editor-styles-wrapper .wp-block-nixfubu-smart-column {
    min-height: var(--nixfubu-smart-column-min-height-active, var(--nixfubu-smart-column-min-height, 140px));
  }
}

.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout,
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-inner-blocks,
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout {
  --nixfubu-editor-grid-columns: var(--nixfubu-smart-column-grid-columns, 3);
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: var(--nixfubu-smart-column-content-gap, 0) !important;
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start) !important;
  align-items: var(--nixfubu-smart-column-content-align, stretch) !important;
}

.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout.is-preview-tablet .block-editor-block-list__layout {
  --nixfubu-editor-grid-columns: var(--nixfubu-smart-column-grid-columns-tablet, 2);
}

.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout.is-preview-mobile .block-editor-block-list__layout {
  --nixfubu-editor-grid-columns: var(--nixfubu-smart-column-grid-columns-mobile, 1);
}

.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"] {
  flex: 0 0 calc((100% - ((var(--nixfubu-editor-grid-columns, 3) - 1) * var(--nixfubu-smart-column-content-gap, 0))) / var(--nixfubu-editor-grid-columns, 3)) !important;
  width: calc((100% - ((var(--nixfubu-editor-grid-columns, 3) - 1) * var(--nixfubu-smart-column-content-gap, 0))) / var(--nixfubu-editor-grid-columns, 3)) !important;
  max-width: calc((100% - ((var(--nixfubu-editor-grid-columns, 3) - 1) * var(--nixfubu-smart-column-content-gap, 0))) / var(--nixfubu-editor-grid-columns, 3)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  box-sizing: border-box !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-content-row .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-content-row .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-content-row-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-content-row-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-content-row .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-content-row .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-content-row-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-content-row-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout > [data-block] + [data-block] {
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout > [data-block] {
  flex: 0 0 calc((100% - ((var(--nixfubu-editor-grid-columns, 3) - 1) * var(--nixfubu-smart-column-content-gap, 0))) / var(--nixfubu-editor-grid-columns, 3)) !important;
  width: calc((100% - ((var(--nixfubu-editor-grid-columns, 3) - 1) * var(--nixfubu-smart-column-content-gap, 0))) / var(--nixfubu-editor-grid-columns, 3)) !important;
  max-width: calc((100% - ((var(--nixfubu-editor-grid-columns, 3) - 1) * var(--nixfubu-smart-column-content-gap, 0))) / var(--nixfubu-editor-grid-columns, 3)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-inline-start: 0 !important;
  transform: none !important;
}

.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] > *,
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] .block-editor-block-list__block-edit,
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] .block-editor-block-list__block-edit > div,
.editor-styles-wrapper .nixfubu-smart-column__inner.is-inner-grid-layout .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] .wp-block-nixfubu-smart-inner-column {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  box-sizing: border-box !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-inner-blocks,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-inner-blocks {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  box-sizing: border-box !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  display: grid !important;
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns, 3), minmax(0, 1fr)) !important;
  gap: var(--nixfubu-smart-column-content-gap, 0) !important;
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start) !important;
  justify-items: stretch !important;
  align-items: var(--nixfubu-smart-column-content-align, stretch) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-tablet > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-tablet, 2), minmax(0, 1fr)) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid.is-preview-mobile > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  grid-template-columns: repeat(var(--nixfubu-smart-column-grid-columns-mobile, 1), minmax(0, 1fr)) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] > .wp-block-nixfubu-smart-inner-column,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .block-editor-block-list__block-edit,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .block-editor-block-list__block-edit > div,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner > [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] + [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] > .wp-block-nixfubu-smart-inner-column,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .block-editor-block-list__block-edit,
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid .nixfubu-smart-column__inner [data-type="nixfubu/smart-inner-column"] .block-editor-block-list__block-edit > div {
  grid-column: auto !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  flex: initial !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"],
.editor-styles-wrapper .nixfubu-smart-column.is-inner-grid > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-inner-column"] {
  flex: initial !important;
  flex-basis: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-column: auto !important;
  justify-self: stretch !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column-reverse .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column-reverse .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"] {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) + [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) + [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) + [data-block]:not([data-type="nixfubu/smart-inner-column"]),
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) + [data-block]:not([data-type="nixfubu/smart-inner-column"]) {
  margin-top: var(--nixfubu-smart-column-content-gap, 0) !important;
  margin-block-start: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) > *,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) > *,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) .wp-block,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) .block-editor-block-list__block-edit,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) .block-editor-block-list__block-edit > div,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) p,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h1,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h2,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h3,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h4,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h5,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h6,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) > *,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) > *,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) .wp-block,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) .block-editor-block-list__block-edit,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) .block-editor-block-list__block-edit > div,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) p,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h1,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h2,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h3,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h4,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h5,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block]:not([data-type="nixfubu/smart-inner-column"]) h6 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
  max-width: 100% !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button__link,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button__link,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button__link,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button__link {
  padding: var(--nixfubu-smart-button-py, 14px) var(--nixfubu-smart-button-px, 28px) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button-block.is-preview-tablet .nixfubu-smart-button__link,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button-block.is-preview-tablet .nixfubu-smart-button__link,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button-block.is-preview-tablet .nixfubu-smart-button__link,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button-block.is-preview-tablet .nixfubu-smart-button__link {
  padding: var(--nixfubu-smart-button-py-tablet, var(--nixfubu-smart-button-py, 14px)) var(--nixfubu-smart-button-px-tablet, var(--nixfubu-smart-button-px, 28px)) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button-block.is-preview-mobile .nixfubu-smart-button__link,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button-block.is-preview-mobile .nixfubu-smart-button__link,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button-block.is-preview-mobile .nixfubu-smart-button__link,
.editor-styles-wrapper .nixfubu-smart-inner-column .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-type="nixfubu/smart-button"] .nixfubu-smart-button-block.is-preview-mobile .nixfubu-smart-button__link {
  padding: var(--nixfubu-smart-button-py-mobile, var(--nixfubu-smart-button-py, 14px)) var(--nixfubu-smart-button-px-mobile, var(--nixfubu-smart-button-px, 28px)) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-inner-column > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-inner-column > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-inner-column > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  display: flex !important;
  flex-direction: var(--nixfubu-smart-column-content-direction, column) !important;
  justify-content: var(--nixfubu-smart-column-content-justify, flex-start) !important;
  align-items: var(--nixfubu-smart-column-content-align, stretch) !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  transform: none !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-column > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-column > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  margin-top: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  gap: var(--nixfubu-smart-column-content-gap, 0) !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block] + [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column.is-content-row-reverse > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] + [data-block] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid) > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid) > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid) > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid) > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid) > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid) > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  display: flex !important;
  flex-direction: var(--nixfubu-smart-column-content-direction, column) !important;
  flex-wrap: var(--nixfubu-smart-column-content-wrap, nowrap) !important;
  grid-template-columns: none !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid).is-content-column > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid).is-content-column > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid).is-content-column-reverse > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid).is-content-column-reverse > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid).is-content-column > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid).is-content-column > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid).is-content-column-reverse > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid).is-content-column-reverse > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] {
  flex: 0 1 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid).is-content-row > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid).is-content-row > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid).is-content-row-reverse > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .wp-block-nixfubu-smart-inner-column:not(.is-inner-grid).is-content-row-reverse > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid).is-content-row > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid).is-content-row > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid).is-content-row-reverse > .nixfubu-smart-column__inner.block-editor-block-list__layout > [data-block],
.editor-styles-wrapper .nixfubu-smart-inner-column:not(.is-inner-grid).is-content-row-reverse > .nixfubu-smart-column__inner .block-editor-block-list__layout > [data-block] {
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
}

.editor-styles-wrapper .nixfubu-smart-column.is-preview-tablet,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-preview-tablet {
  --nixfubu-smart-column-min-height-active: var(--nixfubu-smart-column-min-height-tablet, var(--nixfubu-smart-column-min-height, 120px));
  --nixfubu-smart-column-padding-top-active: var(--nixfubu-smart-column-padding-top-tablet, var(--nixfubu-smart-column-padding-top, 20px));
  --nixfubu-smart-column-padding-right-active: var(--nixfubu-smart-column-padding-right-tablet, var(--nixfubu-smart-column-padding-right, 20px));
  --nixfubu-smart-column-padding-bottom-active: var(--nixfubu-smart-column-padding-bottom-tablet, var(--nixfubu-smart-column-padding-bottom, 20px));
  --nixfubu-smart-column-padding-left-active: var(--nixfubu-smart-column-padding-left-tablet, var(--nixfubu-smart-column-padding-left, 20px));
}

.editor-styles-wrapper .nixfubu-smart-column.is-preview-mobile,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-preview-mobile {
  --nixfubu-smart-column-min-height-active: var(--nixfubu-smart-column-min-height-mobile, var(--nixfubu-smart-column-min-height-tablet, var(--nixfubu-smart-column-min-height, 120px)));
  --nixfubu-smart-column-padding-top-active: var(--nixfubu-smart-column-padding-top-mobile, var(--nixfubu-smart-column-padding-top-tablet, var(--nixfubu-smart-column-padding-top, 20px)));
  --nixfubu-smart-column-padding-right-active: var(--nixfubu-smart-column-padding-right-mobile, var(--nixfubu-smart-column-padding-right-tablet, var(--nixfubu-smart-column-padding-right, 20px)));
  --nixfubu-smart-column-padding-bottom-active: var(--nixfubu-smart-column-padding-bottom-mobile, var(--nixfubu-smart-column-padding-bottom-tablet, var(--nixfubu-smart-column-padding-bottom, 20px)));
  --nixfubu-smart-column-padding-left-active: var(--nixfubu-smart-column-padding-left-mobile, var(--nixfubu-smart-column-padding-left-tablet, var(--nixfubu-smart-column-padding-left, 20px)));
}

.editor-styles-wrapper .nixfubu-smart-column.is-preview-tablet > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-preview-tablet > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-preview-tablet > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-preview-tablet > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-preview-tablet > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-preview-tablet > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  flex-direction: var(--nixfubu-smart-column-content-direction-tablet, var(--nixfubu-smart-column-content-direction, column)) !important;
}

.editor-styles-wrapper .nixfubu-smart-column.is-preview-mobile > .nixfubu-smart-column__inner,
.editor-styles-wrapper .nixfubu-smart-column.is-preview-mobile > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .nixfubu-smart-column.is-preview-mobile > .nixfubu-smart-column__inner .block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-preview-mobile > .nixfubu-smart-column__inner,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-preview-mobile > .nixfubu-smart-column__inner.block-editor-block-list__layout,
.editor-styles-wrapper .wp-block-nixfubu-smart-column.is-preview-mobile > .nixfubu-smart-column__inner .block-editor-block-list__layout {
  flex-direction: var(--nixfubu-smart-column-content-direction-mobile, var(--nixfubu-smart-column-content-direction-tablet, var(--nixfubu-smart-column-content-direction, column))) !important;
}
