.field--name-field-bricks.field--formatter-bricks-nested,
.field--name-field-bricks-2.field--formatter-bricks-nested,
.entity--type-brick,
footer {
  clear: both;
}

/* Override wp-thm-digital-identity/css/3ds.digital.css **/
[id*="local-tasks"] {
  position: relative;
}
[id*="local-tasks"] ul {
  margin: 0;
}
[id*="local-tasks"] ul li {
  background-color: transparent;
  margin: 0;
}
[id*="local-tasks"] ul li.is-active {
  background-color: #005386;
}
[id*="local-tasks"] ul li a,
[id*="local-tasks"] ul li span {
  border: 0 none;
  background-color: transparent;
}

/* /admin/structure/eck/entity/brick/types/manage/toast/display/toast_light */
.entity--type-brick.entity--bundle-toast.entity--view-mode-toast-light .ds-toast {
  background: transparent;
}
.entity--type-brick.entity--bundle-toast.entity--view-mode-toast-light .ds-toast__text {
  color: rgba(0,0,0,.8);
}

/* Center CTAs in a Panel Nodes brick */
.entity--type-brick.entity--bundle-panel-nodes .field--name-field-ctas.field--formatter-button-link {
  text-align: center;
}

