/* line 3, app/assets/stylesheets/views/article.scss */
.article-wrapper {
  min-width: 0;
}

/* line 12, app/assets/stylesheets/views/article.scss */
.crayons-article__cover {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-auto);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: calc(88vh - var(--header-height) - 2 * var(--layout-padding));
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/views/article.scss */
.crayons-article__cover__image {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: calc( 100vh - var(--header-height) - 2 * var(--layout-padding));
}

/* line 30, app/assets/stylesheets/views/article.scss */
.crayons-article__cover__image__feed {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 100%;
  aspect-ratio: auto 650 / 273;
  object-fit: contain;
  border-radius: var(--radius-auto) var(--radius) 0 0;
  max-height: calc(77vh - var(--header-height));
}

/* line 43, app/assets/stylesheets/views/article.scss */
.crayons-article__video {
  background: black;
}

/* line 47, app/assets/stylesheets/views/article.scss */
.crayons-article__video__player:empty {
  width: 100%;
  padding-top: 56.25%;
}

/* line 54, app/assets/stylesheets/views/article.scss */
.crayons-article__header {
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* line 60, app/assets/stylesheets/views/article.scss */
.crayons-article__header__meta {
  padding: var(--content-padding-y) var(--content-padding-x) 0 var(--content-padding-x);
}

/* line 66, app/assets/stylesheets/views/article.scss */
.crayons-article__actions {
  background: var(--accent-warning-a10);
  border: 1px solid var(--accent-warning-a10);
  border-radius: var(--radius);
  padding: var(--su-1);
}

/* line 67, app/assets/stylesheets/views/article.scss */
.crayons-article__actions:empty {
  display: none;
}

/* line 76, app/assets/stylesheets/views/article.scss */
.crayons-article__subheader {
  font-size: var(--fs-base);
  color: var(--base-60);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 84, app/assets/stylesheets/views/article.scss */
.crayons-article__main {
  padding: var(--content-padding-y) var(--content-padding-x);
}

/* line 88, app/assets/stylesheets/views/article.scss */
.crayons-article__body {
  overflow-wrap: break-word;
}

/* line 92, app/assets/stylesheets/views/article.scss */
.crayons-article .reaction-button[disabled] {
  cursor: pointer;
}

/* line 96, app/assets/stylesheets/views/article.scss */
.crayons-article__context-note {
  margin-top: -5px;
  margin-bottom: var(--su-5);
  padding: var(--su-2) var(--su-5);
  background-color: var(--card-bg);
  border-radius: 19px;
  box-shadow: var(--shadow-1);
  color: var(--card-color);
  font-size: calc(var(--fs-base) - 1px);
  line-height: 1.5;
  display: inline-block;
}

/* line 108, app/assets/stylesheets/views/article.scss */
.crayons-article__context-note__feed {
  margin-bottom: var(--su-3);
  padding: var(--su-1) var(--su-3);
  font-size: var(--fs-s);
  line-height: 1.5;
  border-radius: 15px;
  display: inline-block;
}

/* line 118, app/assets/stylesheets/views/article.scss */
.crayons-article-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  background: var(--body-color-inverted);
  padding: var(--su-2);
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  z-index: var(--z-sticky);
}

@media (min-width: 768px) {
  /* line 118, app/assets/stylesheets/views/article.scss */
  .crayons-article-actions {
    border-radius: var(--radius-large);
    padding: 0;
    padding-bottom: 0;
    background: var(--body-bg);
    display: grid;
    gap: var(--su-6);
    position: -webkit-sticky;
    position: sticky;
    box-shadow: none;
    justify-content: stretch;
    top: calc(var(--header-height) + var(--layout-padding) + 6vh);
    z-index: var(--z-elevate);
  }
}

/* line 145, app/assets/stylesheets/views/article.scss */
.crayons-article-actions__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: env(safe-area-inset-bottom);
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/views/article.scss */
  .crayons-article-actions__inner {
    display: grid;
    gap: var(--su-4);
    justify-content: stretch;
  }
}

