/* 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;
}
/* 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;
}
/* Filter by label macro should have no padding when inside panel */
.panel-macro div.vp-content-by-label-items {
  padding: 0;
}
/* Panel macro has no paragraph spacing */
.panel-macro p {
  margin-bottom: 0.75rem;
}

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

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

/* Business Modeler: */
[data-vp-page-id='118065663'] .space-overview__pinned    /* 24.1 */
	{ display: none; }
  .panel-macro p {
  margin-bottom: 0.75rem;
} */

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

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

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