/* POST BUTTON COLOR & TEXT */
.compose-form__actions .button,
.compose-form__publish-button-wrapper > button {
  background-color: #e95a4e !important;
  background-image: none !important;
  position: relative !important;
  color: transparent !important;
}

/* Hide TangerineUI SVG icons and default text spans */
.compose-form__actions .button span,
.compose-form__actions .button svg,
.compose-form__publish-button-wrapper > button span,
.compose-form__publish-button-wrapper > button svg {
  display: none !important;
}

/* Centered "Tŵt!" text overlay */
.compose-form__actions .button::before,
.compose-form__publish-button-wrapper > button::before {
  content: "Tŵt!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff !important;
  font-weight: bold;
  white-space: nowrap;
}

/* LOGO & SEARCH MARGIN */
.compose-panel {
  background: url("https://toot.wales/system/media_attachments/files/115/935/257/032/405/244/original/77c6b9205015fe92.png") no-repeat !important;
}

.search {
  margin-top: 80px;
}

/* NAVIGATION ACTIVE LINKS */
.column-link.active,
.column-link.active:hover,
.column-link:focus,
.column-link:hover {
  color: #e95a4e !important;
}

