/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/src/components/helper/style/admin.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
:root {
  --base-size: 1920;
  --section-margin: 250;
  --mobile-browser: 876;
  --wrapper-padding: 20;
  --cubic-bezier: cubic-bezier(0.87, 0, 0.13, 1);
  --cubic-bezier-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --f-size-x-large: 200;
  --f-size-large: 87;
  --f-size-h1: 75;
  --f-size-h2: 50;
  --f-size-sub: 35;
  --f-size-body: 18;
  --br-button: 5;
  /**
   * Colors
   **/
  --color-gold-dark: #7a6708;
  --color-bamboo: #ede9da;
  --color-clay: #afa59f;
  --color-soft-dark: #3b3b3b;
  --color-sand: #f6e7d8;
  --color-soft-sand: #4a4542;
  /* === Base Colors === */
  --color-base-1: #fdf8f3; /* Ivory White - main background */
  --color-base-2: #f6d6c2; /* Peach Blush - soft content area */
  /* === Support Colors === */
  --color-support-1: #d2b7c5; /* Dusty Lavender - secondary surfaces */
  --color-support-2: #e9f1d9; /* Soft Olive - neutral balance tone */
  --color-support-3: #d9c5a0; /* Sandstone - warm neutral */
  /* === Accent Colors === */
  --color-accent-1: #a86a52; /* Deep Terracotta - main CTA/button */
  --color-accent-1-hover: #8f5743; /* darker hover tone */
  --color-accent-2: #8c6e7d; /* Antique Plum - headings / icons */
  /* === Text Colors === */
  --color-text: #4a4542; /* Charcoal Gray - main readable text */
  --color-text-light: #7c746d; /* for lighter text or muted content */
  /* === Utility === */
  --color-border: #e9ded3; /* subtle border tone */
  --color-shadow: rgba(0, 0, 0, 0.05); /* soft shadow */
  --color-gold: var(--color-text);
  --color-footer-bg: #b79c8c;
}