/* line 159, app/assets/stylesheets/views/article.scss */
.crayons-reaction {
  --reaction-color: var(--button-ghost-color);
  --reaction-border: inset 0 0 0 0 transparent;
  --reaction-bg: transparent;
  border: none;
  background: transparent;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

/* line 170, app/assets/stylesheets/views/article.scss */
.js-focus-visible .crayons-reaction.focus-visible:focus, .crayons-reaction:is(label):focus-within {
  background-color: var(--button-ghost-bg-hover);
  border-color: transparent;
  border-radius: 1000px;
  box-shadow: none;
  color: var(--button-ghost-color-hover);
}

@media (min-width: 768px) {
  /* line 159, app/assets/stylesheets/views/article.scss */
  .crayons-reaction {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  /* line 184, app/assets/stylesheets/views/article.scss */
  .crayons-reaction .crayons-tooltip__content {
    top: -100%;
  }
}

@media (hover: none) {
  /* line 194, app/assets/stylesheets/views/article.scss */
  .crayons-reaction .crayons-tooltip__content {
    display: none;
  }
}

/* line 199, app/assets/stylesheets/views/article.scss */
.crayons-reaction__icon {
  padding: var(--su-2);
  box-shadow: var(--reaction-border);
  background: var(--reaction-bg);
  color: var(--reaction-color);
  border-radius: 50%;
  transition: all var(--transition-props);
}

/* line 207, app/assets/stylesheets/views/article.scss */
.crayons-reaction__icon--active {
  display: none;
}

/* line 211, app/assets/stylesheets/views/article.scss */
.crayons-reaction__icon--borderless {
  padding: var(--su-2);
  box-shadow: none;
  background: none;
  color: var(--reaction-color);
  border-radius: 0;
  transition: all var(--transition-props);
}

/* line 221, app/assets/stylesheets/views/article.scss */
.crayons-reaction__count {
  color: var(--base-70);
  font-size: var(--fs-s);
  display: inline-flex;
  margin-left: var(--su-1);
  min-width: var(--su-6);
}

@media (min-width: 768px) {
  /* line 221, app/assets/stylesheets/views/article.scss */
  .crayons-reaction__count {
    min-width: auto;
    margin-left: 0;
    display: block;
  }
}

/* line 235, app/assets/stylesheets/views/article.scss */
.crayons-reaction.user-activated {
  --reaction-border: inset 0 0 0 2px var(--reaction-color);
}

/* line 237, app/assets/stylesheets/views/article.scss */
.crayons-reaction.user-activated .crayons-reaction__icon--inactive {
  display: none;
}

/* line 240, app/assets/stylesheets/views/article.scss */
.crayons-reaction.user-activated .crayons-reaction__icon--active {
  display: block;
}

/* line 246, app/assets/stylesheets/views/article.scss */
.crayons-reaction--like:hover, .crayons-reaction--like.user-activated {
  --reaction-color: var(--reaction-like-color);
  --reaction-bg: var(--reaction-like-bg);
}

/* line 254, app/assets/stylesheets/views/article.scss */
.crayons-reaction--unicorn:hover, .crayons-reaction--unicorn.user-activated {
  --reaction-color: var(--reaction-custom-color);
  --reaction-bg: var(--reaction-custom-bg);
}

/* line 262, app/assets/stylesheets/views/article.scss */
.crayons-reaction--readinglist:hover, .crayons-reaction--readinglist.user-activated {
  --reaction-color: var(--reaction-save-color);
  --reaction-bg: var(--reaction-save-bg);
}

/* line 270, app/assets/stylesheets/views/article.scss */
.crayons-reaction--comment:hover, .crayons-reaction--comment.user-activated {
  --reaction-color: var(--reaction-comment-color);
  --reaction-bg: var(--reaction-comment-bg);
}

/* line 278, app/assets/stylesheets/views/article.scss */
.only-sidebar-menu-item {
  display: none !important;
}

@media (min-width: 640px) {
  /* line 278, app/assets/stylesheets/views/article.scss */
  .only-sidebar-menu-item {
    display: block !important;
  }
}

/* line 285, app/assets/stylesheets/views/article.scss */
.only-mobile-menu-item {
  display: block !important;
}

@media (min-width: 640px) {
  /* line 285, app/assets/stylesheets/views/article.scss */
  .only-mobile-menu-item {
    display: none !important;
  }
}

/* line 293, app/assets/stylesheets/views/article.scss */
.reaction-drawer .crayons-reaction {
  border: 1px solid var(--card-bg);
  border-radius: 20px;
  flex-direction: column;
}

/* line 298, app/assets/stylesheets/views/article.scss */
.reaction-drawer .crayons-reaction.user-activated {
  background-color: var(--body-bg);
  border: 1px solid #d4d4d4;
  border-radius: 20px;
}

/* line 303, app/assets/stylesheets/views/article.scss */
.reaction-drawer .crayons-reaction.user-activated .crayons-reaction__icon--active {
  border: 0;
  box-shadow: none;
}

/* line 309, app/assets/stylesheets/views/article.scss */
.js-focus-visible .reaction-drawer .crayons-reaction.focus-visible:focus, .reaction-drawer .crayons-reaction:is(label):focus-within {
  box-shadow: var(--focus-ring);
  outline: 0;
}

/* line 316, app/assets/stylesheets/views/article.scss */
.reaction-drawer .crayons-reaction:hover {
  background-color: var(--body-bg);
  border-radius: 20px;
}

/* line 322, app/assets/stylesheets/views/article.scss */
.user-animated .crayons-reaction__icon {
  position: relative;
  animation-name: iconPop;
  animation-duration: 0.25s;
}

/* line 324, app/assets/stylesheets/views/article.scss */
.user-animated .crayons-reaction__icon:before {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 4px currentColor;
  opacity: 0;
  transform: scale(2);
  animation-name: ringPop;
  animation-duration: 0.25s;
}

/* line 340, app/assets/stylesheets/views/article.scss */
.user-animated .crayons-reaction__icon:after {
  content: '';
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 transparent;
  opacity: 0;
  transform: scale(1);
  animation-name: ringPop2;
  animation-duration: 0.75s;
}

@keyframes iconPop {
  0% {
    transform: scale(0.65);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ringPop {
  0% {
    transform: scale(2);
    box-shadow: 0 0 0 4px currentColor;
    opacity: var(--opacity-0);
  }
  100% {
    box-shadow: 0 0 0 1px currentColor;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ringPop2 {
  0% {
    box-shadow: 0 0 0 currentColor;
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    box-shadow: 0 0 1px 1px transparent;
    transform: scale(4);
    opacity: var(--opacity-0);
  }
}

/* line 403, app/assets/stylesheets/views/article.scss */
.crayons-article-sticky:last-child {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-height) + var(--layout-padding));
}

/* line 407, app/assets/stylesheets/views/article.scss */
.static-header .crayons-article-sticky:last-child {
  top: var(--layout-padding);
}

@media screen and (max-width: 1024px) {
  /* line 412, app/assets/stylesheets/views/article.scss */
  .crayons-post_sidebar_billboard {
    display: none;
  }
}

/* line 419, app/assets/stylesheets/views/article.scss */
.user-metadata-details li + li {
  margin-top: var(--su-3);
}

/* line 422, app/assets/stylesheets/views/article.scss */
.user-metadata-details .key {
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--card-color-tertiary);
}

/* line 435, app/assets/stylesheets/views/article.scss */
.reaction-drawer__outer {
  border: none;
  padding: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  /* line 435, app/assets/stylesheets/views/article.scss */
  .reaction-drawer__outer {
    flex-direction: column;
  }
}

/* line 455, app/assets/stylesheets/views/article.scss */
.reaction-drawer__outer.open .reaction-drawer {
  display: block;
}

/* line 459, app/assets/stylesheets/views/article.scss */
.reaction-drawer__outer .hidden {
  display: none;
}

/* line 464, app/assets/stylesheets/views/article.scss */
.reaction-drawer {
  min-width: auto;
  border-radius: 32px;
  position: absolute;
  top: -80px;
  left: 15px;
  display: none;
  padding: var(--su-3);
  min-width: 250px;
  margin-top: var(--su-1);
  z-index: var(--z-dropdown);
  background: var(--card-bg);
  color: var(--card-color);
  box-shadow: var(--shadow-1);
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 464, app/assets/stylesheets/views/article.scss */
  .reaction-drawer {
    max-width: 360px;
    width: max-content;
    top: -5px;
    left: 55px;
  }
}

/* line 490, app/assets/stylesheets/views/article.scss */
.reaction-drawer .crayons-reaction__count {
  min-width: auto;
  margin-left: 0;
  display: block;
}

@media (min-width: 768px) {
  /* line 497, app/assets/stylesheets/views/article.scss */
  .reaction-drawer__outer:hover .reaction-drawer {
    display: block;
  }
}

/* line 503, app/assets/stylesheets/views/article.scss */
.reaction-drawer__container {
  display: flex;
  flex-direction: row;
  gap: var(--su-3);
}

/* line 509, app/assets/stylesheets/views/article.scss */
.multiple_reactions_engagement {
  padding: 0.5em 0;
  cursor: default;
  display: flex;
  column-gap: 1.2em;
  flex-wrap: wrap;
  min-height: 40px;
}

@media (min-width: 480px) {
  /* line 509, app/assets/stylesheets/views/article.scss */
  .multiple_reactions_engagement {
    column-gap: 1.7em;
  }
}

@media (min-width: 640px) {
  /* line 509, app/assets/stylesheets/views/article.scss */
  .multiple_reactions_engagement {
    column-gap: 2.2em;
  }
}

/* line 525, app/assets/stylesheets/views/article.scss */
.multiple_reactions_engagement > span {
  display: flex;
  column-gap: 0.3em;
  align-items: center;
}

/* line 526, app/assets/stylesheets/views/article.scss */
.multiple_reactions_engagement > span.hidden {
  display: none;
}

/* line 535, app/assets/stylesheets/views/article.scss */
.multiple_reactions_aggregate {
  display: flex;
  align-items: center;
}

/* line 539, app/assets/stylesheets/views/article.scss */
.multiple_reactions_aggregate .multiple_reactions_icons_container {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* line 545, app/assets/stylesheets/views/article.scss */
.multiple_reactions_aggregate .crayons_icon_container {
  display: inline-block;
  background-color: var(--body-bg);
  border: 2px solid var(--card-bg);
  border-radius: 15px;
  margin-right: -0.75em;
  width: 28px;
  height: 28px;
}

/* line 555, app/assets/stylesheets/views/article.scss */
.multiple_reactions_aggregate img {
  margin-top: -3px;
  vertical-align: middle;
}

/* line 560, app/assets/stylesheets/views/article.scss */
.multiple_reactions_aggregate .aggregate_reactions_counter {
  margin-left: 1em;
}

/* line 24, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form {
  --article-form-actions-height: 56px;
  max-width: var(--site-width);
  display: grid;
  padding: 0 var(--layout-padding);
  height: 100vh;
  gap: 0 var(--layout-gap);
  margin: 0 auto;
  font-size: var(--fs-base);
  grid-template-columns: 100%;
  grid-template-rows: min-content 1fr min-content;
}

/* line 36, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__logo, .crayons-article-form__aside {
  display: none;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__logo, .crayons-article-form__aside {
    display: block;
  }
}

@media (min-width: 640px) {
  /* line 24, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form {
    --article-form-actions-height: 72px;
  }
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form {
    grid-template-columns: 64px 7fr 3fr;
  }
}

@media (min-width: 1024px) {
  /* line 24, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form {
    --article-form-actions-height: 88px;
  }
}

/* line 57, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__header {
  display: flex;
  align-items: center;
  height: var(--header-height);
  padding: 0 var(--su-2);
}

@media (min-width: 768px) {
  /* line 57, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__header {
    grid-column-end: span 2;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  /* line 57, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__header {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

/* line 74, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__content {
  overflow-y: auto;
  height: calc( 100vh - var(--header-height) - var(--article-form-actions-height));
  box-shadow: 0 0 0 1px var(--card-border);
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 74, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__content {
    grid-column-end: span 2;
  }
}

@media (min-width: 1024px) {
  /* line 74, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__content {
    grid-column-start: 2;
    grid-column-end: 2;
  }
}

/* line 93, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__aside {
  display: none;
}

@media (min-width: 768px) {
  /* line 93, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__aside {
    display: block;
  }
}

/* line 101, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__footer {
  height: var(--article-form-actions-height);
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 var(--su-2);
}

@media (min-width: 768px) {
  /* line 101, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__footer {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  /* line 101, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__footer {
    grid-column-start: 2;
    grid-column-end: span 2;
  }
}

/* line 120, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__logo {
  margin-right: var(--su-1);
}

@media (min-width: 640px) {
  /* line 120, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__logo {
    margin-right: var(--layout-gap);
  }
}

/* line 127, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__close {
  margin-left: var(--su-1);
}

@media (min-width: 1024px) {
  /* line 127, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__close {
    position: absolute;
    right: var(--su-2);
    top: var(--su-2);
    margin-left: 0;
  }
}

/* line 137, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__top {
  border-radius: var(--radius) var(--radius) 0 0;
}

/* line 141, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__body {
  flex: 1 0 auto;
  position: relative;
  outline: none;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 var(--radius) var(--radius);
}

/* line 149, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__body__field {
  flex: 1 auto;
  overflow: hidden;
}

/* line 155, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__toolbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: var(--base-0);
  padding: var(--su-2) var(--content-padding-x);
  padding-right: var(--content-padding-x, 0);
  flex-shrink: 0;
  margin: calc(var(--content-padding-y) * -1) calc(var(--content-padding-x) * -1) var(--su-6) calc(var(--content-padding-x) * -1);
}

/* line 167, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__toolbar .editor-toolbar {
  overflow-x: auto;
}

@media (min-width: 480px) {
  /* line 167, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__toolbar .editor-toolbar {
    overflow-x: unset;
    position: relative;
  }
}

@media (min-width: 768px) {
  /* line 176, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__toolbar > :first-child {
    margin-left: calc(var(--su-2) * -1);
  }
}

/* line 183, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__cover {
  margin-bottom: var(--su-4);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 640px) {
  /* line 183, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__cover {
    flex-direction: row;
    align-items: center;
    margin-bottom: var(--su-5);
  }
}

/* line 195, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__cover__image {
  width: 250px;
  height: 105px;
  border-radius: var(--radius);
  object-fit: scale-down;
  margin-bottom: var(--su-2);
}

@media (min-width: 640px) {
  /* line 195, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__cover__image {
    margin-bottom: 0;
    margin-right: var(--su-4);
  }
}

@media (max-width: 640px) {
  /* line 209, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__cover .items-center {
    width: 100%;
  }
  /* line 212, app/assets/stylesheets/views/article-form.scss */
  .crayons-article-form__cover .crayons-btn {
    width: 100%;
  }
}

/* line 218, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__title {
  margin-bottom: var(--su-2);
  position: relative;
}

/* line 223, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__tagsfield {
  position: relative;
}

/* line 227, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__help {
  position: relative;
  animation-duration: 0.25s;
  animation-iteration-count: 1;
  animation-timing-function: var(--transition-func);
}

/* line 233, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__help--title {
  animation-name: slideInTitle;
}

@keyframes slideInTitle {
  from {
    opacity: var(--opacity-0);
    top: calc(var(--su-4) * -1);
  }
  to {
    opacity: 1;
    top: 0;
  }
}

/* line 237, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__help--tags {
  animation-name: slideInTags;
}

@keyframes slideInTags {
  from {
    opacity: var(--opacity-0);
    top: calc(var(--su-4) * -1);
  }
  to {
    opacity: 1;
    top: 0;
  }
}

/* line 241, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__help--body {
  animation-name: slideInBody;
}

@keyframes slideInBody {
  from {
    opacity: var(--opacity-0);
    top: calc(var(--su-4) * -1);
  }
  to {
    opacity: 1;
    top: 0;
  }
}

/* line 245, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__help .pl-6 {
  padding-left: var(--su-6);
}

/* line 249, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__help .list-disc {
  list-style-type: disc;
}

/* line 253, app/assets/stylesheets/views/article-form.scss */
.crayons-article-form__help .list-disc li {
  margin-bottom: 0.5rem;
}

/* line 260, app/assets/stylesheets/views/article-form.scss */
.js-focus-visible
.crayons-article-form__tag-selection
.c-btn.focus-visible:focus {
  background-color: var(--tag-bg);
  color: var(--base-80);
}

/* line 270, app/assets/stylesheets/views/article-form.scss */
.drop-area--active {
  background: rgba(var(--accent-brand-rgb), 0.1);
  box-shadow: inset 0 0 0 1px var(--focus);
}

/* line 275, app/assets/stylesheets/views/article-form.scss */
.drop-area--active .crayons-article-form__toolbar {
  opacity: var(--opacity-0);
}

/* line 283, app/assets/stylesheets/views/article-form.scss */
.crayons-preview__cover {
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 42%;
  background-size: cover;
  background-color: var(--body-bg);
  background-position: center center;
}

@media (min-width: 640px) {
  /* line 283, app/assets/stylesheets/views/article-form.scss */
  .crayons-preview__cover {
    border-radius: var(--radius) var(--radius) 0 0;
  }
}

/* line 3, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn {
  --brand-apple-bg: #000;
  --brand-apple-color: #fff;
  --brand-apple-bg-hover: #1b1b1b;
  --brand-twitter-bg: #151616;
  --brand-twitter-color: #fff;
  --brand-twitter-bg-hover: #323436;
  --brand-github-bg: #24292e;
  --brand-github-color: #fff;
  --brand-github-bg-hover: #000;
  --brand-facebook-bg: #4267b2;
  --brand-facebook-color: #fff;
  --brand-facebook-bg-hover: #476fbf;
  --brand-forem-bg: #0a3e4a;
  --brand-forem-color: #fff;
  --brand-forem-bg-hover: #05313b;
  --brand-email-bg: #24292e;
  --brand-email-color: #fff;
  --brand-email-bg-hover: #000;
  --brand-google_oauth2-bg: #1da1f2;
  --brand-google_oauth2-color: #fff;
  --brand-google_oauth2-bg-hover: #0096f2;
}

/* line 34, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn {
  --border-width: 1px;
  --shadow-color: rgba(0, 0, 0, 0.05);
  --vertical-padding: var(--su-2);
  --horizontal-padding: var(--su-4);
  --font-size: var(--fs-base);
  --with-icon-padding: var(--su-3);
  --icon-margin: var(--su-2);
  position: relative;
  display: inline-block;
  padding: calc(var(--vertical-padding) - var(--border-width)) calc(var(--horizontal-padding) - var(--border-width));
  border-radius: var(--radius);
  font-family: inherit;
  font-size: var(--font-size);
  line-height: var(--su-6);
  font-weight: var(--fw-medium);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-props);
  border: var(--border-width) solid;
  overflow-wrap: normal;
  --bg: var(--button-primary-bg);
  --bg-hover: var(--button-primary-bg-hover);
  --border: transparent;
  --border-hover: transparent;
  --color: var(--button-primary-color);
  --color-hover: var(--button-primary-color-hover);
  --shadow: 0 1px 3px var(--shadow-color);
  --shadow-hover: 0 2px 5px var(--shadow-color);
  --bg-inverted: var(--button-primary-inverted-bg);
  --bg-inverted-hover: var(--button-primary-inverted-bg-hover);
  --color-inverted: var(--button-primary-inverted-color);
  --color-inverted-hover: var(--button-primary-inverted-color-hover);
  background-color: var(--bg);
  border-color: var(--border);
  box-shadow: var(--shadow);
  color: var(--color);
}

/* line 79, app/assets/stylesheets/views/../components/buttons.scss */
.js-focus-visible .crayons-btn.focus-visible:focus, .crayons-btn:is(label):focus-within {
  background-color: var(--bg-hover);
  color: var(--color-hover);
  z-index: var(--z-elevate);
}

/* line 86, app/assets/stylesheets/views/../components/buttons.scss */
.js-focus-visible .crayons-btn.focus-visible:focus, .crayons-btn:is(label):focus-within {
  box-shadow: var(--focus-ring);
  outline: 0;
}

/* line 92, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn[href]:hover, .crayons-btn[href]:focus, .crayons-btn:hover:enabled, .crayons-btn:active:enabled {
  background-color: var(--bg-hover);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-hover);
  color: var(--color-hover);
  z-index: var(--z-elevate);
}

/* line 103, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn.crayons-btn--inverted {
  --bg: var(--bg-inverted);
  --bg-hover: var(--bg-inverted-hover);
  --border: var(--border-inverted);
  --border-hover: var(--border-inverted-hover);
  --color: var(--color-inverted);
  --color-hover: var(--color-inverted-hover);
}

/* line 112, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 117, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--s {
  --vertical-padding: var(--su-1);
  --horizontal-padding: var(--su-3);
  --font-size: var(--fs-s);
  --with-icon-padding: var(--su-2);
  --icon-margin: var(--su-1);
  font-weight: normal;
}

/* line 126, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--l {
  --vertical-padding: var(--su-3);
  --horizontal-padding: var(--su-5);
  --with-icon-padding: var(--su-3);
  --icon-margin: var(--su-2);
}

/* line 133, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--xl {
  --vertical-padding: var(--su-4);
  --horizontal-padding: var(--su-6);
  --font-size: var(--fs-l);
  --with-icon-padding: var(--su-5);
  --icon-margin: var(--su-3);
}

/* line 143, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn > * {
  pointer-events: none;
}

/* line 145, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn > * + input {
  pointer-events: revert;
}

/* line 151, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--secondary {
  --bg: var(--button-secondary-bg);
  --bg-hover: var(--button-secondary-bg-hover);
  --color: var(--button-secondary-color);
  --color-hover: var(--button-secondary-color-hover);
}

/* line 158, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--outlined, .personal-template-button:not(.active),
.moderator-template-button:not(.active) {
  --bg: var(--button-outlined-bg);
  --bg-hover: var(--button-outlined-bg-hover);
  --border: var(--button-outlined-border);
  --border-hover: var(--button-outlined-border-hover);
  --color: var(--button-outlined-color);
  --color-hover: var(--button-outlined-color-hover);
  --border-width: 1px;
}

/* line 169, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--danger {
  --bg: var(--accent-danger);
  --bg-hover: var(--accent-danger-darker);
  --color: var(--base-inverted);
  --color-hover: var(--base-inverted);
  --bg-inverted: var(--accent-danger);
  --bg-inverted-hover: var(--accent-danger-darker);
  --color-inverted: var(--base-inverted);
  --color-inverted-hover: var(--base-inverted);
}

/* line 180, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--success {
  --bg: var(--accent-success);
  --bg-hover: var(--accent-success-darker);
  --color: var(--base-inverted);
  --color-hover: var(--base-inverted);
  --bg-inverted: var(--accent-success);
  --bg-inverted-hover: var(--accent-success-darker);
  --color-inverted: var(--base-inverted);
  --color-inverted-hover: var(--base-inverted);
}

/* line 191, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--warning {
  --bg: var(--accent-warning);
  --bg-hover: var(--accent-warning-darker);
  --color: var(--base-inverted);
  --color-hover: var(--base-inverted);
  --bg-inverted: var(--accent-warning);
  --bg-inverted-hover: var(--accent-warning-darker);
  --color-inverted: var(--base-inverted);
  --color-inverted-hover: var(--base-inverted);
}

/* line 202, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--ghost {
  --bg: var(--button-ghost-bg);
  --bg-hover: var(--button-ghost-bg-hover);
  --color: var(--button-ghost-color);
  --color-hover: var(--button-ghost-color-hover);
  --shadow: none;
  --shadow-hover: none;
  --bg-inverted: var(--button-ghost-inverted-bg);
  --bg-inverted-hover: var(--button-ghost-inverted-bg-hover);
  --color-inverted: var(--button-ghost-inverted-color);
  --color-inverted-hover: var(--button-ghost-inverted-color-hover);
}

/* line 214, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--ghost-brand {
  --bg: var(--button-ghost-bg);
  --bg-hover: var(--button-ghost-bg-hover);
  --color: var(--accent-brand);
  --color-hover: var(--accent-brand-darker);
  --shadow: none;
  --shadow-hover: none;
}

/* line 223, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--ghost-dimmed {
  --bg: var(--button-ghost-bg);
  --bg-hover: var(--button-ghost-bg-hover);
  --color: var(--button-ghost-dimmed-color);
  --color-hover: var(--button-ghost-dimmed-color-hover);
  --shadow: none;
  --shadow-hover: none;
}

/* line 232, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--ghost-success {
  --bg: var(--button-ghost-bg);
  --bg-hover: var(--button-ghost-bg-hover);
  --color: var(--accent-success);
  --color-hover: var(--accent-success-darker);
  --shadow: none;
  --shadow-hover: none;
  --bg-inverted: var(--button-ghost-inverted-bg);
  --bg-inverted-hover: var(--button-ghost-inverted-bg-hover);
  --color-inverted: var(--accent-success);
  --color-inverted-hover: var(--accent-success-darker);
}

/* line 245, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--ghost-danger {
  --bg: var(--button-ghost-bg);
  --bg-hover: var(--button-ghost-bg-hover);
  --color: var(--accent-danger);
  --color-hover: var(--accent-danger-darker);
  --shadow: none;
  --shadow-hover: none;
}

/* line 255, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--brand-apple {
  --bg: var(--brand-apple-bg);
  --bg-hover: var(--brand-apple-bg-hover);
  --color: var(--brand-apple-color);
  --color-hover: var(--brand-apple-color);
  --bg-inverted: var(--brand-apple-bg);
  --bg-inverted-hover: var(--brand-apple-bg-hover);
  --color-inverted: var(--brand-apple-color);
  --color-inverted-hover: var(--brand-apple-color);
}

/* line 266, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--brand-twitter {
  --bg: var(--brand-twitter-bg);
  --bg-hover: var(--brand-twitter-bg-hover);
  --color: var(--brand-twitter-color);
  --color-hover: var(--brand-twitter-color);
  --bg-inverted: var(--brand-twitter-bg);
  --bg-inverted-hover: var(--brand-twitter-bg-hover);
  --color-inverted: var(--brand-twitter-color);
  --color-inverted-hover: var(--brand-twitter-color);
}

/* line 277, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--brand-github {
  --bg: var(--brand-github-bg);
  --bg-hover: var(--brand-github-bg-hover);
  --color: var(--brand-github-color);
  --color-hover: var(--brand-github-color);
  --bg-inverted: var(--brand-github-bg);
  --bg-inverted-hover: var(--brand-github-bg-hover);
  --color-inverted: var(--brand-github-color);
  --color-inverted-hover: var(--brand-github-color);
}

/* line 288, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--brand-facebook {
  --bg: var(--brand-facebook-bg);
  --bg-hover: var(--brand-facebook-bg-hover);
  --color: var(--brand-facebook-color);
  --color-hover: var(--brand-facebook-color);
  --bg-inverted: var(--brand-facebook-bg);
  --bg-inverted-hover: var(--brand-facebook-bg-hover);
  --color-inverted: var(--brand-facebook-color);
  --color-inverted-hover: var(--brand-facebook-color);
}

/* line 299, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--brand-forem {
  --bg: var(--brand-forem-bg);
  --bg-hover: var(--brand-forem-bg-hover);
  --color: var(--brand-forem-color);
  --color-hover: var(--brand-forem-color);
  --bg-inverted: var(--brand-forem-bg);
  --bg-inverted-hover: var(--brand-forem-bg-hover);
  --color-inverted: var(--brand-forem-color);
  --color-inverted-hover: var(--brand-forem-color);
}

/* line 310, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--brand-email {
  --bg: var(--brand-email-bg);
  --bg-hover: var(--brand-email-bg-hover);
  --color: var(--brand-email-color);
  --color-hover: var(--brand-email-color);
  --bg-inverted: var(--brand-email-bg);
  --bg-inverted-hover: var(--brand-email-bg-hover);
  --color-inverted: var(--brand-email-color);
  --color-inverted-hover: var(--brand-email-color);
}

/* line 321, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--brand-google_oauth2 {
  --bg: var(--brand-google_oauth2-bg);
  --bg-hover: var(--brand-google_oauth2-bg-hover);
  --color: var(--brand-google_oauth2-color);
  --color-hover: var(--brand-google_oauth2-color);
  --bg-inverted: var(--brand-google_oauth2-bg);
  --bg-inverted-hover: var(--brand-google_oauth2-bg-hover);
  --color-inverted: var(--brand-google_oauth2-color);
  --color-inverted-hover: var(--brand-google_oauth2-color);
}

/* line 333, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon,
.crayons-btn--icon-rounded {
  --horizontal-padding: var(--su-2);
  padding-left: calc(var(--horizontal-padding) - var(--border-width));
  padding-right: calc(var(--horizontal-padding) - var(--border-width));
}

/* line 338, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon.crayons-btn--s,
.crayons-btn--icon-rounded.crayons-btn--s {
  --horizontal-padding: var(--su-1);
}

/* line 342, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon.crayons-btn--l,
.crayons-btn--icon-rounded.crayons-btn--l {
  --horizontal-padding: var(--su-3);
}

/* line 346, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon.crayons-btn--xl,
.crayons-btn--icon-rounded.crayons-btn--xl {
  --horizontal-padding: var(--su-4);
}

/* line 351, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon-rounded {
  border-radius: 1000px;
}

/* line 356, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon-left {
  padding-left: calc(var(--with-icon-padding) - var(--border-width));
}

/* line 359, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon-left .crayons-icon {
  margin-right: var(--icon-margin);
}

/* line 365, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon-right {
  padding-right: calc(var(--with-icon-padding) - var(--border-width));
}

/* line 368, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn--icon-right .crayons-icon {
  margin-left: var(--icon-margin);
}

/* line 373, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-actions {
  --btn-wrap-gap: var(--su-2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: calc(0rem - var(--btn-wrap-gap));
  margin-left: calc(0rem - var(--btn-wrap-gap));
}

/* line 382, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-actions .crayons-btn {
  margin-left: var(--btn-wrap-gap);
  margin-bottom: var(--btn-wrap-gap);
}

/* line 389, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-group {
  display: flex;
}

/* line 392, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-group .crayons-btn {
  border-radius: 0;
}

/* line 395, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn:not(.crayons-btn--outlined):not(.personal-template-button:not(.active)):not(
.moderator-template-button:not(.active)) {
  box-shadow: var(--shadow), inset 1px 0 0 rgba(0, 0, 0, 0.1);
  margin-left: -1px;
}

/* line 399, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn:not(.crayons-btn--outlined):not(.personal-template-button:not(.active)):not(
.moderator-template-button:not(.active)):hover {
  box-shadow: var(--shadow-hover), inset 0 0 0 rgba(0, 0, 0, 0.1);
}

/* line 404, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn--outlined, .crayons-btn-group .crayons-btn + .personal-template-button:not(.active),
.crayons-btn-group .crayons-btn + .moderator-template-button:not(.active) {
  margin-left: calc(-1 * var(--border-width));
}

/* line 408, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-group .crayons-btn:first-child {
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}

/* line 413, app/assets/stylesheets/views/../components/buttons.scss */
.crayons-btn-group .crayons-btn:last-child {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

/* line 426, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn {
  position: relative;
  display: inline-block;
  padding: var(--su-2) var(--su-4);
  border-radius: var(--radius);
  font: inherit;
  text-align: center;
  cursor: pointer;
  border: none;
  overflow-wrap: normal;
  background-color: var(--bg);
  color: var(--color);
}

/* line 439, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn:hover:enabled, .js-focus-visible .c-btn.focus-visible:focus, .c-btn:is(label):focus-within {
  background-color: var(--bg-hover);
  color: var(--color-hover);
  z-index: var(--z-elevate);
}

/* line 447, app/assets/stylesheets/views/../components/buttons.scss */
.js-focus-visible .c-btn.focus-visible:focus, .c-btn:is(label):focus-within {
  box-shadow: var(--focus-ring);
  outline: 0;
}

/* line 453, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn[aria-expanded='true'], .c-btn[aria-pressed='true'] {
  --bg: var(--btn-current-bg);
  --color: var(--btn-current-color);
  font-weight: var(--fw-bold);
}

/* line 460, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 467, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn > * {
  pointer-events: none;
}

/* line 469, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn > * + input {
  pointer-events: revert;
}

/* line 475, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn {
  --bg: var(--btn-bg);
  --bg-hover: var(--btn-bg-hover);
  --color: var(--btn-color);
  --color-hover: var(--btn-color-hover);
}

/* line 481, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn.c-btn--destructive {
  --bg: var(--btn-destructive-bg);
  --bg-hover: var(--btn-destructive-bg-hover);
  --color: var(--btn-destructive-color);
  --color-hover: var(--btn-destructive-color-hover);
}

/* line 489, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn--primary {
  --bg: var(--btn-primary-bg);
  --bg-hover: var(--btn-primary-bg-hover);
  --color: var(--btn-primary-color);
  --color-hover: var(--btn-primary-color-hover);
  font-weight: var(--fw-medium);
}

/* line 497, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn--primary.c-btn--destructive {
  --bg: var(--btn-primary-destructive-bg);
  --bg-hover: var(--btn-primary-destructive-bg-hover);
  --color: var(--btn-primary-destructive-color);
  --color-hover: var(--btn-primary-destructive-color-hover);
}

/* line 505, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn--secondary {
  --bg: var(--btn-secondary-bg);
  --bg-hover: var(--btn-secondary-bg-hover);
  --color: var(--btn-secondary-color);
  --color-hover: var(--btn-secondary-color-hover);
}

/* line 512, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn--icon-alone {
  padding: var(--su-2);
}

/* line 517, app/assets/stylesheets/views/../components/buttons.scss */
.c-btn--icon-left .c-btn__icon {
  margin-right: var(--su-2);
  margin-left: calc(var(--su-1) * -1);
}

/* line 4, app/assets/stylesheets/views/comments.scss */
.comment-form {
  --preview-display: none;
  --field-display: flex;
  display: flex;
  margin-bottom: var(--su-4);
}

/* line 11, app/assets/stylesheets/views/comments.scss */
.comment-form__field {
  display: var(--field-display);
  flex: 1 auto;
  flex-direction: column;
  margin-bottom: var(--su-3);
  background-color: var(--form-bg);
  border: 1px solid var(--form-border);
  color: var(--body-color);
  border-radius: var(--radius);
  transition: all var(--transition-props);
}

/* line 22, app/assets/stylesheets/views/comments.scss */
.comment-form__field:focus-within {
  background-color: var(--form-bg-focus);
  border-color: var(--form-border-focus);
  box-shadow: 0 0 0 1px var(--form-border-focus);
}

/* line 28, app/assets/stylesheets/views/comments.scss */
.comment-form__field .editor-toolbar {
  border-top: 1px solid var(--form-border);
  overflow-x: auto;
}

@media (min-width: 480px) {
  /* line 34, app/assets/stylesheets/views/comments.scss */
  .comment-form__field .editor-toolbar {
    overflow-x: unset;
  }
}

/* line 40, app/assets/stylesheets/views/comments.scss */
.comment-form__inner {
  display: flex;
  flex-flow: column;
  flex: 1 auto;
  min-width: 0;
}

/* line 47, app/assets/stylesheets/views/comments.scss */
.comment-form .comment-textarea {
  resize: vertical;
  max-height: 40vh;
}

/* line 52, app/assets/stylesheets/views/comments.scss */
.comment-form .comment-textarea, .comment-form .comment-textarea:hover, .comment-form .comment-textarea:focus {
  padding: 0.5em;
}

/* line 59, app/assets/stylesheets/views/comments.scss */
.comment-form__toolbar, .comment-form__buttons {
  display: none;
}

/* line 65, app/assets/stylesheets/views/comments.scss */
.comment-form--initiated .comment-textarea {
  height: 128px;
}

/* line 70, app/assets/stylesheets/views/comments.scss */
.comment-form--initiated .comment-form__toolbar, .comment-form--initiated .comment-form__buttons {
  display: flex;
}

/* line 75, app/assets/stylesheets/views/comments.scss */
.comment-form__toolbar {
  padding: var(--su-1);
  border-top: 1px solid var(--base-20);
  background: var(--form-bg);
  border-radius: 0 0 var(--radius) var(--radius);
  font-size: var(--fs-s);
}

/* line 83, app/assets/stylesheets/views/comments.scss */
.comment-form__preview {
  border-radius: var(--radius);
  padding: var(--su-4);
  border: 1px solid var(--base-20);
  margin-bottom: var(--su-3);
  background: var(--card-bg);
  display: var(--preview-display);
}

/* line 92, app/assets/stylesheets/views/comments.scss */
.comment-form.preview-open {
  --preview-display: block;
  --field-display: none;
}

/* line 98, app/assets/stylesheets/views/comments.scss */
.comment-wrapper {
  --level-n-indent: var(--su-3);
  --level-1-indent: var(--su-4);
  position: relative;
}

@media (min-width: 768px) {
  /* line 98, app/assets/stylesheets/views/comments.scss */
  .comment-wrapper {
    --level-n-indent: calc(var(--su-4) + var(--su-1));
    --level-1-indent: calc(var(--su-6) + var(--su-1));
  }
}

/* line 108, app/assets/stylesheets/views/comments.scss */
.comment-wrapper > summary {
  position: static;
  display: block;
  align-items: center;
  transform: initial;
  top: 0;
  left: var(--indent);
  cursor: pointer;
  font-size: var(--fs-s);
  color: var(--base-60);
  margin-bottom: var(--su-4);
  margin-left: var(--indent);
  padding: var(--su-1) var(--su-2);
  font-style: italic;
  border-radius: var(--radius);
  background: var(--base-0);
}

/* line 125, app/assets/stylesheets/views/comments.scss */
.comment-wrapper > summary .expanded {
  display: none;
}

/* line 129, app/assets/stylesheets/views/comments.scss */
.comment-wrapper > summary .collapsed {
  display: block;
}

/* line 133, app/assets/stylesheets/views/comments.scss */
.comment-wrapper > summary::-webkit-details-marker {
  display: none;
}

/* line 138, app/assets/stylesheets/views/comments.scss */
.comment-wrapper--deep-0 > summary {
  --indent: 0;
}

/* line 142, app/assets/stylesheets/views/comments.scss */
.comment-wrapper--deep-1:not(.root) > summary {
  --indent: var(--level-1-indent);
}

/* line 146, app/assets/stylesheets/views/comments.scss */
.comment-wrapper--deep-2:not(.root) > summary {
  --indent: var(--level-n-indent);
}

/* line 150, app/assets/stylesheets/views/comments.scss */
.comment-wrapper[open] > summary {
  position: absolute;
  top: var(--su-8);
  background: transparent;
  width: auto;
  padding: var(--su-1) 0;
  margin-left: 0;
}

/* line 162, app/assets/stylesheets/views/comments.scss */
.comment-wrapper[open] > summary .expanded {
  display: block;
}

/* line 166, app/assets/stylesheets/views/comments.scss */
.comment-wrapper[open] > summary .collapsed {
  display: none;
}

/* line 170, app/assets/stylesheets/views/comments.scss */
.comment-wrapper[open] > summary .expanded,
.comment-wrapper[open] > summary .collapsed {
  opacity: 0.5;
  transition: all var(--transition-props);
}

/* line 178, app/assets/stylesheets/views/comments.scss */
.comment-wrapper[open]:hover > summary {
  display: block;
}

/* line 182, app/assets/stylesheets/views/comments.scss */
.comment-wrapper[open]:hover .expanded,
.comment-wrapper[open]:hover .collapsed {
  opacity: 1;
}

/* line 189, app/assets/stylesheets/views/comments.scss */
.comment {
  --comment-gap: var(--su-4);
  --dropdown-opacity: 0.5;
  --footer-display: flex;
}

@media (min-width: 768px) {
  /* line 189, app/assets/stylesheets/views/comments.scss */
  .comment {
    --comment-gap: var(--su-6);
  }
}

/* line 199, app/assets/stylesheets/views/comments.scss */
.comment.child:not(.comment--too-deep) {
  padding-left: var(--level-n-indent);
}

/* line 202, app/assets/stylesheets/views/comments.scss */
.comment.child.comment--deep-1 {
  padding-left: var(--level-1-indent);
}

@media (min-width: 640px) {
  /* line 207, app/assets/stylesheets/views/comments.scss */
  .comment__dropdown-trigger {
    opacity: var(--dropdown-opacity);
  }
}

/* line 213, app/assets/stylesheets/views/comments.scss */
.comment__dropdown {
  margin-left: auto;
  margin-right: calc(-1 * var(--su-3));
  position: relative;
  top: calc(-1 * var(--su-2));
}

/* line 220, app/assets/stylesheets/views/comments.scss */
.comment__inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--comment-gap);
}

/* line 225, app/assets/stylesheets/views/comments.scss */
.comment__inner:hover, .comment__inner:focus-within {
  --dropdown-opacity: 1;
}

/* line 231, app/assets/stylesheets/views/comments.scss */
.comment__details {
  padding-left: var(--su-2);
  flex: 1 auto;
  min-width: 0;
}

/* line 236, app/assets/stylesheets/views/comments.scss */
.comment__details.replying {
  --footer-display: none;
}

/* line 241, app/assets/stylesheets/views/comments.scss */
.comment__content {
  padding: var(--su-1);
  border-radius: var(--radius);
}

/* line 246, app/assets/stylesheets/views/comments.scss */
.comment__header {
  display: flex;
  align-items: center;
  padding: var(--su-2) var(--su-3) 0;
  font-size: var(--fs-s);
}

@media (min-width: 768px) {
  /* line 246, app/assets/stylesheets/views/comments.scss */
  .comment__header {
    font-size: var(--fs-base);
  }
}

/* line 257, app/assets/stylesheets/views/comments.scss */
.comment__body {
  padding: 0 var(--su-3);
  margin: var(--su-2) 0 var(--su-4);
}

/* line 262, app/assets/stylesheets/views/comments.scss */
.comment__footer {
  padding-top: var(--su-1);
  display: var(--footer-display);
  align-items: center;
}

/* line 269, app/assets/stylesheets/views/comments.scss */
.comment__quality-marker {
  border-bottom: 1px solid var(--base-10);
  padding: var(--su-3);
  padding-top: var(--su-2);
  font-weight: var(--fw-medium);
  display: flex;
  align-items: center;
}

/* line 280, app/assets/stylesheets/views/comments.scss */
.low-quality-comment-marker a {
  color: var(--base-90);
}

/* line 292, app/assets/stylesheets/views/comments.scss */
#comments-sort-dropdown-container .comment-sort-option__header {
  color: var(--base-90);
  font-weight: var(--fw-medium);
}

/* line 298, app/assets/stylesheets/views/comments.scss */
#comments-sort-dropdown-container .comment-sort-option .comment-sort-option__header .crayons-icon {
  position: absolute;
  left: var(--su-4);
  color: var(--link-branded-color);
}

