@media(min-width: 1600px)
{
  .drawer {
    width: 300px;
  }
  .column {
    width: calc((100% - 300px) / 4);
  }
}

.compose-form__publish-button-wrapper .button {
  visibility: hidden;
}

.compose-form__publish-button-wrapper .button::after {
  visibility: visible;
  background-color: #595aff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  overflow: hidden;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  content: "Nya!";
  margin: -7px -18px;
}

.about__domain-blocks__domain p {
  white-space: normal;
  overflow: visible;
}

.content-warning::before,
.content-warning::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 154, 0, 1) 10%,
    rgba(208, 222, 33, 1) 20%,
    rgba(79, 220, 74, 1) 30%,
    rgba(63, 218, 216, 1) 40%,
    rgba(47, 201, 226, 1) 50%,
    rgba(28, 127, 238, 1) 60%,
    rgba(95, 21, 242, 1) 70%,
    rgba(186, 12, 248, 1) 80%,
    rgba(251, 7, 217, 1) 90%,
    rgba(255, 0, 0, 1) 100%
  );
}

