/* style language picker on desktop for the top bar*/
@media (min-width: 768px) {
.vp-dropdown__options.direction-up {
    transform: translateY(calc(17%));
}

.vp-dropdown--outline .vp-dropdown__button {
    background-color: #fff;
}

.vp-dropdown__option {
     background-color: white;
}

.vp-search-bar {
    min-width: 300px;
}

.header__navigation--large__menu {
    flex-direction: row-reverse;
}

.footer__language-picker {
    display:inline; 
    margin-top: 0rem; 
    max-width: 100%;
}

.px-4 {
    display: none;
}

.vp-dropdown--outline .vp-dropdown__button[aria-expanded=true] {
    background-color: white;
    color: var(--text-color-button-active);
}

/* style version picker on desktop for the top bar */
.header .vp-picker {
    --_button-text-color: black;
    --_button-text-color-expanded: black;
    --_button-background-color: white;
    --_button-background-color-hovered: white;
    --_button-background-color-expanded: white;
    --_button-border-color: #e2e5eb;
    --_button-border-color-expanded: white;
}

}

/* fix padding of title in header*/
.py-3 {
    padding-bottom: 0.25rem;
    padding-top: 0.75rem;
}

/* Hide overlay on images on mobile */
figure.vp-image .image-link-overlay {
     visibility: hidden;
}

/* Hide documents in the section 'hidden */
.cs-portal-tiles__category-Hidden {
  display: none;
}

/* Make body content and tables wider */
.vp-article {
    --_content-width: 100%;
}

.vp-article :where(.vp-article__content,.contentLayout2,.columnLayout.fixed-width .innerCell)>.table-wrap {
    --_table-inline-size: 100%; 
}

/* Remove vertical spacing on landing pages */
.space-overview__content>:not(:last-child) {
    border-bottom: 0px solid var(--K15t-border-neutral);
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

/* hide version tags in search results */
.vp-search-result__labels {
	visibility: hidden;
}