.pricing-sidebar .botcf-pricing-group-category-head {
  margin-bottom: 7px;
}

.pricing-sidebar .botcf-pricing-group-category-toggle {
  display: flex;
  width: 100%;
  min-height: 30px;
  align-items: center;
  gap: 8px;
  padding: 3px 2px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.pricing-sidebar .botcf-pricing-group-category-toggle:hover,
.pricing-sidebar .botcf-pricing-group-category-toggle:focus-visible {
  background: rgba(255, 107, 74, .08);
  outline: none;
}

.pricing-sidebar .botcf-pricing-group-category-toggle .botcf-pricing-group-category-title {
  flex: 1 1 auto;
  min-width: 0;
}

.pricing-sidebar .botcf-pricing-group-category-toggle .botcf-pricing-group-category-count {
  flex: 0 0 auto;
}

.botcf-pricing-group-category-toggle-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  color: var(--botcf-pricing-filter-primary, #c75325);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.botcf-mobile-nav-more,
.botcf-mobile-nav-menu-item {
  font-family: inherit;
}

.botcf-mobile-nav-more {
  display: none;
}

.botcf-mobile-nav-menu {
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 1000;
  display: grid;
  min-width: 150px;
  gap: 3px;
  padding: 7px;
  border: 1px solid rgba(255, 107, 74, .2);
  border-radius: 12px;
  background: rgba(255, 251, 248, .98);
  box-shadow: 0 16px 36px rgba(31, 41, 55, .16);
}

.botcf-mobile-nav-menu[hidden] {
  display: none;
}

.botcf-mobile-nav-menu-item {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #2d2a29;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.botcf-mobile-nav-menu-item:hover,
.botcf-mobile-nav-menu-item:focus-visible {
  background: rgba(255, 107, 74, .1);
  color: #c75325;
  outline: none;
}

html.dark .botcf-mobile-nav-menu,
body[theme-mode="dark"] .botcf-mobile-nav-menu {
  border-color: rgba(255, 138, 99, .22);
  background: rgba(25, 29, 38, .98);
}

html.dark .botcf-mobile-nav-menu-item,
body[theme-mode="dark"] .botcf-mobile-nav-menu-item {
  color: rgba(255, 255, 255, .88);
}

@media (max-width: 720px) {
  header.app-header-shell {
    overflow: visible !important;
  }

  header.app-header-shell > .w-full,
  header.app-header-shell > .w-full > .flex.items-center.justify-between {
    min-width: 0 !important;
  }

  header.app-header-shell > .w-full > .flex.items-center.justify-between {
    gap: 4px !important;
  }

  header.app-header-shell nav,
  .app-header-shell nav {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    gap: 0 !important;
    margin: 0 4px !important;
    overflow: visible !important;
  }

  header.app-header-shell nav > a,
  header.app-header-shell nav > button,
  .app-header-shell nav > a,
  .app-header-shell nav > button {
    min-height: 30px !important;
    padding: 4px 6px !important;
    font-size: 13px !important;
    font-weight: 750 !important;
  }

  header.app-header-shell nav > [data-botcf-mobile-nav-hidden="1"],
  .app-header-shell nav > [data-botcf-mobile-nav-hidden="1"] {
    display: none !important;
  }

  header.app-header-shell nav > .botcf-mobile-nav-more,
  .app-header-shell nav > .botcf-mobile-nav-more {
    display: inline-flex !important;
    min-width: 46px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: rgba(255, 107, 74, .08) !important;
    color: #c75325 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  .botcf-mobile-nav-more > span:first-child {
    font-size: 17px;
    line-height: 1;
  }

  .botcf-mobile-nav-more-chevron {
    font-size: 12px;
  }

  header.app-header-shell .flex.items-center.gap-2.md\:gap-3 {
    gap: 2px !important;
  }

  header.app-header-shell .botcf-square-corner-toggle,
  header.app-header-shell .flex.items-center.gap-2.md\:gap-3 > span.inline-flex,
  header.app-header-shell .flex.items-center.gap-2.md\:gap-3 > button:nth-child(3) {
    display: none !important;
  }

  .home-botcf-page,
  .home-botcf-container,
  .home-botcf-content-left {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .home-botcf-title {
    font-size: 34px !important;
    line-height: 1.16 !important;
  }

  .home-botcf-visual-right {
    width: calc(100% - 32px) !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .home-botcf-diagram-container {
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    padding: 14px !important;
    overflow: visible !important;
  }

  .home-botcf-connections,
  .home-botcf-flow-dot {
    display: none !important;
  }

  .home-botcf-models-column {
    position: relative !important;
    inset: auto !important;
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .home-botcf-model-card {
    position: relative !important;
    display: grid !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 104px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center !important;
    justify-items: center !important;
    padding: 9px !important;
  }

  .home-botcf-card-left,
  .home-botcf-model-info {
    min-width: 0 !important;
  }

  .home-botcf-card-left {
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px !important;
  }

  .home-botcf-model-icon {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
  }

  .home-botcf-model-info {
    width: 100% !important;
    text-align: center !important;
  }

  .home-botcf-status-wrapper {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
  }

  .home-botcf-model-brand,
  .home-botcf-model-name {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .home-botcf-model-brand {
    font-size: 9px !important;
  }

  .home-botcf-model-name {
    font-size: 13px !important;
  }

  .home-botcf-hub-node {
    position: relative !important;
    inset: auto !important;
    width: 88px !important;
    height: 88px !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .home-botcf-terminal-float {
    position: relative !important;
    inset: auto !important;
    width: min(100%, 320px) !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    transform: none !important;
  }

  .home-botcf-terminal-window {
    width: 100% !important;
  }
}
