.drawer {
  width: 400px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}

.column {
  width: clamp(500px,(100% - 400px) / 4,400px);
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}


body {
  font-family: mastodon-font-sans-serif,sans-serif;
  background: hsl(218°, 12%, 12%);
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-rendering: optimizelegibility;
}

.button {
  background-color: #6d2b3e !important;
  border: 10px none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  overflow: hidden;
  padding: 7px 18px;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.button.button-secondary {
  color: #fff !important;
  background: transparent;
    background-color: transparent;
  padding: 6px 17px;
  border: 1px solid #333 !important;
}


.status__content a.unhandled-link, .edit-indicator__content a.unhandled-link, .reply-indicator__content a.unhandled-link {
  color: #208c97;
}


.icon-button {
  color: #6d2b3e !important;
  cursor: pointer;
}

.compose-form__actions .icon-button {
  box-sizing: content-box;
  color: #208c97 !important;
}

.character-counter {
  cursor: default;
  font-family: mastodon-font-sans-serif,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #208c97 !important;
  flex: 1 0 auto;
  text-align: end;
}

.account-role {
  color: #208c97 !important;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 16px;
}

.account-role {
  display: inline-flex;
  padding: 4px;
  -webkit-padding-end: 8px;
  padding-inline-end: 8px;
  border: 1px solid #333 !important;
  color: #8c8dff;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 16px;
  gap: 4px;
  border-radius: 6px;
  align-items: center;
}

.account__header__bio .account__header__fields dd {
  color: #208c97 !important;
}

.account__header__bio .account__header__fields a {
  color: #208c97 !important;
}




.dropdown-button {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  color: #208c97 !important;
  border-radius: 6px;
  border: 1px solid #333 !important;
  padding: 4px 8px;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-group--follow .notification-group__icon, .notification-group--follow-request .notification-group__icon {
  color: #208c97 !important;
}

.notification-group__embedded-status__content {
  display: -webkit-box;
  font-size: 15px;
  line-height: 22px;
  color: #aba3a7 !important;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: none;
  overflow: hidden;
}

.notification-group__embedded-status__account bdi {
  color: #6d2b3e !important;
}

.notification-group__main__header__label {
  font-size: 15px;
  line-height: 22px;
  color: #aba3a7 !important;
}

.notification-group__embedded-status__account {
  color: #9e7b90 !important;
  font-size: 15px;
  line-height: 22px;
}

.account__domain-pill {
  display: inline-flex;
  background: #1a1d21 !important;
  border-radius: 4px;
  border: 0;
  color: #208c97 !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 8px;
}



.notification__filter-bar button.active::before, .notification__filter-bar a.active::before, .account__section-headline button.active::before, .account__section-headline a.active::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 3px;
  border-radius: 4px 4px 0 0;
  background: #6d2b3e !important;
}

.column-back-button {
  color: #6d2b3e !important;
  cursor: pointer;
  font-size: 16px;
  line-height: inherit;
  text-align: unset;
}


.notification__filter-bar button, .notification__filter-bar a, .account__section-headline button, .account__section-headline a {
  color: #aba3a7 !important;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.account__header__extra__links a {
  color: #606085 !important;
  font-weight: 500;
}



