.node-webform h2 {
  display: none;
}
#toolbar-administration {
  color: #ddd;
  background-color: #0f0f0f;
  box-shadow: -1px 0 3px 1px rgb(0 0 0 / 33%);
}

/* Post-migration */
.m-teaser img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
}
ul.tabs {
  display: flex;
  padding: 0;
  margin: 1em 0;
}
ul.tabs li {
  margin-right: 2px;
  flex: 1;
}
ul.tabs li:last-of-type {
  margin-right: 0;
}
ul.tabs li a {
  display: block;
  background: rgba(0,0,0,.05);
  padding: .3em .6em;
  text-align: center;
}
ul.tabs li a:hover {
  background: rgba(0,0,0,.1);
}
ul.tabs li a:active {
  color: #fff;
  background: rgba(0,0,0,.75);
}
.m-form label {
  display: block;
}
.m-form .form-required {
  color: #f00;
}
.m-copy a.ck-anchor:not([href]):after {
  display: none;
}