.node-header {
  display: flex;
  margin-bottom: 1rem;

  img {
    display: block;
  }
  svg {
    height: 1.3rem;
    width: 1.3rem;
    fill: var(--color-black);
    margin-right: .3rem;
    float: left;
  }
}

.node-header-content {
  background-color: var(--color-white);
  padding: 1.2rem 2.4rem;
  width: 100%;

  .label {
    margin-right: .3rem;
  }

  .block-label {
    display: block;
    font-size: 1.1em;
    margin-bottom: .5rem;
  }
}

.node-header-footer {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--color-grey-md);

  p {
    display: flex;
    align-items: center;
  }
}