/* line 304, app/assets/stylesheets/views/comments.scss */
#comments-sort-dropdown-container .comment-sort-option .comment-sort-option__header[aria-current='page'] {
  font-weight: var(--fw-bold);
}

/* line 3, app/assets/stylesheets/views/footer.scss */
#footer-container {
  padding: var(--su-1) 0;
  content-visibility: auto;
  contain-intrinsic-size: 300px;
}

@media (min-width: 1024px) {
  /* line 3, app/assets/stylesheets/views/footer.scss */
  #footer-container {
    contain-intrinsic-size: 260px;
  }
}

/* line 12, app/assets/stylesheets/views/footer.scss */
.stories-index + #footer {
  display: none;
}

/* line 16, app/assets/stylesheets/views/footer.scss */
.registrations + #footer {
  display: none;
}

/* line 20, app/assets/stylesheets/views/footer.scss */
.notifications + #footer {
  display: none;
}

/* line 24, app/assets/stylesheets/views/footer.scss */
.passwords-new + #footer {
  display: none;
}

/* line 28, app/assets/stylesheets/views/footer.scss */
.crayons-footer {
  --footer-padding: var(--su-5);
  background: var(--footer-bg);
  color: var(--footer-color);
  padding: var(--footer-padding);
  text-align: center;
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/views/footer.scss */
  .crayons-footer {
    --footer-padding: var(--su-8);
  }
}

