/* Builder Tabs Styles */

.tab-panel {
  min-height: calc(100vh - 180px);
}

.builder-tab {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
}

.builder-tab:focus {
  outline: none;
  box-shadow: none;
}

.builder-tab.active {
  border-bottom-width: 2px;
}

/* Settings form specific styles */
.settings-form-container {
  max-width: 900px;
  margin: 0 auto;
}

