.signedIn #portal_tabSolutions,
.signedIn #Solutions_tab,
.signedIn #portal_tabCases,
.signedIn #Cases_tab {
  display: inline-block;
}

.signedIn li.WidgetsContainer__lftWd {
  display: list-item;
}

li.WidgetsContainer__lftWd:first-child,
li.WidgetsContainer__lftWd:nth-child(2) {
  display: list-item;
}

.signedIn li.WidgetsContainer__lftWd:nth-child(6),
.signedIn li.WidgetsContainer__lftWd:nth-child(7) {
  display: none;
}

.Header__menuList a {
  left: -120px;
  border-bottom: 0.125rem solid transparent;
}

.Header__link {
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  max-width: 200%;
  text-overflow: ellipsis;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  outline: 0;
  padding: 10px 0;
}

/* =========================
   FOLLOWER-LISTEN AUSBLENDEN
   ========================= */

.followers-list,
.article-followers,
.topic-followers,
.kb-followers,
[class*="follower"],
[class*="followers"] {
  display: none !important;
}

/* =========================
   LOGIN-HINWEIS KNOWLEDGE BASE
   ========================= */

/* Standardmäßig auf allen Seiten ausblenden */
.guest-download-notice {
  display: none;
  background: #d93025;
  color: #ffffff;
  padding: 18px 22px;
  margin: 20px auto;
  max-width: 1100px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 6px;
  box-sizing: border-box;
  font-weight: 500;
}

.guest-download-notice a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

/*
   Nur anzeigen, wenn der Knowledge-Base-Menüpunkt aktiv ist.
   Zoho verwendet dafür die Klasse Header__navactive.
*/
body:has(#portal_tabSolutions.Header__navactive) .guest-download-notice {
  display: block;
}

/* Für eingeloggte Benutzer immer ausblenden */
.signedIn .guest-download-notice {
  display: none !important;
}

/* =========================
   TICKETFORMULAR ANPASSUNGEN
   ========================= */

/* Alle Section-Titel für eingeloggte Benutzer ausblenden */
.signedIn .TicketFormLeftContainer__sectionName {
  display: none !important;
}

/* Phone und Company Name für eingeloggte Benutzer ausblenden */
.signedIn input#phone,
.signedIn input#cf_company_name,
.signedIn [name="phone"],
.signedIn [name="cf_company_name"] {
  display: none !important;
}

/* Sichtbare Labels für Phone und Company Name ausblenden */
.signedIn label[for="phone"],
.signedIn label[for="cf_company_name"] {
  display: none !important;
}