/* line 39, app/assets/stylesheets/views/footer.scss */
.crayons-footer__container {
  margin-bottom: env(safe-area-inset-bottom);
  max-width: var(--site-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--su-2);
}

/* line 49, app/assets/stylesheets/views/footer.scss */
.sidebar-footer {
  color: var(--color-secondary);
}

/* line 53, app/assets/stylesheets/views/footer.scss */
.dot {
  height: var(--su-1);
  width: var(--su-1);
  background-color: var(--base-70);
  border-radius: 50%;
  display: inline-block;
}

/* line 61, app/assets/stylesheets/views/footer.scss */
.footer__nav-links {
  list-style-type: none;
}

/* line 64, app/assets/stylesheets/views/footer.scss */
.footer__nav-links li:last-child .dot {
  display: none;
}

/* line 4, app/assets/stylesheets/views/listings.scss */
.listings-columns {
  margin-bottom: var(--su-6);
  display: grid;
  gap: var(--su-2);
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/views/listings.scss */
  .listings-columns {
    grid-gap: var(--su-4);
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}

/* line 15, app/assets/stylesheets/views/listings.scss */
.single-listing {
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/views/listings.scss */
.single-listing__dropdown {
  display: none;
}

/* line 27, app/assets/stylesheets/views/listings.scss */
.single-listing:hover .single-listing__dropdown {
  display: block;
}

/* line 31, app/assets/stylesheets/views/listings.scss */
.single-listing:focus-within .single-listing__dropdown {
  display: block;
}

/* line 36, app/assets/stylesheets/views/listings.scss */
.single-listing__tags {
  min-height: var(--su-4);
  font-size: var(--fs-s);
}

/* line 41, app/assets/stylesheets/views/listings.scss */
.single-listing__date {
  font-size: 0.85em;
  min-height: var(--su-4);
  color: var(--card-color-tertiary);
}

/* line 53, app/assets/stylesheets/views/listings.scss */
.listingform__tagsoptions {
  background: var(--card-bg);
  color: var(--card-color);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: var(--radius);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100%);
  z-index: var(--z-dropdown);
  padding: var(--su-1);
  left: calc(var(--su-1) * -1);
  right: calc(var(--su-1) * -1);
}

/* line 70, app/assets/stylesheets/views/listings.scss */
.listingform__tagname {
  color: var(--base-90);
  font-weight: var(--fw-medium);
}

/* line 75, app/assets/stylesheets/views/listings.scss */
.listingform__tagoptionrow {
  cursor: pointer;
  color: var(--link-color);
  padding: var(--su-3);
}

/* line 80, app/assets/stylesheets/views/listings.scss */
.listingform__tagoptionrow:hover {
  background: var(--link-bg-hover);
}

/* line 82, app/assets/stylesheets/views/listings.scss */
.listingform__tagoptionrow:hover .crayons-tag {
  color: var(--link-color-hover);
}

/* line 87, app/assets/stylesheets/views/listings.scss */
.listingform__tagoptionrow--active {
  background: var(--link-bg-hover);
}

/* line 89, app/assets/stylesheets/views/listings.scss */
.listingform__tagoptionrow--active .crayons-article-form__tagname {
  color: var(--link-color-hover);
}

/* line 95, app/assets/stylesheets/views/listings.scss */
.listingform__tagrules, .listingform__tagsoptionrulesbutton, .listingform__tagsoptionsbottomrow, .listingform__tagrules--inactive {
  display: none;
}

/* line 104, app/assets/stylesheets/views/listings.scss */
.listings-modal .crayons-modal__box__body {
  padding: 0;
}

/* line 3, app/assets/stylesheets/views/dashboard.scss */
.dashboard-story {
  padding: var(--su-4);
  align-items: center;
  display: grid;
  grid-gap: var(--su-1);
  grid-template-rows: auto auto;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/views/dashboard.scss */
  .dashboard-story {
    grid-template-columns: 4fr 2fr 2fr;
    grid-template-rows: auto;
    grid-gap: var(--su-2);
  }
}

/* line 16, app/assets/stylesheets/views/dashboard.scss */
.dashboard-story + .dashboard-story {
  border-top: 1px solid var(--base-10);
}

/* line 20, app/assets/stylesheets/views/dashboard.scss */
.dashboard-story:hover {
  background: var(--base-0);
  border-radius: inherit;
}

/* line 25, app/assets/stylesheets/views/dashboard.scss */
.dashboard-story__title {
  grid-column-end: span 2;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 768px) {
  /* line 25, app/assets/stylesheets/views/dashboard.scss */
  .dashboard-story__title {
    grid-column-end: unset;
  }
}

/* line 37, app/assets/stylesheets/views/dashboard.scss */
.dashboard-story__actions {
  justify-self: end;
  display: flex;
}

/* line 44, app/assets/stylesheets/views/dashboard.scss */
.grid-cell__summary {
  color: var(--base-60);
  line-height: var(--lh-tight);
}

/* line 50, app/assets/stylesheets/views/dashboard.scss */
.disabled-info-container {
  display: flex;
  flex-direction: row;
}

/* line 55, app/assets/stylesheets/views/dashboard.scss */
.disabled-info-icon {
  color: #666666;
  margin-right: 10px;
}

/* line 60, app/assets/stylesheets/views/dashboard.scss */
.disabled-info-text {
  color: #666666;
  text-align: left;
}

/* line 3, app/assets/stylesheets/views/notifications.scss */
.notification {
  --unseen-border-width: 0px;
  --padding: var(--su-3);
  padding: var(--padding);
  padding-left: calc(var(--padding) - var(--unseen-border-width));
  display: flex;
  color: var(--base-80);
}

@media (min-width: 640px) {
  /* line 3, app/assets/stylesheets/views/notifications.scss */
  .notification {
    --padding: var(--su-4);
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/views/notifications.scss */
  .notification {
    --padding: var(--su-5);
  }
}

/* line 20, app/assets/stylesheets/views/notifications.scss */
.notification--middle {
  align-items: center;
}

/* line 24, app/assets/stylesheets/views/notifications.scss */
.notification--promoted {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: var(--su-5);
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/views/notifications.scss */
  .notification--promoted {
    padding: var(--su-8);
  }
}

/* line 35, app/assets/stylesheets/views/notifications.scss */
.notification__content {
  padding-left: var(--su-4);
  flex: 1 auto;
  min-width: 0;
}

/* line 44, app/assets/stylesheets/views/notifications.scss */
.notification__content img {
  vertical-align: bottom;
}

/* line 49, app/assets/stylesheets/views/notifications.scss */
.notification__mod-controls {
  padding: var(--su-1);
  display: flex;
  align-items: center;
  font-size: var(--fs-s);
  position: absolute;
  right: calc(var(--su-2) * -1);
  top: calc(var(--su-3) * -1);
  border-radius: 9999px;
}

/* line 60, app/assets/stylesheets/views/notifications.scss */
.notification__actions {
  border-top: 1px solid var(--base-10);
  padding-top: var(--su-1);
  display: flex;
}

/* line 66, app/assets/stylesheets/views/notifications.scss */
.notification__reply-title {
  border-radius: var(--radius) var(--radius) 0 0;
  margin-bottom: calc(-1 * var(--su-2));
  padding: var(--su-2) var(--su-3) var(--su-4) var(--su-3);
  font-size: var(--fs-s);
  background: var(--base-a5);
  display: inline-block;
  max-width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: var(--fw-medium);
}

/* line 81, app/assets/stylesheets/views/notifications.scss */
.notification__preview {
  padding: var(--su-1);
}

/* line 84, app/assets/stylesheets/views/notifications.scss */
.notification__preview__title {
  font-size: var(--fs-xl);
  line-height: var(--lh-tight);
  margin-bottom: var(--su-2);
}

@media (min-width: 768px) {
  /* line 84, app/assets/stylesheets/views/notifications.scss */
  .notification__preview__title {
    font-size: var(--fs-2xl);
  }
}

/* line 94, app/assets/stylesheets/views/notifications.scss */
.notification__preview__inner {
  padding: var(--su-2);
  padding-bottom: var(--su-3);
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/views/notifications.scss */
  .notification__preview__inner {
    padding: var(--su-3);
    padding-bottom: var(--su-4);
  }
}

/* line 104, app/assets/stylesheets/views/notifications.scss */
.notification__preview .editor-toolbar {
  display: none;
}

/* line 109, app/assets/stylesheets/views/notifications.scss */
.unseen .notification {
  --unseen-border-width: 4px;
  border-left: var(--unseen-border-width) solid var(--accent-brand);
}

@media (min-width: 1024px) {
  /* line 109, app/assets/stylesheets/views/notifications.scss */
  .unseen .notification {
    --unseen-border-width: 8px;
  }
}

/* line 131, app/assets/stylesheets/views/notifications.scss */
.reaction-icon--like {
  color: var(--reaction-like-color);
}

/* line 134, app/assets/stylesheets/views/notifications.scss */
.reaction-icon--unicorn {
  color: var(--reaction-custom-color);
}

/* line 137, app/assets/stylesheets/views/notifications.scss */
.reaction-icon--readinglist {
  color: var(--reaction-save-color);
}

/* line 140, app/assets/stylesheets/views/notifications.scss */
.reaction-icon--comment {
  color: var(--reaction-comment-color);
}

/* line 146, app/assets/stylesheets/views/notifications.scss */
.crayons-btn--ghost.reaction-like.reacted {
  --bg: var(--reaction-like-bg);
  --bg-hover: var(--reaction-like-bg);
}

/* line 153, app/assets/stylesheets/views/notifications.scss */
.crayons-btn--ghost.reaction-comment.reacted {
  --bg: var(--reaction-comment-bg);
  --bg-hover: var(--reaction-comment-bg);
}

/* line 160, app/assets/stylesheets/views/notifications.scss */
.crayons-btn--ghost.reaction-readinglist.reacted {
  --bg: var(--reaction-save-bg);
  --bg-hover: var(--reaction-save-bg);
}

/* line 166, app/assets/stylesheets/views/notifications.scss */
.crayons-btn--ghost .reaction-icon {
  --not-reacted-display: inline-block;
  --reacted-display: none;
  filter: grayscale(1);
}

/* line 170, app/assets/stylesheets/views/notifications.scss */
.crayons-btn--ghost .reaction-icon.not-reacted {
  display: var(--not-reacted-display);
}

/* line 173, app/assets/stylesheets/views/notifications.scss */
.crayons-btn--ghost .reaction-icon.reacted {
  display: var(--reacted-display);
}

/* line 179, app/assets/stylesheets/views/notifications.scss */
.crayons-btn--ghost.reacted .reaction-icon {
  filter: grayscale(0);
  --not-reacted-display: none;
  --reacted-display: inline-block;
}

/* line 3, app/assets/stylesheets/views/profile.scss */
.profile-header {
  --padding: var(--su-3);
}

@media (min-width: 640px) {
  /* line 3, app/assets/stylesheets/views/profile.scss */
  .profile-header {
    --padding: var(--su-4);
  }
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/views/profile.scss */
  .profile-header {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  /* line 3, app/assets/stylesheets/views/profile.scss */
  .profile-header {
    --padding: var(--su-6);
  }
}

/* line 18, app/assets/stylesheets/views/profile.scss */
.profile-header__top {
  margin-top: calc(-1 * var(--su-7));
  margin-bottom: var(--su-4);
  position: relative;
  padding: 0 var(--padding);
}

@media (min-width: 768px) {
  /* line 18, app/assets/stylesheets/views/profile.scss */
  .profile-header__top {
    margin-top: calc(-1 * var(--su-9));
    margin-bottom: var(--su-3);
  }
}

/* line 30, app/assets/stylesheets/views/profile.scss */
.profile-header__actions {
  display: flex;
  right: 0;
  top: var(--su-7);
  position: absolute;
  left: 0;
  justify-content: flex-end;
  padding: var(--padding) var(--padding) 0 0;
}

@media (min-width: 768px) {
  /* line 30, app/assets/stylesheets/views/profile.scss */
  .profile-header__actions {
    top: var(--su-9);
  }
}

/* line 44, app/assets/stylesheets/views/profile.scss */
.profile-header__details {
  padding: var(--padding);
}

/* line 48, app/assets/stylesheets/views/profile.scss */
.profile-header__bio {
  white-space: pre-wrap;
}

/* line 52, app/assets/stylesheets/views/profile.scss */
.profile-header__meta {
  font-size: var(--fs-s);
  color: var(--base-60);
  margin-bottom: var(--su-2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: calc(-1 * var(--su-1));
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/views/profile.scss */
  .profile-header__meta {
    justify-content: center;
    margin-left: 0;
  }
}

/* line 66, app/assets/stylesheets/views/profile.scss */
.profile-header__meta a {
  color: var(--link-color-secondary);
}

/* line 69, app/assets/stylesheets/views/profile.scss */
.profile-header__meta a:hover {
  color: var(--link-color-hover);
}

/* line 74, app/assets/stylesheets/views/profile.scss */
.profile-header__meta__item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: var(--su-2) var(--su-2);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 84, app/assets/stylesheets/views/profile.scss */
.profile-header__meta__item > span {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  /* line 74, app/assets/stylesheets/views/profile.scss */
  .profile-header__meta__item {
    padding: var(--su-1) var(--su-3);
  }
}

/* line 95, app/assets/stylesheets/views/profile.scss */
.profile-header__bottom {
  border-top: 1px solid var(--base-10);
  padding: calc(var(--padding) / 2);
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}

@media (min-width: 640px) {
  /* line 95, app/assets/stylesheets/views/profile.scss */
  .profile-header__bottom {
    flex-flow: row;
  }
}

/* line 106, app/assets/stylesheets/views/profile.scss */
.profile-header__bottom .crayons-definition {
  padding: calc(var(--padding) / 2);
}

/* line 111, app/assets/stylesheets/views/profile.scss */
.profile-header .crayons-avatar,
.profile-header .crayons-logo {
  width: var(--su-9);
  height: var(--su-9);
  background-color: var(--profile-brand-color);
  padding: var(--su-1);
}

/* line 118, app/assets/stylesheets/views/profile.scss */
.profile-header .crayons-avatar::after,
.profile-header .crayons-logo::after {
  content: none;
}

@media (min-width: 768px) {
  /* line 111, app/assets/stylesheets/views/profile.scss */
  .profile-header .crayons-avatar,
.profile-header .crayons-logo {
    padding: var(--su-2);
    width: var(--su-10);
    height: var(--su-10);
  }
}

/* line 130, app/assets/stylesheets/views/profile.scss */
.crayons-definition {
  font-size: inherit;
}

/* line 133, app/assets/stylesheets/views/profile.scss */
.crayons-definition__title {
  font-size: 85%;
  font-weight: var(--fw-medium);
  color: var(--base-60);
  display: block;
}

/* line 141, app/assets/stylesheets/views/profile.scss */
.brand-bg {
  background: linear-gradient(180deg, var(--profile-brand-color) var(--su-9), transparent var(--su-9));
}

@media (min-width: 768px) {
  /* line 141, app/assets/stylesheets/views/profile.scss */
  .brand-bg {
    background: linear-gradient(180deg, var(--profile-brand-color) var(--su-10), transparent var(--su-10));
  }
}

/* line 157, app/assets/stylesheets/views/profile.scss */
.profile-comment-card {
  border-radius: 0;
}

@media screen and (min-width: 640px) {
  /* line 157, app/assets/stylesheets/views/profile.scss */
  .profile-comment-card {
    border-radius: var(--radius);
  }
}

/* line 165, app/assets/stylesheets/views/profile.scss */
.profile-comment-row {
  color: var(--base-90);
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--card-border);
  padding: var(--su-3) var(--su-4);
}

/* line 172, app/assets/stylesheets/views/profile.scss */
.profile-comment-row:hover, .profile-comment-row:focus, .profile-comment-row:active {
  background-color: var(--card-secondary-border);
}

/* line 178, app/assets/stylesheets/views/profile.scss */
.profile-comment-row:last-child {
  border-bottom: unset;
}

/* line 183, app/assets/stylesheets/views/profile.scss */
.badge-indicator {
  font-size: var(--fs-s);
  color: var(--base-0);
  width: var(--su-6);
  height: var(--su-6);
  line-height: var(--su-6);
  position: absolute;
  background-color: var(--accent-brand);
  right: var(--su-1);
  bottom: -5px;
  border-radius: 100%;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 5, app/assets/stylesheets/views/mod-actions.scss */
.mod-actions-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: var(--z-drawer);
  transform: translateX(360px);
  transition: var(--transition-props);
}

/* line 14, app/assets/stylesheets/views/mod-actions.scss */
.mod-actions-menu iframe {
  height: 100%;
  border: none;
  width: 360px;
}

/* line 20, app/assets/stylesheets/views/mod-actions.scss */
.mod-actions-menu.showing {
  transform: initial;
}

/* line 23, app/assets/stylesheets/views/mod-actions.scss */
.mod-actions-menu.showing iframe {
  box-shadow: -4px 0px 15px rgba(0, 0, 0, 0.1);
}

/* line 27, app/assets/stylesheets/views/mod-actions.scss */
.mod-actions-menu.showing body {
  overflow-y: hidden;
}

/* line 33, app/assets/stylesheets/views/mod-actions.scss */
.mod-container {
  display: flex;
  flex-direction: column;
  background-color: var(--base-inverted);
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  height: 100%;
}

/* line 34, app/assets/stylesheets/views/mod-actions.scss */
.mod-container hr {
  width: 100% !important;
  max-width: none !important;
  height: 1px;
  margin: 8px 0px 8px 0px !important;
  padding: 0px;
  background-color: var(--grey-200);
}

/* line 51, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .circle {
  border-radius: 100%;
}

/* line 53, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .circle.centered-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 61, app/assets/stylesheets/views/mod-actions.scss */
.mod-container header.top-header {
  background-color: var(--base-inverted);
  padding: var(--su-4) var(--su-4) 0;
  display: flex;
  flex-direction: column;
}

/* line 68, app/assets/stylesheets/views/mod-actions.scss */
.mod-container header.other-things {
  padding: var(--su-4);
}

/* line 71, app/assets/stylesheets/views/mod-actions.scss */
.mod-container header.other-things h3 {
  text-transform: uppercase;
  font-size: var(--fs-s);
}

/* line 77, app/assets/stylesheets/views/mod-actions.scss */
.mod-container header h1 {
  font-size: var(--fs-l);
  font-weight: var(--fw-bold);
}

/* line 82, app/assets/stylesheets/views/mod-actions.scss */
.mod-container header h2 {
  font-size: var(--fs-base);
  font-weight: var(--fw-normal);
  color: var(--base-70);
}

/* line 88, app/assets/stylesheets/views/mod-actions.scss */
.mod-container header button.close-actions-panel {
  position: absolute;
  right: var(--su-4);
  top: var(--su-4);
}

/* line 95, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reactions-container {
  padding: var(--su-4);
  background-color: var(--base-inverted);
}

/* line 100, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .thumb-reactions-container {
  display: grid;
  grid-gap: var(--su-4);
  grid-template-columns: 1fr 1fr;
}

/* line 106, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button,
.mod-container .subscribe-button {
  position: relative;
  background: transparent;
  border-color: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: var(--su-10);
  padding: var(--su-4) var(--su-6);
  border-radius: var(--radius);
}

/* line 119, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button:hover,
.mod-container .subscribe-button:hover {
  background: rgba(59, 73, 223, 0.05);
}

/* line 123, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button:hover .reaction-button-circle,
.mod-container .subscribe-button:hover .reaction-button-circle {
  border-color: var(--accent-brand);
}

/* line 128, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: var(--su-9);
  height: var(--su-9);
  border: solid 2px var(--base-20);
  border-radius: 100%;
  background: var(--base-inverted);
}

/* line 140, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button-circle img {
  width: var(--su-7);
}

/* line 144, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button-circle .reaction-checkmark {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--su-5);
  height: var(--su-5);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--accent-success);
  border-radius: 100%;
  border: 2px solid var(--base-inverted);
  padding: 2px;
  color: var(--base-inverted);
}

/* line 162, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .vote-text {
  font-weight: var(--fw-bold);
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  margin-top: var(--su-2);
  color: var(--base-90);
  white-space: nowrap;
}

/* line 171, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--base-inverted);
  height: var(--su-7);
  padding: var(--su-1) var(--su-2);
  margin: var(--su-4) auto;
  border-radius: var(--radius);
}

/* line 182, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button img {
  margin-right: var(--su-2);
  width: var(--su-6);
  height: var(--su-6);
}

/* line 188, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button span {
  font-weight: var(--fw-medium);
  font-size: var(--fs-s);
  line-height: var(--lh-tight);
  color: var(--base-90);
}

/* line 194, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button span:after {
  content: 'Flag to Admins';
}

/* line 199, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button .vomit-checkmark {
  width: var(--su-5);
  height: auto;
  font-weight: var(--fw-heavy);
  margin-left: var(--su-2);
  color: var(--accent-brand);
  display: none;
}

/* line 208, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button:hover {
  background: rgba(59, 73, 223, 0.05);
}

/* line 213, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .max-tags-text {
  display: flex;
  padding: var(--su-2) var(--su-3);
  align-items: center;
  gap: var(--su-2);
}

/* line 219, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .max-tags-text span {
  color: var(--color-secondary);
  font-size: var(--fs-s);
  line-height: var(--lh-base);
  letter-spacing: -0.28px;
}

/* line 227, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .adjustment-restriction__container--text {
  color: var(--color-secondary);
}

/* line 231, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .adjustment-restriction__container--tag {
  font-family: var(--ff-monospace);
  line-height: var(--lh-base);
  letter-spacing: -0.32px;
  color: var(--tag-name);
}

/* line 237, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .adjustment-restriction__container--tag .num-sign {
  color: var(--tag-hash);
}

/* line 242, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .additional-subtext-section {
  font-weight: var(--fw-medium);
  font-size: var(--fs-xs);
  line-height: var(--lh-base);
  letter-spacing: -0.02em;
  color: var(--base-70);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 252, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .additional-subtext-section svg {
  width: var(--su-4);
  height: var(--su-4);
  padding: var(--su-1);
}

/* line 256, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .additional-subtext-section svg path {
  fill: var(--base-70);
}

/* line 262, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button.reacted {
  background: var(--btn-primary-bg);
}

/* line 265, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button.reacted .reaction-button-circle {
  border-color: var(--btn-primary-bg);
}

/* line 269, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button.reacted .vote-text {
  color: var(--base-inverted);
}

/* line 273, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button.reacted .reaction-checkmark {
  opacity: 100;
}

/* line 278, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button.reacted {
  background: rgba(59, 73, 223, 0.1);
}

/* line 281, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button.reacted .vomit-checkmark {
  display: inline;
}

/* line 285, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button.reacted span {
  color: var(--accent-brand);
}

/* line 288, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-vomit-button.reacted span:after {
  content: 'Flagged to Admins';
}

/* line 294, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button .reacted-emoji,
.mod-container .reaction-vomit-button .reacted-emoji {
  display: none;
}

/* line 299, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button.reacted .emoji-grey,
.mod-container .reaction-vomit-button.reacted .emoji-grey {
  display: none;
}

/* line 304, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .reaction-button.reacted .reacted-emoji,
.mod-container .reaction-vomit-button.reacted .reacted-emoji {
  display: block;
}

/* line 309, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container {
  border-top: 1px solid var(--base-20);
  overflow-y: auto;
}

/* line 313, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container div.article-admin-action {
  background: inherit;
  border: none;
  justify-content: center;
  text-align: center;
  cursor: auto;
}

/* line 321, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn {
  background: inherit;
  border: none;
  padding: var(--su-3) var(--su-4);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 328, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn .label-wrapper {
  display: flex;
  align-items: center;
}

/* line 331, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn .label-wrapper .icon {
  background-color: var(--base-20);
  width: 40px;
  height: 40px;
}

/* line 336, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn .label-wrapper header {
  text-align: left;
  margin-left: var(--su-3);
  display: flex;
  flex-direction: column;
  width: 240px;
}

/* line 342, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn .label-wrapper header h2 {
  color: var(--base-100);
  font-size: var(--fs-base);
  font-weight: var(--fw-medium);
}

/* line 347, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn .label-wrapper header h3 {
  color: var(--base-70);
  font-size: var(--fs-s);
  font-weight: var(--fw-normal);
}

/* line 355, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn .toggle-chevron-container {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  transition-duration: 0.4s;
}

/* line 363, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn .toggle-chevron-container svg {
  fill: var(--base-80);
}

/* line 366, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn .toggle-chevron-container.rotated {
  transform: rotateZ(-180deg);
}

/* line 371, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn:hover {
  background-color: var(--base-inverted);
}

/* line 373, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn:hover .label-wrapper > .icon {
  background-color: var(--accent-brand);
}

/* line 375, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn:hover .label-wrapper > .icon svg path {
  fill: rgba(var(--white), 1);
}

/* line 379, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn:hover header h2 {
  color: var(--accent-brand);
}

/* line 385, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn.active header h2 {
  font-weight: var(--fw-bold);
}

/* line 391, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn.inactive:not(.active) header h2 {
  color: var(--base-50);
}

/* line 394, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn.inactive:not(.active) header h3 {
  color: var(--base-40);
}

/* line 397, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn.inactive:not(.active) .icon {
  background-color: var(--base-20);
}

/* line 399, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn.inactive:not(.active) .icon svg path {
  fill: var(--base-50);
}

/* line 403, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container button.other-things-btn.inactive:not(.active) .toggle-chevron-container > svg {
  fill: var(--base-60);
}

/* line 409, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .dropdown-options {
  flex-direction: column;
  padding: 0 var(--su-4);
  transition-duration: 1s;
}

/* line 414, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .dropdown-options:not(.hidden) {
  display: flex;
}

/* line 420, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options .add-tag-container {
  padding: var(--su-2) var(--su-1);
}

/* line 423, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options .add-tag-header {
  color: var(--tag-name);
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  line-height: var(--lh-base);
}

/* line 429, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options .tag-input-container {
  display: flex;
  margin-top: 12px;
  padding: 8px 8px 8px 12px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--grey-500);
}

/* line 441, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options .tag-input-container span {
  font-weight: var(--fw-medium);
  font-size: var(--fs-xl);
  color: var(--add-tag-hash);
}

/* line 446, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options .tag-input-container input {
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--grey-500);
  font-size: var(--fs-base);
  line-height: var(--ls-base);
}

/* line 454, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options .tag-input-container .input:active,
.mod-container .other-things-container .adjust-tags-options .tag-input-container .input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

/* line 461, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.adjustable-tag {
  background-color: inherit;
  border: none;
  padding: var(--su-2) var(--su-3);
  font-family: var(--ff-monospace);
  font-size: var(--fs-base);
  text-align: left;
  line-height: var(--lh-base);
  border-radius: var(--radius);
  letter-spacing: -0.32px;
  color: var(--tag-name);
}

/* line 473, app/assets/stylesheets/views/mod-actions.scss */
.js-focus-visible .mod-container .other-things-container .adjust-tags-options button.adjustable-tag.focus-visible:focus, .mod-container .other-things-container .adjust-tags-options button.adjustable-tag:is(label):focus-within {
  z-index: var(--z-elevate);
}

/* line 478, app/assets/stylesheets/views/mod-actions.scss */
.js-focus-visible .mod-container .other-things-container .adjust-tags-options button.adjustable-tag.focus-visible:focus, .mod-container .other-things-container .adjust-tags-options button.adjustable-tag:is(label):focus-within {
  box-shadow: var(--focus-ring);
  outline: 0;
}

/* line 484, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.adjustable-tag .num-sign {
  color: var(--tag-hash);
  padding-left: 2px;
  padding-right: 2px;
}

/* line 489, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.adjustable-tag .remove-icon {
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 2px;
  background-color: var(--subtract-bg);
  color: var(--subtract-color);
}

/* line 497, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.adjustable-tag:hover {
  background-color: var(--tag-item-bg-hover);
  border-radius: 6px;
}

/* line 500, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.adjustable-tag:hover .remove-icon {
  opacity: 1;
  background-color: var(--subtract-bg-hover);
  color: var(--subtract-color-hover);
}

/* line 508, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.add-tag {
  background-color: inherit;
  border: none;
  padding: var(--su-2) var(--su-3);
  font-size: var(--fs-base);
  text-align: left;
  color: var(--base-80);
  border-radius: var(--radius);
  font-family: var(--ff-monospace);
}

/* line 517, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.add-tag .add-icon {
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 2px;
  background: var(--plus-bg);
  color: var(--plus-color);
}

/* line 525, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.add-tag:hover {
  background-color: var(--tag-item-bg-hover);
  border-radius: 6px;
}

/* line 528, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options button.add-tag:hover .add-icon {
  background-color: var(--plus-bg-hover);
  color: var(--plus-color-hover);
}

/* line 534, app/assets/stylesheets/views/mod-actions.scss */
.js-focus-visible .mod-container .other-things-container .adjust-tags-options button.add-tag.focus-visible:focus, .mod-container .other-things-container .adjust-tags-options button.add-tag:is(label):focus-within {
  z-index: var(--z-elevate);
}

/* line 539, app/assets/stylesheets/views/mod-actions.scss */
.js-focus-visible .mod-container .other-things-container .adjust-tags-options button.add-tag.focus-visible:focus, .mod-container .other-things-container .adjust-tags-options button.add-tag:is(label):focus-within {
  box-shadow: var(--focus-ring);
  outline: 0;
}

/* line 545, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options .reason-container {
  display: flex;
  flex-direction: column;
  padding: var(--su-1) var(--su-3) var(--su-2) var(--su-3);
}

/* line 549, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options .reason-container textarea {
  margin-bottom: var(--su-3);
}

/* line 554, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options #tag-moderation-history h1 {
  font-size: var(--fs-base);
  padding-top: 12px;
  padding-bottom: 16px;
}

/* line 560, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options #tag-moderation-history .tag-adjustment {
  padding-bottom: 8px;
}

/* line 564, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options #tag-moderation-history .num-sign,
.mod-container .other-things-container .adjust-tags-options #tag-moderation-history .adjustment-type {
  color: var(--tag-hash);
  padding-left: 2px;
  padding-right: 2px;
}

/* line 571, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .adjust-tags-options #tag-moderation-history .tag-adjustment-reason {
  color: var(--tag-hash);
  font-style: italic;
  font-size: var(--fs-s);
}

/* line 580, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .set-experience-options button.level-rating-button {
  background: inherit;
  border: none;
  padding: var(--su-2) 0.125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 588, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .set-experience-options button.level-rating-button:hover {
  background: rgba(var(--accent-brand-lighter-rgb), 0.2);
  border-radius: 8px;
}

/* line 593, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .set-experience-options button.level-rating-button .level-rating-content {
  display: flex;
}

/* line 596, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .set-experience-options button.level-rating-button .level-rating-content .level-rating-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--fw-heavy);
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--base-100);
  width: var(--su-6);
}

/* line 607, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .set-experience-options button.level-rating-button .level-rating-content .level-rating-text {
  font-weight: var(--fw-normal);
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--base-90);
}

/* line 615, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .set-experience-options button.level-rating-button svg {
  color: var(--accent-brand);
  width: var(--su-5);
  height: auto;
  margin-right: var(--su-2);
  align-self: center;
  display: none;
}

/* line 625, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .set-experience-options .level-rating-button.selected {
  background: rgba(var(--accent-brand-lighter-rgb), 0.2);
  border-radius: 8px;
}

/* line 628, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .other-things-container .set-experience-options .level-rating-button.selected svg {
  display: inline;
}

/* line 636, app/assets/stylesheets/views/mod-actions.scss */
.mod-container h2 a {
  color: var(--body-color);
}

/* line 640, app/assets/stylesheets/views/mod-actions.scss */
.mod-container p {
  width: 98%;
  max-width: 720px;
  margin: 1.3em auto;
  font-size: 0.9em;
}

/* line 647, app/assets/stylesheets/views/mod-actions.scss */
.mod-container hr {
  margin: 30px auto;
  width: 80%;
  max-width: 400px;
  opacity: 0.3;
}

/* line 654, app/assets/stylesheets/views/mod-actions.scss */
.mod-container #error_explanation {
  margin: 10px auto 5px;
  box-sizing: border-box;
}

@media screen and (min-width: 880px) {
  /* line 33, app/assets/stylesheets/views/mod-actions.scss */
  .mod-container {
    margin: 90px auto;
    border-radius: 12px;
  }
}

/* line 663, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form {
  border-top: 1px solid #dddddd;
  margin: 42px auto;
}

/* line 667, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form .level-rating-button.article-mod-page.selected {
  background: #9bebff;
}

/* line 672, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form ul {
  text-align: left;
  font-size: 15px;
}

/* line 677, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form form {
  width: 500px;
  margin: auto;
  max-width: 90%;
}

/* line 683, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form form input {
  width: 100%;
  padding: 5px;
  font-size: 20px;
  margin-bottom: 5px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid var(--card-color-tertiary);
}

/* line 693, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form form input[type='submit'] {
  background: #4e57ef;
  color: white;
  font-weight: bold;
  padding: 16px 0px;
  margin: auto;
  display: block;
  border-radius: 3px;
  font-size: 1.3em;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
}

/* line 705, app/assets/stylesheets/views/mod-actions.scss */
.mod-container #undo {
  width: 1.5rem;
  font-size: 1.1em;
  display: inline-block;
  color: #ff0000;
  background: transparent;
  border: 0px;
}

/* line 714, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  font-size: 17px;
  height: 100px;
  border-radius: 3px;
  border: 1px solid var(--card-color-tertiary);
}

/* line 724, app/assets/stylesheets/views/mod-actions.scss */
.mod-container input.undo {
  background: #ff0000;
}

/* line 728, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-addition-radio {
  padding: 5px 20px;
  border-radius: 3px;
  border: 1px solid var(--card-color-tertiary);
  display: inline-block;
  margin: 30px auto 10px;
  min-width: 205px;
  box-sizing: border-box;
  position: relative;
}

/* line 739, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form input[type='radio'] {
  position: absolute;
  cursor: pointer;
  top: 7px;
}

/* line 745, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form input[type='radio'] + label {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 22px;
  margin: auto;
  margin-left: 4px;
}

/* line 756, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form input[type='radio']:checked + label {
  background: #e7faf8;
  background: var(--theme-container-accent-background, #e7faf8);
  border-radius: 3px;
}

/* line 765, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .tag-mod-form select {
  display: block;
  font-size: 20px;
  padding: 12px;
  font-weight: bold;
  margin: auto;
  border: solid 2px;
  margin: 5px auto 15px;
}

/* line 774, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .approval-button {
  font-size: 20px;
  border: 0px;
  border-radius: 3px;
  padding: 8px 16px;
}

/* line 779, app/assets/stylesheets/views/mod-actions.scss */
.mod-container .approval-button.approval-removal {
  background: #ff0000;
}

/* line 785, app/assets/stylesheets/views/mod-actions.scss */
.subscribe-button.comment-subscribed {
  background: rgba(59, 73, 223, 0.1);
  color: #4338ca;
}

/* line 790, app/assets/stylesheets/views/mod-actions.scss */
.subscribe-icon {
  --not-subscribed-display: inline-block;
  --subscribed-display: none;
  width: 16px;
  filter: grayscale(1);
}

/* line 795, app/assets/stylesheets/views/mod-actions.scss */
.subscribe-icon.not-subscribed {
  display: var(--not-subscribed-display);
}

/* line 798, app/assets/stylesheets/views/mod-actions.scss */
.subscribe-icon.subscribed {
  display: var(--subscribed-display);
}

/* line 804, app/assets/stylesheets/views/mod-actions.scss */
.comment-subscribed .subscribe-icon {
  filter: grayscale(0);
  --not-subscribed-display: none;
  --subscribed-display: inline-block;
}

/* line 812, app/assets/stylesheets/views/mod-actions.scss */
.moderations-actions_panel {
  min-height: initial;
  height: 100%;
}

/* line 816, app/assets/stylesheets/views/mod-actions.scss */
.moderations-actions_panel #page-content-inner {
  margin-bottom: 0;
  height: 100%;
}

