.cloudhost-context-navbar {
  position: relative;
  top: 0;
  z-index: 20;
  margin: -8px 0 1.5rem;
}

.cloudhost-context-shell {
  border: 0;
  border-bottom: 1px solid #dce6f2;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 0 .9rem;
}

.cloudhost-context-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .65rem;
}

.cloudhost-context-brand {
  font-size: .92rem;
  font-weight: 700;
  color: #5a718d;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cloudhost-context-toggle {
  border: 0;
  background: transparent;
  padding: .35rem;
}

.cloudhost-context-body {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cloudhost-context-tabs {
  display: flex;
  align-items: center;
  gap: .45rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
}

.cloudhost-context-tab-item {
  margin: 0;
}

.cloudhost-context-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: .55rem .9rem;
  border-radius: 999px;
  color: #556b84;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.cloudhost-context-tab:hover {
  background: #eef5fc;
  color: #165aa7;
}

.cloudhost-context-tab.active {
  background: linear-gradient(135deg, #165eb0 0%, #2f82e8 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(28, 107, 199, .16);
  font-weight: 700;
}

.cloudhost-context-search {
  flex: 0 0 auto;
  min-width: 260px;
  margin-left: auto;
}

.cloudhost-context-search-group {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.cloudhost-context-search-input {
  flex: 1 1 auto;
  min-height: 40px;
  border: 1px solid #dbe6f2;
  border-right: 0;
  border-radius: 12px 0 0 12px;
  background: #fff;
  color: #1f3651;
  padding: .65rem .9rem;
  outline: none;
}

.cloudhost-context-search-input:focus {
  border-color: #8eb8eb;
  box-shadow: 0 0 0 .2rem rgba(47, 130, 232, .12);
}

.cloudhost-context-search-button {
  min-width: 88px;
  border: 1px solid #2f82e8;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(135deg, #165eb0 0%, #2f82e8 100%);
  color: #fff;
  font-weight: 600;
}

.cloudhost-context-search-button:hover {
  background: linear-gradient(135deg, #144f93 0%, #236fcb 100%);
  border-color: #236fcb;
}

@media (max-width: 991.98px) {
  .cloudhost-context-navbar {
    margin-top: .5rem;
  }

  .cloudhost-context-shell {
    padding-bottom: .75rem;
  }

  .cloudhost-context-body {
    display: block;
  }

  .cloudhost-context-tabs {
    margin-bottom: .85rem;
  }

  .cloudhost-context-search {
    min-width: 100%;
  }
}
