/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/base-control/style.scss ***!
  \***********************************************************************************************************************************************************/
/**
 * Redfox Thank You Plugin - SCSS Mixins
 *
 * Reusable mixins for consistent styling across the plugin
 * These mixins should be generic and widely reusable
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Flexbox layouts
 */
/**
 * Common flex shortcuts
 */
/**
 * Positioning
 */
/**
 * Size helper
 */
/**
 * Square helper
 */
/**
 * Circle helper
 */
/**
 * Margin helpers
 */
/**
 * Padding helpers
 */
/**
 * Remove spacing
 */
/**
 * Border helpers
 */
/**
 * Background helpers
 */
/**
 * Font helpers
 */
/**
 * Text truncation
 */
/**
 * Screen reader text
 */
/**
 * Transition helper
 */
/**
 * Hover effects
 */
/**
 * Focus states
 */
/**
 * Base button styles
 */
/**
 * Button base with common styles
 */
/**
 * Icon button
 */
/**
 * Input field base
 */
/**
 * Label styles
 */
/**
 * Card/Panel styles
 */
/**
 * Card with default padding
 */
/**
 * Dropdown/Popover styles
 */
/**
 * Visibility helpers
 */
/**
 * Responsive breakpoints
 */
/**
 * Container with responsive behavior
 */
/**
 * Fade animations
 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/**
 * Slide animations
 */
@keyframes slideInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Clearfix for floated elements
 */
/**
 * Aspect ratio container
 */
/**
 * Scrollbar styling
 */
/**
 * CSS Triangle
 */