/* line 3, app/assets/stylesheets/views/mod-center.scss */
.mod-center-heading {
  margin-top: var(--su-6);
  margin-bottom: var(--su-6);
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/views/mod-center.scss */
  .mod-index-header {
    padding: var(--su-2) 0 var(--su-2);
  }
}

/* line 14, app/assets/stylesheets/views/mod-center.scss */
.mod-index-list-header,
.moderation-single-article {
  border: none;
  box-shadow: 0 0 0 1px var(--card-border);
}

/* line 20, app/assets/stylesheets/views/mod-center.scss */
.mod-index-list-header {
  background-color: var(--base-0);
  display: grid;
  grid-column-gap: var(--su-2);
  padding: var(--su-2) var(--su-4);
}

@media (min-width: 768px) {
  /* line 20, app/assets/stylesheets/views/mod-center.scss */
  .mod-index-list-header {
    grid-template-columns: 4fr 2fr 1fr;
  }
}

/* line 30, app/assets/stylesheets/views/mod-center.scss */
.mod-index-list-header__label {
  font-size: var(--fs-s);
  font-weight: var(--fw-medium);
  color: var(--base-50);
}

/* line 37, app/assets/stylesheets/views/mod-center.scss */
.mod-index-list {
  margin: 0;
  width: 100%;
}

