/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./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/tabs/tabs.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/* Tabs Block Styles */
.wp-block-umbrellas-tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
  /* Tab List (Navigation) */
  /* Tab Buttons */
  /* Tab Content Area */
  /* Vertical Tabs */
  /* Centered style - horizontal tabs centered */
  /* Card style - elevated design */
  /* Minimal style - clean design */
  /* Colored style - colorful design */
}
.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);
}
.wp-block-umbrellas-tabs .tab-button {
  padding: 10px 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin-right: 20px;
  margin-bottom: 0;
  position: relative;
  font-weight: var(--wp--custom--font-weight--bold, 700);
  transition: color 0.2s ease;
}
.wp-block-umbrellas-tabs .tab-button::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-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::after {
  background-color: var(--wp--preset--color--secondary, #0073aa);
}
.wp-block-umbrellas-tabs .tab-content {
  width: 100%;
  padding-top: 20px;
}
.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;
  border-right: 1px solid var(--wp--preset--color--gainsboro, #f0f0f0);
  min-width: 200px;
  width: 30%;
}
.wp-block-umbrellas-tabs.is-vertical .tab-content {
  flex: 1;
}
.wp-block-umbrellas-tabs.is-vertical .tab-button {
  margin-right: 0;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.wp-block-umbrellas-tabs.is-vertical .tab-button::after {
  left: auto;
  right: -1px;
  top: 0;
  width: 3px;
  height: 100%;
}
.wp-block-umbrellas-tabs.is-style-centered .tab-list {
  justify-content: center;
  border-bottom: 2px solid var(--wp--preset--color--gainsboro, #f0f0f0);
}
.wp-block-umbrellas-tabs.is-style-centered .tab-button {
  margin-right: 30px;
  font-size: 1.1em;
  font-weight: 600;
  padding: 15px 20px;
}
@media (max-width: 768px) {
  .wp-block-umbrellas-tabs.is-style-centered .tab-button {
    font-size: 16px;
    text-align: center;
  }
}
.wp-block-umbrellas-tabs.is-style-centered .tab-button:last-child {
  margin-right: 0;
}
.wp-block-umbrellas-tabs.is-style-centered .tab-button::after {
  height: 4px;
  border-radius: 2px 2px 0 0;
}
.wp-block-umbrellas-tabs.is-style-centered .tab-button.is-active::after {
  background-color: var(--wp--preset--color--primary, #0073aa);
}
.wp-block-umbrellas-tabs.is-style-centered.is-vertical .tab-list {
  justify-content: flex-start;
  border-bottom: none;
  border-right: 2px solid var(--wp--preset--color--gainsboro, #f0f0f0);
}
.wp-block-umbrellas-tabs.is-style-centered.is-vertical .tab-button {
  margin-right: 0;
  margin-bottom: 15px;
  text-align: left;
}
.wp-block-umbrellas-tabs.is-style-centered.is-vertical .tab-button::after {
  left: auto;
  right: -2px;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px 0 0 2px;
}
.wp-block-umbrellas-tabs.is-style-card .tab-list {
  background: white;
  border: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  padding: 0 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.wp-block-umbrellas-tabs.is-style-card .tab-button {
  padding: 20px 25px;
  margin-right: 30px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}
.wp-block-umbrellas-tabs.is-style-card .tab-button:last-child {
  margin-right: 0;
}
.wp-block-umbrellas-tabs.is-style-card .tab-button::after {
  height: 4px;
  border-radius: 2px 2px 0 0;
}
.wp-block-umbrellas-tabs.is-style-card .tab-button.is-active {
  background: var(--wp--preset--color--gainsboro, #f8f8f8);
}
.wp-block-umbrellas-tabs.is-style-card .tab-content {
  background: white;
  border: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.wp-block-umbrellas-tabs.is-style-card.is-vertical .tab-list {
  border-radius: 8px 0 0 8px;
  border-right: none;
  border-bottom: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
  padding: 20px 0;
}
.wp-block-umbrellas-tabs.is-style-card.is-vertical .tab-button {
  margin-right: 0;
  margin-bottom: 5px;
  border-radius: 6px;
  padding: 15px 20px;
}
.wp-block-umbrellas-tabs.is-style-card.is-vertical .tab-button::after {
  left: auto;
  right: -1px;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 0 2px 2px 0;
}
.wp-block-umbrellas-tabs.is-style-card.is-vertical .tab-content {
  border-radius: 0 8px 8px 0;
  border-left: none;
  border-top: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
}
.wp-block-umbrellas-tabs.is-style-minimal .tab-list {
  border-bottom: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
}
.wp-block-umbrellas-tabs.is-style-minimal .tab-button {
  padding: 12px 16px;
  margin-right: 25px;
  font-weight: 400;
  color: var(--wp--preset--color--contrast-2, #757575);
}
.wp-block-umbrellas-tabs.is-style-minimal .tab-button:last-child {
  margin-right: 0;
}
.wp-block-umbrellas-tabs.is-style-minimal .tab-button::after {
  height: 2px;
}
.wp-block-umbrellas-tabs.is-style-minimal .tab-button.is-active {
  color: var(--wp--preset--color--contrast, #1a1a1a);
  font-weight: 500;
}
.wp-block-umbrellas-tabs.is-style-minimal .tab-content {
  padding-top: 25px;
}
.wp-block-umbrellas-tabs.is-style-minimal.is-vertical .tab-list {
  border-bottom: none;
  border-right: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
}
.wp-block-umbrellas-tabs.is-style-minimal.is-vertical .tab-button {
  margin-right: 0;
  margin-bottom: 8px;
}
.wp-block-umbrellas-tabs.is-style-minimal.is-vertical .tab-button::after {
  left: auto;
  right: -1px;
  top: 0;
  width: 2px;
  height: 100%;
}
.wp-block-umbrellas-tabs.is-style-colored .tab-list {
  background: var(--wp--preset--color--secondary, #28a745);
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 0 20px;
}
.wp-block-umbrellas-tabs.is-style-colored .tab-button {
  padding: 18px 25px;
  margin-right: 5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 0 0;
}
.wp-block-umbrellas-tabs.is-style-colored .tab-button:last-child {
  margin-right: 0;
}
.wp-block-umbrellas-tabs.is-style-colored .tab-button::after {
  display: none;
}
.wp-block-umbrellas-tabs.is-style-colored .tab-button.is-active {
  background: white;
  color: var(--wp--preset--color--secondary, #28a745);
}
.wp-block-umbrellas-tabs.is-style-colored .tab-button:hover:not(.is-active) {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.wp-block-umbrellas-tabs.is-style-colored .tab-content {
  background: white;
  border: 2px solid var(--wp--preset--color--secondary, #28a745);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 30px;
}
.wp-block-umbrellas-tabs.is-style-colored.is-vertical .tab-list {
  border-radius: 8px 0 0 8px;
  padding: 20px 0;
}
.wp-block-umbrellas-tabs.is-style-colored.is-vertical .tab-button {
  margin-right: 0;
  margin-bottom: 5px;
  border-radius: 6px;
}
.wp-block-umbrellas-tabs.is-style-colored.is-vertical .tab-button::after {
  display: none;
}
.wp-block-umbrellas-tabs.is-style-colored.is-vertical .tab-content {
  border-radius: 0 8px 8px 0;
  border-left: none;
  border-top: 2px solid var(--wp--preset--color--secondary, #28a745);
}

/* EDITOR STYLES */
/* Editor tab navigation */
.editor-styles-wrapper .wp-block-umbrellas-tabs.editor-tabs-view {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* WordPress color support */
.wp-block-umbrellas-tabs {
  /* Handle background colors with style variations */
  /* Handle text colors */
}
.wp-block-umbrellas-tabs.has-background {
  padding: 20px;
  border-radius: 8px;
}
.wp-block-umbrellas-tabs.has-text-color .tab-button {
  color: inherit;
}
.wp-block-umbrellas-tabs.is-style-card.has-background .editor-tab-list,
.wp-block-umbrellas-tabs.is-style-card.has-background .tab-list {
  background: transparent;
  border-color: currentColor;
  opacity: 0.1;
}
.wp-block-umbrellas-tabs.is-style-card.has-background .editor-tab-content,
.wp-block-umbrellas-tabs.is-style-card.has-background .tab-content {
  background: transparent;
  border-color: currentColor;
}
.wp-block-umbrellas-tabs.is-style-colored.has-background .editor-tab-list,
.wp-block-umbrellas-tabs.is-style-colored.has-background .tab-list {
  background: transparent;
}
.wp-block-umbrellas-tabs.is-style-colored.has-background .editor-tab-button,
.wp-block-umbrellas-tabs.is-style-colored.has-background .tab-button {
  color: inherit;
}
.wp-block-umbrellas-tabs.is-style-colored.has-background .editor-tab-button.is-active,
.wp-block-umbrellas-tabs.is-style-colored.has-background .tab-button.is-active {
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
}
.wp-block-umbrellas-tabs.is-style-colored.has-background .editor-tab-button:hover:not(.is-active),
.wp-block-umbrellas-tabs.is-style-colored.has-background .tab-button:hover:not(.is-active) {
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
}
.wp-block-umbrellas-tabs.is-style-colored.has-background .editor-tab-content,
.wp-block-umbrellas-tabs.is-style-colored.has-background .tab-content {
  background: rgba(255, 255, 255, 0.9);
  border-color: currentColor;
}
.wp-block-umbrellas-tabs.has-text-color .editor-tab-button,
.wp-block-umbrellas-tabs.has-text-color .tab-button {
  color: inherit;
}
.wp-block-umbrellas-tabs.has-text-color .editor-tab-content,
.wp-block-umbrellas-tabs.has-text-color .tab-content {
  color: inherit;
}

.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;
  border-right: 1px solid var(--wp--preset--color--gainsboro, #f0f0f0);
  min-width: 150px;
  width: 25%;
  margin-right: 15px;
}

/* Editor style variations */
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-centered .editor-tab-list {
  justify-content: center;
  border-bottom: 2px solid var(--wp--preset--color--gainsboro, #f0f0f0);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-centered .editor-tab-button {
  margin-right: 30px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 20px;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-centered .editor-tab-button:last-child {
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-centered .editor-tab-button::after {
  height: 4px;
  border-radius: 2px 2px 0 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-centered .editor-tab-button.is-active::after {
  background-color: var(--wp--preset--color--primary, #0073aa);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-centered.is-vertical .editor-tab-list {
  justify-content: flex-start;
  border-bottom: none;
  border-right: 2px solid var(--wp--preset--color--gainsboro, #f0f0f0);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-centered.is-vertical .editor-tab-button {
  margin-right: 0;
  margin-bottom: 15px;
  text-align: left;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-centered.is-vertical .editor-tab-button::after {
  left: auto;
  right: -2px;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 2px 0 0 2px;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card .editor-tab-list {
  background: white;
  border: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  padding: 0 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card .editor-tab-button {
  padding: 20px 25px;
  margin-right: 30px;
  font-weight: 600;
  border-radius: 8px 8px 0 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card .editor-tab-button:last-child {
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card .editor-tab-button::after {
  height: 4px;
  border-radius: 2px 2px 0 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card .editor-tab-button.is-active {
  background: var(--wp--preset--color--gainsboro, #f8f8f8);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card .editor-tab-content {
  background: white;
  border: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card.is-vertical .editor-tab-list {
  border-radius: 8px 0 0 8px;
  border-right: none;
  border-bottom: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
  padding: 20px 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card.is-vertical .editor-tab-button {
  margin-right: 0;
  margin-bottom: 5px;
  border-radius: 6px;
  padding: 15px 20px;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card.is-vertical .editor-tab-button::after {
  left: auto;
  right: -1px;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 0 2px 2px 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-card.is-vertical .editor-tab-content {
  border-radius: 0 8px 8px 0;
  border-left: none;
  border-top: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
}

.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal .editor-tab-list {
  border-bottom: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal .editor-tab-button {
  padding: 12px 16px;
  margin-right: 25px;
  font-weight: 400;
  color: var(--wp--preset--color--contrast-2, #757575);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal .editor-tab-button:last-child {
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal .editor-tab-button::after {
  height: 2px;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal .editor-tab-button.is-active {
  color: var(--wp--preset--color--contrast, #1a1a1a);
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal .editor-tab-content {
  padding-top: 25px;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal.is-vertical .editor-tab-list {
  border-bottom: none;
  border-right: 1px solid var(--wp--preset--color--gainsboro, #e0e0e0);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal.is-vertical .editor-tab-button {
  margin-right: 0;
  margin-bottom: 8px;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-minimal.is-vertical .editor-tab-button::after {
  left: auto;
  right: -1px;
  top: 0;
  width: 2px;
  height: 100%;
}

.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored .editor-tab-list {
  background: var(--wp--preset--color--secondary, #28a745);
  border: none;
  border-radius: 8px 8px 0 0;
  padding: 0 20px;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored .editor-tab-button {
  padding: 18px 25px;
  margin-right: 5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 8px 8px 0 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored .editor-tab-button:last-child {
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored .editor-tab-button::after {
  display: none;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored .editor-tab-button.is-active {
  background: white;
  color: var(--wp--preset--color--secondary, #28a745);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored .editor-tab-button:hover:not(.is-active) {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored .editor-tab-content {
  background: white;
  border: 2px solid var(--wp--preset--color--secondary, #28a745);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 30px;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored.is-vertical .editor-tab-list {
  border-radius: 8px 0 0 8px;
  padding: 20px 0;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored.is-vertical .editor-tab-button {
  margin-right: 0;
  margin-bottom: 5px;
  border-radius: 6px;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored.is-vertical .editor-tab-button::after {
  display: none;
}
.editor-styles-wrapper .wp-block-umbrellas-tabs.is-style-colored.is-vertical .editor-tab-content {
  border-radius: 0 8px 8px 0;
  border-left: none;
  border-top: 2px solid var(--wp--preset--color--secondary, #28a745);
}

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

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

/* 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-size: 14px;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.2s ease;
  font-weight: var(--wp--custom--font-weight--bold, 700);
}

.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::after {
  background-color: var(--wp--preset--color--secondary, #0073aa);
}

.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;
}

.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;
}

/*# sourceMappingURL=tabs-styles.min.css.map*/