<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* line 17, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice, .thredded--flash-message, .thredded--alert {
  border: solid 1px;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 48.00001rem) {
  /* line 17, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
  .thredded--topic--locked-notice, .thredded--flash-message, .thredded--alert {
    margin-bottom: 1.5rem;
  }
}

/* line 31, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success, .thredded--alert-success {
  background: #e6efc2;
  border-color: #cce5cc;
  color: #3c763d;
}

/* line 6, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success a, .thredded--alert-success a {
  color: #2b542c;
  text-decoration: underline;
}

/* line 10, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success a:focus, .thredded--alert-success a:focus, .thredded--flash-message--success a:hover, .thredded--alert-success a:hover {
  color: #224323;
}

/* line 35, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error, .thredded--alert-danger {
  background: #fbe3e4;
  border-color: #f9f1f1;
  color: #a94442;
}

/* line 6, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error a, .thredded--alert-danger a {
  color: #843534;
  text-decoration: underline;
}

/* line 10, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error a:focus, .thredded--alert-danger a:focus, .thredded--flash-message--error a:hover, .thredded--alert-danger a:hover {
  color: #722e2d;
}

/* line 39, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice, .thredded--alert-info {
  background: #e6f3fa;
  border-color: #f9c1d4;
  color: #aa1145;
}

/* line 6, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice a, .thredded--alert-info a {
  color: #7b0c32;
  text-decoration: underline;
}

/* line 10, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice a:focus, .thredded--alert-info a:focus, .thredded--flash-message--notice a:hover, .thredded--alert-info a:hover {
  color: #640a29;
}

/* line 43, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice, .thredded--flash-message--alert, .thredded--alert-warning {
  background: #fcf8e3;
  border-color: #eee5d6;
  color: #8a6d3b;
}

/* line 6, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice a, .thredded--flash-message--alert a, .thredded--alert-warning a {
  color: #66512c;
  text-decoration: underline;
}

/* line 10, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice a:focus, .thredded--flash-message--alert a:focus, .thredded--alert-warning a:focus, .thredded--topic--locked-notice a:hover, .thredded--flash-message--alert a:hover, .thredded--alert-warning a:hover {
  color: #544324;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button, .thredded--form--submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  background: #e91e63;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 20, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:hover, .thredded--form--submit:hover, .thredded--button:focus, .thredded--form--submit:focus {
  background-color: #aa1145;
  color: #fff;
  text-decoration: none;
}

/* line 27, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:focus, .thredded--form--submit:focus {
  box-shadow: 0 0 3px #e91e63;
  outline: none;
}

/* line 32, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:disabled, .thredded--form--submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 36, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:disabled:hover, .thredded--form--submit:disabled:hover {
  background: #e91e63;
}

/* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-light {
  background-color: #f9c1d4;
  color: #aa1145;
}

/* line 46, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-light:hover, .thredded--button-light:active, .thredded--button-light:focus {
  background-color: #f27ba3;
  color: #640a29;
}

/* line 54, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-wide {
  display: block;
  text-align: center;
}

/* line 59, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--messageboards--actions, .thredded--post-moderation-actions {
  text-align: center;
}

/* line 61, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--messageboards--actions a, .thredded--post-moderation-actions a, .thredded--messageboards--actions .button_to, .thredded--post-moderation-actions .button_to {
  display: block;
  margin-top: 0.75rem;
}

@media (min-width: 34.00001rem) {
  /* line 66, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
  .thredded--messageboards--actions a, .thredded--post-moderation-actions a, .thredded--messageboards--actions .button_to, .thredded--post-moderation-actions .button_to {
    display: inline-block;
  }
  /* line 69, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
  .thredded--messageboards--actions a + a, .thredded--post-moderation-actions a + a, .thredded--messageboards--actions .button_to + .button_to, .thredded--post-moderation-actions .button_to + .button_to {
    margin-left: 0.75rem;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 7, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown:hover .thredded--post--dropdown--toggle {
  color: #aa1145;
}

/* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown:hover .thredded--post--dropdown--actions {
  transform: scale(1);
  opacity: 1;
}

/* line 18, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--toggle {
  color: #e91e63;
}

/* line 22, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions {
  position: absolute;
  background-color: white;
  border-radius: 2px;
  overflow: hidden;
  min-width: 8.5rem;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* line 37, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions {
  right: 0;
  transform-origin: 100% 0;
}

/* line 49, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item {
  background: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  text-align: left;
  transition: none;
  width: 100%;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  padding: 1rem 0.75rem;
  display: block;
  white-space: nowrap;
}

/* line 70, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item:active, .thredded--post--dropdown--actions--item:focus, .thredded--post--dropdown--actions--item:hover {
  background-color: #e91e63;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 79, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item:active, .thredded--post--dropdown--actions--item:focus {
  outline: none;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color'], .thredded--form [type='date'], .thredded--form [type='datetime'], .thredded--form [type='datetime-local'], .thredded--form [type='email'], .thredded--form [type='month'],
.thredded--form [type='number'], .thredded--form [type='password'], .thredded--form [type='search'], .thredded--form [type='tel'], .thredded--form [type='text'], .thredded--form [type='time'], .thredded--form [type='url'],
.thredded--form [type='week'], .thredded--form input:not([type]), .thredded--form textarea, .thredded--form select[multiple=multiple] {
  background: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.87);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  padding: 0.75rem;
  transition: border-color;
}

/* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color']:hover, .thredded--form [type='date']:hover, .thredded--form [type='datetime']:hover, .thredded--form [type='datetime-local']:hover, .thredded--form [type='email']:hover, .thredded--form [type='month']:hover,
.thredded--form [type='number']:hover, .thredded--form [type='password']:hover, .thredded--form [type='search']:hover, .thredded--form [type='tel']:hover, .thredded--form [type='text']:hover, .thredded--form [type='time']:hover, .thredded--form [type='url']:hover,
.thredded--form [type='week']:hover, .thredded--form input:hover:not([type]), .thredded--form textarea:hover, .thredded--form select[multiple=multiple]:hover {
  border-color: #d1d1d1;
}

/* line 15, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color']:focus, .thredded--form [type='date']:focus, .thredded--form [type='datetime']:focus, .thredded--form [type='datetime-local']:focus, .thredded--form [type='email']:focus, .thredded--form [type='month']:focus,
.thredded--form [type='number']:focus, .thredded--form [type='password']:focus, .thredded--form [type='search']:focus, .thredded--form [type='tel']:focus, .thredded--form [type='text']:focus, .thredded--form [type='time']:focus, .thredded--form [type='url']:focus,
.thredded--form [type='week']:focus, .thredded--form input:focus:not([type]), .thredded--form textarea:focus, .thredded--form select[multiple=multiple]:focus {
  border-color: #e91e63;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 3px #e91e63;
  outline: none;
}

/* line 23, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form fieldset {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 0 0 0.75rem;
  padding: 1.5rem;
}

/* line 30, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input,
.thredded--form label,
.thredded--form select {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}

/* line 38, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label {
  font-weight: 600;
  margin-bottom: 0.375rem;
}

/* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label.required::after {
  content: "*";
}

/* line 46, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label abbr {
  display: none;
}

/* line 51, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color'], .thredded--form [type='date'], .thredded--form [type='datetime'], .thredded--form [type='datetime-local'], .thredded--form [type='email'], .thredded--form [type='month'],
.thredded--form [type='number'], .thredded--form [type='password'], .thredded--form [type='search'], .thredded--form [type='tel'], .thredded--form [type='text'], .thredded--form [type='time'], .thredded--form [type='url'],
.thredded--form [type='week'], .thredded--form input:not([type]), .thredded--form textarea, .thredded--form select[multiple=multiple] {
  box-sizing: border-box;
  width: 100%;
}

/* line 59, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form textarea {
  line-height: 1.5;
  resize: vertical;
}

/* line 64, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 68, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="checkbox"],
.thredded--form input[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
}

/* line 74, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="file"] {
  padding-bottom: 0.75rem;
  width: 100%;
}

/* line 79, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form select {
  margin-bottom: 0.75rem;
  max-width: 100%;
  width: auto;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_lists.scss */
.thredded--form-list, .thredded--currently-online--users, .thredded--navigation-breadcrumbs, .thredded--main-navigation, .thredded--moderation-navigation--items, .thredded--scoped-navigation, .thredded--user-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a, .thredded--moderation-navigation--item a, .thredded--user-navigation--item a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 6, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a:active, .thredded--moderation-navigation--item a:active, .thredded--user-navigation--item a:active, .thredded--navigation-breadcrumbs a:focus, .thredded--moderation-navigation--item a:focus, .thredded--user-navigation--item a:focus, .thredded--navigation-breadcrumbs a:hover, .thredded--moderation-navigation--item a:hover, .thredded--user-navigation--item a:hover {
  color: #e91e63;
  text-decoration: none;
}

/* line 13, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a:active, .thredded--moderation-navigation--item a:active, .thredded--user-navigation--item a:active, .thredded--navigation-breadcrumbs a:focus, .thredded--moderation-navigation--item a:focus, .thredded--user-navigation--item a:focus {
  outline: none;
}

/* line 19, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--pending-moderation .thredded--moderation-navigation--pending a,
.thredded--moderation-history .thredded--moderation-navigation--history a,
.thredded--moderation-users .thredded--moderation-navigation--users a,
.thredded--moderation-user .thredded--moderation-navigation--users a,
.thredded--moderation-activity .thredded--moderation-navigation--activity a, .thredded--user-navigation--item.thredded--is-current a {
  color: #e91e63;
}

/* line 24, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--items, .thredded--scoped-navigation, .thredded--user-navigation {
  border-bottom: 1px solid #eee;
  font-size: 0.875rem;
  margin-left: 0;
  text-align: left;
  list-style-type: none;
}

/* line 33, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item, .thredded--user-navigation--item {
  display: inline-block;
  margin-right: 1rem;
}

/* line 37, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item a, .thredded--user-navigation--item a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.54);
  padding: 0.75rem 0;
}

/* line 44, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item:last-child, .thredded--user-navigation--item:last-child {
  margin-right: 0;
}

/* line 49, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--pending-moderation .thredded--moderation-navigation--pending,
.thredded--moderation-history .thredded--moderation-navigation--history,
.thredded--moderation-users .thredded--moderation-navigation--users,
.thredded--moderation-user .thredded--moderation-navigation--users,
.thredded--moderation-activity .thredded--moderation-navigation--activity, .thredded--user-navigation--item.thredded--is-current {
  border-bottom: 1px solid #e91e63;
  margin-bottom: -1px;
}

/* line 58, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--messageboard--unread-followed-topics-count, .thredded--user-navigation--private-topics--unread,
.thredded--user-navigation--moderation--pending-count,
.thredded--user-navigation--unread-topics--followed-count {
  background: #e91e63;
  border-radius: 10px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 0.4rem;
  padding: 2px 6px;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table, .thredded--table {
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75rem 0;
}

/* line 6, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table td, .thredded--table td, .thredded--post--content table th, .thredded--table th {
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  word-break: break-word;
}

/* line 14, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table th, .thredded--table th {
  font-weight: bold;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--preview-area--title, .thredded--topics--title, .thredded--topic-header--title, .thredded--preferences--title, .thredded--post-form--title, .thredded--post--user,
.thredded--post--user-and-topic, .thredded--post--topic, .thredded--messageboard--meta--counts, .thredded--messageboard--title, .thredded--empty--title, .thredded--currently-online--title {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

/* line 8, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a,
.thredded--topics--messageboard a, .thredded--topics--title a, .thredded--topic-header--follow-info form input[type=submit], .thredded--topic-header--follow-info form button, .thredded--topic-header--edit-topic, .thredded--topic-header--started-by a, .thredded--topic-header--participants--participant &gt; a, .thredded--post--content--spoiler--summary, .thredded--post--content a, .thredded--post--user a,
.thredded--post--topic a,
.thredded--post--user-and-topic a, .thredded--messageboard, .thredded--link, .thredded--post-moderation-record--content-changed-notice a, .thredded--post-moderation-record--moderation-state-notice a {
  color: #e91e63;
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 13, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a:active,
.thredded--topics--messageboard a:active, .thredded--topics--title a:active, .thredded--topic-header--follow-info form input[type=submit]:active, .thredded--topic-header--follow-info form button:active, .thredded--topic-header--edit-topic:active, .thredded--topic-header--started-by a:active, .thredded--topic-header--participants--participant &gt; a:active, .thredded--post--content--spoiler--summary:active, .thredded--post--content a:active, .thredded--post--user a:active,
.thredded--post--topic a:active,
.thredded--post--user-and-topic a:active, .thredded--messageboard:active, .thredded--link:active, .thredded--post-moderation-record--content-changed-notice a:active, .thredded--post-moderation-record--moderation-state-notice a:active, .thredded--topics--updated-by a:focus,
.thredded--topics--messageboard a:focus, .thredded--topics--title a:focus, .thredded--topic-header--follow-info form input[type=submit]:focus, .thredded--topic-header--follow-info form button:focus, .thredded--topic-header--edit-topic:focus, .thredded--topic-header--started-by a:focus, .thredded--topic-header--participants--participant &gt; a:focus, .thredded--post--content--spoiler--summary:focus, .thredded--post--content a:focus, .thredded--post--user a:focus,
.thredded--post--topic a:focus,
.thredded--post--user-and-topic a:focus, .thredded--messageboard:focus, .thredded--link:focus, .thredded--post-moderation-record--content-changed-notice a:focus, .thredded--post-moderation-record--moderation-state-notice a:focus, .thredded--topics--updated-by a:hover,
.thredded--topics--messageboard a:hover, .thredded--topics--title a:hover, .thredded--topic-header--follow-info form input[type=submit]:hover, .thredded--topic-header--follow-info form button:hover, .thredded--topic-header--edit-topic:hover, .thredded--topic-header--started-by a:hover, .thredded--topic-header--participants--participant &gt; a:hover, .thredded--post--content--spoiler--summary:hover, .thredded--post--content a:hover, .thredded--post--user a:hover,
.thredded--post--topic a:hover,
.thredded--post--user-and-topic a:hover, .thredded--messageboard:hover, .thredded--link:hover, .thredded--post-moderation-record--content-changed-notice a:hover, .thredded--post-moderation-record--moderation-state-notice a:hover {
  color: #aa1145;
  text-decoration: none;
}

/* line 20, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a:active,
.thredded--topics--messageboard a:active, .thredded--topics--title a:active, .thredded--topic-header--follow-info form input[type=submit]:active, .thredded--topic-header--follow-info form button:active, .thredded--topic-header--edit-topic:active, .thredded--topic-header--started-by a:active, .thredded--topic-header--participants--participant &gt; a:active, .thredded--post--content--spoiler--summary:active, .thredded--post--content a:active, .thredded--post--user a:active,
.thredded--post--topic a:active,
.thredded--post--user-and-topic a:active, .thredded--messageboard:active, .thredded--link:active, .thredded--post-moderation-record--content-changed-notice a:active, .thredded--post-moderation-record--moderation-state-notice a:active, .thredded--topics--updated-by a:focus,
.thredded--topics--messageboard a:focus, .thredded--topics--title a:focus, .thredded--topic-header--follow-info form input[type=submit]:focus, .thredded--topic-header--follow-info form button:focus, .thredded--topic-header--edit-topic:focus, .thredded--topic-header--started-by a:focus, .thredded--topic-header--participants--participant &gt; a:focus, .thredded--post--content--spoiler--summary:focus, .thredded--post--content a:focus, .thredded--post--user a:focus,
.thredded--post--topic a:focus,
.thredded--post--user-and-topic a:focus, .thredded--messageboard:focus, .thredded--link:focus, .thredded--post-moderation-record--content-changed-notice a:focus, .thredded--post-moderation-record--moderation-state-notice a:focus {
  outline: none;
}

/* line 26, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #eee;
  margin: 1.5rem 0;
}

/* line 34, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content p, .thredded--post--created-at, .thredded--messageboard--byline, .thredded--messageboard--description, .thredded--form-list--hint {
  margin: 0 0 0.75rem;
}

/* line 38, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--messageboard--meta--icon, .thredded--icon {
  fill: currentColor;
}

/* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content blockquote, .thredded--blockquote {
  margin: 0 0 0.75rem;
  border-left: solid 5px #eee;
  padding: 1rem;
}

/* line 47, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content blockquote &gt; *:last-child, .thredded--blockquote &gt; *:last-child {
  margin-bottom: 0;
}

@media (max-width: 34rem) {
  /* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
  .thredded--post--content blockquote, .thredded--blockquote {
    padding: 0.375rem 0.75rem;
  }
}

/* line 56, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--embed-16-by-9 {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

/* line 65, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--embed-16-by-9 &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_flex.scss */
.thredded--flex-spacer {
  flex-grow: 1;
}

/* line 3, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact input[type="submit"],
.thredded--is-compact label {
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

/* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact input {
  margin: 0;
}

/* line 15, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact li {
  margin-bottom: 0;
}

/* line 18, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact li:not(.title) {
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}

/* line 2, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-expanded.scss */
.thredded--is-expanded label {
  height: auto;
  margin-bottom: 0.375rem;
  opacity: 1;
  visibility: visible;
}

/* line 9, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-expanded.scss */
.thredded--is-expanded .private_users,
.thredded--is-expanded .content,
.thredded--is-expanded .submit {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-container.scss */
.thredded--main-container {
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
  color: rgba(0, 0, 0, 0.87);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 43.125rem;
  padding: 0;
}

/* line 53, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_grid.scss */
.thredded--main-container::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 34.00001rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-container.scss */
  .thredded--main-container {
    padding: 0 2rem 0.75rem 2rem;
  }
}

/* line 10, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--main-navigation {
  display: flex;
  flex-wrap: wrap;
}

/* line 19, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--navigation-breadcrumbs li {
  display: block;
}

/* line 22, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--navigation-breadcrumbs li a {
  display: block;
}

@media (max-width: 48rem) {
  /* line 19, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li {
    font-weight: bold;
  }
}

@media (max-width: 34rem) {
  /* line 31, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li a {
    position: relative;
  }
  /* line 36, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:first-child:last-child a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:first-child:last-child {
    padding: 0.75rem 0;
  }
  /* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:first-child:not(:last-child) a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:first-child:not(:last-child) {
    padding-top: 0.375rem;
  }
  /* line 48, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child:not(:first-child) a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:last-child:not(:first-child) {
    padding-bottom: 0.375rem;
  }
  /* line 50, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child:not(:first-child) a::before, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:last-child:not(:first-child)::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.96.19a.47.47 0 0 0-.685 0L.592.91a.52.52 0 0 0 0 .715L3.887 5.03.564 8.462a.52.52 0 0 0 0 .716l.684.717a.47.47 0 0 0 .684 0l4.35-4.508a.528.528 0 0 0 0-.717L1.958.19' fill='%23B0AEBC' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0.45rem 0 0.75rem;
    width: 6px;
    position: absolute;
    top: 0.4em;
    left: -1.625em;
  }
}

@media (min-width: 34.00001rem) {
  /* line 19, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li {
    display: inline-block;
  }
  /* line 62, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link {
    display: inline-block;
    padding: 0.75rem 0;
  }
  /* line 67, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li::after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.96.19a.47.47 0 0 0-.685 0L.592.91a.52.52 0 0 0 0 .715L3.887 5.03.564 8.462a.52.52 0 0 0 0 .716l.684.717a.47.47 0 0 0 .684 0l4.35-4.508a.528.528 0 0 0 0-.717L1.958.19' fill='%23B0AEBC' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0.45rem 0 0.75rem;
    width: 6px;
  }
  /* line 70, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child::after {
    display: none;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
}

@media (max-width: 48rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search {
    position: initial;
    margin-bottom: 0.75rem;
  }
}

/* line 14, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search label {
  display: none;
}

/* line 18, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search input[type="search"] {
  box-shadow: none;
  width: 100%;
}

@media (min-width: 48.00001rem) {
  /* line 18, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"] {
    background: transparent;
    border-color: transparent;
    font-size: 0.875rem;
    line-height: 1rem;
    min-width: 13rem;
    width: auto;
    padding: 0.9375rem 0.75rem 0.875rem 0.75rem;
    margin-top: -1px;
    margin-bottom: 0;
  }
  /* line 34, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"], .thredded--navigation--search input[type="search"]:focus {
    transition: background, border-color, box-shadow, min-width 0.15s ease-out 0s;
  }
  /* line 38, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:not(:-moz-placeholder-shown) {
    background: #fff;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    min-width: 16rem;
    text-align: left;
  }
  .thredded--navigation--search input[type="search"]:focus, .thredded--navigation--search input[type="search"]:not(:placeholder-shown) {
    background: #fff;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    min-width: 16rem;
    text-align: left;
  }
  /* line 47, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover {
    border-color: transparent;
    box-shadow: none;
  }
  /* line 52, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]::-webkit-search-decoration, .thredded--navigation--search input[type="search"]::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]::-webkit-search-results-button, .thredded--navigation--search input[type="search"]::-webkit-search-results-decoration {
    max-height: 1rem;
  }
  /* line 63, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:placeholder-shown::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]:placeholder-shown::-webkit-search-decoration, .thredded--navigation--search input[type="search"]:not(:focus)::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]:not(:focus)::-webkit-search-decoration {
    -webkit-appearance: none;
    margin: 0;
  }
  /* line 70, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    height: inherit;
    line-height: inherit;
    opacity: 1;
  }
  .thredded--navigation--search input[type="search"]::placeholder {
    color: rgba(0, 0, 0, 0.54);
    transition: color 0.1s linear;
    height: inherit;
    line-height: inherit;
    opacity: 1;
  }
  /* line 81, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover:not(:focus):-moz-placeholder-shown {
    cursor: pointer;
  }
  .thredded--navigation--search input[type="search"]:hover:not(:focus):placeholder-shown {
    cursor: pointer;
  }
  /* line 84, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover:not(:focus)::-moz-placeholder {
    color: #e91e63;
  }
  .thredded--navigation--search input[type="search"]:hover:not(:focus)::placeholder {
    color: #e91e63;
  }
  /* line 89, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:not(:-moz-placeholder-shown) {
    border-color: #eee;
  }
  .thredded--navigation--search input[type="search"]:focus, .thredded--navigation--search input[type="search"]:not(:placeholder-shown) {
    border-color: #eee;
  }
}

/* line 95, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search [type="submit"] {
  display: none;
}

@media print {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search {
    display: none;
  }
}

@media (min-width: 48.00001rem) {
  /* line 107, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"] {
    text-align: left;
    margin-right: 0;
    margin-left: -0.75rem;
  }
}

/* line 115, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search--right {
  right: 0;
  left: auto;
}

@media (min-width: 48.00001rem) {
  /* line 119, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search--right input[type="search"] {
    text-align: right;
    margin-right: -0.75rem;
    margin-left: 0;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
.thredded--user-navigation {
  display: flex;
  justify-content: flex-end;
}

@media print {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
  .thredded--user-navigation {
    display: none;
  }
}

/* line 23, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
.thredded--unread-topics--followed-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  top: 0.1em;
  position: relative;
}

@media (max-width: 48rem) {
  /* line 23, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
  .thredded--unread-topics--followed-icon {
    display: none;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_scoped-navigation.scss */
.thredded--scoped-navigation {
  border-bottom: 0;
  display: flex;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
.thredded--navigation {
  position: relative;
}

/* line 3, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
.thredded--navigation .thredded--icon {
  display: none;
}

@media (max-width: 48rem) {
  /* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation, .thredded--user-navigation--private-topics, .thredded--user-navigation--settings, .thredded--user-navigation--unread-topics {
    box-sizing: border-box;
    margin: 0 0 0 0.5rem;
    padding: 0;
    vertical-align: top;
  }
  /* line 16, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation a, .thredded--user-navigation--private-topics a, .thredded--user-navigation--settings a, .thredded--user-navigation--unread-topics a {
    position: relative;
    display: block;
    padding: 0.4375rem 0 0.375rem 0;
  }
  /* line 21, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation .thredded--icon, .thredded--user-navigation--private-topics .thredded--icon, .thredded--user-navigation--settings .thredded--icon, .thredded--user-navigation--unread-topics .thredded--icon {
    display: block;
    width: 2rem;
    height: 2rem;
  }
  /* line 27, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation--pending-count, .thredded--user-navigation--private-topics--unread, .thredded--user-navigation--unread-topics--followed-count {
    bottom: 0.3125rem;
    position: absolute;
    right: -0.1875rem;
  }
  /* line 32, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation {
    position: relative;
    width: 100%;
  }
  /* line 36, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation-breadcrumbs {
    font-size: 0.875rem;
    padding-right: 2.625rem;
  }
  /* line 39, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-1 .thredded--navigation-breadcrumbs {
    padding-right: 5.25rem;
  }
  /* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-2 .thredded--navigation-breadcrumbs {
    padding-right: 7.875rem;
  }
  /* line 45, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-3 .thredded--navigation-breadcrumbs {
    padding-right: 10.5rem;
  }
  /* line 50, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation--search-topics {
    display: none;
  }
}

@media screen and (max-width: 48rem) {
  /* line 52, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--messageboards-index .thredded--navigation--search-topics, .thredded--topics-index .thredded--navigation--search-topics, .thredded--topic-search-results .thredded--navigation--search-topics {
    display: block;
    width: 100%;
  }
}

@media (max-width: 48rem) {
  /* line 61, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation {
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  /* line 67, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation-standalone {
    display: block;
    margin-bottom: 0;
  }
  /* line 72, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--item .thredded--nav-text {
    display: none;
  }
  /* line 97, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation.thredded--is-current ~ .thredded--user-navigation--settings, .thredded--user-navigation--moderation.thredded--is-current ~ .thredded--user-navigation--private-topics {
    display: none;
  }
  /* line 102, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--scoped-navigation {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 106, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-1 .thredded--scoped-navigation {
    right: 2.625rem;
  }
  /* line 109, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-2 .thredded--scoped-navigation {
    right: 5.25rem;
  }
  /* line 112, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-3 .thredded--scoped-navigation {
    right: 7.875rem;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation-navigation {
  position: relative;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
  .thredded--moderation-navigation {
    margin-bottom: 1.5rem;
  }
}

/* line 8, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation-navigation--items {
  margin-bottom: 0.75rem;
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderated-notice {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.5rem;
  background: #eee;
}

/* line 37, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation .thredded--post--user a,
.thredded--post-moderation-record .thredded--post--user a {
  color: #e91e63;
}

/* line 43, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record .thredded--post {
  margin-bottom: 0;
  margin-left: 1rem;
}

@media (min-width: 47.12501rem) {
  /* line 43, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
  .thredded--post-moderation-record .thredded--post {
    margin-left: 4rem;
  }
}

/* line 50, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record--moderation-state-notice {
  margin-bottom: 1rem;
}

/* line 55, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record-approved .thredded--post-moderation-record--moderation-state-notice {
  color: #3c763d;
}

/* line 58, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record-blocked .thredded--post-moderation-record--moderation-state-notice {
  color: #a94442;
}

/* line 62, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record--content-changed-notice {
  font-style: italic;
}

/* line 70, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record + .thredded--post-moderation-record {
  margin-top: 3rem;
}

/* line 74, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--users-table {
  width: 100%;
}

/* line 76, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--users-table a {
  display: block;
}

/* line 81, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--user--title {
  margin: 0;
}

/* line 85, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--user--info {
  margin-left: 2rem;
}

/* line 89, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions {
  text-align: left;
  margin-left: 4rem;
}

/* line 92, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions .button_to {
  display: inline-block;
}

/* line 95, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions .button_to + .button_to {
  margin-left: 0.75rem;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user.scss */
.thredded--user--avatar {
  border-radius: 50%;
  display: inline-block;
  height: 1.75em;
  width: 1.75em;
  margin-right: 0.4375em;
  vertical-align: baseline;
  position: relative;
  top: 0.5em;
}

/* line 27, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_base.scss */
.thredded--spacer {
  flex-grow: 1;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online {
  background-color: #eee;
  bottom: -1.25rem;
  box-sizing: content-box;
  padding: 1.5rem;
  position: fixed;
  right: 0;
  width: 16.25rem;
  z-index: 10;
}

@media (max-width: 34rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
  .thredded--currently-online {
    display: none;
  }
}

/* line 15, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online.thredded--is-expanded {
  bottom: 0;
  position: fixed;
  right: 0;
}

/* line 21, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--title {
  margin-bottom: 1.5rem;
}

/* line 26, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--avatar {
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  margin-right: 0.75rem;
  vertical-align: middle;
  width: 1.75rem;
}

/* line 36, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--user {
  padding: 0.75rem 0;
}

/* line 40, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--users {
  height: 0;
  visibility: hidden;
}

/* line 46, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online.thredded--is-expanded .thredded--currently-online--users {
  height: auto;
  visibility: visible;
}

@media print {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
  .thredded--currently-online {
    display: none;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_empty.scss */
.thredded--empty {
  border: 1px solid #eee;
  padding: 1.5rem;
  text-align: center;
}

/* line 7, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_empty.scss */
.thredded--empty--title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 2, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_following.scss */
.thredded--topic-following .thredded--topics--follow-icon, .thredded--topic-header--follow-icon, .thredded--topic-notfollowing .thredded--topics--follow-icon {
  fill: currentColor;
  display: inline-block;
  font-size: 1em;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0.4;
}

/* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_following.scss */
.thredded--topic-notfollowing .thredded--topics--follow-icon {
  opacity: 0.1;
}

/* line 4, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list.on-top {
  margin-bottom: 0.75rem;
}

/* line 8, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list li {
  transition: all 0.15s ease-out 0s;
  margin-bottom: 0.75rem;
}

/* line 13, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list label {
  transition: all 0.15s ease-out 0s;
}

/* line 17, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list label ~ label {
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
}

/* line 25, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list--admin-options label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.5rem;
}

/* line 33, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list--hint {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_main-section.scss */
.thredded--main-section {
  margin-bottom: 3rem;
}

@media (min-width: 34.00001rem) and (max-width: 48rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_main-section.scss */
  .thredded--main-section {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 34rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_main-section.scss */
  .thredded--main-section {
    margin-bottom: 0.75rem;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown {
  background: inherit;
  border-color: #e91e63;
  border-top: 1px solid #eee;
  box-shadow: 0 1px 1px #e91e63;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
}

/* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 4px;
}

/* line 18, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item {
  padding: 0.75rem;
}

/* line 19, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item a {
  color: rgba(0, 0, 0, 0.87);
}

/* line 23, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item.active {
  background: #e91e63;
}

/* line 25, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item.active a {
  color: #fff;
}

/* line 37, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__avatar {
  width: 2rem;
  min-height: 2rem;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 44, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__name {
  display: inline-block;
  margin-left: 0.6rem;
}

/* line 48, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__display_name {
  display: inline-block;
  margin-left: 0.4rem;
  color: rgba(0, 0, 0, 0.54);
}

/* line 53, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.textcomplete-item.active .thredded--textcomplete-user-result__display_name {
  color: rgba(255, 255, 255, 0.54);
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboards-group {
  box-sizing: border-box;
}

/* line 3, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboards-group--title {
  font-size: 1em;
  margin: 0.75em 0 0.625em 0;
}

/* line 9, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard {
  box-sizing: border-box;
  display: block;
  margin-bottom: -1px;
  padding: 1.5rem;
  position: relative;
}

/* line 17, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard, .thredded--messageboard:focus, .thredded--messageboard:hover, .thredded--messageboard:active {
  border: 1px solid #eeeeee;
}

/* line 21, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard:hover {
  background-color: rgba(233, 30, 99, 0.035);
}

/* line 25, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* line 30, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--title {
  font-size: 1.125rem;
  display: inline-block;
  float: left;
  line-height: 1.2;
  vertical-align: baseline;
}

/* line 39, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--title,
.thredded--messageboard--meta,
.thredded--messageboard--description {
  margin-bottom: 0.375rem;
}

/* line 45, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description,
.thredded--messageboard--meta,
.thredded--messageboard--byline {
  font-size: 0.875em;
}

/* line 51, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--meta--icon {
  opacity: 0.8;
  width: 1rem;
  height: 1rem;
}

/* line 58, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--meta--counts {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 68, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--unread-followed-topics-count {
  align-self: baseline;
  line-height: inherit;
  display: flex;
}

/* line 75, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--unread-followed-icon {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}

/* line 81, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
}

/* line 85, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description:empty {
  margin: 0;
}

/* line 90, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--byline {
  color: rgba(0, 0, 0, 0.54);
  font-weight: normal;
  margin-bottom: 0;
}

/* line 97, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--delete {
  background-color: #a94442;
}

@media print {
  /* line 101, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboards--actions {
    display: none;
  }
}

@supports (flex-wrap: wrap) {
  /* line 109, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard {
    display: flex;
    flex-direction: column;
  }
  /* line 112, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--header {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 115, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--header &gt; .thredded--flex-spacer {
    margin-right: 0.75rem;
  }
  /* line 119, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--meta {
    text-align: right;
  }
  /* line 122, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--byline, .thredded--messageboard--description {
    margin-top: auto;
  }
  @media (min-width: 48.00001rem) {
    /* line 137, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboard, .thredded--grid-sizer, .thredded--messageboards-group::after, .thredded--messageboards-group::before {
      flex-basis: 21.5rem;
      flex-grow: 1;
      margin-left: -0.5px;
      margin-right: -0.5px;
    }
    /* line 144, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0.5px 0.5px;
    }
    /* line 152, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group::after, .thredded--messageboards-group::before {
      box-sizing: border-box;
      content: "";
      padding: 0 1.2rem;
    }
    /* line 159, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group::before {
      order: 1;
    }
    /* line 169, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboard {
      margin-top: -0.5px;
      margin-bottom: -0.5px;
      padding: 1.5rem 1.2rem;
    }
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination {
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

/* line 7, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination &gt; span {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  margin-right: 0.75rem;
}

/* line 12, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination &gt; span &gt; a {
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
}

/* line 16, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination &gt; span &gt; a:focus, .thredded--pagination &gt; span &gt; a:hover {
  color: #e91e63;
}

/* line 22, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination &gt; span.current, .thredded--pagination &gt; span &gt; a {
  padding: 0.375rem 0.75rem;
}

/* line 28, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination-top &gt; .thredded--pagination {
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5rem;
}

/* line 33, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination-bottom &gt; .thredded--pagination {
  margin-top: 1.5rem;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post {
  position: relative;
  margin-bottom: 1.5rem;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post {
    margin-bottom: 3rem;
  }
}

/* line 9, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown--toggle {
  fill: currentColor;
  box-sizing: content-box;
  color: #e91e63;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  margin-right: -0.875rem;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 47.12501rem) {
  /* line 9, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--dropdown--toggle {
    margin-top: -0.75rem;
  }
}

/* line 25, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown {
  float: right;
}

@media print {
  /* line 25, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--dropdown {
    display: none;
  }
}

/* line 33, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown--actions {
  margin-top: -0.875rem;
}

/* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--avatar {
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  margin-right: 0.4375em;
  position: relative;
  top: 6px;
  vertical-align: baseline;
  width: 1.75rem;
}

@media (min-width: 47.12501rem) {
  /* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--avatar {
    height: 2.25rem;
    left: -3rem;
    position: absolute;
    top: -0.5rem;
    width: 2.25rem;
  }
}

@media (min-width: 56.62501rem) {
  /* line 42, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--avatar {
    height: 3.25rem;
    left: -4.125rem;
    width: 3.25rem;
  }
}

/* line 67, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--topic {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}

/* line 74, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--user,
.thredded--post--topic,
.thredded--post--user-and-topic {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-right: 0.4375em;
}

/* line 89, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--user a {
  color: rgba(0, 0, 0, 0.87);
}

/* line 94, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--created-at {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
}

/* line 101, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content {
  font-size: 1.063rem;
  line-height: 1.65;
  word-break: break-word;
}

/* line 114, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content img {
  max-width: 100%;
  height: auto;
}

/* line 124, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content pre {
  overflow-x: auto;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler {
  background-color: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  margin: 0 0 0.75rem;
  padding: 0.75rem;
  position: relative;
}

/* line 8, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--contents {
  visibility: hidden;
}

/* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--contents &gt; *:last-child {
  margin-bottom: 0;
}

/* line 16, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--summary {
  position: absolute;
  visibility: visible;
}

/* line 22, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler .thredded--post--content--spoiler {
  visibility: visible;
}

/* line 27, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler table td, .thredded--post--content--spoiler table th {
  border-color: rgba(66, 66, 66, 0.25);
}

/* line 33, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler.thredded--post--content--spoiler--is-open &gt; .thredded--post--content--spoiler--contents {
  visibility: visible;
}

/* line 37, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler.thredded--post--content--spoiler--is-open &gt; .thredded--post--content--spoiler--summary {
  display: none;
}

/* line 2, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form label {
  display: none;
}

/* line 6, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--wrapper {
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
}

/* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

/* line 17, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--submit {
  margin-top: 0.75rem;
}

@media print {
  /* line 22, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
  .thredded--post-form--wrapper {
    display: none;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--title {
  font-size: 1.5rem;
}

/* line 6, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--form {
  padding-bottom: 1.5rem;
}

/* line 10, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--messageboards-nav {
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
}

/* line 16, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--messageboards-nav--item.thredded--messageboard {
  padding: 0.75rem;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-delete.scss */
.thredded--topic-delete--wrapper {
  border-top: 1px solid #eee;
  margin-top: 1.5rem;
  padding-top: 3rem;
}

@media print {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-delete.scss */
  .thredded--topic-delete--wrapper {
    display: none;
  }
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header {
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header {
    margin-bottom: 2.25rem;
    margin-top: 0.75rem;
  }
  /* line 53, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_grid.scss */
  .thredded--topic-header::after {
    clear: both;
    content: "";
    display: block;
  }
}

/* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}

@media (min-width: 34.00001rem) {
  /* line 11, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--title {
    font-size: 1.5rem;
  }
}

/* line 21, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants {
  color: rgba(0, 0, 0, 0.54);
}

/* line 25, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants--participant &gt; a {
  font-size: 0.875rem;
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants--participant::before {
  content: '\2022\00A0';
}

/* line 35, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--started-by {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-style: normal;
}

/* line 44, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--edit-topic {
  font-size: 0.875rem;
  margin-left: 0.4rem;
}

@media print {
  /* line 44, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--edit-topic {
    display: none;
  }
}

/* line 53, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-style: normal;
}

@media (min-width: 48.00001rem) {
  /* line 53, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info {
    float: right;
    text-align: right;
    max-width: 25rem;
    position: relative;
  }
  /* line 62, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form {
    position: absolute;
    right: 0;
    vertical-align: text-top;
  }
  /* line 67, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form.thredded--topic-header--follow-info--unfollow {
    top: 1.625em;
  }
  /* line 71, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info--reason {
    display: block;
    vertical-align: text-top;
  }
}

/* line 76, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info p {
  margin: 0;
}

/* line 79, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info--reason {
  display: inline-block;
}

/* line 82, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info form {
  display: inline-block;
}

/* line 84, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info form input[type=submit], .thredded--topic-header--follow-info form button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

@media print {
  /* line 82, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form {
    display: none;
  }
}

/* line 99, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-icon {
  vertical-align: middle;
}

/* line 104, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-followers {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
}

/* line 109, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--svg-definitions {
  display: none;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--topic {
  margin-bottom: 1.5rem;
  position: relative;
}

@media (max-width: 47.125rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--topic {
    margin-left: 3rem;
  }
}

@media (max-width: 34rem) {
  /* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--topic {
    margin-right: 2rem;
  }
}

/* line 13, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--sticky-topics-divider {
  margin-top: -0.75rem;
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 20, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.5;
}

/* line 26, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title a {
  color: rgba(0, 0, 0, 0.87);
  display: inline;
}

/* line 31, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title a:hover {
  color: #e91e63;
}

/* line 37, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1rem;
}

/* line 44, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--categories li {
  font-size: .5rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(140, 140, 140, 0.87);
  box-shadow: inset 0 -1px 0 rgba(102, 102, 102, 0.87);
  padding: 1px 6px;
  border-radius: 2px;
  text-transform: lowercase;
  letter-spacing: 1px;
  vertical-align: bottom;
}

/* line 58, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by,
.thredded--topics--messageboard {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-style: normal;
}

/* line 64, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by a,
.thredded--topics--messageboard a {
  color: rgba(51, 51, 51, 0.87);
}

/* line 68, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by a:hover,
.thredded--topics--messageboard a:hover {
  color: #e91e63;
}

/* line 75, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--participants--participant + .thredded--topics--participants--participant::before {
  content: '\2022\00A0';
}

/* line 80, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--moderation-state {
  padding: 0.3em 0.5em;
  font-size: 0.875rem;
  font-style: normal;
}

/* line 86, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--posts-count {
  border-radius: 50%;
  display: inline-block;
  font-weight: 900;
  font-size: 0.8rem;
  height: 2rem;
  left: -3rem;
  line-height: 2rem;
  margin-right: 1.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2rem;
  transition: background 0.1s linear, color 0.1s linear;
}

/* line 103, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-read &gt; .thredded--topics--title a {
  font-weight: lighter;
}

/* line 106, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-read &gt; .thredded--topics--posts-count {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* line 113, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-unread &gt; .thredded--topics--title a {
  font-weight: bold;
}

/* line 116, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-unread &gt; .thredded--topics--posts-count {
  background: #e91e63;
  color: #fff;
}

/* line 122, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--follow-icon {
  position: absolute;
  right: -1.6rem;
  top: 0;
}

@media (max-width: 34rem) {
  /* line 122, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--follow-icon {
    right: -3rem;
  }
}

@media print {
  /* line 143, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--new-topic-form,
.thredded--new-private-topic-form {
    display: none;
  }
}

/* line 151, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-locked .thredded--topics--posts-count {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 1, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preview_area.scss */
.thredded--preview-area {
  display: none;
}

/* line 8, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preview_area.scss */
.thredded--preview-area--post {
  margin-bottom: 1.5rem;
}

/* line 4, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox,
.maps-onebox,
.thredded--embed-16-by-9 {
  margin-bottom: 0.75rem;
}

/* line 10, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox {
  border: 1px solid #eee;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  line-height: normal;
  font-size: 0.85em;
}

/* line 17, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.wikipedia .source &gt; a::before, aside.onebox.twitterstatus .source &gt; a::before, aside.onebox.stackexchange .source &gt; a::before, aside.onebox.googledocs .source &gt; a::before, aside.onebox.githubpullrequest .source &gt; a::before, aside.onebox.githubissue .source &gt; a::before, aside.onebox.githubgist .source &gt; a::before, aside.onebox.githubcommit .source &gt; a::before, aside.onebox.githubblob .source &gt; a::before, aside.onebox.amazon .source &gt; a::before {
  background: no-repeat 50% 50%;
  background-size: 16px 16px;
  content: ' ';
  display: inline-block;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
  margin-right: 0.4em;
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.amazon .source &gt; a::before {
  background-image: url(/assets/favicons/amazon-a3ce3a0056b076efc02f606b2dff7f94e96dbfd84dca05d5b9bc1ae42105d24a.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubblob .source &gt; a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubcommit .source &gt; a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubgist .source &gt; a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubissue .source &gt; a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubpullrequest .source &gt; a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.googledocs .source &gt; a::before {
  background-image: url(/assets/favicons/google_branding/logo_drive_48px-5b77ef93756a8153de8a0e10bfb865bd6a07dbb68005843858b1a72a024b4ca5.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .source &gt; a::before {
  background-image: url(/assets/favicons/stackexchange-7f8de332a694e52fd4b3da40c07d3d87a11c21e549b05911a70aa7f002ae185b.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.twitterstatus .source &gt; a::before {
  background-image: url(/assets/favicons/twitter-ee2e3dbaffc2185deaf9af2f366fedb4965a239af58a58505773d754fa7570df.png);
}

/* line 29, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.wikipedia .source &gt; a::before {
  background-image: url(/assets/favicons/wikipedia-ab880bc06a1018d5c2e3d312e66d8a46f086eca15b042cfe74aac18bd3da89bf.png);
}

/* line 39, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox header a[href] {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}

/* line 45, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body {
  clear: both;
}

/* line 48, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body h3, aside.onebox .onebox-body h4 {
  font-size: 1em;
  margin: 10px 0;
}

/* line 53, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body img {
  max-height: 80%;
  max-width: 20%;
  height: auto;
  float: left;
  margin-right: 1em;
}

/* line 61, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .tweet-images {
  display: block;
  clear: both;
}

/* line 65, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .tweet-images img.tweet-image {
  margin-top: 1em;
  max-width: 100%;
  max-height: 100%;
  float: none;
}

/* line 75, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo {
  width: 60px;
  height: 50px;
  float: left;
}

/* line 80, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-docs-logo {
  background: url(/assets/favicons/google_branding/logo_docs_48px-ea52273f97f57aff8ee6104a81fdedf72632a2e40a615f89c83c543abede4a27.png) no-repeat;
}

/* line 80, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-forms-logo {
  background: url(/assets/favicons/google_branding/logo_forms_48px-0b6305da39b689f54749ffbe77495e1e308abb622860f9736d5bcbda4d97bd6a.png) no-repeat;
}

/* line 80, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-sheets-logo {
  background: url(/assets/favicons/google_branding/logo_sheets_48px-475378340742aff290d2f11a1af7bbdcfe16b80250a468ed97bf87594047d5f9.png) no-repeat;
}

/* line 80, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-slides-logo {
  background: url(/assets/favicons/google_branding/logo_slides_48px-fc7a1740f13a281762c49b17ef2e8e9c7fbf69944c8259103df30a87d2e0144b.png) no-repeat;
}

/* line 80, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-calendar-logo {
  background: url(/images/favicons/google_branding/logo_calendar_48px.png) no-repeat;
}

/* line 80, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-drive-logo {
  background: url(/assets/favicons/google_branding/logo_drive_48px-5b77ef93756a8153de8a0e10bfb865bd6a07dbb68005843858b1a72a024b4ca5.png) no-repeat;
}

/* line 87, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  border: 1px inset rgba(0, 0, 0, 0.87);
}

/* line 91, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash .gdocs-onebox-logo {
  display: inline-block;
  width: 128px;
  height: 128px;
}

/* line 95, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash .gdocs-onebox-logo.g-calendar-logo {
  background: url(/assets/favicons/google_branding/logo_calendar_128px-22b621b08026676a89c2ae478573e5327426fb2e19f9af2f67184d671a785cfa.png) no-repeat;
}

/* line 101, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .onebox-avatar {
  max-height: none;
  max-width: none;
  height: 90px;
  width: 90px;
}

/* line 109, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code {
  font-size: 14px;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: normal;
}

/* line 114, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines li:before {
  position: absolute;
  display: inline-block;
  width: 35px;
  left: -40px;
  color: #afafaf;
  text-align: right;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.9em;
  content: counter(li-counter);
  counter-increment: li-counter;
}

/* line 128, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol {
  margin-left: 0;
  line-height: 1.5em;
}

/* line 133, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code li {
  padding-left: 5px;
}

/* line 137, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines {
  padding: 0;
  margin: 0 0 0.2rem 2rem;
  position: relative;
}

/* line 143, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines li {
  border-left: 1px solid #eee;
  list-style-type: none;
  margin: 0;
  min-height: 1.5em;
  padding-left: 5px;
  white-space: pre;
}

/* line 152, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code li.selected {
  background-color: #f8eec7;
}

/* line 159, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .github-commit-status {
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 0 5px 100px;
  padding: 10px;
}

/* line 166, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag {
  display: inline-block;
  color: #fff;
  padding: 1px 4px;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* line 176, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .build_status {
  padding: 2px;
  font-size: 12px;
}

/* line 181, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.open {
  background-color: #6cc644;
}

/* line 185, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.merged {
  background-color: #6e5494;
}

/* line 189, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.closed {
  background-color: #bd2c00;
}

/* line 193, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .github-content-right {
  margin-left: 100px;
}

/* line 200, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.twitterstatus .onebox-body h4 {
  margin-bottom: 0;
}

/* line 206, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus .thumbnail {
  float: left;
}

/* line 209, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus p, .onebox.twitterstatus .tweet {
  float: left;
  display: inline-block;
  white-space: pre-wrap;
  padding-top: 3px;
  width: 85%;
}

/* line 216, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus .date {
  clear: left;
  padding-top: 5px;
}

/* line 224, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box {
  position: absolute;
  z-index: 935;
  height: 30px;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 235, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box .inner-box {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

/* line 243, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box .inner-box .album-title {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

/* line 256, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .onebox-body img {
  max-height: 60%;
  max-width: 10%;
}

/* line 261, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .onebox-body .tags {
  color: gray;
}

/* line 266, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-metadata {
  color: rgba(0, 0, 0, 0.54);
}

/* line 271, ../.rvm/gems/ruby-3.2.1@erofight/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.xkcd .onebox-body img {
  max-width: 100% !important;
  float: none !important;
}
</pre></body></html>