/* line 42, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article {
  align-items: center;
  background-color: var(--base-inverted);
  color: var(--base-100);
  text-align: left;
  width: 100%;
}

/* line 50, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article > summary::-webkit-details-marker {
  display: none;
}

/* line 54, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article > summary::marker {
  content: '';
}

/* line 58, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article > summary .link-icon {
  width: var(--su-7);
  height: auto;
}

/* line 62, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article > summary .link-icon:hover {
  color: var(--link-branded-color);
}

/* line 67, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article > summary .article-details-container {
  cursor: pointer;
  display: grid;
  grid-column-gap: var(--su-2);
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: var(--su-1);
  padding: var(--su-4);
}

@media (min-width: 768px) {
  /* line 67, app/assets/stylesheets/views/mod-center.scss */
  .moderation-single-article > summary .article-details-container {
    grid-template-columns: 0.25fr 4fr 2fr 1fr;
    grid-row-gap: 0;
    grid-template-rows: 1fr;
  }
}

/* line 84, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article:hover {
  background: var(--base-0);
}

/* line 87, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article:hover .article-title {
  color: var(--link-branded-color);
}

/* line 92, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-title--label {
  font-weight: var(--fw-bold);
  font-size: var(--fs-base);
  line-height: var(--lh-tight);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 100, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-author {
  color: var(--base-80);
  font-size: var(--fs-s);
  line-height: var(--lh-tight);
  grid-row: 2;
}

@media (min-width: 768px) {
  /* line 100, app/assets/stylesheets/views/mod-center.scss */
  .moderation-single-article .article-author {
    grid-row: inherit;
  }
}

