/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/native/tabs/tabs/tabs.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
/* Tabs Block Styles */
.wp-block-umbrellas-tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

/* Tab List (Navigation) */
.wp-block-umbrellas-tabs .tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--wp--preset--color--gainsboro, #f0f0f0);
}

/* Vertical Tabs */
.wp-block-umbrellas-tabs.is-vertical {
  flex-direction: row;
  flex-wrap: wrap;
}

.wp-block-umbrellas-tabs.is-vertical .tab-list {
  flex-direction: column;
  border-bottom: none;
  min-width: 200px;
  width: 30%;
  display: flex;
  align-items: flex-start;
}

.wp-block-umbrellas-tabs.is-vertical .tab-content {
  flex: 1;
}

/* Tab Buttons */
.wp-block-umbrellas-tabs .tab-button {
  padding: 10px 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin-right: 20px;
  font-family: var(--wp--preset--font-family--minion-pro);
  margin-bottom: 0;
  position: relative;
  font-weight: 300;
  transition: color 0.2s ease;
}

.wp-block-umbrellas-tabs .tab-button:hover::after {
  background-color: var(--wp--preset--color--gainsboro, #f0f0f0);
}

.wp-block-umbrellas-tabs .tab-button.is-active {
  font-weight: 700;
  border-bottom: 2px solid var(--wp--preset--color--primary);
}

/* Vertical tab buttons */
.wp-block-umbrellas-tabs.is-vertical .tab-button {
  margin-right: 0;
  margin-bottom: 10px;
  padding: 9px 1px;
  display: flex;
  align-items: flex-start;
}

.wp-block-umbrellas-tabs.is-vertical .tab-button::after {
  left: auto;
  right: -1px;
  top: 0;
  width: 3px;
  height: 100%;
}

/* Tab Content Area */
.wp-block-umbrellas-tabs .tab-content {
  width: 100%;
  padding-top: 20px;
  position: relative;
  min-height: 200px;
}

/* TAB ITEM STYLES - Simple approach */
.wp-block-umbrellas-tab-item {
  display: block;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-out;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.wp-block-umbrellas-tab-item.is-active {
  opacity: 1;
  pointer-events: all;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transition-delay: 0.4s;
}

/* Keyframes removed - using simple CSS transitions instead */
.wp-block-umbrellas-tab-item .tab-panel {
  padding: 20px 0;
  background-color: transparent;
  transition: all 0.2s ease;
}
@media (max-width: 968px) {
  .wp-block-umbrellas-tab-item .tab-panel .wp-block-spacer {
    display: none;
  }
  .wp-block-umbrellas-tab-item .tab-panel img {
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Ensure images don't flash or jump during transitions */
.wp-block-umbrellas-tab-item img {
  transition: opacity 0.3s ease-out;
}

.wp-block-umbrellas-tab-item img:not([data-preloaded]) {
  opacity: 0.8;
}

.wp-block-umbrellas-tab-item img[data-preloaded] {
  opacity: 1;
}

/* Content area height and positioning is now handled above in main tab-content styles */
/* For vertical tabs - desktop only */
@media (min-width: 969px) {
  .wp-block-umbrellas-tabs.is-vertical .wp-block-umbrellas-tab-item .tab-panel {
    padding: 0 0 0 20px;
  }
}
/* EDITOR STYLES */
/* Editor tab navigation */
.editor-styles-wrapper .wp-block-umbrellas-tabs.editor-tabs-view {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs.editor-tabs-view.is-vertical {
  flex-direction: row;
  flex-wrap: wrap;
}

/* Editable Tab List */
.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-navigation {
  margin-bottom: 15px;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--wp--preset--color--gainsboro, #f0f0f0);
  background-color: transparent;
  flex-wrap: wrap;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-list {
  flex-direction: column;
  border-bottom: none;
  min-width: 250px;
  width: 25%;
  margin-right: 15px;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-content {
  flex: 1;
  width: 100%;
  padding-top: 20px;
  min-height: 150px;
  position: relative;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-content {
  width: 70%;
  padding-left: 20px;
  padding-top: 0;
}

/* Ensure images in editor don't flash during transitions */
.editor-styles-wrapper .wp-block-umbrellas-tab-item img {
  transition: opacity 0.3s ease-out;
}

.editor-styles-wrapper .wp-block-umbrellas-tab-item img:not([data-preloaded]) {
  opacity: 0.9;
}

.editor-styles-wrapper .wp-block-umbrellas-tab-item img[data-preloaded] {
  opacity: 1;
}

/* Tab Buttons in Editor */
.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-button {
  padding: 10px 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin-right: 20px;
  margin-bottom: 0;
  position: relative;
  font-family: var(--wp--preset--font-family--minion-pro);
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s ease;
  font-weight: 300;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-button::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color 0.2s ease;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-button:hover::after {
  background-color: var(--wp--preset--color--gainsboro, #f0f0f0);
}

.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-button.is-active {
  font-weight: 700;
  border-bottom: 2px solid var(--wp--preset--color--primary);
}

.editor-styles-wrapper .wp-block-umbrellas-tabs .tab-button-title {
  display: inline-block;
  min-width: 50px;
  outline: none;
  position: relative;
  padding: 2px 4px;
  border-radius: 2px;
}

/* Style for editable title when focused */
.editor-styles-wrapper .wp-block-umbrellas-tabs .tab-button-title[contenteditable=true]:focus {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary, #0073aa);
  outline: none;
  z-index: 3;
}

/* Editable tab titles with focus states */
.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-button:focus-within {
  z-index: 2;
}

/* Vertical tab buttons in editor */
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-button {
  margin-right: 0;
  margin-bottom: 10px;
  padding: 9px 1px;
  display: flex;
  align-items: flex-start;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-button::after {
  left: auto;
  right: -1px;
  top: 0;
  width: 3px;
  height: 100%;
}

/* Add tab button */
.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-add-button {
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 0;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-add-button button {
  height: 30px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: none;
  border-radius: 3px;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-add-button {
  margin-top: 5px;
  margin-left: 0;
}

/* Make the block editor work better with our tabs */
.editor-styles-wrapper .wp-block-umbrellas-tabs .block-editor-block-list__layout {
  position: relative;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs .block-editor-block-list__insertion-point {
  position: absolute;
  width: 100%;
}

/* Remove the top tab placeholder in the editor now that we have real tabs */
.editor-styles-wrapper .wp-block-umbrellas-tabs .tab-list {
  display: none;
}

/* EDITOR TAB ITEM STYLES - Simple approach */
.editor-styles-wrapper .wp-block-umbrellas-tab-item.editor-tab-item {
  margin: 0;
  border: none;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.editor-styles-wrapper .wp-block-umbrellas-tab-item.editor-tab-item.is-hidden {
  display: block;
}

.editor-styles-wrapper .wp-block-umbrellas-tab-item.editor-tab-item.is-active {
  display: block;
  padding: 0;
  background-color: transparent;
  min-height: 120px;
  opacity: 1;
  pointer-events: all;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  transition-delay: 0.15s;
}

/* Editor keyframes removed - using simple CSS transitions */
.editor-styles-wrapper .wp-block-umbrellas-tab-item.editor-tab-item.is-active:empty::before {
  content: "Add blocks here";
  display: block;
  text-align: center;
  color: #888;
  font-style: italic;
  padding: 30px 0;
  border: 1px dashed #ccc;
  margin: 10px 0;
  background-color: #f9f9f9;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.editor-styles-wrapper .wp-block-umbrellas-tab-item.editor-tab-item.is-active:hover:empty::before {
  opacity: 1;
}

/* MOBILE RESPONSIVE STYLES */
@media (max-width: 968px) {
  /* Force horizontal layout on mobile for both vertical and horizontal tabs */
  .wp-block-umbrellas-tabs,
  .wp-block-umbrellas-tabs.is-vertical {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  /* Wrap tab list horizontally on mobile */
  .wp-block-umbrellas-tabs .tab-list,
  .wp-block-umbrellas-tabs.is-vertical .tab-list {
    flex-direction: row;
    flex-wrap: wrap;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
    border-bottom: 1px solid var(--wp--preset--color--gainsboro, #f0f0f0);
    border-right: none;
    width: 100%;
    min-width: auto;
    white-space: normal;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    gap: 2px 0;
    justify-content: center;
  }
  /* Remove scrollbar hiding since we're not scrolling */
  .wp-block-umbrellas-tabs .tab-list::-webkit-scrollbar,
  .wp-block-umbrellas-tabs.is-vertical .tab-list::-webkit-scrollbar {
    display: block;
  }
  /* Mobile tab buttons - compact and wrapping */
  .wp-block-umbrellas-tabs .tab-button,
  .wp-block-umbrellas-tabs.is-vertical .tab-button {
    flex: 0 0 auto;
    margin-right: 16px;
    margin-bottom: 4px;
    padding: 6px 0;
    min-width: auto;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.2s ease;
    position: relative;
    font-weight: 400;
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  }
  /* Remove last margin */
  .wp-block-umbrellas-tabs .tab-button:last-child,
  .wp-block-umbrellas-tabs.is-vertical .tab-button:last-child {
    margin-right: 0;
  }
  /* Active mobile tab button styling - only bottom border */
  .wp-block-umbrellas-tabs .tab-button.is-active,
  .wp-block-umbrellas-tabs.is-vertical .tab-button.is-active {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--wp--preset--color--primary, #0073aa);
    font-weight: 600;
    box-shadow: none;
  }
  /* Reset vertical-specific styles on mobile */
  .wp-block-umbrellas-tabs.is-vertical .tab-button::after {
    display: none;
  }
  /* Hover state for mobile tabs */
  .wp-block-umbrellas-tabs .tab-button:hover,
  .wp-block-umbrellas-tabs.is-vertical .tab-button:hover {
    background-color: transparent;
    border-bottom: 2px solid var(--wp--preset--color--gainsboro, #f0f0f0);
  }
  .wp-block-umbrellas-tabs .tab-button:hover.is-active,
  .wp-block-umbrellas-tabs.is-vertical .tab-button:hover.is-active {
    border-bottom: 2px solid var(--wp--preset--color--primary, #0073aa);
  }
  /* Tab content takes full width on mobile */
  .wp-block-umbrellas-tabs .tab-content,
  .wp-block-umbrellas-tabs.is-vertical .tab-content {
    width: 100%;
    flex: none;
    padding-top: 0;
    position: relative;
    min-height: 150px;
  }
  /* Mobile styles are handled by the main tab item styles above */
  .wp-block-umbrellas-tab-item .tab-panel {
    padding: 12px 0 !important;
  }
  /* EDITOR MOBILE STYLES */
  /* Override editor vertical tab content padding on mobile */
}
@media (max-width: 968px) and (max-width: 968px) {
  .wp-block-umbrellas-tab-item .tab-panel {
    padding: 0 !important;
    text-align: center;
  }
  .wp-block-umbrellas-tab-item .tab-panel .wp-block-buttons {
    justify-content: center;
  }
}
@media (max-width: 968px) {
  .wp-block-umbrellas-tabs.is-vertical .wp-block-umbrellas-tab-item .tab-panel {
    padding: 12px 0 !important;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs.editor-tabs-view,
  .editor-styles-wrapper .wp-block-umbrellas-tabs.editor-tabs-view.is-vertical {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-list,
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-list {
    flex-direction: row;
    flex-wrap: wrap;
    overflow: visible;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
    border-bottom: 1px solid var(--wp--preset--color--gainsboro, #f0f0f0);
    border-right: none;
    width: 100%;
    min-width: auto;
    margin-right: 0;
    white-space: normal;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 12px;
    gap: 8px 0;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-list::-webkit-scrollbar,
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-list::-webkit-scrollbar {
    display: block;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-button,
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-button {
    flex: 0 0 auto;
    margin-right: 16px;
    margin-bottom: 8px;
    padding: 6px 0;
    white-space: nowrap;
    min-width: auto;
    font-size: 14px;
    line-height: 1.4;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background-color: transparent;
    transition: all 0.2s ease;
    position: relative;
    font-weight: 400;
    font-family: var(--wp--preset--font-family--plus-jakarta-sans);
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-button:last-child,
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-button:last-child {
    margin-right: 0;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-button.is-active,
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-button.is-active {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--wp--preset--color--primary, #0073aa);
    font-weight: 600;
    box-shadow: none;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-button::after {
    display: none;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-content,
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    min-height: 120px;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs .editor-tab-add-button,
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-add-button {
    margin-left: 0;
    margin-top: 8px;
    flex-shrink: 0;
    flex-basis: 100%;
  }
  .editor-styles-wrapper .wp-block-umbrellas-tabs.is-vertical .editor-tab-content {
    padding-left: 0;
  }
}

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