/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../node_modules/.pnpm/css-loader@6.11.0_webpack@5.97.1_@swc+core@1.3.100_/node_modules/css-loader/dist/cjs.js!../../../node_modules/.pnpm/postcss-loader@4.3.0_postcss@8.4.49_webpack@5.97.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../../../node_modules/.pnpm/sass-loader@10.5.0_sass@1.69.5_webpack@5.97.1_@swc+core@1.3.100_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * Breakpoints & Media Queries
 */
:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
  --wp-bound-block-color: var(--wp-block-synced-color);
}
@media (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
 * Breakpoint mixins
 */
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
.spinner-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

[data-rich-text-comment],
[data-rich-text-format-boundary] {
  border-radius: 2px;
}

[data-rich-text-comment] {
  background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
}
[data-rich-text-comment] span {
  color: var(--wp-components-color-accent-inverted, #fff);
  filter: none;
  padding: 0 2px;
}

.woocommerce-settings-panel-preheader-text {
  margin-top: 9px;
}

.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-richtext {
  border: 1px solid var(--wp-components-color-gray-600, #949494);
  border-radius: 2px;
  box-shadow: transparent 0 0 0;
  display: block;
  min-height: 80px;
  padding: 9px 11px;
  width: 100%;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-personalization-tags-button.components-button.has-icon {
  display: inline-block;
  float: right;
  height: 14px;
  line-height: 14px;
  padding: 0 5px;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-personalization-tags-button.components-button.has-icon span {
  height: 11px;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-subject .components-base-control__label {
  width: 100%;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-subject .components-base-control__label .components-external-link {
  float: right;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-help {
  margin-bottom: 20px;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-help .components-text {
  color: #757575;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-preview-text .components-base-control__label {
  width: 100%;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-preview-text-length {
  color: #000;
  display: inline-block;
  float: right;
  padding: 3px;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-preview-text-length-warning {
  color: #f0b849;
}
.woocommerce-email-editor__settings-panel .woocommerce-settings-panel-preview-text-length-error {
  color: #cc1818;
}

.block-editor-block-inspector__advanced {
  display: none;
}

.force-hidden {
  display: none !important;
}

/* Align Site Logo right in flow layouts (uses float + physical margins) */
.is-layout-flow .wp-block-site-logo.alignright,
.block-editor-block-list__layout .wp-block-site-logo.alignright,
.is-layout-constrained .wp-block-site-logo.alignright,
.wp-block-group .wp-block-site-logo.alignright {
  float: right;
  margin-left: auto;
  margin-right: 0;
}

.components-dropdown-menu__menu .editor-preview-dropdown__button-external {
  padding-right: 6px;
}

.more-menu-dropdown__content .components-menu-group:last-child {
  display: none;
}

.woocommerce-email-editor__view-mode-toggle {
  /* stylelint-disable -- Disable reason: View Transitions not supported properly by stylelint. */
  view-transition-name: toggle;
  /* stylelint-enable */
  top: 0;
  left: 0;
  z-index: 100;
}
.woocommerce-email-editor__view-mode-toggle .components-button {
  color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-email-editor__view-mode-toggle .components-button:hover, .woocommerce-email-editor__view-mode-toggle .components-button:active {
  color: #fff;
}
.woocommerce-email-editor__view-mode-toggle .components-button:focus {
  box-shadow: none;
}
.woocommerce-email-editor__view-mode-toggle .woocommerce-email-editor__view-mode-toggle-icon svg,
.woocommerce-email-editor__view-mode-toggle .woocommerce-email-editor__view-mode-toggle-icon img {
  background: #1e1e1e;
  display: block;
}

.woocommerce-email-editor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: hsla(0, 0%, 100%, 0.6);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  backdrop-filter: saturate(180%) blur(15px);
}
.woocommerce-email-editor-icon svg {
  fill: currentColor;
}

.woocommerce-email-editor-icon__icon {
  fill: currentColor;
  width: 100%;
  height: 100%;
  padding: 12px;
}

.woocommerce-email-editor__view-mode-toggle button:focus {
  position: relative;
}
.woocommerce-email-editor__view-mode-toggle button:focus::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.components-button[aria-controls="edit-site:global-styles"] {
  display: none !important;
}

.components-notice.woocommerce-email-editor-validation-errors {
  margin: 0;
}
.components-notice.woocommerce-email-editor-validation-errors ul {
  list-style: disc outside;
  margin: 0 0 0 20px;
}
.components-notice.woocommerce-email-editor-validation-errors li {
  margin: 8px 0;
  padding: 0;
}
.components-notice.woocommerce-email-editor-validation-errors li:last-child {
  margin-bottom: 0;
}
.components-notice.woocommerce-email-editor-validation-errors button.components-button.is-link {
  color: #1e1e1e;
  margin: 0 4px;
}

.components-modal__frame.woocommerce-send-preview-email {
  max-width: 456px;
}

.woocommerce-send-preview-modal-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  padding-top: 16px;
}

.woocommerce-send-preview-modal-notice-error {
  background-color: #fcf0f1;
  gap: 12px;
  padding: 12px 16px;
}
.woocommerce-send-preview-modal-notice-error ul {
  list-style: disc;
  margin: 0;
  padding: 5px 0 0 20px;
}

.woocommerce-send-preview-modal-notice-success {
  align-items: center;
  display: flex;
  padding-top: 2px;
}

.woocommerce-send-preview-email__send-to-field {
  margin-bottom: 8px;
}

/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
.background-block-support-panel .woocommerce-grid-full-width,
.border-block-support-panel .woocommerce-grid-full-width {
  grid-column: 1/3;
  margin: 0;
}

.woocommerce-email-editor-styles-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.woocommerce-email-editor-styles-panel .components-panel,
.woocommerce-email-editor-styles-panel .components-navigator,
.woocommerce-email-editor-styles-panel .components-navigator-provider,
.woocommerce-email-editor-styles-panel .components-navigator-screen {
  height: 100%;
  padding: 0;
}
.woocommerce-email-editor-styles-panel .components-navigator-screen {
  overflow: hidden auto;
}
.woocommerce-email-editor-styles-panel .components-navigator-button {
  width: 100%;
}
.woocommerce-email-editor-styles-panel .woocommerce-email-editor-styles-header {
  margin-bottom: 0;
}
.woocommerce-email-editor-styles-panel .woocommerce-email-editor-styles-header-description {
  padding: 0 16px;
}
.woocommerce-email-editor-styles-panel h3.edit-site-global-styles-subtitle {
  margin-bottom: 0;
}
.woocommerce-email-editor-styles-panel .single-column {
  grid-column: span 1;
}
.woocommerce-email-editor-styles-panel .edit-site-global-styles-screen-typography__indicator {
  border-radius: 3px;
  height: 2em;
  line-height: 2;
  padding: 0;
  width: 2em;
}
.woocommerce-email-editor-styles-panel .edit-site-typography-preview {
  align-items: center;
  background: #f0f0f0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  min-height: 100px;
  overflow: hidden;
}
.woocommerce-email-editor-styles-panel .interface-complementary-area-header__small {
  display: none;
}
.woocommerce-email-editor-styles-panel .edit-site-global-styles-screen-root {
  box-shadow: none;
}

/* Move the less specific selector before the more specific one */
.block-editor-block-patterns-list__item .block-editor-block-preview__container {
  align-items: flex-start !important;
}

.block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-preview__container {
  max-height: 300px !important;
}

.block-editor-block-patterns-list__list-item {
  overflow: hidden;
}

.email-editor-recent-templates-info {
  background-color: #f0f6fc;
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}
.email-editor-recent-templates-info path {
  fill: #007cba;
}

.email-editor-pattern__list-item {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.email-editor-pattern__list-item .block-editor-block-preview__container::after {
  outline: unset !important;
  outline-offset: unset !important;
}
.email-editor-pattern__list-item .block-editor-block-patterns-list__item-title {
  font-size: unset !important;
  padding-left: 1rem;
}

.block-editor-block-patterns-explorer.no-sidebar .block-editor-block-patterns-explorer__list {
  margin-left: 0;
  padding-left: 2rem;
}

.email-editor-modal-footer {
  background-color: #fff;
  bottom: 0;
  padding: 1rem 2rem;
  position: absolute;
  right: 0;
}

/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
.woocommerce-personalization-tags-modal p:first-child {
  margin-top: 0;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-category {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 8px;
  padding-top: 16px;
  text-transform: uppercase;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-category-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-category-group .woocommerce-personalization-tags-modal-category-group-item {
  align-items: stretch;
  border-bottom: 1px solid var(--wp-components-color-gray-300, #ddd);
  display: flex;
  padding: 16px 0;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-category-group .woocommerce-personalization-tags-modal-category-group-item .woocommerce-personalization-tags-modal-item-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 12px;
  gap: 5px;
  justify-content: center;
  line-height: 18px;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-category-group .woocommerce-personalization-tags-modal-category-group-item button.is-link {
  flex: 0 0 auto;
  font-size: 14px;
  height: auto;
  line-height: 2;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-menu div[role=group] {
  display: flex;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-menu .woocommerce-personalization-tags-modal-menu-item-active {
  color: #000;
  font-weight: 700;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-menu button {
  align-items: center;
  color: #0a7aff;
  display: flex;
  gap: 8px;
  padding: 6px;
  width: auto;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-menu button span {
  min-width: auto;
}
.woocommerce-personalization-tags-modal .woocommerce-personalization-tags-modal-menu .woocommerce-personalization-tags-modal-menu-separator {
  background-color: var(--wp-components-color-gray-700, #757575);
  height: 16px;
  margin: 10px 4px;
  width: 1px;
}

.woocommerce-personalization-tag-popover {
  align-items: center;
  display: flex;
  justify-content: center;
}
.woocommerce-personalization-tag-popover .woocommerce-personalization-tag-popover-content {
  max-width: 350px;
  min-width: auto;
  width: 90vw;
}
.woocommerce-personalization-tag-popover .woocommerce-personalization-tag-popover-content .components-base-control {
  margin: 16px;
}
.woocommerce-personalization-tag-popover .woocommerce-personalization-tag-popover-content-buttons {
  margin: 16px;
  text-align: right;
}
.woocommerce-personalization-tag-popover .woocommerce-personalization-tag-popover-content-buttons .components-button {
  margin-left: 8px;
}

a.woocommerce-email-editor-personalization-tags-link {
  color: linktext;
  cursor: pointer;
  text-decoration: underline;
}