.redfox-thank-you-base-control {
  margin-top: 0;
  margin-bottom: 16px;
}
.redfox-thank-you-base-control--no-bottom-margin {
  margin-bottom: 0;
}
.redfox-thank-you-base-control--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
.redfox-thank-you-base-control--inline .redfox-thank-you-base-control__label-wrapper {
  margin: 0 8px 0 0;
  flex: 0 0 auto;
}
.redfox-thank-you-base-control--inline .redfox-thank-you-base-control__label {
  margin-bottom: 0 !important;
}
.redfox-thank-you-base-control--inline .redfox-thank-you-base-control__help {
  margin: 0 0 0 8px;
  margin-top: 0;
  width: 100%;
}
.redfox-thank-you-base-control--inline.redfox-thank-you-base-control--half-width .redfox-thank-you-base-control__field {
  width: 37%;
}
.redfox-thank-you-base-control__label {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
  color: #1e1e1e;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  z-index: 1;
}
.redfox-thank-you-base-control__label-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 8px;
}
.redfox-thank-you-base-control__label-wrapper .redfox-thank-you-base-control__label {
  margin-bottom: 0;
}
.redfox-thank-you-base-control__label-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.redfox-thank-you-base-control__label.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.redfox-thank-you-base-control__label-required {
  color: #d63638;
  margin: 0 0 0 2px;
}
.redfox-thank-you-base-control__reset-button.components-button.is-small.has-icon:not(.has-text) {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0 0 0 0;
  border-radius: 2px;
  transition: all 0.15s ease-in-out;
  background: transparent;
  color: #1e1e1e;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 3px;
  transition: opacity 0.15s ease-in-out;
  color: #1e1e1e !important;
  opacity: 0.5;
}
.redfox-thank-you-base-control__reset-button.components-button.is-small.has-icon:not(.has-text):focus:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--wp-components-color-foreground, #1e1e1e);
}
.redfox-thank-you-base-control__reset-button.components-button.is-small.has-icon:not(.has-text):disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.redfox-thank-you-base-control__reset-button.components-button.is-small.has-icon:not(.has-text):hover {
  opacity: 0.7;
}
.redfox-thank-you-base-control__reset-button.components-button.is-small.has-icon:not(.has-text) svg {
  width: 16px !important;
  height: 16px !important;
}
.redfox-thank-you-base-control__reset-button.components-button.is-small.has-icon:not(.has-text):hover {
  opacity: 1;
}
.redfox-thank-you-base-control__reset-button.components-button.is-small.has-icon:not(.has-text):focus {
  opacity: 1;
  box-shadow: 0 0 0 2px var(--wp-admin-theme-color);
}
.redfox-thank-you-base-control__help-icon-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  color: #1e1e1e;
}
.redfox-thank-you-base-control__help-icon-wrapper svg {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}
.redfox-thank-you-base-control__field {
  position: relative;
}
.redfox-thank-you-base-control__help {
  margin: 8px 0 0 !important;
  font-size: 12px;
  font-style: normal;
  color: #757575;
  line-height: 1.4;
}
.redfox-thank-you-base-control__help:empty {
  display: none;
}
.redfox-thank-you-base-control__pro-badge {
  display: inline-block;
  background: #fcb900;
  color: #222;
  font-size: 11px;
  font-weight: 700;
  border-radius: 2px;
  padding: 0 6px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.6;
}
.redfox-thank-you-base-control--pro .redfox-thank-you-base-control__field {
  opacity: 0.5;
  pointer-events: none;
}
.components-panel__body .redfox-thank-you-base-control {
  margin-bottom: 16px;
}
.components-panel__body .redfox-thank-you-base-control:last-child {
  margin-bottom: 0;
}
.redfox-thank-you-base-control .redfox-thank-you-base-control {
  margin-bottom: 12px;
}
.components-base-control .redfox-thank-you-base-control {
  margin-bottom: 0;
}
@media (prefers-contrast: high) {
  .redfox-thank-you-base-control__label {
    color: inherit;
    font-weight: 600;
  }
  .redfox-thank-you-base-control__help {
    color: inherit;
  }
}
.redfox-thank-you-base-control:hover .redfox-thank-you-base-control__help-icon-wrapper > svg {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.redfox-thank-you-base-control .redfox-thank-you-base-control__field .components-input-control .components-input-control__input {
  height: 30px;
  min-height: 30px;
  padding-left: 6px;
}
.redfox-thank-you-base-control .redfox-thank-you-base-control__field .components-input-control .components-unit-control__select {
  margin-inline-end: 1px;
  height: 28px;
}
.redfox-thank-you-base-control .redfox-thank-you-base-control__field .components-input-control .components-unit-control__select:not(:disabled) {
  color: #1e1e1e;
}
.redfox-thank-you-base-control .redfox-thank-you-base-control__field .components-input-control .components-input-control__backdrop {
  border-color: #ddd;
}
.redfox-thank-you-base-control .redfox-thank-you-base-control__field .components-input-control .components-input-base:focus-within:not(:has(.components-input-control__suffix:focus-within)) .components-input-control__backdrop {
  box-shadow: none;
  border-color: #1e1e1e;
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/box-control/style.scss ***!
  \**********************************************************************************************************************************************************/
/**
 * Redfox Thank You Plugin - SCSS Mixins
 *
 * Reusable mixins for consistent styling across the plugin
 * These mixins should be generic and widely reusable
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Flexbox layouts
 */
/**
 * Common flex shortcuts
 */
/**
 * Positioning
 */
/**
 * Size helper
 */
/**
 * Square helper
 */
/**
 * Circle helper
 */
/**
 * Margin helpers
 */
/**
 * Padding helpers
 */
/**
 * Remove spacing
 */
/**
 * Border helpers
 */
/**
 * Background helpers
 */
/**
 * Font helpers
 */
/**
 * Text truncation
 */
/**
 * Screen reader text
 */
/**
 * Transition helper
 */
/**
 * Hover effects
 */
/**
 * Focus states
 */
/**
 * Base button styles
 */
/**
 * Button base with common styles
 */
/**
 * Icon button
 */
/**
 * Input field base
 */
/**
 * Label styles
 */
/**
 * Card/Panel styles
 */
/**
 * Card with default padding
 */
/**
 * Dropdown/Popover styles
 */
/**
 * Visibility helpers
 */
/**
 * Responsive breakpoints
 */
/**
 * Container with responsive behavior
 */
/**
 * Fade animations
 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/**
 * Slide animations
 */
@keyframes slideInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Clearfix for floated elements
 */
/**
 * Aspect ratio container
 */
/**
 * Scrollbar styling
 */
/**
 * CSS Triangle
 */
.redfox-thank-you-box-control__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  width: 100%;
}
.redfox-thank-you-box-control__input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.redfox-thank-you-box-control__input-wrapper--top {
  grid-column: 1/3;
  grid-row: 1;
}
.redfox-thank-you-box-control__input-wrapper--top .components-base-control {
  max-width: 116px;
}
.redfox-thank-you-box-control__input-wrapper--right {
  grid-column: 2;
  grid-row: 2;
}
.redfox-thank-you-box-control__input-wrapper--bottom {
  grid-column: 1/3;
  grid-row: 3;
}
.redfox-thank-you-box-control__input-wrapper--bottom .components-base-control {
  max-width: 116px;
}
.redfox-thank-you-box-control__input-wrapper--left {
  grid-column: 1;
  grid-row: 2;
}
.redfox-thank-you-box-control__side-label {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  cursor: default;
}
.redfox-thank-you-box-control__link-button {
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -25px;
  right: 0;
  z-index: 9;
}
.redfox-thank-you-box-control__link-button.components-button.is-small.has-icon:not(.has-text) {
  width: 20px;
  height: 20px;
  min-width: 20px;
  box-shadow: none;
  color: #1e1e1e;
}
.redfox-thank-you-box-control__link-button svg {
  width: 20px;
  height: 20px;
}
.redfox-thank-you-box-control--linked .redfox-thank-you-box-control__inputs {
  display: none;
}
.redfox-thank-you-box-control--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.redfox-thank-you-box-control--radius .redfox-thank-you-box-control__input-wrapper--top {
  grid-column: 1;
  grid-row: 1;
}
.redfox-thank-you-box-control--radius .redfox-thank-you-box-control__input-wrapper--right {
  grid-column: 2;
  grid-row: 1;
}
.redfox-thank-you-box-control--radius .redfox-thank-you-box-control__input-wrapper--bottom {
  grid-column: 2;
  grid-row: 2;
}
.redfox-thank-you-box-control--radius .redfox-thank-you-box-control__input-wrapper--left {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 600px) {
  .redfox-thank-you-box-control__inputs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .redfox-thank-you-box-control__input-wrapper--top {
    grid-column: 1;
    grid-row: 1;
  }
  .redfox-thank-you-box-control__input-wrapper--right {
    grid-column: 1;
    grid-row: 2;
  }
  .redfox-thank-you-box-control__input-wrapper--bottom {
    grid-column: 1;
    grid-row: 3;
  }
  .redfox-thank-you-box-control__input-wrapper--left {
    grid-column: 1;
    grid-row: 4;
  }
  .redfox-thank-you-box-control__side-label {
    text-align: left;
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/button-group/style.scss ***!
  \***********************************************************************************************************************************************************/
/**
 * Redfox Thank You Plugin - SCSS Mixins
 *
 * Reusable mixins for consistent styling across the plugin
 * These mixins should be generic and widely reusable
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Flexbox layouts
 */
/**
 * Common flex shortcuts
 */
/**
 * Positioning
 */
/**
 * Size helper
 */
/**
 * Square helper
 */
/**
 * Circle helper
 */
/**
 * Margin helpers
 */
/**
 * Padding helpers
 */
/**
 * Remove spacing
 */
/**
 * Border helpers
 */
/**
 * Background helpers
 */
/**
 * Font helpers
 */
/**
 * Text truncation
 */
/**
 * Screen reader text
 */
/**
 * Transition helper
 */
/**
 * Hover effects
 */
/**
 * Focus states
 */
/**
 * Base button styles
 */
/**
 * Button base with common styles
 */
/**
 * Icon button
 */
/**
 * Input field base
 */
/**
 * Label styles
 */
/**
 * Card/Panel styles
 */
/**
 * Card with default padding
 */
/**
 * Dropdown/Popover styles
 */
/**
 * Visibility helpers
 */
/**
 * Responsive breakpoints
 */
/**
 * Container with responsive behavior
 */
/**
 * Fade animations
 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/**
 * Slide animations
 */
@keyframes slideInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Clearfix for floated elements
 */
/**
 * Aspect ratio container
 */
/**
 * Scrollbar styling
 */
/**
 * CSS Triangle
 */
.redfox-thank-you-button-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden;
}
.redfox-thank-you-button-group__button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  transition: all 0.15s ease-in-out;
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #1e1e1e !important;
  min-height: 30px;
  position: relative;
  box-shadow: none !important;
  min-width: 30px;
  padding: 0 8px 0 8px;
}
.redfox-thank-you-button-group__button:hover {
  background: #e0e0e0 !important;
}
.redfox-thank-you-button-group__button:focus {
  box-shadow: inset 0 0 0 2px var(--wp-components-color-foreground, #1e1e1e) !important;
  outline: none !important;
}
.redfox-thank-you-button-group__button.is-selected {
  background: var(--wp-components-color-foreground, #1e1e1e) !important;
  color: var(--wp-components-color-foreground-inverted, #fff) !important;
}
.redfox-thank-you-button-group__button .components-button__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.redfox-thank-you-button-group__button.components-button {
  padding: 0 12px 0 12px;
  width: 30px;
  height: 30px;
}
.redfox-thank-you-button-group__button.components-button.has-icon {
  padding: 0 8px 0 8px;
  min-width: 30px;
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/color-picker/style.scss ***!
  \***********************************************************************************************************************************************************/
/**
 * Redfox Thank You Plugin - SCSS Mixins
 *
 * Reusable mixins for consistent styling across the plugin
 * These mixins should be generic and widely reusable
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Flexbox layouts
 */
/**
 * Common flex shortcuts
 */
/**
 * Positioning
 */
/**
 * Size helper
 */
/**
 * Square helper
 */
/**
 * Circle helper
 */
/**
 * Margin helpers
 */
/**
 * Padding helpers
 */
/**
 * Remove spacing
 */
/**
 * Border helpers
 */
/**
 * Background helpers
 */
/**
 * Font helpers
 */
/**
 * Text truncation
 */
/**
 * Screen reader text
 */
/**
 * Transition helper
 */
/**
 * Hover effects
 */
/**
 * Focus states
 */
/**
 * Base button styles
 */
/**
 * Button base with common styles
 */
/**
 * Icon button
 */
/**
 * Input field base
 */
/**
 * Label styles
 */
/**
 * Card/Panel styles
 */
/**
 * Card with default padding
 */
/**
 * Dropdown/Popover styles
 */
/**
 * Visibility helpers
 */
/**
 * Responsive breakpoints
 */
/**
 * Container with responsive behavior
 */
/**
 * Fade animations
 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/**
 * Slide animations
 */
@keyframes slideInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Clearfix for floated elements
 */
/**
 * Aspect ratio container
 */
/**
 * Scrollbar styling
 */
/**
 * CSS Triangle
 */
.redfox-thank-you-color-picker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.redfox-thank-you-color-picker__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.redfox-thank-you-color-picker__trigger {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  transition: border-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.redfox-thank-you-color-picker__trigger::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0;
  z-index: 1;
}
.redfox-thank-you-color-picker__trigger::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--redfox-thank-you-color-picker-background, transparent);
  z-index: 2;
}
.redfox-thank-you-color-picker__trigger:hover {
  border-color: var(--wp-components-color-foreground, #1e1e1e);
}
.redfox-thank-you-color-picker__trigger:focus {
  border-color: var(--wp-components-color-foreground, #1e1e1e);
}
.redfox-thank-you-color-picker__trigger:focus:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--wp-components-color-foreground, #1e1e1e);
}
.redfox-thank-you-color-picker__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
  color: #666;
  pointer-events: none;
  text-align: center;
  white-space: nowrap;
}
.redfox-thank-you-color-picker__reset {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  width: auto;
  height: 28px;
  padding: 0 8px 0 8px;
}
.redfox-thank-you-color-picker__popover {
  z-index: 999999;
}
.redfox-thank-you-color-picker__popover .components-popover__content {
  margin: 0 !important;
  padding: 0 !important;
  padding: 0;
  min-width: 280px;
}
.redfox-thank-you-color-picker__content {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 16px 16px 16px 16px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.redfox-thank-you-color-picker__content .components-color-palette {
  width: 100%;
}
.redfox-thank-you-color-picker__content .components-color-palette .components-color-palette__item {
  margin: 2px 2px 2px 2px;
}
.redfox-thank-you-color-picker__content .components-color-palette .components-color-palette__item .components-color-palette__item-wrapper {
  border-radius: 4px;
  transition: transform 0.15s ease-in-out;
}
.redfox-thank-you-color-picker__content .components-color-palette .components-color-palette__item .components-color-palette__item-wrapper:hover {
  transition: transform 0.15s ease-in-out;
}
.redfox-thank-you-color-picker__content .components-color-palette .components-color-palette__item .components-color-palette__item-wrapper:hover:hover {
  transform: scale(1.1);
}
.redfox-thank-you-color-picker__content .components-color-palette .components-color-palette__custom-color {
  margin: 8px 0 0 0;
  border-radius: 4px;
}
.redfox-thank-you-color-picker__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  border-top: 1px solid #e0e0e0;
}
.redfox-thank-you-color-picker__footer .components-button {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  width: auto;
  height: 28px;
  padding: 0 12px 0 12px;
}

.is-dark-theme .redfox-thank-you-color-picker__label {
  color: #f0f0f0;
}
.is-dark-theme .redfox-thank-you-color-picker__trigger {
  background-image: linear-gradient(45deg, #555 25%, transparent 25%), linear-gradient(-45deg, #555 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #555 75%), linear-gradient(-45deg, transparent 75%, #555 75%);
}
.is-dark-theme .redfox-thank-you-color-picker__placeholder {
  color: #ccc;
}
.is-dark-theme .redfox-thank-you-color-picker__content {
  background: #1e1e1e;
  border: 1px solid #3c434a;
}
.is-dark-theme .redfox-thank-you-color-picker__footer {
  border-top-color: #3c434a;
}

@media (prefers-contrast: high) {
  .redfox-thank-you-color-picker__trigger {
    border-width: 3px;
  }
  .redfox-thank-you-color-picker__trigger:focus {
    box-shadow: 0 0 0 2px #007cba;
  }
  .redfox-thank-you-color-picker__content {
    border: 2px solid #000;
  }
}
@media (prefers-reduced-motion: reduce) {
  .redfox-thank-you-color-picker__trigger {
    transition: none;
  }
}
/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/gradient-picker/style.scss ***!
  \**************************************************************************************************************************************************************/
/**
 * Redfox Thank You Plugin - SCSS Mixins
 *
 * Reusable mixins for consistent styling across the plugin
 * These mixins should be generic and widely reusable
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Flexbox layouts
 */
/**
 * Common flex shortcuts
 */
/**
 * Positioning
 */
/**
 * Size helper
 */
/**
 * Square helper
 */
/**
 * Circle helper
 */
/**
 * Margin helpers
 */
/**
 * Padding helpers
 */
/**
 * Remove spacing
 */
/**
 * Border helpers
 */
/**
 * Background helpers
 */
/**
 * Font helpers
 */
/**
 * Text truncation
 */
/**
 * Screen reader text
 */
/**
 * Transition helper
 */
/**
 * Hover effects
 */
/**
 * Focus states
 */
/**
 * Base button styles
 */
/**
 * Button base with common styles
 */
/**
 * Icon button
 */
/**
 * Input field base
 */
/**
 * Label styles
 */
/**
 * Card/Panel styles
 */
/**
 * Card with default padding
 */
/**
 * Dropdown/Popover styles
 */
/**
 * Visibility helpers
 */
/**
 * Responsive breakpoints
 */
/**
 * Container with responsive behavior
 */
/**
 * Fade animations
 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/**
 * Slide animations
 */
@keyframes slideInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Clearfix for floated elements
 */
/**
 * Aspect ratio container
 */
/**
 * Scrollbar styling
 */
/**
 * CSS Triangle
 */
.redfox-thank-you-gradient-picker {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.redfox-thank-you-gradient-picker__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.redfox-thank-you-gradient-picker__trigger {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  transition: border-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.redfox-thank-you-gradient-picker__trigger::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background-color: transparent;
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 8px 8px;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0;
  z-index: 1;
}
.redfox-thank-you-gradient-picker__trigger::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--redfox-thank-you-gradient-picker, transparent);
  z-index: 2;
}
.redfox-thank-you-gradient-picker__trigger:hover {
  border-color: #007cba;
}
.redfox-thank-you-gradient-picker__trigger:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 1px #007cba;
}
.redfox-thank-you-gradient-picker__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4;
  color: #666;
  pointer-events: none;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
.redfox-thank-you-gradient-picker__reset {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  width: auto;
  height: 28px;
  padding: 0 8px 0 8px;
}
.redfox-thank-you-gradient-picker__popover {
  z-index: 999999;
}
.redfox-thank-you-gradient-picker__popover .components-popover__content {
  padding: 0;
  min-width: 280px;
}
.redfox-thank-you-gradient-picker__content {
  padding: 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.redfox-thank-you-gradient-picker__content .components-gradient-picker {
  width: 100%;
}
.redfox-thank-you-gradient-picker__content .components-gradient-picker__gradient-bar {
  border-radius: 4px;
  transition: transform 0.15s ease-in-out;
}
.redfox-thank-you-gradient-picker__content .components-gradient-picker__gradient-bar:hover {
  transform: scale(1.02);
}
.redfox-thank-you-gradient-picker__footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.redfox-thank-you-gradient-picker__footer .components-button {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  height: 28px;
  padding: 0 12px;
}

.is-dark-theme .redfox-thank-you-gradient-picker__placeholder {
  color: #ccc;
}
.is-dark-theme .redfox-thank-you-gradient-picker__trigger {
  background-image: linear-gradient(45deg, #555 25%, transparent 25%), linear-gradient(-45deg, #555 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #555 75%), linear-gradient(-45deg, transparent 75%, #555 75%);
}
.is-dark-theme .redfox-thank-you-gradient-picker__content {
  background: #1e1e1e;
  border: 1px solid #3c434a;
}
.is-dark-theme .redfox-thank-you-gradient-picker__footer {
  border-top-color: #3c434a;
}

@media (prefers-contrast: high) {
  .redfox-thank-you-gradient-picker__trigger {
    border-width: 3px;
  }
  .redfox-thank-you-gradient-picker__trigger:focus {
    box-shadow: 0 0 0 2px #007cba;
  }
  .redfox-thank-you-gradient-picker__content {
    border: 2px solid #000;
  }
}
@media (prefers-reduced-motion: reduce) {
  .redfox-thank-you-gradient-picker__trigger {
    transition: none;
  }
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/media-upload/style.scss ***!
  \***********************************************************************************************************************************************************/
/**
 * Media Upload Control Styles
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Redfox Thank You Plugin - SCSS Mixins
 *
 * Reusable mixins for consistent styling across the plugin
 * These mixins should be generic and widely reusable
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Flexbox layouts
 */
/**
 * Common flex shortcuts
 */
/**
 * Positioning
 */
/**
 * Size helper
 */
/**
 * Square helper
 */
/**
 * Circle helper
 */
/**
 * Margin helpers
 */
/**
 * Padding helpers
 */
/**
 * Remove spacing
 */
/**
 * Border helpers
 */
/**
 * Background helpers
 */
/**
 * Font helpers
 */
/**
 * Text truncation
 */
/**
 * Screen reader text
 */
/**
 * Transition helper
 */
/**
 * Hover effects
 */
/**
 * Focus states
 */
/**
 * Base button styles
 */
/**
 * Button base with common styles
 */
/**
 * Icon button
 */
/**
 * Input field base
 */
/**
 * Label styles
 */
/**
 * Card/Panel styles
 */
/**
 * Card with default padding
 */
/**
 * Dropdown/Popover styles
 */
/**
 * Visibility helpers
 */
/**
 * Responsive breakpoints
 */
/**
 * Container with responsive behavior
 */
/**
 * Fade animations
 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/**
 * Slide animations
 */
@keyframes slideInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Clearfix for floated elements
 */
/**
 * Aspect ratio container
 */
/**
 * Scrollbar styling
 */
/**
 * CSS Triangle
 */
.redfox-thank-you-media-upload-control__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.redfox-thank-you-media-upload-control__upload-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  border: 1px dashed #ddd;
  border-radius: 4px;
  background: #f0f0f0;
  transition: all 0.2s ease;
  height: auto;
}
.redfox-thank-you-media-upload-control__upload-button.components-button.has-icon {
  color: #1e1e1e;
  width: 100%;
  box-shadow: none;
  padding: 32px 32px 32px 32px;
}
.redfox-thank-you-media-upload-control__upload-button.components-button.has-icon:hover:not(:disabled, [aria-disabled=true], .is-pressed) {
  background-color: transparent;
  box-shadow: none;
  color: #1e1e1e;
  border-color: #1e1e1e;
}
.redfox-thank-you-media-upload-control__upload-button span {
  font-weight: 500;
}
.redfox-thank-you-media-upload-control__preview {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.redfox-thank-you-media-upload-control__preview-media {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 120px;
  background: #f9f9f9;
}
.redfox-thank-you-media-upload-control__preview-media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 45%);
}
.redfox-thank-you-media-upload-control__preview-image {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  border-radius: 2px;
}
.redfox-thank-you-media-upload-control__preview-file {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 20px;
  color: #666;
  text-align: center;
}
.redfox-thank-you-media-upload-control__preview-filename {
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
}
.redfox-thank-you-media-upload-control__preview-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 6px 6px 6px 6px;
  background: #fafafa;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  pointer-events: none;
}
.redfox-thank-you-media-upload-control__preview-actions .components-button {
  pointer-events: all;
}
.redfox-thank-you-media-upload-control__preview-actions .components-button.is-secondary.has-icon {
  color: #fff;
  border: 1px solid #fff;
  box-shadow: none;
  min-width: 24px;
  height: 24px;
  padding: 0;
  transition: all 0.15s ease-in-out;
}
.redfox-thank-you-media-upload-control__preview-actions .components-button.is-secondary.has-icon:hover {
  background-color: #fff;
  color: #1e1e1e;
}
.redfox-thank-you-media-upload-control__preview-actions .components-button.is-secondary.has-icon.is-destructive:hover {
  background-color: #cc1818;
  border-color: #cc1818;
  color: #fff;
}
.redfox-thank-you-media-upload-control__help {
  margin: 0;
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.redfox-thank-you-media-upload-control--disabled {
  opacity: 0.6;
  pointer-events: none;
}
/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/select/style.scss ***!
  \*****************************************************************************************************************************************************/
/**
 * Redfox Thank You Plugin - SCSS Mixins
 *
 * Reusable mixins for consistent styling across the plugin
 * These mixins should be generic and widely reusable
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Flexbox layouts
 */
/**
 * Common flex shortcuts
 */
/**
 * Positioning
 */
/**
 * Size helper
 */
/**
 * Square helper
 */
/**
 * Circle helper
 */
/**
 * Margin helpers
 */
/**
 * Padding helpers
 */
/**
 * Remove spacing
 */
/**
 * Border helpers
 */
/**
 * Background helpers
 */
/**
 * Font helpers
 */
/**
 * Text truncation
 */
/**
 * Screen reader text
 */
/**
 * Transition helper
 */
/**
 * Hover effects
 */
/**
 * Focus states
 */
/**
 * Base button styles
 */
/**
 * Button base with common styles
 */
/**
 * Icon button
 */
/**
 * Input field base
 */
/**
 * Label styles
 */
/**
 * Card/Panel styles
 */
/**
 * Card with default padding
 */
/**
 * Dropdown/Popover styles
 */
/**
 * Visibility helpers
 */
/**
 * Responsive breakpoints
 */
/**
 * Container with responsive behavior
 */
/**
 * Fade animations
 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/**
 * Slide animations
 */
@keyframes slideInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Clearfix for floated elements
 */
/**
 * Aspect ratio container
 */
/**
 * Scrollbar styling
 */
/**
 * CSS Triangle
 */
.redfox-thank-you-select-control {
  position: relative;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.redfox-thank-you-select-control__label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #1e1e1e;
  letter-spacing: 0.02em;
}
.redfox-thank-you-select-control__wrapper {
  position: relative;
}
.redfox-thank-you-select-control__control {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 30px;
  padding: 0 6px 0 6px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.redfox-thank-you-select-control__control:hover {
  border-color: #1e1e1e;
}
.redfox-thank-you-select-control__control:focus {
  outline: none;
  border-color: var(--wp-components-color-foreground, #1e1e1e);
  box-shadow: 0 0 0 1px var(--wp-components-color-foreground, #1e1e1e);
}
.redfox-thank-you-select-control__value {
  flex: 1;
  font-size: 13px;
  line-height: 1.4;
  color: #1e1e1e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.redfox-thank-you-select-control__value:empty::before {
  content: attr(data-placeholder);
  color: #757575;
}
.redfox-thank-you-select-control__indicators {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  margin-left: 8px;
  flex-shrink: 0;
}
.redfox-thank-you-select-control__clear {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  color: #757575;
  transition: all 0.15s ease-in-out;
}
.redfox-thank-you-select-control__clear:hover {
  color: #1e1e1e;
  background: #f0f0f0;
}
.redfox-thank-you-select-control__clear:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--wp-components-color-foreground, #1e1e1e);
}
.redfox-thank-you-select-control__dropdown-indicator {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  color: #757575;
  transition: transform 0.15s ease-in-out;
}
.redfox-thank-you-select-control__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-top: 1px;
  background: #fff;
  border: 1px solid #757575;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.redfox-thank-you-select-control--above .redfox-thank-you-select-control__menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 1px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.13);
}
.redfox-thank-you-select-control__search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 8px 12px 8px 12px;
  border-bottom: 1px solid #ddd;
  gap: 8px;
  flex-shrink: 0;
}
.redfox-thank-you-select-control__search svg {
  color: #757575;
  flex-shrink: 0;
}
.redfox-thank-you-select-control__search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 13px;
  line-height: 1.4;
  color: #1e1e1e;
  background: transparent;
}
.redfox-thank-you-select-control__search-input::placeholder {
  color: #757575;
}
.redfox-thank-you-select-control__options {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.redfox-thank-you-select-control__options::-webkit-scrollbar {
  width: 8px;
}
.redfox-thank-you-select-control__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.redfox-thank-you-select-control__options::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}
.redfox-thank-you-select-control__options::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.redfox-thank-you-select-control__option {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 8px 12px 8px 12px;
  font-size: 13px;
  line-height: 1.4;
  color: #1e1e1e;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  gap: 8px;
}
.redfox-thank-you-select-control__option:hover {
  background: #f0f0f0;
}
.redfox-thank-you-select-control__option--selected {
  background: var(--wp-components-color-accent, #e0e0e0);
  color: var(--wp-components-color-foreground, #1e1e1e);
}
.redfox-thank-you-select-control__option--selected:hover {
  background: var(--wp-components-color-accent-darker, #d0d0d0);
}
.redfox-thank-you-select-control__option--disabled {
  color: #a0a5aa;
  cursor: not-allowed;
}
.redfox-thank-you-select-control__option--disabled:hover {
  background: transparent;
}
.redfox-thank-you-select-control__checkbox {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.redfox-thank-you-select-control__option-text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.redfox-thank-you-select-control__no-options {
  padding: 12px 12px 12px 12px;
  text-align: center;
  color: #757575;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  font-style: italic;
}
.redfox-thank-you-select-control__help {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #757575;
}
.redfox-thank-you-select-control--open .redfox-thank-you-select-control__dropdown-indicator {
  transform: rotate(180deg);
}
.redfox-thank-you-select-control--open .redfox-thank-you-select-control__control {
  border-color: var(--wp-components-color-foreground, #1e1e1e);
  box-shadow: 0 0 0 1px var(--wp-components-color-foreground, #1e1e1e);
}
.redfox-thank-you-select-control--disabled .redfox-thank-you-select-control__control {
  background: #f0f0f0;
  color: #a0a5aa;
  cursor: not-allowed;
  border-color: #ddd;
}
.redfox-thank-you-select-control--disabled .redfox-thank-you-select-control__control:hover {
  border-color: #ddd;
}
.redfox-thank-you-select-control--disabled .redfox-thank-you-select-control__value {
  color: #a0a5aa;
}
.redfox-thank-you-select-control--disabled .redfox-thank-you-select-control__dropdown-indicator {
  color: #a0a5aa;
}
.redfox-thank-you-select-control--multiple .redfox-thank-you-select-control__value {
  white-space: normal;
}

@media (prefers-contrast: high) {
  .redfox-thank-you-select-control__control {
    border-color: #000;
  }
  .redfox-thank-you-select-control__control:focus {
    border-color: var(--wp-components-color-foreground, #1e1e1e);
    box-shadow: 0 0 0 2px var(--wp-components-color-foreground, #1e1e1e);
  }
  .redfox-thank-you-select-control__option--selected {
    background: #000;
    color: #fff;
  }
}
@media (prefers-reduced-motion: reduce) {
  .redfox-thank-you-select-control__control, .redfox-thank-you-select-control__clear, .redfox-thank-you-select-control__dropdown-indicator, .redfox-thank-you-select-control__option {
    transition: none;
  }
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/range-control/style.scss ***!
  \************************************************************************************************************************************************************/
/**
 * Redfox Thank You Plugin - SCSS Mixins
 *
 * Reusable mixins for consistent styling across the plugin
 * These mixins should be generic and widely reusable
 *
 * @package RedfoxThankYou
 * @since 1.0.0
 */
/**
 * Flexbox layouts
 */
/**
 * Common flex shortcuts
 */
/**
 * Positioning
 */
/**
 * Size helper
 */
/**
 * Square helper
 */
/**
 * Circle helper
 */
/**
 * Margin helpers
 */
/**
 * Padding helpers
 */
/**
 * Remove spacing
 */
/**
 * Border helpers
 */
/**
 * Background helpers
 */
/**
 * Font helpers
 */
/**
 * Text truncation
 */
/**
 * Screen reader text
 */
/**
 * Transition helper
 */
/**
 * Hover effects
 */
/**
 * Focus states
 */
/**
 * Base button styles
 */
/**
 * Button base with common styles
 */
/**
 * Icon button
 */
/**
 * Input field base
 */
/**
 * Label styles
 */
/**
 * Card/Panel styles
 */
/**
 * Card with default padding
 */
/**
 * Dropdown/Popover styles
 */
/**
 * Visibility helpers
 */
/**
 * Responsive breakpoints
 */
/**
 * Container with responsive behavior
 */
/**
 * Fade animations
 */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
/**
 * Slide animations
 */
@keyframes slideInUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * Clearfix for floated elements
 */
/**
 * Aspect ratio container
 */
/**
 * Scrollbar styling
 */
/**
 * CSS Triangle
 */
.redfox-thank-you-range-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  min-height: 30px;
}
.redfox-thank-you-range-control__wrapper {
  display: block;
  flex: 1;
  position: relative;
  width: 100%;
  height: 30px;
  min-height: 30px;
}
.redfox-thank-you-range-control__slider {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0 -6px;
  opacity: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% + 12px);
  z-index: 2;
}
.redfox-thank-you-range-control__slider:disabled {
  cursor: not-allowed;
}
.redfox-thank-you-range-control__rail {
  background-color: #ddd;
  left: 0;
  pointer-events: none;
  right: 0;
  display: block;
  height: 4px;
  position: absolute;
  margin-top: 13px;
  top: 0;
  border-radius: 9999px;
}
.redfox-thank-you-range-control__track {
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  border-radius: 9999px;
  height: 4px;
  pointer-events: none;
  display: block;
  position: absolute;
  margin-top: 13px;
  top: 0;
}
@media not (prefers-reduced-motion) {
  .is-marked .redfox-thank-you-range-control__track {
    transition: width ease 0.1s;
  }
}
.redfox-thank-you-range-control__thumb-wrapper {
  align-items: center;
  display: flex;
  height: 12px;
  justify-content: center;
  margin-top: 9px;
  outline: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 12px;
  border-radius: 50%;
  z-index: 3;
  margin-left: -6px;
  transform: translateX(4.5px);
}
[dir=rtl] .redfox-thank-you-range-control__thumb-wrapper {
  margin-left: 0;
  margin-right: -6px;
  transform: translateX(-4.5px);
}
@media not (prefers-reduced-motion) {
  .is-marked .redfox-thank-you-range-control__thumb-wrapper {
    transition: left ease 0.1s;
  }
}
.redfox-thank-you-range-control__thumb-wrapper.is-disabled {
  background-color: #a0a5aa;
}
.redfox-thank-you-range-control__thumb {
  align-items: center;
  border-radius: 50%;
  height: 100%;
  outline: 0;
  position: absolute;
  user-select: none;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
}
.redfox-thank-you-range-control__thumb.is-disabled {
  background-color: #a0a5aa;
}
.redfox-thank-you-range-control__thumb.is-focused::before {
  content: " ";
  position: absolute;
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba));
  opacity: 0.4;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: -4px;
  left: -4px;
}
.redfox-thank-you-range-control__marks {
  display: block;
  pointer-events: none;
  position: relative;
  width: 100%;
  user-select: none;
  margin-top: 18px;
}
.redfox-thank-you-range-control__mark {
  position: absolute;
  left: 0;
  top: -4px;
  height: 4px;
  width: 2px;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
}
[dir=rtl] .redfox-thank-you-range-control__mark {
  transform: translateX(50%);
}
.redfox-thank-you-range-control__mark-label {
  color: #a0a5aa;
  font-size: 11px;
  position: absolute;
  top: 8px;
  white-space: nowrap;
  left: 0;
  transform: translateX(-50%);
}
[dir=rtl] .redfox-thank-you-range-control__mark-label {
  left: auto;
  right: 0;
  transform: translateX(50%);
}
.redfox-thank-you-range-control__mark-label.is-filled {
  color: #666;
}
.redfox-thank-you-range-control__tooltip {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  min-width: 32px;
  padding: 4px 8px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  user-select: none;
  line-height: 1.4;
  transform: translateX(-50%);
  z-index: 4;
}
@media not (prefers-reduced-motion) {
  .redfox-thank-you-range-control__tooltip {
    transition: opacity 120ms ease, display 120ms ease allow-discrete;
  }
}
[dir=rtl] .redfox-thank-you-range-control__tooltip {
  transform: translateX(50%);
}
.redfox-thank-you-range-control__tooltip.is-bottom {
  bottom: -80%;
}
.redfox-thank-you-range-control__tooltip.is-top {
  top: -80%;
}
.redfox-thank-you-range-control__number {
  flex-shrink: 0;
}
.redfox-thank-you-range-control__number input[type=number] {
  min-height: 30px;
  text-align: center;
}
.redfox-thank-you-range-control.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.redfox-thank-you-range-control.is-marked .redfox-thank-you-range-control__wrapper {
  margin-bottom: 16px;
}
/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/controls/sortable/style.scss ***!
  \*******************************************************************************************************************************************************/
/**
 * Sortable Control Styles
 *
 * Styles for the drag-and-drop sortable list control.
 *
 * @package RedfoxThankYou
 * @since   1.0.0
 */
.redfox-thank-you-sortable {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.redfox-thank-you-sortable--horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.redfox-thank-you-sortable--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.redfox-thank-you-sortable__item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: default;
}
.redfox-thank-you-sortable__item:hover {
  border-color: #007cba;
}
.redfox-thank-you-sortable__item--dragging {
  opacity: 0.5;
  border-style: dashed;
}
.redfox-thank-you-sortable__item--overlay {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #007cba;
  background: #fff;
  opacity: 1;
}
.redfox-thank-you-sortable__item--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.redfox-thank-you-sortable__drag-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: grab;
  color: #757575;
  flex-shrink: 0;
  border-radius: 2px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.redfox-thank-you-sortable__drag-handle:hover {
  background-color: #f0f0f0;
  color: #1e1e1e;
}
.redfox-thank-you-sortable__drag-handle:active {
  cursor: grabbing;
  background-color: #e0e0e0;
}
.redfox-thank-you-sortable__drag-handle svg {
  fill: currentColor;
}
.redfox-thank-you-sortable__item-content {
  flex: 1;
  min-width: 0;
}

body.is-dark-theme .redfox-thank-you-sortable__item {
  background: #2f2f2f;
  border-color: #4a4a4a;
}
body.is-dark-theme .redfox-thank-you-sortable__item:hover {
  border-color: #3582c4;
}
body.is-dark-theme .redfox-thank-you-sortable__item--overlay {
  background: #2f2f2f;
  border-color: #3582c4;
}
body.is-dark-theme .redfox-thank-you-sortable__drag-handle {
  color: #a7aaad;
}
body.is-dark-theme .redfox-thank-you-sortable__drag-handle:hover {
  background-color: #3a3a3a;
  color: #fff;
}
body.is-dark-theme .redfox-thank-you-sortable__drag-handle:active {
  background-color: #454545;
}

/*# sourceMappingURL=controls.css.map*/