@charset "UTF-8";
.c-node__badge {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-top: solid 0.6rem transparent;
}
.c-node__badge .c-node__badge-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  margin-top: -0.6rem;
  padding: 0.75rem 1rem;
}
.c-node__badge--important {
  border-top-color: #fa4b35;
}
.c-node__badge--important .c-node__badge-text {
  background-color: #fa4b35;
}
.c-node__badge--updated {
  border-top-color: #ffa221;
}
.c-node__badge--updated .c-node__badge-text {
  background-color: #ffa221;
}

.c-node--full__badge-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  align-items: center;
  height: 2.3rem;
  padding: 0 1rem;
}
.c-node--full__badge-text.updated {
  background-color: #ffa221;
}
.c-node--full__badge-text.important {
  background-color: #fa4b35;
}