@media (min-width: 768px) {
  #new-subheader #sub-header-breadcrumb-divider {
    border-bottom: 1px solid #3b434b;
  }
}
#new-subheader #sub-header {
  transition: opacity 0.35s ease, transform 0.35s ease, top 0.35s ease-in-out;
}
#new-subheader #sub-header.sub-header-concealed {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
#new-subheader #sub-header.sub-header-revealed {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#new-subheader #sub-header.is-compact #sub-header-breadcrumb-section {
  display: none;
}
#new-subheader #sub-header.is-compact .asset-subheader-action-hint {
  bottom: auto;
  top: calc(100% + 6px);
}
@media (max-width: 767px) {
  #new-subheader #sub-header:not(.is-compact) #sub-header-simple-menu {
    margin-top: 12px;
  }
}
#new-subheader #sub-header-internal-div {
  transition: height 0.35s ease-in-out;
}
#new-subheader #sub-header-simple-menu .click-simple-menu {
  border-radius: 8px;
  transition: color 0.2s ease, background-color 0.2s ease;
}
#new-subheader #sub-header-simple-menu .click-simple-menu:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
#new-subheader .asset-subheader-action-hint {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 6px 10px;
  background: #1a1d21;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
  pointer-events: none;
  z-index: 70;
}
#new-subheader .asset-subheader-close-wrap {
  position: absolute;
  right: 8px;
  top: 50%;
  z-index: 80;
  transform: translateY(-50%);
}
#new-subheader .asset-subheader-close-floating {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
#new-subheader .asset-subheader-close-floating:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
}
#new-subheader .asset-subheader-close-hint {
  left: auto;
  right: 0;
  transform: none;
}
#new-subheader .asset-subheader-action:hover .asset-subheader-action-hint,
#new-subheader .asset-subheader-action:focus-within .asset-subheader-action-hint {
  opacity: 1;
  visibility: visible;
}