/* line 112, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-published-at {
  font-size: var(--fs-s);
  line-height: var(--lh-tight);
  align-self: flex-start;
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/views/mod-center.scss */
  .moderation-single-article .article-published-at {
    font-weight: var(--fw-bold);
    align-self: center;
    justify-self: center;
  }
}

/* line 124, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-iframes-container {
  border-radius: var(--radius);
  box-sizing: border-box;
  grid-column-start: 1;
  grid-column-end: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 133, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-iframes-container.opened {
  margin-top: -5px;
  border: 1px solid var(--base-20);
  box-shadow: 0 0 4px 2px var(--base-10);
}

/* line 139, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-iframes-container iframe {
  border: none;
}

/* line 143, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-iframes-container .iframes-container {
  display: flex;
  height: 780px;
  width: 100%;
  background-color: var(--base-0);
  max-height: calc(100vh - 180px);
}

/* line 150, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-iframes-container .iframes-container .article-iframe {
  width: 100%;
  height: 780px;
  max-height: calc(100vh - 180px);
  border: 2px solid var(--base-40);
  border-right: 0;
}

/* line 158, app/assets/stylesheets/views/mod-center.scss */
.moderation-single-article .article-iframes-container .iframes-container .actions-panel-iframe {
  width: 40%;
  height: 780px;
  max-height: calc(100vh - 180px);
  border: 2px solid var(--base-40);
}

