.main-container {
  max-width: 100%;
  margin-bottom: 36px;
  margin-top: 36px;
}

.path-frontpage .main-container,
.path-node .main-container {
  margin-bottom: 0;
  margin-top: 0;
}

.path-node .tabs {
  margin-top: 2rem;
}

.full-width {
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
}

.full-width::before {
  position: absolute;
  inset: 0 0 0 50%;
  content: "";
  display: block;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
}
