/* General design settings */
:root {
  --vpt-theme-text-color:        #282828;
  /* Colors for the panel boxes, matching with the text backgrounds */
  --K15t-background-information: rgb(198,237,251, 0.5);
  --K15t-background-success:     rgb(211,241,167, 0.5);
  --K15t-background-warning:     rgb(254,222,200, 0.5);
}
div.portal button.vp-dropdown__button {
  background-color: #eaeaea;
}

/* Fix color of legacy gray */
span.legacy-color-text-gray2 {
  color: rgb(151, 160, 175)
}

/* Fix margins for single column layout */
div.columnLayout.single {
  margin-top: -2em;
}

/* Filter by label macro should have no padding when inside panel */
.panel-macro div.vp-content-by-label-items {
  padding: 0;
  margin-left: -1px;
}

/* Filter by label macro follow seamlessly after and before separate list 
when inside panel */
.panel-macro div.vp-content-by-label {
  border: none;
  margin-bottom: 0;
}
.panel-macro div.vp-content-by-label ul {
  margin-bottom: 0;
}
.panel-macro ul + div.vp-content-by-label ul{
  margin-top: -0.5rem;
}
.panel-macro div.vp-content-by-label + ul {
  margin-top: 0.75rem;
}

/* Panel macro has no paragraph spacing/* General design settings */
:root {
  --vpt-theme-text-color: #282828;
}
div.portal button.vp-dropdown__button {
  background-color: #eaeaea;
}

/* Panel macro has no paragraph spacing */
.panel-macro p {
  margin-bottom: 0.75rem;
}

/* Do not show pinned topics section for the following content sources: */

/* Assets: */
[data-vp-page-id='547160305'] .space-overview__pinned    /* latest */
	{ display: none; }

/* BPaaS: */
[data-vp-page-id='17891336'] .space-overview__pinned,   /* latest */

/* Business Modeler: */
[data-vp-page-id='118065663'] .space-overview__pinned    /* 24.1 */
	{ display: none; }