/* line 168, app/assets/stylesheets/views/mod-center.scss */
.mod-center--nav {
  overflow: hidden;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 168, app/assets/stylesheets/views/mod-center.scss */
  .mod-center--nav {
    margin-bottom: var(--su-9);
  }
}

/* line 176, app/assets/stylesheets/views/mod-center.scss */
.mod-center--nav hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--base-20);
  color: var(--base-80);
}

/* line 183, app/assets/stylesheets/views/mod-center.scss */
.mod-center--nav .tags-box {
  max-height: 12rem;
  overflow-y: auto;
  margin-bottom: var(--su-2);
}

/* line 190, app/assets/stylesheets/views/mod-center.scss */
.mod-feedback {
  margin-top: var(--su-6);
  margin-left: var(--su-3);
}

/* line 195, app/assets/stylesheets/views/mod-center.scss */
.mod-filter {
  display: grid;
  gap: var(--layout-gap);
  grid-template-columns: var(--layout);
  padding-top: var(--layout-padding);
  padding-bottom: var(--layout-padding);
}

/* line 202, app/assets/stylesheets/views/mod-center.scss */
.mod-filter__item {
  display: flex;
  align-items: center;
}

/* line 207, app/assets/stylesheets/views/mod-center.scss */
.mod-filter__label {
  font-weight: var(--fw-medium);
  margin-right: var(--su-3);
}

/* line 6, app/assets/stylesheets/views/signin.scss */
.authentication-feed__image {
  border-radius: var(--radius);
  width: var(--su-8);
  height: var(--su-8);
  margin-bottom: var(--su-2);
}

@media (min-width: 640px) {
  /* line 6, app/assets/stylesheets/views/signin.scss */
  .authentication-feed__image {
    height: 80px;
    width: 80px;
    margin-right: var(--su-7);
  }
}

/* line 20, app/assets/stylesheets/views/signin.scss */
.authentication-widget__container {
  padding: var(--su-4);
}

/* line 24, app/assets/stylesheets/views/signin.scss */
.authentication-widget__image-container {
  width: var(--su-8);
  height: var(--su-8);
  margin-bottom: var(--su-2);
}

/* line 30, app/assets/stylesheets/views/signin.scss */
.authentication-widget__image {
  border-radius: var(--radius);
  transform: rotate(-10deg);
  height: auto;
  width: 100%;
}

/* line 37, app/assets/stylesheets/views/signin.scss */
.authentication-widget__title {
  color: var(--card-color);
  font-size: var(--fs-xl);
  line-height: var(--lh-tight);
}

@media (min-width: 640px) {
  /* line 37, app/assets/stylesheets/views/signin.scss */
  .authentication-widget__title {
    font-size: var(--fs-2xl);
  }
}

/* line 47, app/assets/stylesheets/views/signin.scss */
.authentication-widget__description {
  color: var(--card-color-secondary);
  margin-bottom: var(--su-4);
}

/* line 52, app/assets/stylesheets/views/signin.scss */
.authentication-widget__actions {
  display: grid;
  grid-gap: var(--su-1);
  width: 100%;
}

@media (min-width: 640px) {
  /* line 52, app/assets/stylesheets/views/signin.scss */
  .authentication-widget__actions {
    display: flex;
    flex-direction: column;
    justify-self: center;
  }
}

/* line 66, app/assets/stylesheets/views/signin.scss */
.registration {
  border-radius: unset;
  padding: var(--su-4);
}

@media (min-width: 640px) {
  /* line 66, app/assets/stylesheets/views/signin.scss */
  .registration {
    border-radius: var(--radius);
    padding: var(--su-8);
    padding-top: var(--su-6);
    margin: 0 auto;
    width: 640px;
  }
}

/* line 78, app/assets/stylesheets/views/signin.scss */
.registration__button-container {
  border: 1px solid var(--form-border);
}

/* line 81, app/assets/stylesheets/views/signin.scss */
.registration__button-container a {
  color: var(--label-primary);
}

/* line 85, app/assets/stylesheets/views/signin.scss */
.js-focus-visible .registration__button-container.focus-visible:focus, .registration__button-container:is(label):focus-within {
  box-shadow: var(--focus-ring);
  outline: 0;
  z-index: var(--z-elevate);
}

/* line 92, app/assets/stylesheets/views/signin.scss */
.registration__button-container:hover {
  border: 1px solid var(--form-border);
  background: var(--card-tertiary-bg);
}

/* line 98, app/assets/stylesheets/views/signin.scss */
.registration__logo {
  width: auto;
  height: 48px;
}

/* line 103, app/assets/stylesheets/views/signin.scss */
.registration__content {
  margin-bottom: var(--su-6);
  text-align: center;
}

/* line 108, app/assets/stylesheets/views/signin.scss */
.registration__title {
  margin-top: var(--su-4);
  color: var(--card-color);
  font-size: var(--fs-2xl);
  line-height: var(--lh-tight);
}

@media (min-width: 640px) {
  /* line 108, app/assets/stylesheets/views/signin.scss */
  .registration__title {
    font-size: var(--fs-3xl);
  }
}

/* line 119, app/assets/stylesheets/views/signin.scss */
.registration__description {
  margin-top: var(--su-1);
  color: var(--card-color-secondary);
  font-size: var(--fs-base);
}

/* line 125, app/assets/stylesheets/views/signin.scss */
.registration__hr-container {
  position: relative;
  text-align: center;
  margin: var(--su-7) 0px;
}

/* line 131, app/assets/stylesheets/views/signin.scss */
.registration__hr {
  height: 1px;
  margin: var(--su-6) 0px;
  background-color: var(--divider);
  border: none;
}

/* line 138, app/assets/stylesheets/views/signin.scss */
.registration__hr-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0 var(--su-4);
  color: var(--grey-700);
  text-align: center;
  font-size: var(--fs-s);
}

/* line 150, app/assets/stylesheets/views/signin.scss */
.registration__actions-providers {
  margin-bottom: var(--su-4);
  display: grid;
  grid-gap: var(--su-3);
  width: 100%;
}

/* line 157, app/assets/stylesheets/views/signin.scss */
.registration__footer {
  font-size: var(--fs-s);
  font-family: var(--ff-monospace);
  padding-top: var(--su-4);
  padding-bottom: var(--su-4);
  text-align: center;
  color: var(--base-60);
}

/* line 166, app/assets/stylesheets/views/signin.scss */
.registration__footer-content {
  display: flex;
  justify-content: center;
}

/* line 170, app/assets/stylesheets/views/signin.scss */
.registration__footer-content svg {
  margin-left: var(--su-2);
}

/* line 175, app/assets/stylesheets/views/signin.scss */
.registration__error-notice {
  color: var(--accent-danger-darker);
  font-size: var(--fs-base);
  padding: var(--su-2);
  margin: var(--su-2);
}

/* line 181, app/assets/stylesheets/views/signin.scss */
.registration__error-notice ul {
  color: #0a0a0a;
}

@media (min-width: 640px) {
  /* line 175, app/assets/stylesheets/views/signin.scss */
  .registration__error-notice {
    margin: var(--su-4) auto 0;
    width: 640px;
  }
}

/* line 4, app/assets/stylesheets/views/signup-modal.scss */
.authentication-modal__container {
  display: grid;
  grid-gap: var(--su-4);
}

/* line 9, app/assets/stylesheets/views/signup-modal.scss */
.authentication-modal__image-container {
  width: var(--su-8);
  height: var(--su-8);
  margin-bottom: var(--su-2);
}

@media (min-width: 640px) {
  /* line 9, app/assets/stylesheets/views/signup-modal.scss */
  .authentication-modal__image-container {
    height: 80px;
    width: 80px;
  }
}

/* line 20, app/assets/stylesheets/views/signup-modal.scss */
.authentication-modal__image {
  border-radius: var(--radius);
  transform: rotate(-10deg);
  height: auto;
  width: 100%;
}

/* line 27, app/assets/stylesheets/views/signup-modal.scss */
.authentication-modal__content {
  display: grid;
  grid-gap: var(--su-1);
}

/* line 32, app/assets/stylesheets/views/signup-modal.scss */
.authentication-modal__description {
  color: var(--card-color-secondary);
}

/* line 36, app/assets/stylesheets/views/signup-modal.scss */
.authentication-modal__actions {
  display: grid;
  grid-gap: var(--su-1);
  padding: 0 var(--su-4) var(--su-4);
}

@media (min-width: 640px) {
  /* line 36, app/assets/stylesheets/views/signup-modal.scss */
  .authentication-modal__actions {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    justify-self: center;
    padding: 0 var(--su-8) var(--su-4);
  }
}

/* line 51, app/assets/stylesheets/views/signup-modal.scss */
.authentication-modal__footer {
  padding: var(--su-2) var(--su-4) 0 var(--su-4);
  margin: 0 calc(-1 * var(--modal-body-padding)) 0 calc(-1 * var(--modal-body-padding));
}

@media (min-width: 640px) {
  /* line 51, app/assets/stylesheets/views/signup-modal.scss */
  .authentication-modal__footer {
    padding: var(--su-5) var(--su-8) 0 var(--su-8);
  }
}

/* line 61, app/assets/stylesheets/views/signup-modal.scss */
.authentication-modal__footer-label {
  font-size: var(--fs-s);
  line-height: var(--lh-tight);
  color: var(--card-color-secondary);
  text-align: center;
}