@media only screen and (max-width: 879px) {
  :root {
    --base-size: 376;
    --wrapper-padding: 20;
    --header-size: 55;
    --f-size-large: 54;
    --f-size-h1: 47;
    --f-size-h2: 30;
    --f-size-sub: 20;
    --f-size-body: 14;
    --section-margin: 150;
  }
}
figure {
  position: relative;
}
figure .wp-action__floating {
  top: 5px;
  left: 5px;
  gap: 5px;
  z-index: 6;
  display: flex;
  position: absolute;
}
figure .wp-action__floating button,
figure .wp-action__floating .button-delete-wrapper {
  padding: 0;
  height: 30px;
  display: flex;
  flex: 0 0 30px;
  border-radius: 50% !important;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
figure .wp-action__floating button svg,
figure .wp-action__floating .button-delete-wrapper svg {
  width: 15px;
  height: 15px;
  fill: none;
}
figure .wp-action__floating button svg path,
figure .wp-action__floating .button-delete-wrapper svg path {
  stroke: #fff;
}
figure .wp-action__floating .button-delete-wrapper .button-delete {
  opacity: 1;
  width: 100%;
  height: 100%;
}
figure .wp-action__floating .additional-button {
  display: flex;
  position: relative;
}

.link-editor .block-editor-link-control .block-editor-link-control__search-input-wrapper {
  margin-bottom: 0;
}
.link-editor .block-editor-link-control .block-editor-link-control__search-input-wrapper div {
  padding: 0;
  margin: 0;
}

.gallery-list-editor {
  width: 100%;
  position: relative;
}
.gallery-list-editor .buttons-slider-container {
  position: relative;
}
.gallery-list-editor .swiper-slide {
  width: 100%;
  height: 140px;
}
.gallery-list-editor .swiper-slide figure {
  width: 100%;
  height: 100%;
}
.gallery-list-editor .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-list-editor img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-list-editor-color .listing {
  margin-bottom: 20px;
}
.card-list-editor-color .listing .label {
  font-size: 17px;
  margin-bottom: 10px;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.card-list-editor-color .listing .react-colorful__saturation {
  height: 120px !important;
}
.card-list-editor-color .buttons-slider-container {
  position: relative;
}

.form-editor {
  flex: 0 0 100%;
  max-width: 100%;
  overflow: visible;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.form-editor .header-title {
  opacity: 0.6;
  margin: 10px 0;
  font-size: 15px;
}
.form-editor .button-delete-item {
  color: red;
  cursor: pointer;
  font-size: 12px;
}
.form-editor .collapse-wrapper summary {
  cursor: pointer;
  font-size: 12px;
}
.form-editor .input-wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.form-editor .input-wrapper-media {
  width: 100%;
  height: 150px;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background-color: #e4e4e4;
}
.form-editor .input-wrapper-media img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.form-editor .input-wrapper-label {
  width: 100%;
  opacity: 0.7;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.form-editor .input-wrapper-input {
  width: 100%;
  font-size: 13px;
}
.form-editor .input-wrapper .block-editor-link-control__search-item {
  padding: 0 !important;
}
.form-editor .input-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-title span {
  font-size: 13px;
}
.form-editor .input-wrapper .show-hide-button {
  margin-top: 20px;
}
.form-editor span.p {
  display: block;
  margin-bottom: 20px;
}
.form-editor input {
  box-sizing: border-box;
}
.form-editor .block-editor-link-control {
  width: 100%;
  min-width: unset;
}
.form-editor .block-editor-link-control .components-base-control.block-editor-url-input {
  width: 100%;
  min-width: unset;
}
.form-editor .button-list .button-add {
  width: 100%;
  height: 40px;
  color: #fff;
  display: flex;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.form-editor .button-list-item {
  width: 100%;
  padding: 5px 0;
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.form-editor .button-list-item .button-delete {
  height: 30px;
  color: red;
  display: flex;
  flex: 0 0 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.editor-post-panel__row-label,
.editor-post-panel__row-control {
  font-size: 12px;
}

.components-panel__body.is-opened > .components-panel__body-title {
  background-color: #efefef;
}

@media only screen and (max-width: 879px) {
  .block-editor-iframe__html {
    border-radius: 20px;
  }
  .block-editor-iframe__html body {
    border-radius: 20px;
  }
  .editor-visual-editor__post-title-wrapper h1 {
    padding: 0 20px;
  }
}
.block-editor-iframe__body {
  line-height: 1.3;
}
.block-editor-iframe__body * {
  box-sizing: border-box;
}
.block-editor-iframe__body figure img {
  height: 100%;
}

.editor-list-view-sidebar {
  position: fixed;
}

.section-block-wrapper.edit-mode {
  position: relative;
}
.section-block-wrapper.edit-mode .button-edit-section {
  top: 20px;
  gap: 10px;
  right: 20px;
  display: flex;
  position: absolute;
}
.section-block-wrapper.edit-mode .button-edit-section .button {
  gap: 6px;
  display: flex;
  cursor: pointer;
  z-index: 9999;
  opacity: 0.3;
  color: #000;
  font-size: 14px;
  border-radius: 8px;
  align-items: center;
  padding: 6px 10px;
  background-color: #eeedf2;
}
.section-block-wrapper.edit-mode .button-edit-section svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.section-block-wrapper.edit-mode:hover .button-edit-section .button {
  opacity: 1;
}

#editor .components-notice-list .components-notice .components-notice__content {
  margin: 3px 30px;
  line-height: 1;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./blocks/src/components/helper/style/BlockEditor.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --base-size: 1920;
  --section-margin: 250;
  --mobile-browser: 876;
  --wrapper-padding: 20;
  --cubic-bezier: cubic-bezier(0.87, 0, 0.13, 1);
  --cubic-bezier-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --f-size-x-large: 200;
  --f-size-large: 87;
  --f-size-h1: 75;
  --f-size-h2: 50;
  --f-size-sub: 35;
  --f-size-body: 18;
  --br-button: 5;
  /**
   * Colors
   **/
  --color-gold-dark: #7a6708;
  --color-bamboo: #ede9da;
  --color-clay: #afa59f;
  --color-soft-dark: #3b3b3b;
  --color-sand: #f6e7d8;
  --color-soft-sand: #4a4542;
  /* === Base Colors === */
  --color-base-1: #fdf8f3; /* Ivory White - main background */
  --color-base-2: #f6d6c2; /* Peach Blush - soft content area */
  /* === Support Colors === */
  --color-support-1: #d2b7c5; /* Dusty Lavender - secondary surfaces */
  --color-support-2: #e9f1d9; /* Soft Olive - neutral balance tone */
  --color-support-3: #d9c5a0; /* Sandstone - warm neutral */
  /* === Accent Colors === */
  --color-accent-1: #a86a52; /* Deep Terracotta - main CTA/button */
  --color-accent-1-hover: #8f5743; /* darker hover tone */
  --color-accent-2: #8c6e7d; /* Antique Plum - headings / icons */
  /* === Text Colors === */
  --color-text: #4a4542; /* Charcoal Gray - main readable text */
  --color-text-light: #7c746d; /* for lighter text or muted content */
  /* === Utility === */
  --color-border: #e9ded3; /* subtle border tone */
  --color-shadow: rgba(0, 0, 0, 0.05); /* soft shadow */
  --color-gold: var(--color-text);
  --color-footer-bg: #b79c8c;
}

@media only screen and (max-width: 879px) {
  :root {
    --base-size: 376;
    --wrapper-padding: 20;
    --header-size: 55;
    --f-size-large: 54;
    --f-size-h1: 47;
    --f-size-h2: 30;
    --f-size-sub: 20;
    --f-size-body: 14;
    --section-margin: 150;
  }
}
.block-editor-pannel-wrapper {
  top: 0;
  width: 100vw;
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 99999999999999;
  background-color: rgba(0, 0, 0, 0.2);
}

.block-editor-pannel {
  top: 20px;
  left: 20px;
  width: 400px;
  color: #fff;
  z-index: 9999;
  height: auto;
  max-height: 650px;
  display: flex;
  position: fixed;
  overflow: hidden;
  border-radius: 7px;
  flex-direction: column;
  box-sizing: border-box !important;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.block-editor-pannel .button {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
}
@media only screen and (max-width: 879px) {
  .block-editor-pannel {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.block-editor-pannel * {
  box-sizing: border-box !important;
}
.block-editor-pannel .header-panel {
  width: 100%;
  height: 40px;
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.block-editor-pannel .header-panel-title {
  padding: 0 20px;
  flex: 1 auto;
  cursor: move;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.block-editor-pannel .header-panel .button-close {
  width: 40px;
  height: 40px;
  display: flex;
  flex: 0 0 40px;
  cursor: pointer;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}
.block-editor-pannel .tab-buttons {
  gap: 20px;
  display: flex;
  font-size: 12px;
  padding: 10px 20px;
}
.block-editor-pannel .tab-buttons .button {
  opacity: 0.5;
  cursor: pointer;
}
.block-editor-pannel .tab-buttons .button.active {
  opacity: 1;
  pointer-events: none;
}
.block-editor-pannel .content-scroll {
  flex: 0 auto;
  overflow: hidden auto;
}
.block-editor-pannel .content-scroll .input-wrapper {
  padding: 0 20px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.block-editor-pannel .content-scroll .input-wrapper .input-wrapper {
  padding: 0;
}
.block-editor-pannel .content-scroll .input-wrapper .rich-text {
  font-size: 14px;
}
.block-editor-pannel .content-scroll .input-wrapper:last-child {
  border-bottom: none;
}
.block-editor-pannel .content-scroll .input-wrapper label {
  opacity: 0.6;
  display: block;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.block-editor-pannel .content-scroll .input-wrapper .components-base-control label {
  padding-top: 0;
  padding-bottom: 0;
}
.block-editor-pannel .content-scroll input {
  border: none;
  color: #fff;
  padding: 10px;
  background-color: #222;
  border-radius: 5px !important;
}
.block-editor-pannel .content-scroll .block-editor-url-input__button-modal-line {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
}
.block-editor-pannel .content-scroll .block-editor-url-input__button-modal-line .components-base-control {
  flex: 1 auto;
}
.block-editor-pannel .content-scroll .tab-item {
  display: none;
}
.block-editor-pannel .content-scroll .tab-item.active {
  display: block;
}
.block-editor-pannel .content-scroll figure {
  width: 100%;
  height: 200px;
  margin-top: 5px;
  border-radius: 8px;
  position: relative;
  left: 0 !important;
  background-color: #f5f5f5;
  overflow: hidden !important;
}
.block-editor-pannel .content-scroll figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  height: 100% !important;
  transform: none !important;
}
.block-editor-pannel .content-scroll figure .wp-action__floating button {
  background-color: rgba(17, 17, 17, 0.7);
  border-radius: 6px !important;
}
.block-editor-pannel .list-item-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.block-editor-pannel .list-item-wrapper-header {
  gap: 20px;
  height: auto;
  display: flex;
  font-size: 12px;
  background-color: #111;
  padding: 5px 20px 5px 5px;
  border-top: none !important;
  justify-content: space-between;
}
.block-editor-pannel .list-item-wrapper-header-list-title {
  gap: 10px;
  flex: 1 auto;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  align-items: center;
}
.block-editor-pannel .list-item-wrapper-header-list-title .icon {
  flex: 0 0 10px;
}
.block-editor-pannel .list-item-wrapper-header-list-title .icon svg {
  width: 10px;
  height: 10px;
}
.block-editor-pannel .list-item-wrapper-header-list-title .icon svg path {
  stroke: #fff;
}
.block-editor-pannel .list-item-wrapper-header-list-title .title-wrapper {
  flex: 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-editor-pannel .list-item-wrapper-header-buttons {
  gap: 20px;
  flex: 0 0 80px;
  display: flex;
  justify-content: flex-end;
}
.block-editor-pannel .list-item-wrapper-header-buttons .button-container {
  gap: 6px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: flex;
  cursor: pointer;
  margin-top: 5px;
  font-size: 11px;
  border-radius: 50%;
  align-items: center;
  background-color: #222;
  text-transform: uppercase;
  justify-content: center;
}
.block-editor-pannel .list-item-wrapper-header-buttons .button-container.disabled-delete {
  opacity: 0.3;
  pointer-events: none;
}
.block-editor-pannel .list-item-wrapper-header-buttons .button-container:hover {
  background-color: rgb(185, 16, 16);
}
.block-editor-pannel .list-item-wrapper-header-buttons .button-container svg {
  width: 15px;
  flex: 0 0 15px;
}
.block-editor-pannel .list-item-wrapper-header-buttons .button-container svg path {
  stroke: #fff;
}
.block-editor-pannel .media-editor {
  gap: 10px;
  width: auto;
  display: flex;
  height: auto !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.block-editor-pannel .media-editor img {
  flex: 0 0 100px;
  width: 100px !important;
  height: 80px !important;
}
.block-editor-pannel .media-editor .wp-action__floating {
  flex: 1 auto;
  position: relative;
}
.block-editor-pannel .media-editor .wp-action__floating button {
  gap: 5px;
  color: #fff;
  padding: 0 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.block-editor-pannel .listing-list {
  margin: 5px 0 20px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.block-editor-pannel .listing-list details .input-wrapper {
  padding: 0 20px 20px !important;
}
.block-editor-pannel .listing-list details:first-child .header {
  border-top: none;
}
.block-editor-pannel .listing-list .button-wrapper {
  display: flex;
  padding: 10px 20px;
}
.block-editor-pannel .listing-list .button-wrapper .button {
  border: 0;
  font-size: 11px;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  background-color: #333;
}

.button-delete-wrapper {
  position: relative;
}
.button-delete-wrapper .button-delete {
  top: 0;
  right: 0;
  opacity: 0;
  display: flex;
  width: calc(30 / var(--base-size) * 100vw);
  cursor: pointer;
  height: calc(30 / var(--base-size) * 100vw);
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  border-radius: calc(60 / var(--base-size) * 100vw);
  background-color: red;
}
.button-delete-wrapper .button-delete svg {
  width: calc(20 / var(--base-size) * 100vw);
  height: calc(20 / var(--base-size) * 100vw);
}
.button-delete-wrapper:hover .button-delete {
  opacity: 1;
  pointer-events: all;
}

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