/* line 1, app/assets/stylesheets/fundamentals.scss */
#error_explanation {
  width: 100%;
  border: 2px solid #d94949;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 8, app/assets/stylesheets/fundamentals.scss */
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 16px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #d94949;
  color: #fff;
}

/* line 19, app/assets/stylesheets/fundamentals.scss */
#error_explanation ul li {
  font-size: 16px;
  list-style: square;
  border-radius: 5px;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 6, app/assets/stylesheets/scaffolds.scss */
#audiocontent {
  display: none;
}

/* line 11, app/assets/stylesheets/scaffolds.scss */
*:focus:active {
  outline: 0;
}

/* line 16, app/assets/stylesheets/scaffolds.scss */
*:focus:not(.focus-visible) {
  outline: none;
}

/* line 20, app/assets/stylesheets/scaffolds.scss */
.modal-open {
  margin: 0;
  overflow: hidden;
  overflow-y: hidden;
  height: 90vh;
}

/* line 28, app/assets/stylesheets/scaffolds.scss */
div.field, div.actions {
  margin-bottom: 5px;
}

/* line 34, app/assets/stylesheets/scaffolds.scss */
#instantclick {
  display: none;
}

/* line 38, app/assets/stylesheets/scaffolds.scss */
.partner-image-dark-mode {
  display: none !important;
}

/* line 43, app/assets/stylesheets/scaffolds.scss */
body.dark-theme .on-page-nav-butt img,
body.dark-theme .icon-img,
body.dark-theme .reaction-button:not(.reacted) img,
body.dark-theme .image-upload-button button,
body.dark-theme .icon-image,
body.dark-theme .dev-badge,
body.dark-theme .message__actions img {
  -webkit-filter: invert(95%);
  filter: invert(95%);
}

/* line 53, app/assets/stylesheets/scaffolds.scss */
body.dark-theme .ltag__tag {
  border-color: white !important;
  box-shadow: 3px 3px 0px #fff !important;
}

/* line 57, app/assets/stylesheets/scaffolds.scss */
body.dark-theme .partner-image-dark-mode {
  display: block !important;
}

/* line 60, app/assets/stylesheets/scaffolds.scss */
body.dark-theme .partner-image-light-mode {
  display: none !important;
}

/* line 65, app/assets/stylesheets/scaffolds.scss */
.broadcast-wrapper {
  box-sizing: border-box;
  display: none;
  padding: var(--su-2) var(--su-4);
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: var(--z-sticky);
}

/* line 74, app/assets/stylesheets/scaffolds.scss */
.static-header .broadcast-wrapper {
  position: relative;
}

/* line 79, app/assets/stylesheets/scaffolds.scss */
.broadcast-visible {
  display: flex;
}

/* line 83, app/assets/stylesheets/scaffolds.scss */
.broadcast-data {
  flex-grow: 1;
  align-self: center;
}

/* line 88, app/assets/stylesheets/scaffolds.scss */
.mod-icon-visible-block {
  display: none !important;
}

/* line 92, app/assets/stylesheets/scaffolds.scss */
body.mod-status-true .mod-icon-visible-block {
  display: flex !important;
}

/* line 96, app/assets/stylesheets/scaffolds.scss */
.trusted-visible-block {
  display: none !important;
}

/* line 100, app/assets/stylesheets/scaffolds.scss */
body.trusted-status-true .trusted-visible-block {
  display: block !important;
}

/* line 107, app/assets/stylesheets/scaffolds.scss */
.admin-help-button {
  margin-bottom: env(safe-area-inset-bottom);
}

@media (max-width: 768px) {
  /* line 107, app/assets/stylesheets/scaffolds.scss */
  .admin-help-button {
    bottom: calc(var(--header-height) + var(--su-3));
  }
}

/* line 115, app/assets/stylesheets/scaffolds.scss */
.subscription-icon {
  height: 0.95em;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.05em;
  max-height: 22px;
  aspect-ratio: 166 / 102;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 8, app/assets/stylesheets/articles.scss */
.home {
  position: relative;
  margin: 0 auto;
  max-width: var(--site-width);
  text-align: left;
}

@media screen and (max-width: 949px) {
  /* line 15, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    width: 200%;
    height: 100%;
    display: none;
    -webkit-overflow-scrolling: touch;
  }
  /* line 25, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper .sidebar-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    animation: fade-in 0.48s;
  }
  /* line 35, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper.swiped-in {
    display: block;
    z-index: var(--z-drawer);
  }
  /* line 38, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper.swiped-in .side-bar {
    display: block;
    background: var(--card-bg);
    height: 100%;
    overflow-y: auto;
  }
  /* line 46, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper-left {
    transform: translate(-280px, 0);
  }
  /* line 48, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper-left.swiped-in {
    transform: translate(0em, 0);
    animation: swipe-in-from-left 0.18s;
  }
  /* line 53, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper-right {
    transform: translate(calc(-100vw + 280px), 0);
  }
  /* line 55, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper-right .side-bar {
    float: right;
  }
  /* line 58, app/assets/stylesheets/articles.scss */
  .home .sidebar-wrapper-right.swiped-in {
    transform: translate(-100vw, 0);
    animation: swipe-in-from-right 0.18s;
  }
}

/* line 64, app/assets/stylesheets/articles.scss */
.home .side-bar {
  float: left;
  width: 280px;
  font-size: 0.85em;
  line-height: 1.35em;
  display: none;
  position: relative;
  padding: 16px 0;
  box-sizing: border-box;
  color: var(--card-secondary-color);
}

/* line 74, app/assets/stylesheets/articles.scss */
.home .side-bar.sidebar-additional {
  display: none;
}

@media screen and (min-width: 1120px) {
  /* line 76, app/assets/stylesheets/articles.scss */
  .home .side-bar.sidebar-additional.showing {
    display: block;
  }
}

@media screen and (min-width: 950px) {
  /* line 64, app/assets/stylesheets/articles.scss */
  .home .side-bar {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 89, app/assets/stylesheets/articles.scss */
  body[data-side-nav-visible='true'] .home {
    max-width: calc(var(--site-width) - 60px);
    width: calc(100% - 70px);
    margin-left: 60px;
    /* Adjust this value to match the sidebar width */
  }
}

@media (min-width: 1460px) {
  /* line 89, app/assets/stylesheets/articles.scss */
  body[data-side-nav-visible='true'] .home {
    max-width: var(--site-width);
    width: 100%;
    margin-left: auto;
    /* Reset margin on larger screens */
    transform: translateX(20px);
  }
}

/* line 104, app/assets/stylesheets/articles.scss */
.sidebar-navigation-link .c-link__icon {
  display: inline-flex;
  flex-shrink: 0;
}

/* line 108, app/assets/stylesheets/articles.scss */
.sidebar-navigation-link .c-link__icon svg {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  display: inline-block;
}

@keyframes fade-in {
  0% {
    opacity: var(--opacity-0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes swipe-in-from-left {
  0% {
    transform: translate(-280px, 0);
  }
  100% {
    transform: translate(0em, 0);
  }
}

@keyframes swipe-in-from-right {
  0% {
    transform: translate(calc(-100vw + 280px), 0);
  }
  100% {
    transform: translate(-100vw, 0);
  }
}

/* line 146, app/assets/stylesheets/articles.scss */
.on-page-nav-controls {
  height: 45px;
  position: relative;
  opacity: 0.85;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (min-width: 950px) {
  /* line 152, app/assets/stylesheets/articles.scss */
  .on-page-nav-controls.user-nav-controls {
    display: none;
  }
}

/* line 157, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .on-page-nav-butt {
  position: absolute;
  top: 14px;
  border: 0px;
  background: transparent;
  border-radius: 8px;
}

/* line 163, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .on-page-nav-butt img {
  height: 24px;
}

/* line 166, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .on-page-nav-butt.on-page-nav-butt-left {
  left: 3%;
}

/* line 169, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .on-page-nav-butt.on-page-nav-butt-right {
  right: 3%;
}

@media screen and (min-width: 950px) {
  /* line 157, app/assets/stylesheets/articles.scss */
  .on-page-nav-controls .on-page-nav-butt {
    display: none;
  }
}

/* line 176, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .on-page-nav-label {
  position: absolute;
  right: 0;
  left: 0;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  top: 18px;
  font-weight: 600;
}

/* line 184, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .on-page-nav-label.sub-home-nav {
  top: 12px;
}

/* line 187, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .on-page-nav-label .wide-nav-links {
  display: none;
}

@media screen and (min-width: 650px) {
  /* line 191, app/assets/stylesheets/articles.scss */
  .on-page-nav-controls .on-page-nav-label .narrow-nav-select {
    display: none;
  }
  /* line 194, app/assets/stylesheets/articles.scss */
  .on-page-nav-controls .on-page-nav-label .wide-nav-links {
    display: block;
    cursor: default;
  }
}

@media screen and (min-width: 950px) {
  /* line 176, app/assets/stylesheets/articles.scss */
  .on-page-nav-controls .on-page-nav-label {
    top: 9px;
  }
  /* line 201, app/assets/stylesheets/articles.scss */
  .on-page-nav-controls .on-page-nav-label.sub-home-nav {
    top: 8px;
  }
}

/* line 206, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .separator {
  border-left: 2px solid #dbdbdb;
  display: inline-block;
  margin: 0px 7px;
  height: 15px;
}

/* line 212, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .nav-chronofiter-link {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.95em;
  border-radius: 2px;
  border: 1px solid transparent;
}

/* line 218, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .nav-chronofiter-link.selected {
  background: #cfd7ff;
  color: #0a0a0a;
  border: 1px solid #4e57ef;
  box-shadow: 3px 4px 0px #4e57ef;
}

/* line 224, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .nav-chronofiter-link:hover {
  opacity: 1;
  background: #4e57ef;
  color: white;
  border: 1px solid #cfd7ff;
  box-shadow: 3px 4px 0px #cfd7ff;
}

/* line 233, app/assets/stylesheets/articles.scss */
.on-page-nav-controls .narrow-nav-select button {
  all: unset;
  background: transparent;
  border: 0;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  font-weight: 600;
  cursor: pointer;
}

/* line 245, app/assets/stylesheets/articles.scss */
.nav-icon {
  width: 24px;
  height: 24px;
}

/* line 251, app/assets/stylesheets/articles.scss */
.loading {
  padding: calc(3vw + 15px) 0px 60px;
  text-align: center;
  opacity: 0.7;
  display: none;
}

/* line 259, app/assets/stylesheets/articles.scss */
.loading-articles {
  padding: calc(3vw + 15px) 0px 60px;
  text-align: center;
  opacity: 0.7;
  display: none;
}

/* line 267, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) {
  margin: auto;
  max-width: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

@media screen and (min-width: 950px) {
  /* line 267, app/assets/stylesheets/articles.scss */
  .articles-list:not(.crayons-layout__content) {
    float: left;
    width: 100%;
    max-width: calc(100% - 280px);
    padding: 16px;
  }
}

@media screen and (min-width: 1120px) {
  /* line 267, app/assets/stylesheets/articles.scss */
  .articles-list:not(.crayons-layout__content) {
    max-width: calc(100% - 560px);
  }
}

/* line 285, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .placeholder-div {
  display: block;
  width: 100%;
}

/* line 291, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  background: var(--card-bg);
  border: none;
  border: var(--theme-container-border, none);
  box-shadow: 0px 1px 1px rgba(10, 10, 10, 0.1), 0px 1px 2px rgba(10, 10, 10, 0.1), 0px 0px 1px rgba(10, 10, 10, 0.8);
  box-shadow: var(--theme-container-box-shadow, 0px 1px 1px rgba(10, 10, 10, 0.1), 0px 1px 2px rgba(10, 10, 10, 0.1), 0px 0px 1px rgba(10, 10, 10, 0.8));
}

@media screen and (min-width: 950px) {
  /* line 291, app/assets/stylesheets/articles.scss */
  .articles-list:not(.crayons-layout__content) .single-article {
    border-radius: var(--radius);
    margin-bottom: var(--su-2);
  }
}

/* line 297, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article.single-article-small-pic {
  vertical-align: top;
  overflow: hidden;
}

/* line 302, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article.single-article-single-podcast h4 {
  bottom: 10px;
}

/* line 305, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article.single-article-single-podcast .content {
  padding-bottom: 40px;
}

/* line 309, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article.single-article-podcast-div {
  background: var(--card-bg);
  border: none;
  border: var(--theme-container-border, none);
  box-shadow: 0px 1px 1px rgba(10, 10, 10, 0.1), 0px 1px 2px rgba(10, 10, 10, 0.1), 0px 0px 1px rgba(10, 10, 10, 0.8);
  box-shadow: var(--theme-container-box-shadow, 0px 1px 1px rgba(10, 10, 10, 0.1), 0px 1px 2px rgba(10, 10, 10, 0.1), 0px 0px 1px rgba(10, 10, 10, 0.8));
  padding-bottom: 8px;
}

@media screen and (min-width: 950px) {
  /* line 309, app/assets/stylesheets/articles.scss */
  .articles-list:not(.crayons-layout__content) .single-article.single-article-podcast-div {
    border-radius: var(--radius);
    margin-bottom: var(--su-2);
  }
}

/* line 312, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article.single-article-podcast-div h3 {
  margin: 0;
  padding: 16px;
}

/* line 316, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article.single-article-podcast-div p {
  margin-left: 14px;
}

/* line 320, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 326, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .small-pic {
  float: left;
  height: 40px;
  width: 40px;
  margin: 16px 0 0 16px;
  overflow: hidden;
  font-size: 11px;
  border-radius: 50%;
}

/* line 334, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .small-pic img,
.articles-list:not(.crayons-layout__content) .single-article .small-pic .color {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

/* line 342, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .content {
  float: left;
  width: calc(100% - 72px);
  box-sizing: border-box;
  padding: 16px 16px 100px 16px;
}

/* line 347, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .content h3 {
  margin: 0px;
  font-size: var(--fs-xl);
  font-weight: 700;
  line-height: 28px;
  padding: 0px;
  word-break: break-word;
  color: var(--card-color);
}

/* line 355, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .content h3 .tag-identifier {
  font-size: 14px;
  background: #1395b8;
  color: white;
  padding: 2px 4px 3px;
  margin-right: 5px;
  border-radius: 4px;
  vertical-align: 3px;
}

/* line 363, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .content h3 .tag-identifier.red-identifier {
  background: #ff0000;
}

/* line 366, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .content h3 .tag-identifier.black-identifier {
  background: #0a0a0a;
}

/* line 370, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .content h3 a {
  color: inherit;
}

/* line 373, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .content h3 a:hover {
  color: var(--link-color-hover);
}

@media (min-width: 640px) {
  /* line 379, app/assets/stylesheets/articles.scss */
  .articles-list:not(.crayons-layout__content) .single-article .content h3 {
    line-height: 32px;
    font-size: var(--fs-2xl);
  }
  /* line 382, app/assets/stylesheets/articles.scss */
  .articles-list:not(.crayons-layout__content) .single-article .content h3 .tag-identifier {
    font-size: 15px;
    padding: 2px 6px 3px;
    vertical-align: 4px;
  }
  /* line 388, app/assets/stylesheets/articles.scss */
  .articles-list:not(.crayons-layout__content) .single-article .content h4 {
    font-size: 15px;
  }
}

/* line 393, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .time-ago-indicator {
  color: var(--card-color-tertiary);
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
  font-size: 0.8em;
  vertical-align: 0.07em;
}

/* line 401, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .emoji {
  display: inline-block;
  margin-right: 4px;
}

/* line 405, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article h4 {
  padding: 0px;
  margin: 0;
  font-weight: 500;
  position: absolute;
  bottom: 50px;
  left: 72px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8em;
}

/* line 416, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article h4 a {
  color: var(--card-color-tertiary);
}

/* line 420, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article h4:hover {
  opacity: 0.9;
  text-decoration: underline;
}

/* line 425, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .tags {
  margin-top: 0px;
  font-size: 0.8em;
  position: absolute;
  display: inline-block;
  z-index: 5;
  left: 72px;
  bottom: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0a0a0a;
  width: calc( 100% - 72px);
}

/* line 440, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .tags a {
  display: inline-block;
}

/* line 443, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .tags .tag {
  margin-right: 8px;
}

/* line 445, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article .tags .tag:hover {
  text-decoration: underline;
}

/* line 451, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .single-article p {
  margin: 6px auto;
  line-height: 20px;
  font-size: 16px;
  color: #a3bcc9;
  padding-bottom: 16px;
}

/* line 459, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count {
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  bottom: 12px;
  font-weight: 400;
  padding: 3px 6px;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  color: var(--card-color-tertiary);
}

/* line 470, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count a {
  color: var(--card-color-tertiary);
}

/* line 471, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count a:hover {
  opacity: 1;
}

/* line 476, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count img {
  height: 18px;
  border: 0px;
  vertical-align: -4px;
  margin-right: 7px;
}

/* line 482, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.comments-count {
  left: 85px;
}

/* line 484, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.comments-count img {
  width: 28px;
}

/* line 488, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.reactions-count {
  left: 16px;
}

/* line 491, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.engage-button {
  right: 12px;
  border: 2px solid transparent;
  border-radius: 3px;
  text-align: center;
  bottom: 12px;
  background: #0d36ff;
  color: white;
  letter-spacing: 1px;
}

/* line 500, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.engage-button:hover, .articles-list:not(.crayons-layout__content) .article-engagement-count.engage-button:focus {
  background: #0023cf;
}

/* line 504, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.engage-button .bm-success {
  display: none;
  position: relative;
  top: 1px;
}

/* line 509, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.engage-button.selected {
  color: #274bff;
  background: transparent;
  padding-right: 0px;
}

/* line 513, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.engage-button.selected .bm-initial {
  display: none;
}

/* line 516, app/assets/stylesheets/articles.scss */
.articles-list:not(.crayons-layout__content) .article-engagement-count.engage-button.selected .bm-success {
  display: inline-block;
}

/* line 525, app/assets/stylesheets/articles.scss */
.individual-podcast-link {
  display: flex;
  padding: 8px 16px;
  font-size: 0.8em;
  color: var(--card-color-tertiary);
}

/* line 531, app/assets/stylesheets/articles.scss */
.individual-podcast-link img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  vertical-align: top;
}

/* line 538, app/assets/stylesheets/articles.scss */
.individual-podcast-link .individual-podcast-link-details {
  padding-left: 16px;
  flex: 1 auto;
}

/* line 543, app/assets/stylesheets/articles.scss */
.individual-podcast-link strong {
  display: block;
  margin-bottom: 4px;
  padding-top: 0.2em;
  font-weight: 500;
  color: var(--card-color);
}

@media screen and (min-width: 500px) {
  /* line 543, app/assets/stylesheets/articles.scss */
  .individual-podcast-link strong {
    font-size: 1.2em;
  }
}

/* line 553, app/assets/stylesheets/articles.scss */
.individual-podcast-link:hover {
  background: #f5f6f7;
  background: var(--theme-container-background-hover, #f5f6f7);
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 5, app/assets/stylesheets/article-show.scss */
.blank-space {
  height: 10px;
}

/* line 9, app/assets/stylesheets/article-show.scss */
:root {
  scroll-padding-top: var(--header-height);
}

/* line 14, app/assets/stylesheets/article-show.scss */
body.default-header .crayons-article .crayons-article__body [id] {
  scroll-margin-top: var(--header-height);
}

/* line 19, app/assets/stylesheets/article-show.scss */
article {
  padding: 0 0;
  position: relative;
}

/* line 23, app/assets/stylesheets/article-show.scss */
article .image {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1024px;
  z-index: 2;
  height: 42vw;
}

@media screen and (min-width: 880px) {
  /* line 23, app/assets/stylesheets/article-show.scss */
  article .image {
    height: 370px;
  }
}

@media screen and (min-width: 950px) {
  /* line 23, app/assets/stylesheets/article-show.scss */
  article .image {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
}

/* line 42, app/assets/stylesheets/article-show.scss */
.container {
  width: 880px;
  max-width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  background: var(--card-bg);
  border: none;
  border: var(--theme-container-border, none);
  box-shadow: 0px 1px 1px rgba(10, 10, 10, 0.1), 0px 1px 2px rgba(10, 10, 10, 0.1), 0px 0px 1px rgba(10, 10, 10, 0.8);
  box-shadow: var(--theme-container-box-shadow, 0px 1px 1px rgba(10, 10, 10, 0.1), 0px 1px 2px rgba(10, 10, 10, 0.1), 0px 0px 1px rgba(10, 10, 10, 0.8));
}

@media screen and (min-width: 950px) {
  /* line 42, app/assets/stylesheets/article-show.scss */
  .container {
    border-radius: var(--radius);
    margin-bottom: var(--su-2);
  }
}

@media screen and (min-width: 950px) {
  /* line 42, app/assets/stylesheets/article-show.scss */
  .container {
    border-radius: 3px;
    margin-top: 24px;
  }
}

/* line 54, app/assets/stylesheets/article-show.scss */
.container.article {
  position: relative;
}

/* line 58, app/assets/stylesheets/article-show.scss */
.container .title {
  z-index: 6;
  position: relative;
  width: 81%;
  font-family: var(--ff-sans-serif);
  max-width: 710px;
  margin: auto;
}

@media screen and (max-width: 750px) {
  /* line 58, app/assets/stylesheets/article-show.scss */
  .container .title {
    width: 90%;
  }
}

@media screen and (max-width: 430px) {
  /* line 58, app/assets/stylesheets/article-show.scss */
  .container .title {
    width: 93%;
  }
}

/* line 75, app/assets/stylesheets/article-show.scss */
.container .title h1 {
  margin: 0 auto;
  padding: 14px 0 7px;
  font-weight: 700;
  min-height: 40px;
  font-size: calc(2vw + 26px);
  word-break: break-word;
  line-height: 1.28em;
}

@media screen and (min-width: 1600px) {
  /* line 75, app/assets/stylesheets/article-show.scss */
  .container .title h1 {
    font-size: 57px;
  }
}

/* line 87, app/assets/stylesheets/article-show.scss */
.container .title h1 .title-block {
  display: inline-block;
}

/* line 91, app/assets/stylesheets/article-show.scss */
.container .title h1.medium {
  font-size: calc(1.82vw + 25px);
}

@media screen and (min-width: 1600px) {
  /* line 91, app/assets/stylesheets/article-show.scss */
  .container .title h1.medium {
    font-size: 47px;
  }
}

/* line 98, app/assets/stylesheets/article-show.scss */
.container .title h1.long {
  font-size: calc(1.48vw + 23px);
}

@media screen and (min-width: 1600px) {
  /* line 98, app/assets/stylesheets/article-show.scss */
  .container .title h1.long {
    font-size: 46px;
  }
}

/* line 106, app/assets/stylesheets/article-show.scss */
.container .title h1.longer {
  font-size: calc(1.44vw + 22px);
}

@media screen and (min-width: 1600px) {
  /* line 106, app/assets/stylesheets/article-show.scss */
  .container .title h1.longer {
    font-size: 45px;
  }
}

/* line 114, app/assets/stylesheets/article-show.scss */
.container .title h1.longest {
  font-size: calc(1.42vw + 22px);
}

@media screen and (min-width: 1600px) {
  /* line 114, app/assets/stylesheets/article-show.scss */
  .container .title h1.longest {
    font-size: 42px;
  }
}

/* line 123, app/assets/stylesheets/article-show.scss */
.container .title h3 {
  margin: 2px auto;
  padding: 0;
  padding: 0 3px 16px;
  font-weight: 500;
  color: var(--card-color-tertiary);
  font-size: 13.5px;
  line-height: 1.8em;
}

@media screen and (min-width: 430px) {
  /* line 123, app/assets/stylesheets/article-show.scss */
  .container .title h3 {
    font-size: 15px;
  }
}

/* line 136, app/assets/stylesheets/article-show.scss */
.container .title h3 .profile-pic {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: -9px;
  margin-right: 2px;
  background: #f5f6f7;
}

/* line 146, app/assets/stylesheets/article-show.scss */
.container .title h3 a {
  color: var(--card-color-tertiary);
  text-decoration: none;
}

/* line 151, app/assets/stylesheets/article-show.scss */
.container .title h3 .icon-img,
.container .title h3 .reader-image-tiny {
  opacity: 0.5;
  width: 18px;
  height: 18px;
  vertical-align: -4px;
  margin: 0 1px;
}

/* line 159, app/assets/stylesheets/article-show.scss */
.container .title h3 .icon-img:hover,
.container .title h3 .reader-image-tiny:hover {
  opacity: 0.6;
}

/* line 164, app/assets/stylesheets/article-show.scss */
.container .title h3 .published-at {
  margin-right: 0;
  display: inline-block;
}

/* line 169, app/assets/stylesheets/article-show.scss */
.container .title h3 .posted-date-inline {
  display: inline-block;
}

/* line 173, app/assets/stylesheets/article-show.scss */
.container .title h3 .action-space {
  padding: 0 0 0 0;
  display: inline-flex;
  min-width: 44px;
}

/* line 177, app/assets/stylesheets/article-show.scss */
.container .title h3 .action-space a {
  display: inline-block;
  background: #66e2d5;
  color: #0a0a0a;
  padding: 2px 12px 3px;
  border-radius: 3px;
  line-height: 1.1em;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  margin-right: 4px;
}

@media screen and (max-width: 376px) {
  /* line 177, app/assets/stylesheets/article-show.scss */
  .container .title h3 .action-space a {
    padding: 2px 6px 3px;
    margin-left: 3px;
    margin-left: 5px;
  }
  /* line 192, app/assets/stylesheets/article-show.scss */
  .container .title h3 .action-space a .post-word {
    display: none;
  }
}

/* line 201, app/assets/stylesheets/article-show.scss */
.container .title .tags .tag {
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 5px 3px;
  border-radius: 2px;
  background: #d6d9e0;
  color: #606570;
}

/* line 211, app/assets/stylesheets/article-show.scss */
.container .title .tags .tag:hover {
  opacity: 0.9;
}

/* line 218, app/assets/stylesheets/article-show.scss */
.container .body {
  margin: auto;
  width: 82%;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-size: 21px;
  line-height: 32px;
  background: var(--card-bg);
  position: relative;
  padding: 5px 0px;
  overflow-wrap: break-word;
}

/* line 231, app/assets/stylesheets/article-show.scss */
.container .body a code {
  color: #557de8;
}

/* line 235, app/assets/stylesheets/article-show.scss */
.container .body a.anchor {
  padding-top: 0;
  margin-top: 0;
  top: -50px;
  display: block;
  visibility: hidden;
  position: relative;
}

/* line 245, app/assets/stylesheets/article-show.scss */
.container .body h1,
.container .body h2,
.container .body h3,
.container .body h4,
.container .body h5,
.container .body h6 {
  font-family: var(--ff-sans-serif);
  margin: 0.3em auto;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 257, app/assets/stylesheets/article-show.scss */
.container .body h1 {
  font-size: 1.85em;
  line-height: 1.14em;
  font-weight: 400;
}

/* line 263, app/assets/stylesheets/article-show.scss */
.container .body h2 {
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.14em;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}

/* line 271, app/assets/stylesheets/article-show.scss */
.container .body h3 {
  font-size: 1.32em;
  font-weight: 400;
}

/* line 276, app/assets/stylesheets/article-show.scss */
.container .body hr {
  width: calc(25% + 12px);
  opacity: 0.1;
  border-width: 1px;
  border-style: solid;
  border-color: var(--body-color);
  margin: 1.3em auto 1.5em;
}

/* line 285, app/assets/stylesheets/article-show.scss */
.container .body p {
  margin: 0.95em 0 1.2em;
  padding: 0.2em;
}

/* line 290, app/assets/stylesheets/article-show.scss */
.container .body ul,
.container .body ol {
  padding-left: 6px;
  margin: 0.8em 0.7em 0.8em 1.9em;
}

/* line 297, app/assets/stylesheets/article-show.scss */
.container .body ol br {
  line-height: 0;
  margin: 0;
  padding: 0;
}

/* line 304, app/assets/stylesheets/article-show.scss */
.container .body ul {
  list-style-type: square;
}

/* line 307, app/assets/stylesheets/article-show.scss */
.container .body ul br {
  line-height: 0;
  margin: 0;
  padding: 0;
}

/* line 313, app/assets/stylesheets/article-show.scss */
.container .body ul p {
  margin: 0;
  padding: 0;
}

/* line 318, app/assets/stylesheets/article-show.scss */
.container .body ul ul {
  margin: 0 0.7em 0 1.9em;
  list-style-type: circle;
}

/* line 324, app/assets/stylesheets/article-show.scss */
.container .body li {
  margin: 0.3em auto;
}

/* line 328, app/assets/stylesheets/article-show.scss */
.container .body figure {
  margin: 0;
}

/* line 332, app/assets/stylesheets/article-show.scss */
.container .body figcaption {
  font-style: italic;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.4em;
  color: var(--body-color);
  display: block;
}

/* line 341, app/assets/stylesheets/article-show.scss */
.container .body p + figcaption {
  margin-top: -0.8em;
}

@media screen and (max-width: 750px) {
  /* line 218, app/assets/stylesheets/article-show.scss */
  .container .body {
    width: 92%;
  }
}

@media screen and (max-width: 430px) {
  /* line 218, app/assets/stylesheets/article-show.scss */
  .container .body {
    font-size: 17.5px;
    line-height: 26px;
    width: 94%;
    margin-left: 3%;
  }
  /* line 355, app/assets/stylesheets/article-show.scss */
  .container .body ul,
.container .body ol {
    margin: 0.8em 0.7em 0.8em 1.4em;
  }
  /* line 360, app/assets/stylesheets/article-show.scss */
  .container .body h1 {
    font-size: 1.6em;
  }
  /* line 364, app/assets/stylesheets/article-show.scss */
  .container .body h2 {
    font-size: 1.4em;
  }
  /* line 368, app/assets/stylesheets/article-show.scss */
  .container .body h3 {
    font-size: 1.16em;
  }
}

/* line 373, app/assets/stylesheets/article-show.scss */
.container .body blockquote {
  border-left: calc(0.2vw + 2px) solid #333333;
  padding: 0.1% 6% 0.1% 4%;
  margin: 1.6em 1vw;
  font-size: 0.92em;
  line-height: 1.4em;
}

/* line 380, app/assets/stylesheets/article-show.scss */
.container .body blockquote p {
  padding: 0;
  margin: 0.95em 0 0.95em;
}

/* line 386, app/assets/stylesheets/article-show.scss */
.container .body code {
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.1em 0.3em 0;
  border-radius: 2px;
  font-size: 0.84em;
  vertical-align: 0;
  max-width: 100%;
  line-height: 1.6em;
}

/* line 397, app/assets/stylesheets/article-show.scss */
.container .body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
}

/* line 411, app/assets/stylesheets/article-show.scss */
.container .body pre {
  background: #29292e;
  border-radius: 2px;
  overflow-x: auto;
  color: #eff0f9;
  line-height: 1.42em;
  padding-left: 4%;
  padding-right: 7%;
  font-size: 0.7em;
  width: 97%;
  margin-left: -3%;
  padding-top: 6%;
  padding-bottom: 6%;
  border-radius: 0;
  overflow-wrap: normal;
}

@media screen and (min-width: 430px) {
  /* line 411, app/assets/stylesheets/article-show.scss */
  .container .body pre {
    width: 111%;
    margin-left: -11%;
    padding-left: 9%;
    padding-right: 2%;
  }
}

/* line 434, app/assets/stylesheets/article-show.scss */
.container .body pre code {
  background: #29292e;
  color: #eff0f9;
  white-space: pre;
}

/* line 441, app/assets/stylesheets/article-show.scss */
.container .body img {
  height: auto;
  position: relative;
  display: block;
  margin: auto;
  left: -4%;
  max-width: 108%;
  max-height: calc(50vh + 180px);
}

@media screen and (min-width: 430px) {
  /* line 441, app/assets/stylesheets/article-show.scss */
  .container .body img {
    left: -6px;
    max-width: calc(100% + 12px);
  }
}

/* line 456, app/assets/stylesheets/article-show.scss */
.container .body a.article-body-image-wrapper {
  cursor: zoom-in;
}

/* line 460, app/assets/stylesheets/article-show.scss */
.container .body iframe {
  width: 100%;
  border: 0;
  margin: 1.2em 0;
  border-radius: var(--radius);
}

/* line 467, app/assets/stylesheets/article-show.scss */
.container .body .fluidvids {
  margin: 1em 0;
}

/* line 470, app/assets/stylesheets/article-show.scss */
.container .body .fluidvids iframe {
  margin: 0;
}

/* line 475, app/assets/stylesheets/article-show.scss */
.container .body .table-wrapper-paragraph {
  width: 100%;
  margin-left: 0%;
  overflow-x: auto;
}

@media screen and (min-width: 430px) {
  /* line 475, app/assets/stylesheets/article-show.scss */
  .container .body .table-wrapper-paragraph {
    width: 108%;
    margin-left: -4%;
  }
}

@media screen and (min-width: 800px) {
  /* line 475, app/assets/stylesheets/article-show.scss */
  .container .body .table-wrapper-paragraph {
    width: 110%;
    margin-left: -5%;
  }
}

/* line 491, app/assets/stylesheets/article-show.scss */
.container .body table {
  font-family: var(--ff-sans-serif);
  border-collapse: collapse;
  font-size: 0.78em;
  margin: 0.8em auto 1.2em;
  table-layout: fixed;
}

@media screen and (min-width: 500px) {
  /* line 491, app/assets/stylesheets/article-show.scss */
  .container .body table {
    font-size: 0.9em;
  }
}

/* line 502, app/assets/stylesheets/article-show.scss */
.container .body table th {
  border: 1px solid #dbdbdb;
  padding: 5px 1vw;
  background: var(--body-bg);
  text-align: left;
}

/* line 509, app/assets/stylesheets/article-show.scss */
.container .body table td {
  border: 1px solid #dbdbdb;
  padding: 5px 1vw;
  box-sizing: border-box;
}

/* line 516, app/assets/stylesheets/article-show.scss */
.container .body .twitter-tweet {
  margin: auto;
}

/* line 521, app/assets/stylesheets/article-show.scss */
.container .html-variant-wrapper {
  width: 88%;
  margin: 0 auto 25px;
  display: none;
}

@media screen and (min-width: 500px) {
  /* line 521, app/assets/stylesheets/article-show.scss */
  .container .html-variant-wrapper {
    width: 82%;
  }
}

/* line 533, app/assets/stylesheets/article-show.scss */
.ff-container {
  --gif-bg: rgb(var(--black));
  --gif-color: rgb(var(--white));
  --gif-btn-z-index: 2;
  width: fit-content;
  width: -moz-fit-content;
}

/* line 544, app/assets/stylesheets/article-show.scss */
.ff-container canvas {
  border-radius: var(--radius);
  object-fit: contain;
  max-width: 100%;
  min-width: 100%;
  max-height: calc(50vh + 180px);
}

/* line 552, app/assets/stylesheets/article-show.scss */
.ff-container img[data-animated='true'] {
  margin: 0;
  cursor: pointer;
}

/* line 557, app/assets/stylesheets/article-show.scss */
.ff-container .gif-button {
  --bg: var(--gif-bg);
  --bg-hover: var(--gif-bg);
  --color: var(--gif-color);
  --color-hover: var(--gif-color);
  position: absolute;
  bottom: 0;
  right: 0;
  margin: var(--su-1);
  z-index: var(--gif-btn-z-index);
  display: flex;
  align-items: center;
  padding: var(--su-1) var(--su-2);
  font-weight: var(--fw-bold);
}

/* line 573, app/assets/stylesheets/article-show.scss */
.ff-container .gif-button:hover:enabled, .js-focus-visible .ff-container .gif-button.focus-visible:focus, .ff-container .gif-button[aria-pressed='true'] {
  --bg: var(--gif-bg);
  --bg-hover: var(--gif-bg);
  --color: var(--gif-color);
  --color-hover: var(--gif-color);
  z-index: var(--gif-btn-z-index);
}

/* line 585, app/assets/stylesheets/article-show.scss */
.ff-container .gif-button[aria-pressed='false'] .gif-pause {
  display: inline-block;
}

/* line 589, app/assets/stylesheets/article-show.scss */
.ff-container .gif-button[aria-pressed='false'] .gif-play {
  display: none;
}

/* line 595, app/assets/stylesheets/article-show.scss */
.ff-container .gif-button[aria-pressed='true'] .gif-pause {
  display: none;
}

/* line 599, app/assets/stylesheets/article-show.scss */
.ff-container .gif-button[aria-pressed='true'] .gif-play {
  display: inline-block;
}

/* line 606, app/assets/stylesheets/article-show.scss */
center .ff-container {
  left: unset;
  transform: none;
}

/* line 613, app/assets/stylesheets/article-show.scss */
body.user-role--admin .crayons-article__actions, .user-role--super_admin .crayons-article__actions, .current-user-is-article-author .crayons-article__actions {
  display: block !important;
  min-height: 42px !important;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 6, app/assets/stylesheets/billboards.scss */
.crayons-layout__comments-billboard .crayons-bb, .crayons-layout__comments-billboard .crayons-unit {
  padding-left: var(--content-padding-x);
  padding-bottom: var(--su-6);
}

/* line 7, app/assets/stylesheets/billboards.scss */
.crayons-layout__comments-billboard .crayons-bb .c-indicator.crayons-bb__indicator, .crayons-layout__comments-billboard .crayons-bb .c-indicator.crayons-unit__indicator, .crayons-layout__comments-billboard .crayons-unit .c-indicator.crayons-bb__indicator, .crayons-layout__comments-billboard .crayons-unit .c-indicator.crayons-unit__indicator {
  line-height: 15px;
}

@media (min-width: 640px) {
  /* line 15, app/assets/stylesheets/billboards.scss */
  .crayons-layout__comments-billboard .crayons-bb .text-styles, .crayons-layout__comments-billboard .crayons-unit .text-styles {
    padding-right: var(--su-8);
  }
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/billboards.scss */
  .billboard .crayons-dropdown.sponsorship-dropdown, .bb-placement .crayons-dropdown.sponsorship-dropdown, .bb-placement .crayons-dropdown.bb-dropdown {
    max-width: 200px;
    min-width: auto;
  }
}

@media (min-width: 1024px) {
  /* line 22, app/assets/stylesheets/billboards.scss */
  .billboard .crayons-dropdown.sponsorship-dropdown, .bb-placement .crayons-dropdown.sponsorship-dropdown, .bb-placement .crayons-dropdown.bb-dropdown {
    max-width: 250px;
  }
}

/* line 32, app/assets/stylesheets/billboards.scss */
.billboard .crayons-dropdown.sponsorship-dropdown hr, .bb-placement .crayons-dropdown.sponsorship-dropdown hr, .bb-placement .crayons-dropdown.bb-dropdown hr {
  border: 0.5px solid var(--divider);
  margin: 8px;
}

/* line 38, app/assets/stylesheets/billboards.scss */
.billboard .ltag_cta, .bb-placement .ltag_cta {
  padding-top: var(--su-2);
  padding-bottom: var(--su-2);
}

@media (max-width: 640px) {
  /* line 38, app/assets/stylesheets/billboards.scss */
  .billboard .ltag_cta, .bb-placement .ltag_cta {
    display: block;
  }
}

/* line 48, app/assets/stylesheets/billboards.scss */
.crayons-card.billboard .ltag_cta, .crayons-card.bb-placement .ltag_cta {
  display: block;
}

/* line 52, app/assets/stylesheets/billboards.scss */
.crayons-card.hero-billboard .ltag_cta {
  display: block;
}

/* line 56, app/assets/stylesheets/billboards.scss */
.long-bb-body {
  max-height: calc(100vh - 200px);
  overflow: hidden;
}

/* line 60, app/assets/stylesheets/billboards.scss */
.long-bb-bottom {
  height: 180px;
  background: linear-gradient(to top, var(--card-bg), transparent);
  margin-top: -180px;
  position: relative;
  z-index: 5;
}

/* line 68, app/assets/stylesheets/billboards.scss */
.popover-billboard {
  z-index: var(--z-popover);
  animation: popoverEnter 0.5s;
  box-shadow: 0 0 100px 60px rgba(0, 0, 0, 0.2) !important;
  max-height: calc(100vh - var(--header-height));
}

/* line 73, app/assets/stylesheets/billboards.scss */
.popover-billboard .text-styles {
  padding-top: var(--su-4);
  padding-bottom: var(--su-4);
  font-size: calc(0.8em + 0.58vw);
  max-width: calc(var(--site-width) - var(--su-8));
  overflow-y: auto;
  max-height: calc(100vh - var(--header-height) - var(--su-8));
}

@media (min-width: 1280px) {
  /* line 82, app/assets/stylesheets/billboards.scss */
  .popover-billboard .crayons-bb__header,
.popover-billboard .crayons-unit__header,
.popover-billboard .text-styles {
    margin-left: calc(54% - (var(--site-width) / 2));
  }
  /* line 87, app/assets/stylesheets/billboards.scss */
  .popover-billboard .text-styles {
    font-size: 1.22em;
  }
}

/* line 94, app/assets/stylesheets/billboards.scss */
.popover-billboard--menuopenupwards .sponsorship-dropdown, .popover-billboard--menuopenupwards .bb-dropdown {
  top: auto;
  bottom: var(--su-8);
}

/* line 100, app/assets/stylesheets/billboards.scss */
.hide-popover-billboard .popover-billboard {
  display: none;
}

@media (max-width: 640px) {
  /* line 104, app/assets/stylesheets/billboards.scss */
  .body-billboard {
    margin: 0 -4px 0;
    padding: 7px 6px !important;
  }
}

@media (min-width: 768px) {
  /* line 104, app/assets/stylesheets/billboards.scss */
  .body-billboard {
    margin: 0 -14px 0;
  }
}

/* line 115, app/assets/stylesheets/billboards.scss */
.hero-billboard {
  margin: var(--su-2) 0 0;
}

/* line 117, app/assets/stylesheets/billboards.scss */
.hero-billboard h1,
.hero-billboard h2,
.hero-billboard h3,
.hero-billboard p {
  text-align: center;
}

@media (max-width: 640px) {
  /* line 115, app/assets/stylesheets/billboards.scss */
  .hero-billboard {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 115, app/assets/stylesheets/billboards.scss */
  .hero-billboard {
    margin: var(--su-2) var(--su-2) 0;
  }
}

@media (min-width: 1024px) {
  /* line 115, app/assets/stylesheets/billboards.scss */
  .hero-billboard {
    margin: var(--su-4) var(--su-4) 0;
  }
}

@media (min-width: 1280px) {
  /* line 115, app/assets/stylesheets/billboards.scss */
  .hero-billboard {
    max-width: var(--site-width);
    margin: var(--su-4) var(--su-4) 0;
  }
}

@media (min-width: 1284px) {
  /* line 115, app/assets/stylesheets/billboards.scss */
  .hero-billboard {
    max-width: var(--site-width);
    margin: var(--su-4) auto 0;
  }
}

@media (min-width: 640px) {
  /* line 148, app/assets/stylesheets/billboards.scss */
  .hero-billboard h1 {
    font-size: var(--fs-3xl);
  }
}

/* line 156, app/assets/stylesheets/billboards.scss */
.crayons-layout__comments-billboard .crayons-card.billboard .ltag_cta,
.crayons-story.billboard .ltag_cta, .crayons-layout__comments-billboard .crayons-card.bb-placement .ltag_cta,
.crayons-story.bb-placement .ltag_cta {
  padding-right: var(--su-7);
  padding-left: var(--su-7);
}

@keyframes popoverEnter {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 3, app/assets/stylesheets/shared.scss */
#audiocontent {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: var(--z-sticky);
  font-family: var(--ff-sans-serif);
  display: block;
}

/* line 11, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar {
  color: #fff;
  width: 100%;
  height: calc(48px + 1vh);
  margin-top: 100px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  background: #ececec;
  display: none;
}

/* line 23, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar.playing {
  display: block;
}

/* line 26, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #episode-profile-image {
  height: calc(48px + 1vh);
  width: calc(48px + 1vh);
}

/* line 30, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #animated-bars {
  position: absolute;
  bottom: -12px;
  left: -15px;
  width: 80px;
  opacity: 0.3;
  display: none;
}

/* line 37, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #animated-bars.playing {
  display: block;
}

/* line 41, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #barPlayPause {
  height: calc(48px + 1vh);
  width: calc(48px + 1vh);
  background: #202020;
  position: absolute;
  left: calc(48px + 1vh);
  bottom: 0px;
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #barPlayPause .butt {
  width: calc(35px + 0.5vh);
  margin: calc(8px + 0.17vh) 7px;
}

/* line 53, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #barPlayPause .pause-butt {
  display: none;
}

/* line 57, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #barPlayPause.playing .play-butt {
  display: none;
}

/* line 60, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #barPlayPause.playing .pause-butt {
  display: block;
}

/* line 65, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar .showing {
  display: block;
}

/* line 68, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar .hidden {
  display: none;
}

/* line 71, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #volume {
  height: calc(48px + 1vh);
  width: 36px;
  background: #202020;
  position: absolute;
  left: calc(100px + 1vh);
  bottom: 0px;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #volume img {
  padding: 3px;
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: -11px;
}

/* line 85, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #volume #speed {
  font-weight: 300;
  font-size: calc(12px + 0.2vh);
  padding: 3px 0px;
  width: 28px;
  margin-left: -0.5px;
  text-align: center;
  margin-top: calc(2px + 0.5vh);
  display: block;
  user-select: none;
  background: transparent;
  color: #c9c9c9;
}

/* line 98, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #volume .volume-icon-wrapper {
  padding: 1px 0px;
}

/* line 102, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #volume #volumeindicator .range-wrapper {
  position: absolute;
  top: 0px;
  left: 26px;
  background: #202020;
  z-index: var(--z-elevate);
  width: 0;
  overflow: hidden;
  transition: width 200ms ease-out 95ms;
  padding: 8px 0px 5px;
  text-align: center;
}

/* line 113, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar #volume #volumeindicator .range-wrapper input {
  width: 80%;
  cursor: pointer;
}

@media screen and (min-width: 430px) {
  /* line 120, app/assets/stylesheets/shared.scss */
  #audiocontent #progressBar #volume #volumeindicator:hover .range-wrapper {
    width: 170px;
  }
}

/* line 127, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar .buffer-wrapper {
  height: calc(48px + 1vh);
  position: absolute;
  left: calc(136px + 1vh);
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar .buffer-wrapper #progress {
  background-color: #00ffa3;
  height: calc(48px + 1vh);
  display: inline-block;
  position: relative;
  transition: width 0.25s ease-in-out;
}

/* line 141, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar .buffer-wrapper #buffer {
  background-color: #96ffd9;
  height: calc(48px + 1vh);
  display: inline-block;
  position: absolute;
  bottom: 0;
  transition: width 0.15s ease-in-out;
}

/* line 149, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar .buffer-wrapper #time {
  position: absolute;
  right: calc(50px + 0.1vh + 1.5vw);
  top: calc(16px + 0.1vh);
  color: #a1a1a1;
  font-size: calc(14px + 0.2vh);
  background: rgba(236, 236, 236, 0.74);
  padding: 2px;
  pointer-events: none;
}

/* line 159, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar .buffer-wrapper #closebutt {
  position: absolute;
  user-select: none;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  border-left: #ececec;
  margin: 0px;
  padding: 0px;
  padding-top: calc(8px + 0.2vh);
  color: #535353;
  font-size: 13.5px;
  width: calc(42px + 0.1vh + 1.5vw);
  text-align: center;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  font-size: calc(25px + 0.2vh);
}

/* line 177, app/assets/stylesheets/shared.scss */
#audiocontent #progressBar .buffer-wrapper #closebutt:hover {
  color: #ff4343;
}

/* line 185, app/assets/stylesheets/shared.scss */
.forem-background {
  fill: var(--accent-brand);
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 6, app/assets/stylesheets/dashboard.scss */
.dashboard-container .manage-header {
  background: #0045ff;
}

/* line 10, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article {
  padding: 5px 15px;
  background: var(--card-bg);
  border: none;
  border: var(--theme-container-border, none);
  box-shadow: 0px 1px 1px rgba(10, 10, 10, 0.1), 0px 1px 2px rgba(10, 10, 10, 0.1), 0px 0px 1px rgba(10, 10, 10, 0.8);
  box-shadow: var(--theme-container-box-shadow, 0px 1px 1px rgba(10, 10, 10, 0.1), 0px 1px 2px rgba(10, 10, 10, 0.1), 0px 0px 1px rgba(10, 10, 10, 0.8));
  position: relative;
  overflow: auto;
}

@media screen and (min-width: 950px) {
  /* line 10, app/assets/stylesheets/dashboard.scss */
  .dashboard-container .single-article {
    border-radius: var(--radius);
    margin-bottom: var(--su-2);
  }
}

/* line 15, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.thanks-for-suggesting-a-tweet {
  background: #bcf2ed;
  padding: 30px 0px;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

/* line 23, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form {
  text-align: center;
  width: 490px;
  max-width: 90%;
  margin: 10px auto;
}

/* line 28, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  height: 100px;
  border-radius: 3px;
}

/* line 34, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form input[type='submit'] {
  background: #1da1f2;
  color: white;
  font-size: 19px;
  padding: 8px 35px;
  border-radius: 100px;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin: 18px auto;
}

/* line 43, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form .button-section {
  display: inline-block;
  border-radius: 12px;
  padding: 3px;
}

/* line 47, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form .button-section.button-section-newbie {
  background: #99ece3;
}

/* line 50, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form .button-section.button-section-intermediate {
  background: #e9ecff;
}

/* line 53, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form .button-section.button-section-senior {
  background: #618cff;
}

/* line 57, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form button {
  color: white;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid white;
  background: #0a0a0a;
  padding: 5px 0px;
  width: 38px;
  border-radius: 8px;
}

/* line 66, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form button.selected {
  background: #66e2d5;
  padding: 15px 0px;
  width: 70px;
  font-size: 20px;
}

/* line 74, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article.single-article-manage-form-wrapper form p .scale-pod {
  display: inline-block;
  width: 160px;
}

/* line 83, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article .dashboard-collection-org-details .dashboard-top-pill {
  background: #e4e7e9;
  background: var(--theme-container-accent-background, #e4e7e9);
  color: var(--body-color);
  margin-right: 5px;
  padding: 3px 10px;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  font-size: 0.9em;
}

/* line 99, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article .dashboard-meta-details {
  font-size: 0.85em;
  padding: 3px 0px 6px;
  color: var(--card-color-tertiary);
}

/* line 105, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 {
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 8px;
  font-size: 22px;
  overflow: auto;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 800px) {
  /* line 105, app/assets/stylesheets/dashboard.scss */
  .dashboard-container .single-article h2 {
    font-size: 34px;
  }
}

/* line 119, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 .block-link {
  display: inline;
}

/* line 123, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 img {
  height: 40px;
  width: 40px;
  border-radius: 80px;
  vertical-align: -8px;
}

/* line 130, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 .dashboard-username {
  color: #666666;
  font-size: 0.6em;
  vertical-align: 0.16em;
}

/* line 136, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 .dashboard-follow {
  background: #66e2d5;
  background: var(--theme-dashboard-followers-follow-background, #66e2d5);
  border: 0;
  border-radius: 5px;
  color: #0a0a0a;
  color: var(--theme-dashboard-followers-follow-color, #0a0a0a);
  font-size: 15.9px;
  padding: 2px 10px;
}

@media screen and (min-width: 520px) {
  /* line 136, app/assets/stylesheets/dashboard.scss */
  .dashboard-container .single-article h2 .dashboard-follow {
    font-size: 20px;
  }
}

@media screen and (min-width: 750px) {
  /* line 154, app/assets/stylesheets/dashboard.scss */
  .dashboard-container .single-article h2 .dashboard-follow.follow-tag {
    margin: 8px 0px 8px 10px;
  }
}

/* line 159, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 .dashboard-follow.follow-user {
  float: right;
  margin-top: 8px;
}

@media screen and (min-width: 750px) {
  /* line 165, app/assets/stylesheets/dashboard.scss */
  .dashboard-container .single-article h2 .follow-tag-actions {
    float: right;
  }
}

/* line 171, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 form {
  background: #f5f6f7;
  background: var(--theme-container-accent-background, #f5f6f7);
  padding: 8px 15px;
  margin-bottom: 10px;
  border-radius: 3px;
}

@media screen and (min-width: 750px) {
  /* line 171, app/assets/stylesheets/dashboard.scss */
  .dashboard-container .single-article h2 form {
    display: inline-block;
  }
}

/* line 185, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 form input {
  font-size: 16px;
  border-radius: 3px;
  padding: 3px 8px;
  width: 50px;
  border: 1px solid #0a0a0a;
  font-weight: bold;
}

/* line 193, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h2 form input[type='submit'] {
  width: auto;
  background: #66e2d5;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  margin-left: 5px;
}

/* line 203, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article h4 {
  margin-top: 0px;
  margin-bottom: 9px;
  margin-left: 2px;
  font-weight: 300;
  font-size: 16px;
  color: #434e57;
}

/* line 212, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article .dashboard-actions {
  padding: 7px 0px 10px;
}

/* line 215, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article .dashboard-actions form {
  margin: 0;
  padding: 0;
  display: inline;
}

/* line 222, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article .dashboard-pageviews-indicator {
  display: inline-block;
  font-family: var(--ff-monospace);
  color: #333333;
  background: white;
  text-align: center;
  padding: 2px 8px;
}

/* line 231, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article form {
  padding: 10px 0px;
  font-size: 15px;
  font-stretch: condensed;
}

/* line 236, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article form select {
  margin: 0px 4px;
  vertical-align: 2px;
}

/* line 241, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article form input[type='submit'] {
  border: 0px;
  font-size: 15px;
}

/* line 247, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article .single-article__details {
  margin: 10px 0px;
}

/* line 250, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article .single-article__details .user {
  color: #666666;
}

/* line 254, app/assets/stylesheets/dashboard.scss */
.dashboard-container .single-article .single-article__details .tag {
  margin-left: 10px;
}

/* line 261, app/assets/stylesheets/dashboard.scss */
.analytics-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 266, app/assets/stylesheets/dashboard.scss */
.crayons-tabs--analytics {
  width: min-content;
  margin: var(--su-1) auto var(--su-4);
}

@media screen and (min-width: 800px) {
  /* line 266, app/assets/stylesheets/dashboard.scss */
  .crayons-tabs--analytics {
    margin: var(--su-1) var(--su-4) var(--su-4);
  }
}

/* line 276, app/assets/stylesheets/dashboard.scss */
.summary-stats {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

/* line 281, app/assets/stylesheets/dashboard.scss */
.summary-stats__col {
  flex: 1;
  min-height: 100px;
}

/* line 287, app/assets/stylesheets/dashboard.scss */
.crayons-tabs--analytics {
  justify-content: center;
}

/* line 291, app/assets/stylesheets/dashboard.scss */
.graphs {
  display: flex;
  justify-content: space-between;
}

/* line 294, app/assets/stylesheets/dashboard.scss */
.graphs__col {
  flex: 1;
}

/* line 297, app/assets/stylesheets/dashboard.scss */
.graphs .charts-container {
  padding: var(--su-4);
  height: 320px;
}

/* line 300, app/assets/stylesheets/dashboard.scss */
.graphs .charts-container canvas {
  min-height: 280px;
  max-height: 280px;
}

@media screen and (max-width: 640px) {
  /* line 308, app/assets/stylesheets/dashboard.scss */
  .summary-stats,
.graphs {
    display: block;
  }
  /* line 311, app/assets/stylesheets/dashboard.scss */
  .summary-stats__col,
.graphs__col {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
  /* line 318, app/assets/stylesheets/dashboard.scss */
  .crayons-tabs--analytics {
    width: 100%;
  }
}

/* line 323, app/assets/stylesheets/dashboard.scss */
.card {
  border: 1px solid #d6d6d6;
  border: var(--theme-container-border, 1px solid #d6d6d6);
  box-shadow: 3px 3px 0px #bababa;
  box-shadow: var(--theme-container-box-shadow, 3px 3px 0px #bababa);
  border-radius: 3px;
  padding: 20px;
  margin: 5px;
  background-color: #fff;
  background-color: var(--theme-container-background, #fff);
}

/* line 335, app/assets/stylesheets/dashboard.scss */
.card h4 {
  font-size: 0.8em;
  margin: 0px;
  padding: 0px;
}

/* line 341, app/assets/stylesheets/dashboard.scss */
.card .stat-percentage {
  font-size: 0.8em;
}

/* line 345, app/assets/stylesheets/dashboard.scss */
.card table {
  margin: 1rem auto;
  text-align: left;
  width: 50%;
}

/* line 350, app/assets/stylesheets/dashboard.scss */
.card table thead {
  line-height: 3rem;
}

/* line 353, app/assets/stylesheets/dashboard.scss */
.card table thead th:last-child {
  text-align: right;
}

/* line 358, app/assets/stylesheets/dashboard.scss */
.card table tbody {
  line-height: 2rem;
}

/* line 361, app/assets/stylesheets/dashboard.scss */
.card table tbody td:last-child {
  text-align: right;
}

/* line 368, app/assets/stylesheets/dashboard.scss */
.featured-stat {
  font-size: 2em;
  font-weight: bold;
}

/* line 373, app/assets/stylesheets/dashboard.scss */
.header-card {
  max-width: 100%;
}

/* line 377, app/assets/stylesheets/dashboard.scss */
.dashboard-manage-header {
  background: #002380;
  color: white;
  padding: 32px 0;
  line-height: 1.3em;
  box-shadow: 0 100px 0 #002380;
}

/* line 383, app/assets/stylesheets/dashboard.scss */
.dashboard-manage-header .manage-page-error {
  background: #ff0000;
  color: white;
  padding: 20px 10px;
  line-height: 1.4em;
  border-radius: 3px;
}

/* line 390, app/assets/stylesheets/dashboard.scss */
.dashboard-manage-header .manage-page-success {
  background: #66e2d5;
  padding: 20px 10px;
  line-height: 1.4em;
  border-radius: 3px;
}

/* line 396, app/assets/stylesheets/dashboard.scss */
.dashboard-manage-header li {
  margin: 20px auto;
}

/* line 399, app/assets/stylesheets/dashboard.scss */
.dashboard-manage-header a {
  color: white;
  text-decoration: underline;
}

/* line 403, app/assets/stylesheets/dashboard.scss */
.dashboard-manage-header .dashboard-manage-header-inner-container {
  width: 800px;
  max-width: 96%;
  margin: 10px auto;
}

/* line 408, app/assets/stylesheets/dashboard.scss */
.dashboard-manage-header .dashboard-manage-nav {
  padding: 10px 0px;
  font-size: 0.9em;
  font-weight: bold;
}

/* line 416, app/assets/stylesheets/dashboard.scss */
.dashboard__tag__container {
  height: 195px;
  justify-content: space-between;
}

/* line 420, app/assets/stylesheets/dashboard.scss */
.dashboard__tag__container .crayons-tag {
  padding-top: 0;
  padding-bottom: 0;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 4, app/assets/stylesheets/settings.scss */
.github-repos {
  max-height: 400px;
  overflow-y: auto;
  background: var(--card-bg);
}

/* line 8, app/assets/stylesheets/settings.scss */
.github-repos.loading-repos {
  height: 400px;
  background: white;
  background-size: 50px;
}

/* line 13, app/assets/stylesheets/settings.scss */
.github-repos.github-repos-errored {
  height: 400px;
  color: #ff0000;
  padding: 2rem;
}

/* line 18, app/assets/stylesheets/settings.scss */
.github-repos .github-repo-row {
  background: var(--card-bg);
  padding: var(--su-3);
}

/* line 21, app/assets/stylesheets/settings.scss */
.github-repos .github-repo-row .github-repo-row-name {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-weight: var(--fw-medium);
}

/* line 27, app/assets/stylesheets/settings.scss */
.github-repos .github-repo-row .github-repo-row-name .c-indicator {
  margin-left: 5px;
}

/* line 31, app/assets/stylesheets/settings.scss */
.github-repos .github-repo-row .github-repo-row-name button:disabled {
  padding: var(--su-2);
  background: var(--accent-brand);
  background-size: contain;
  height: 40px;
  width: 80px;
}

/* line 41, app/assets/stylesheets/settings.scss */
.github-repos .github-repo-row .github-repo-row-name button button,
.github-repos .github-repo-row .github-repo-row-name button a[role='button'], .github-repos .github-repo-row .github-repo-row-name.response-template-row-name button,
.github-repos .github-repo-row .github-repo-row-name.response-template-row-name a[role='button'] {
  width: 80px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  text-align: center;
}

/* line 53, app/assets/stylesheets/settings.scss */
.signout_confirm-wrapper {
  padding: calc(15% + 50px) 2% 30%;
  text-align: center;
}

/* line 58, app/assets/stylesheets/settings.scss */
.membership-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  background: var(--card-bg);
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  padding: 0.5rem 0 0.8rem 0.5rem;
}

/* line 68, app/assets/stylesheets/settings.scss */
.membership-status dt,
.membership-status label {
  flex-basis: 40%;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 0.3rem;
  padding: 0.2rem;
}

/* line 78, app/assets/stylesheets/settings.scss */
.membership-status dd {
  flex-basis: 40%;
  flex-grow: 1;
  margin-top: 0.3rem;
  padding: 0.2rem;
}

/* line 85, app/assets/stylesheets/settings.scss */
.membership-status dd .no {
  color: #cc0000;
}

/* line 91, app/assets/stylesheets/settings.scss */
.crayons-notice--danger h3 {
  color: var(--accent-danger-darker);
}

/* line 3, app/assets/stylesheets/podcast-episodes-show.scss */
:root {
  --podcast-spinning-animation: spin 20s linear infinite;
}

/* line 8, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero {
  padding-bottom: 30px;
  text-align: center;
}

/* line 11, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .title {
  padding-top: 10px;
  background: #0a0a0a;
  min-height: 300px;
  margin-bottom: -60px;
  color: white;
}

@media screen and (min-width: 600px) {
  /* line 11, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title {
    padding-top: 20px;
    min-height: 400px;
    margin-bottom: -120px;
  }
}

/* line 22, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .title h2 {
  font-weight: 500;
  margin: 0;
  margin-top: 40px;
  font-size: 20px;
  color: #ebf3f5;
}

/* line 28, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .title h2 a {
  color: white;
  display: inline-block;
  margin-right: 4px;
}

/* line 33, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .title h2 img {
  height: 28px;
  width: 28px;
  vertical-align: -5px;
  height: 23px;
  width: 23px;
  vertical-align: -4px;
  margin-right: 8px;
  border-radius: 30px;
}

/* line 43, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .title h2 .follow-action-button {
  width: 260px;
  border-radius: 3px;
  border: 0px;
  display: block;
  margin: 20px auto;
  padding: 10px 0px;
  font-size: 25px;
}

@media screen and (min-width: 600px) {
  /* line 22, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title h2 {
    font-size: 24px;
  }
  /* line 54, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title h2 img {
    height: 28px;
    width: 28px;
    vertical-align: -5px;
  }
}

/* line 61, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .title h1 {
  font-weight: 700;
  margin: 15px auto 18px;
  font-size: 30px;
  line-height: 31px;
  max-width: 94%;
}

@media screen and (min-width: 680px) {
  /* line 61, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 800px) {
  /* line 61, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title h1 {
    font-size: 49px;
    line-height: 58px;
  }
}

/* line 77, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .title h1.smaller {
  font-size: 23px;
  line-height: 25.5px;
}

@media screen and (min-width: 490px) {
  /* line 77, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title h1.smaller {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (min-width: 680px) {
  /* line 77, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title h1.smaller {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 800px) {
  /* line 77, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title h1.smaller {
    font-size: 45px;
    line-height: 50px;
  }
}

/* line 95, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .title time {
  padding-bottom: 70px;
  display: block;
}

@media screen and (min-width: 600px) {
  /* line 95, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .title time {
    padding-bottom: 150px;
  }
}

/* line 103, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .status-message {
  margin: auto;
  margin-top: -52px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  color: #0a0a0a;
  padding: 2px 0px 3px;
  border-radius: 2px;
  transition: opacity 400ms ease;
  background: white;
  width: 130px;
  font-size: 16px;
  font-weight: bold;
  display: none;
}

@media screen and (min-width: 680px) {
  /* line 103, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .status-message {
    margin-top: -63px;
  }
}

/* line 122, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .status-message.showing {
  display: block;
}

/* line 127, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .record-wrapper {
  background-color: transparent;
  border: 0;
}

/* line 134, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .playing .record .main-image {
  animation-play-state: running;
}

/* line 137, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .playing .record .play-butt {
  display: none;
}

/* line 140, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .playing .record .pause-butt {
  display: block;
}

/* line 146, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .record {
  position: relative;
  cursor: pointer;
  width: 72vw;
  height: 72vw;
  margin: auto;
}

@media screen and (min-width: 380px) {
  /* line 146, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .record {
    width: 270px;
    height: 270px;
  }
}

@media screen and (min-width: 680px) {
  /* line 146, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .record {
    width: 290px;
    height: 290px;
  }
}

/* line 160, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .record .main-image {
  border-radius: 450px;
  box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.3);
  background: #0a0a0a;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 160px;
  animation: var(--podcast-spinning-animation);
  animation-play-state: paused;
  -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 680px) {
  /* line 160, app/assets/stylesheets/podcast-episodes-show.scss */
  .podcast-episode-container .hero .record .main-image {
    width: 290px;
    min-height: 290px;
  }
}

/* line 176, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .record .butt {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
}

/* line 184, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .record .pause-butt {
  display: none;
}

/* line 188, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .record.playing .main-image {
  animation-play-state: running;
}

/* line 191, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .record.playing .play-butt {
  display: none;
}

/* line 194, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero .record.playing .pause-butt {
  display: block;
}

/* line 199, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .hero audio {
  display: none;
}

/* line 203, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .container {
  margin-bottom: 60px;
  margin-top: 20px;
}

/* line 206, app/assets/stylesheets/podcast-episodes-show.scss */
.podcast-episode-container .container .comments-container {
  margin-bottom: 20px;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 7, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container h4 {
  margin: 0;
}

/* line 11, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

/* line 16, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions + .widget-list-item__suggestions {
  border-top: 1px solid #dbdbdb;
  border-top: var(--theme-border, 1px solid #dbdbdb);
  padding-top: 8px;
}

/* line 25, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions .widget-list-item__avatar {
  width: 48px;
  height: 48px;
}

/* line 29, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions .widget-list-item__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

/* line 36, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions .widget-list-item__content {
  flex: 1 auto;
  padding-left: 8px;
}

/* line 39, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions .widget-list-item__content h5 {
  all: unset;
  display: block;
  margin-bottom: 4px;
}

/* line 44, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions .widget-list-item__content h5 a {
  color: rgba(10, 10, 10, 0.8);
  color: var(--theme-color, rgba(10, 10, 10, 0.8));
}

/* line 47, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions .widget-list-item__content h5 a:hover {
  color: var(--body-color);
}

/* line 53, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions .widget-list-item__content img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: unset;
  left: 15px;
}

/* line 61, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-suggested-follows-container .widget-body .widget-list-item__suggestions .widget-list-item__content .widget-list-item__follow-button {
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 2px 8px;
  text-align: center;
  background-color: #66e2d5;
  color: #0a0a0a;
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-weight: 900;
  font-size: 0.8em;
}

/* line 76, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-image {
  margin: auto -16px;
}

/* line 80, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .widget-button {
  display: block;
  text-align: center;
  padding: 8px 16px;
  margin: auto -16px;
  border-radius: 3px;
}

/* line 88, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .write {
  margin: 8px -16px;
  background: var(--button-primary-bg);
  color: var(--button-primary-color);
}

/* line 94, app/assets/stylesheets/preact/sidebar-widget.scss */
.sidebar-additional .widget .all-stories {
  border: 2px solid #d6d6d6;
  border: var(--theme-border, 2px solid #d6d6d6);
  color: var(--body-color);
  background: var(--base-inverted);
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 4, app/assets/stylesheets/preact/article-form.scss */
.article-form-video-preview {
  text-align: center;
  padding-top: 60px;
  margin: auto;
  max-width: 880px;
}

/* line 9, app/assets/stylesheets/preact/article-form.scss */
.article-form-video-preview .article-form-video-image-url {
  padding-top: 15px;
  font-family: var(--ff-monospace);
}

/* line 12, app/assets/stylesheets/preact/article-form.scss */
.article-form-video-preview .article-form-video-image-url input {
  padding: 3px;
  font-size: 1em;
  border-radius: 3px;
  border: 1px solid #cecece;
  border: var(--theme-container-border, 1px solid #cecece);
  width: 340px;
  margin: 10px;
}

/* line 23, app/assets/stylesheets/preact/article-form.scss */
.article-form-video-preview .article-form-video-image-url input[type='submit'] {
  padding: 3px 8px;
  border: 1px solid #66e2d5;
  border-radius: 100px;
  width: 200px;
}

/* line 33, app/assets/stylesheets/preact/article-form.scss */
.articleform__uploaderror {
  color: #d60000;
  font-size: 0.8em;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 4, app/assets/stylesheets/sidebar-data.scss */
.sidebar-data {
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 32px;
  font-family: var(--ff-monospace);
  padding: 16px;
  color: #444444;
  color: var(--theme-secondary-color, #444444);
  color: var(--card-color-tertiary);
}

/* line 12, app/assets/stylesheets/sidebar-data.scss */
.sidebar-data hr {
  opacity: 0.3;
  margin: 25px 0px 15px;
  width: 200px;
}

/* line 17, app/assets/stylesheets/sidebar-data.scss */
.sidebar-data .olderposts-header {
  margin-bottom: 5px;
}

/* line 20, app/assets/stylesheets/sidebar-data.scss */
.sidebar-data .olderposts-pagenumber {
  padding: 4px;
  margin-right: -4px;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 4, app/assets/stylesheets/video-player.scss */
.crayons-article__video {
  overflow-wrap: normal;
  word-break: normal;
}

/* line 8, app/assets/stylesheets/video-player.scss */
.crayons-article__video .crayons-article__video__player {
  background-position: center;
  background-size: cover;
  padding-bottom: 56.25%;
}

/* line 13, app/assets/stylesheets/video-player.scss */
.crayons-article__video .crayons-article__video__player.native {
  height: calc(100vw * (9 / 16));
}

/* line 17, app/assets/stylesheets/video-player.scss */
.crayons-article__video .crayons-article__video__player img {
  display: none;
  width: calc(100vw * (9 / 16) * (1 / 2));
  height: calc((100vw * (9 / 16) * (1 / 2)) + (100vw * (9 / 16) * (1 / 6)));
  padding-top: calc(100vw * (9 / 16) * (1 / 6));
  margin: 0 auto;
}

/* line 24, app/assets/stylesheets/video-player.scss */
.crayons-article__video .crayons-article__video__player img.active {
  display: block;
}

@media screen and (min-width: 640px) {
  /* line 33, app/assets/stylesheets/video-player.scss */
  .crayons-article__video .crayons-article__video__player.native {
    height: calc(100vw * (9 / 16) * (2 / 3));
  }
  /* line 37, app/assets/stylesheets/video-player.scss */
  .crayons-article__video .crayons-article__video__player img {
    width: calc(100vw * (9 / 16) * (1 / 2) * (2 / 3));
    height: calc( (100vw * (9 / 16) * (1 / 2) * (2 / 3)) + (100vw * (9 / 16) * (1 / 6) * (2 / 3)));
    padding-top: calc(100vw * (9 / 16) * (1 / 6) * (2 / 3));
  }
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 4, app/assets/stylesheets/listings.scss */
.dashboard-listings-container {
  width: 800px;
  max-width: 96%;
  margin: 24px auto;
}

/* line 9, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .rounded-btn {
  font-size: calc(15px + 0.2vw);
  font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosCnBold", "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  padding: 4px 20px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  cursor: pointer;
  margin-bottom: 10px;
  user-select: none;
  color: var(--body-color);
  background: #e8e8e8;
  background: var(--theme-container-background, #e8e8e8);
}

/* line 28, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .rounded-btn:hover {
  background: #dbdbdb;
  background: var(--theme-container-background-hover, #dbdbdb);
}

/* line 36, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .rounded-btn.active {
  background: var(--card-color-tertiary);
  color: var(--body-color-inverted);
}

/* line 42, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-header-wrapper {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background: #333333;
  padding: 15px 0px;
}

@media screen and (max-width: 768px) {
  /* line 42, app/assets/stylesheets/listings.scss */
  .dashboard-listings-container .dashboard-listings-header-wrapper {
    flex-direction: column;
  }
}

/* line 56, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-header-wrapper .dashboard-listings-header {
  width: 43%;
  text-align: center;
  color: white;
  margin: 5px auto;
  font-size: calc(1.1em + 0.1vw);
  padding: 18px 0px 7px;
  padding-left: 10px;
  font-family: var(--ff-monospace);
  border: 1px solid #f5f6f7;
  display: block;
  text-align: center;
  margin: 1.2%;
  padding: 1.2%;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* line 56, app/assets/stylesheets/listings.scss */
  .dashboard-listings-container .dashboard-listings-header-wrapper .dashboard-listings-header {
    width: 90%;
  }
}

/* line 75, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-header-wrapper .dashboard-listings-header a {
  font-size: 0.9em;
  border: 2px solid #2ad7c5;
  color: #25c2b2;
  padding: 6px 16px;
  margin-top: 6px;
  border-radius: 100px;
}

/* line 86, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-actions {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 92, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-actions .listings-dashboard-filter-buttons {
  margin-bottom: -10px;
}

@media screen and (max-width: 426px) {
  /* line 86, app/assets/stylesheets/listings.scss */
  .dashboard-listings-container .dashboard-listings-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 101, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-actions select {
  display: block;
  font-size: 19px;
  padding: 12px;
  border: 1px solid #dee6e9;
  border-radius: 3px;
  background-color: white;
  outline: none;
  font-weight: bold;
  color: #333333;
  font-family: 'HelveticaNeue-CondensedBold', 'HelveticaNeueBoldCondensed', 'HelveticaNeue-Bold-Condensed', 'Helvetica Neue Bold Condensed', 'HelveticaNeueBold', 'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'HelveticaNeue', 'Helvetica Neue', 'TeXGyreHerosCnBold', 'Helvetica', 'Tahoma', 'Geneva', 'Arial Narrow', 'Arial', sans-serif;
}

@media screen and (max-width: 426px) {
  /* line 101, app/assets/stylesheets/listings.scss */
  .dashboard-listings-container .dashboard-listings-actions select {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

/* line 128, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row {
  border: 1px solid var(--card-color-tertiary);
  padding: 5px 15px;
  margin-bottom: 13px;
  border-radius: 3px;
  position: relative;
  background: var(--card-bg);
}

/* line 136, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row.draft {
  background: var(--theme-container-accent-background, #fffeec);
}

/* line 140, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row.expired {
  opacity: 0.7;
}

/* line 144, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .listing-org {
  background: var(--card-color-secondary);
  color: var(--body-color-inverted);
  margin-right: 5px;
  padding: 3px 10px;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  font-size: 0.9em;
}

/* line 155, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row h2 {
  color: var(--card-color);
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 8px;
  font-size: 22px;
  width: 100%;
}

@media screen and (min-width: 800px) {
  /* line 155, app/assets/stylesheets/listings.scss */
  .dashboard-listings-container .dashboard-listings-view .dashboard-listing-row h2 {
    font-size: 34px;
  }
}

/* line 167, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .dashboard-listing-date {
  font-size: 0.85em;
  padding: 3px 0px 6px;
  color: var(--card-color-tertiary);
}

/* line 173, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .dashboard-listing-category {
  padding: 10px 15px;
}

/* line 175, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .dashboard-listing-category a {
  color: var(--card-color-tertiary);
  background: var(--card-bg);
  display: inline-block;
  margin: 2px;
  padding: 2px 7px;
  font-size: 0.77em;
  border-radius: 3px;
  font-weight: bold;
}

/* line 187, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .dashboard-listing-tags {
  font-size: 0.85em;
  padding: 3px 0px 6px;
}

/* line 190, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .dashboard-listing-tags a {
  color: var(--card-color);
}

/* line 195, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .listing-row-actions {
  padding: var(--su-2) 0;
}

/* line 198, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .listing-row-actions .pill {
  background: #0045ff;
  padding: 4px 20px;
  border-radius: 100px;
  color: white;
  margin-right: 5px;
  font-size: 14px;
  border: 2px solid transparent;
  margin-top: 6px;
  display: inline-block;
}

/* line 209, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .listing-row-actions .pill.green {
  background: #66e2d5;
  color: #0a0a0a;
}

/* line 214, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .listing-row-actions .pill.yellow {
  background: #fefa87;
  color: #0a0a0a;
}

/* line 219, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .listing-row-actions .pill.red {
  background: #ff0000;
}

/* line 223, app/assets/stylesheets/listings.scss */
.dashboard-listings-container .dashboard-listings-view .dashboard-listing-row .listing-row-actions .pill.black {
  background: #333333;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 5, app/assets/stylesheets/credits.scss */
.credits-container .notice {
  background: #66e2d5;
  padding: 30px 0px;
  margin-top: 68px;
  text-align: center;
}

/* line 12, app/assets/stylesheets/credits.scss */
.credits-container .credits-banner {
  background-color: #4e57ef;
  background-image: linear-gradient(141deg, #4e57ef 0%, #1f89db 51%, #2981e5 75%);
  padding: 70px 5px;
}

/* line 21, app/assets/stylesheets/credits.scss */
.credits-container .credits-banner h1 {
  font-size: calc(1.4em + 0.5vw);
}

/* line 24, app/assets/stylesheets/credits.scss */
.credits-container .credits-banner a {
  color: white;
  border: 3px solid white;
  padding: 15px 4px;
  border-radius: 100px;
  font-weight: bold;
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
  width: 320px;
}

@media screen and (min-width: 950px) {
  /* line 12, app/assets/stylesheets/credits.scss */
  .credits-container .credits-banner {
    font-size: 1.8em;
  }
}

/* line 41, app/assets/stylesheets/credits.scss */
.credits-container form#new_credit {
  width: 500px;
  max-width: 96%;
  margin: 40px auto;
  overflow: hidden;
}

/* line 48, app/assets/stylesheets/credits.scss */
.credits-container .InputElement {
  background-color: white;
  background-color: var(--theme-container-background, white);
  color: var(--body-color);
}

/* line 53, app/assets/stylesheets/credits.scss */
.credits-container .StripeElement,
.credits-container input[type='number'],
.credits-container button,
.credits-container .existing-card {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  background-color: var(--theme-container-background, white);
  color: var(--body-color);
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-bottom: 20px;
}

/* line 71, app/assets/stylesheets/credits.scss */
.credits-container .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

/* line 75, app/assets/stylesheets/credits.scss */
.credits-container .StripeElement--invalid {
  border-color: #fa755a;
}

/* line 79, app/assets/stylesheets/credits.scss */
.credits-container .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 83, app/assets/stylesheets/credits.scss */
.credits-container h1 {
  text-align: center;
  margin: 20px auto;
  font-size: 2.5em;
  border-radius: 3px;
  padding: 30px 0px;
  color: white;
}

/* line 91, app/assets/stylesheets/credits.scss */
.credits-container .hook-description {
  color: #32325d;
  color: var(--theme-secondary-color, #32325d);
  text-align: center;
  font-size: 1.2em;
  padding: 10px 5px;
}

/* line 96, app/assets/stylesheets/credits.scss */
.credits-container .hook-description a {
  text-decoration: underline;
  color: var(--link-branded-color);
}

@media screen and (min-width: 950px) {
  /* line 91, app/assets/stylesheets/credits.scss */
  .credits-container .hook-description {
    font-size: 1.4em;
    padding: 20px 5px;
  }
}

/* line 105, app/assets/stylesheets/credits.scss */
.credits-container .bulk-description {
  text-align: center;
  color: var(--card-color-tertiary);
  padding: 25px 12px;
  font-size: 0.8em;
  border-top: 1px solid #ededed;
  border-top: var(--theme-container-border, 1px solid #ededed);
  border-bottom: 1px solid #ededed;
  border-bottom: var(--theme-container-border, 1px solid #ededed);
}

/* line 121, app/assets/stylesheets/credits.scss */
.credits-container .credit-price {
  box-shadow: 0 2px 4px 0 #dce2ea;
  border-radius: 8px;
  width: 80%;
  margin: 3px auto;
  padding: 10px 0px;
  border: 1px solid #f5f6f7;
  background: var(--card-bg);
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/credits.scss */
.credits-container .credit-price .credit-amount {
  font-size: 45px;
  color: #4e57ef;
  margin-bottom: 15px;
}

@media screen and (min-width: 950px) {
  /* line 121, app/assets/stylesheets/credits.scss */
  .credits-container .credit-price {
    width: 230px;
    padding: 80px 0px;
    margin: 12px 3px;
    transition: 0.2s;
  }
  /* line 143, app/assets/stylesheets/credits.scss */
  .credits-container .credit-price:hover {
    box-shadow: 0 4px 6px 0 #d5dce5;
  }
}

/* line 149, app/assets/stylesheets/credits.scss */
.credits-container details {
  width: 500px;
  max-width: 96%;
  margin: 20px auto 0px;
  cursor: pointer;
  font-size: 0.8em;
  user-select: none;
  color: var(--link-branded-color);
}

/* line 157, app/assets/stylesheets/credits.scss */
.credits-container details div {
  margin-top: 5px;
  background: var(--card-bg);
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 #cfd7df;
  border: 1px solid #f5f6f7;
}

/* line 167, app/assets/stylesheets/credits.scss */
.credits-container input[type='number'] {
  width: calc(100% - 160px);
  font-size: 18px;
  display: inline-block;
}

/* line 173, app/assets/stylesheets/credits.scss */
.credits-container #calculated-price {
  width: 140px;
  padding-left: 10px;
  color: #66e2d5;
  font-size: 13px;
  display: inline-block;
}

/* line 181, app/assets/stylesheets/credits.scss */
.credits-container input[type='radio'] {
  vertical-align: 2px;
  padding: 10px;
  cursor: pointer;
}

/* line 187, app/assets/stylesheets/credits.scss */
.credits-container button {
  width: 100%;
  background-color: #4e57ef;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

/* line 194, app/assets/stylesheets/credits.scss */
.credits-container button#add-new-card {
  background-color: #f5f6f7;
  background-color: var(--theme-container-background, #f5f6f7);
  color: var(--body-color);
  font-size: 15px;
}

/* line 204, app/assets/stylesheets/credits.scss */
.credits-container .existing-card {
  margin-bottom: 5px;
  font-size: 0.7em;
  padding: 0px;
  padding-left: 10px;
}

/* line 209, app/assets/stylesheets/credits.scss */
.credits-container .existing-card label {
  cursor: pointer;
  display: inline-block;
  width: calc(100% - 50px);
  padding: 10px 0px;
}

/* line 215, app/assets/stylesheets/credits.scss */
.credits-container .existing-card .credit-card-component {
  background: #f9fafa;
  background: var(--theme-container-accent-background, #f9fafa);
  border-radius: 3px;
  margin: 0px 5px;
  display: inline-block;
  font-weight: bold;
}

/* line 228, app/assets/stylesheets/credits.scss */
.credits-container label.main-form-label {
  margin-bottom: 4px;
  background: #f5f6f7;
  background: var(--theme-container-accent-background, #f5f6f7);
  border-radius: 3px;
  padding: 2px 8px;
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
}

/* line 242, app/assets/stylesheets/credits.scss */
.credits-container .existing-credits {
  background: #4e57ef;
  color: white;
  margin: 100px auto;
  padding: 30px;
  border-radius: 3px;
  text-align: center;
}

/* line 250, app/assets/stylesheets/credits.scss */
.credits-container .existing-credits .existing-credits-status {
  font-size: 1.8em;
  font-weight: bold;
  padding: 30px 0px 50px;
}

/* line 254, app/assets/stylesheets/credits.scss */
.credits-container .existing-credits .existing-credits-status .org-credits-select {
  vertical-align: middle;
  font-size: initial;
}

/* line 260, app/assets/stylesheets/credits.scss */
.credits-container .existing-credits > a {
  color: white;
  border: 3px solid white;
  padding: 10px 30px;
  border-radius: 100px;
  font-weight: bold;
}

@media screen and (min-width: 950px) {
  /* line 242, app/assets/stylesheets/credits.scss */
  .credits-container .existing-credits {
    width: 800px;
  }
}

/* line 273, app/assets/stylesheets/credits.scss */
.credits-container .ledger {
  margin: 2rem auto;
  text-align: right;
}

/* line 277, app/assets/stylesheets/credits.scss */
.credits-container .ledger caption {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

/* line 282, app/assets/stylesheets/credits.scss */
.credits-container .ledger td {
  padding-top: 1.1rem;
}

/* line 287, app/assets/stylesheets/credits.scss */
.credits-container .ledger .misc td {
  padding-top: 1.5rem;
}

/* line 289, app/assets/stylesheets/credits.scss */
.credits-container .ledger .misc td:nth-child(2) {
  font-style: italic;
}

/* line 295, app/assets/stylesheets/credits.scss */
.credits-container .ledger a {
  color: #fff;
}

@media screen and (min-width: 950px) {
  /* line 273, app/assets/stylesheets/credits.scss */
  .credits-container .ledger {
    width: 700px;
  }
}

/* line 3, app/assets/stylesheets/theme-selector.scss */
.rich-selector {
  background: var(--card-secondary-bg);
  border-radius: var(--radius);
  border: 1px solid var(--base-10);
  padding: var(--su-4);
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/theme-selector.scss */
.font-selector--serif {
  font-family: var(--ff-serif);
}

/* line 16, app/assets/stylesheets/theme-selector.scss */
.font-selector--sans-serif {
  font-family: var(--ff-sans-serif);
}

/* line 20, app/assets/stylesheets/theme-selector.scss */
.font-selector--monospace {
  font-family: var(--ff-monospace);
}

/* line 24, app/assets/stylesheets/theme-selector.scss */
.font-selector--comic-sans {
  font-family: var(--ff-comic);
}

/* line 28, app/assets/stylesheets/theme-selector.scss */
.font-selector--open-dyslexic {
  font-family: var(--ff-dyslexic);
  font-display: swap;
}

/* line 35, app/assets/stylesheets/theme-selector.scss */
.theme-preview {
  width: 100%;
  border-radius: var(--radius);
  background: var(--preview-body-bg);
  color: var(--preview-body-color);
  overflow: hidden;
  font-size: var(--fs-s);
  line-height: 1;
  box-shadow: 0 0 0 1px var(--header-shadow);
}

/* line 45, app/assets/stylesheets/theme-selector.scss */
.theme-preview, .theme-preview *, .theme-preview * * {
  box-sizing: border-box;
}

/* line 51, app/assets/stylesheets/theme-selector.scss */
.theme-preview__nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: var(--su-4);
  background: var(--preview-header);
  box-shadow: 0 1px 1px var(--preview-border);
}

/* line 60, app/assets/stylesheets/theme-selector.scss */
.theme-preview__search {
  width: 33%;
  height: var(--su-2);
  background: var(--preview-form);
  border-radius: 1px;
}

/* line 67, app/assets/stylesheets/theme-selector.scss */
.theme-preview__main {
  display: grid;
  grid-gap: var(--su-1);
  grid-template-columns: 20% 1fr 20%;
  height: var(--su-9);
  padding: var(--su-1);
  text-align: center;
}

/* line 76, app/assets/stylesheets/theme-selector.scss */
.theme-preview__middle {
  display: flex;
  flex-direction: column;
}

/* line 81, app/assets/stylesheets/theme-selector.scss */
.theme-preview__card {
  background: var(--preview-card);
  border-radius: 1px;
  display: flex;
  flex: 1 auto;
  box-shadow: 0 0 0 1px var(--preview-border);
}

/* line 90, app/assets/stylesheets/theme-selector.scss */
.theme-selector--light-theme {
  --preview-body-bg: #f9f9fa;
  --preview-body-color: #0a0a0a;
  --preview-header: #fdf9f3;
  --preview-form: #e8e7e7;
  --preview-card: #fff;
  --preview-border: rgba(0, 0, 0, 0.1);
}

/* line 99, app/assets/stylesheets/theme-selector.scss */
.theme-selector--dark-theme {
  --preview-body-bg: #0d1219;
  --preview-body-color: #fff;
  --preview-header: #1c2938;
  --preview-form: #424a54;
  --preview-card: #202c3d;
  --preview-border: rgba(0, 0, 0, 0.1);
}

/* line 108, app/assets/stylesheets/theme-selector.scss */
.rich-selector-radio {
  overflow: hidden;
  position: absolute;
  opacity: 0;
  left: -9999em;
}

/* line 113, app/assets/stylesheets/theme-selector.scss */
.rich-selector-radio:checked + .rich-selector--experience {
  border-color: var(--accent-brand);
  box-shadow: 0 0 0 1px var(--accent-brand);
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 7, app/assets/stylesheets/widgets.scss */
.widget {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 16px 16px 16px;
  margin: 8px 0 16px 0;
}

/* line 13, app/assets/stylesheets/widgets.scss */
.widget:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--card-color-tertiary);
  opacity: 0.25;
}

/* line 25, app/assets/stylesheets/widgets.scss */
.widget.fixed-widget {
  position: sticky;
  width: 254px;
  top: 80px;
}

/* line 29, app/assets/stylesheets/widgets.scss */
.widget.fixed-widget header {
  padding-left: 6px;
}

/* line 33, app/assets/stylesheets/widgets.scss */
.widget:hover {
  opacity: 1;
}

/* line 36, app/assets/stylesheets/widgets.scss */
.widget.showing {
  display: block;
}

/* line 40, app/assets/stylesheets/widgets.scss */
.widget.podcast-pic-widget a {
  color: var(--body-color);
}

/* line 43, app/assets/stylesheets/widgets.scss */
.widget.podcast-pic-widget .widget-body {
  padding-bottom: 10px;
}

/* line 46, app/assets/stylesheets/widgets.scss */
.widget.podcast-pic-widget .podcast-pic {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 0px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 55, app/assets/stylesheets/widgets.scss */
.widget.podcast-pic-widget .podcast-pic img {
  visibility: visible;
  width: 23px;
  height: 23px;
  border-radius: 100px;
  vertical-align: -7px;
  margin-left: 3px;
}

/* line 63, app/assets/stylesheets/widgets.scss */
.widget.podcast-pic-widget .podcast-pic .podcast-name {
  width: calc(100% - 55px);
  display: inline-block;
  padding-left: 4px;
  font-weight: bold;
}

/* line 68, app/assets/stylesheets/widgets.scss */
.widget.podcast-pic-widget .podcast-pic .podcast-name .podcast-name-inner {
  font-size: 14px;
  line-height: 15px;
  display: block;
  padding-left: 2px;
}

/* line 75, app/assets/stylesheets/widgets.scss */
.widget.podcast-pic-widget .podcast-pic:hover {
  background: #f5f6f7;
  background: var(--theme-container-background-hover, #f5f6f7);
}

/* line 84, app/assets/stylesheets/widgets.scss */
.widget hr {
  opacity: 0.2;
}

/* line 87, app/assets/stylesheets/widgets.scss */
.widget header,
.widget .widget--header {
  position: relative;
  font-size: 0.9em;
  font-weight: bold;
  padding: 8px 0;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
  color: var(--card-color);
}

/* line 96, app/assets/stylesheets/widgets.scss */
.widget header a,
.widget .widget--header a {
  display: inline-block;
  color: var(--card-color);
}

/* line 99, app/assets/stylesheets/widgets.scss */
.widget header a h4,
.widget .widget--header a h4 {
  display: inline-block;
  margin: 0;
}

/* line 103, app/assets/stylesheets/widgets.scss */
.widget header a:hover,
.widget .widget--header a:hover {
  text-decoration: underline;
}

/* line 107, app/assets/stylesheets/widgets.scss */
.widget header .emoji,
.widget .widget--header .emoji {
  margin-right: 6px;
  display: inline-block;
  vertical-align: -4px;
}

/* line 111, app/assets/stylesheets/widgets.scss */
.widget header .emoji img,
.widget .widget--header .emoji img {
  width: 18px;
  border: 0px;
  cursor: default;
}

/* line 117, app/assets/stylesheets/widgets.scss */
.widget header .widget-listing-live-count,
.widget .widget--header .widget-listing-live-count {
  background: #66e2d5;
  background: var(--theme-secondary-color, #66e2d5);
  color: var(--base-inverted);
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em;
  padding: 1px 5px 0px;
  line-height: 1.4em;
}

/* line 127, app/assets/stylesheets/widgets.scss */
.widget header .widget-minimize-button,
.widget .widget--header .widget-minimize-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  padding: 0px 5px 1px;
  border-radius: 3px;
  font-size: 1.2em;
  line-height: 0.6em;
  border: 1px solid #dbdbdb;
  border: var(--theme-secondary-color-border, 1px solid #dbdbdb);
  color: #c2c2c2;
  color: var(--theme-secondary-color, #c2c2c2);
}

/* line 149, app/assets/stylesheets/widgets.scss */
.widget .widget-body {
  overflow-wrap: break-word;
}

/* line 151, app/assets/stylesheets/widgets.scss */
.widget .widget-body.body-scrollable {
  height: calc(100vh - 300px);
  max-height: 390px;
  overflow-y: scroll;
}

/* line 157, app/assets/stylesheets/widgets.scss */
.widget .widget-body.widget-body--sponsorship-arbitrary img {
  width: 100%;
}

/* line 160, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-podcast-ep {
  padding-bottom: 8px;
}

/* line 162, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-podcast-ep a {
  color: var(--body-color);
  font-weight: 500;
}

/* line 167, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-podcast-title {
  margin-top: -2px;
}

/* line 169, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-podcast-title a {
  color: #666666;
  font-size: 0.83em;
  opacity: 0.86;
}

/* line 175, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-listing-link {
  display: block;
  padding: 8px 16px;
  margin: 0 -16px;
  border-radius: var(--radius);
  color: var(--link-color);
}

/* line 52, app/assets/stylesheets/_mixins.scss */
.widget .widget-body .widget-listing-link:hover {
  color: var(--link-color-hover);
  background: var(--link-bg-hover);
}

/* line 177, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-listing-link .widget-listing-link-title {
  display: block;
}

/* line 180, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-listing-link .widget-listing-link-category {
  display: inline-block;
  color: var(--card-color-tertiary);
  font-size: 0.8em;
  line-height: 1;
}

/* line 187, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-accent {
  background: #cfd7ff;
  color: #0045ff;
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 1px;
}

/* line 194, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-footer {
  color: #666666;
  font-size: 0.9em;
  padding: 5px 0px 0px;
}

/* line 198, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-footer img {
  height: 15px;
  width: 15px;
  vertical-align: -2px;
  display: inline;
  border: 0;
}

/* line 206, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-subtext {
  padding: 0;
  margin: 0;
  color: var(--card-color-tertiary);
  font-size: 0.85em;
}

/* line 212, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-user-pic {
  display: inline-block;
}

/* line 214, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-user-pic img {
  height: 48px;
  width: 48px;
  margin: 0 8px 8px 0;
  border-radius: 100%;
}

/* line 223, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-listing-category {
  color: #666666;
}

/* line 226, app/assets/stylesheets/widgets.scss */
.widget .widget-body .widget-listing-title {
  font-family: var(--ff-sans-serif);
  font-weight: 500;
  margin-bottom: 8px;
}

/* line 233, app/assets/stylesheets/widgets.scss */
.widget p {
  margin: 8px 0;
}

/* line 236, app/assets/stylesheets/widgets.scss */
.widget ul {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

/* line 241, app/assets/stylesheets/widgets.scss */
.widget li {
  font-size: 1em;
  line-height: 1.32em;
  display: inline-block;
}

/* line 245, app/assets/stylesheets/widgets.scss */
.widget li::before {
  font-size: 1.2em;
}

/* line 251, app/assets/stylesheets/widgets.scss */
.widget ul img {
  width: 5%;
  border: none;
  padding-right: 4px;
  visibility: hidden;
}

/* line 259, app/assets/stylesheets/widgets.scss */
.widget a:hover {
  opacity: 0.9;
}

/* line 263, app/assets/stylesheets/widgets.scss */
.widget .row {
  position: relative;
  overflow: hidden;
  padding: 1px 0px 3px;
  font-size: 0.97em;
}

/* line 268, app/assets/stylesheets/widgets.scss */
.widget .row .key {
  float: left;
  width: 20px;
  font-size: 0.8em;
  padding: 2px;
}

/* line 274, app/assets/stylesheets/widgets.scss */
.widget .row .value {
  float: left;
  width: calc(100% - 42px);
  padding: 5px 7px;
}

/* line 282, app/assets/stylesheets/widgets.scss */
.org-sidebar-widget {
  position: relative;
  overflow: hidden;
  display: block;
}

/* line 287, app/assets/stylesheets/widgets.scss */
.org-sidebar-widget .org-sidebar-widget-body {
  padding: 16px;
  overflow-wrap: break-word;
}

/* line 290, app/assets/stylesheets/widgets.scss */
.org-sidebar-widget .org-sidebar-widget-body.body-scrollable {
  height: calc(100vh - 300px);
  max-height: 390px;
  overflow-y: scroll;
}

/* line 295, app/assets/stylesheets/widgets.scss */
.org-sidebar-widget .org-sidebar-widget-body .org-sidebar-widget-user-pic {
  display: inline-block;
}

/* line 297, app/assets/stylesheets/widgets.scss */
.org-sidebar-widget .org-sidebar-widget-body .org-sidebar-widget-user-pic img {
  height: 48px;
  width: 48px;
  margin: 3px;
  border-radius: 100%;
}

/* line 305, app/assets/stylesheets/widgets.scss */
.org-sidebar-widget a {
  width: calc(100% - 40px);
  justify-content: center;
}

/* line 308, app/assets/stylesheets/widgets.scss */
.org-sidebar-widget a:hover {
  opacity: 0.9;
}

/* line 315, app/assets/stylesheets/widgets.scss */
.org-member-page .member-item {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

/* line 323, app/assets/stylesheets/widgets.scss */
.org-member-page .member-item .member-item-top {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

/* line 332, app/assets/stylesheets/widgets.scss */
.org-member-page .member-item .member-item-top .member-user-pic img {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  margin: 3px;
  border-radius: 100%;
}

/* line 342, app/assets/stylesheets/widgets.scss */
.org-member-page .member-item .member-item-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  flex-grow: 0;
}

/* line 350, app/assets/stylesheets/widgets.scss */
.org-member-page .member-item .member-item-bottom .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 357, app/assets/stylesheets/widgets.scss */
.org-member-page .member-item .member-item-bottom .member-username {
  font-weight: var(--fw-normal);
  font-size: var(--fs-s);
  line-height: var(--lh-base);
  letter-spacing: -0.02em;
  color: var(--color-secondary);
}

/* line 368, app/assets/stylesheets/widgets.scss */
.crayons-bb, .crayons-unit {
  padding: var(--su-3);
  padding-bottom: var(--su-4);
}

/* line 372, app/assets/stylesheets/widgets.scss */
.crayons-bb__header, .crayons-unit__header {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 378, app/assets/stylesheets/widgets.scss */
.crayons-bb__title, .crayons-unit__title {
  color: var(--label-secondary);
  font-size: var(--fs-s);
  line-height: var(--lh-base);
  margin-left: var(--su-1);
  align-self: center;
}

/* line 386, app/assets/stylesheets/widgets.scss */
.crayons-bb__dropdown, .crayons-unit__dropdown {
  margin-left: auto;
}

/* line 390, app/assets/stylesheets/widgets.scss */
.crayons-bb img, .crayons-unit img {
  height: auto;
  border-radius: var(--radius);
  display: inline-block;
  vertical-align: middle;
  align-self: center;
  background: var(--body-bg);
}

/* line 399, app/assets/stylesheets/widgets.scss */
.crayons-bb__indicator, .crayons-unit__indicator {
  letter-spacing: -0.02em;
  text-transform: uppercase;
  align-self: center;
  word-wrap: normal;
  word-break: keep-all;
}

@media (min-width: 640px) and (min-width: 640px) {
  /* line 407, app/assets/stylesheets/widgets.scss */
  .crayons-bb[data-browser-context="mobile_web"], .crayons-unit[data-browser-context="mobile_web"] {
    display: none !important;
  }
}

/* line 418, app/assets/stylesheets/widgets.scss */
.crayons-article-sticky .crayons-card .text-styles,
.sidebar-wrapper .crayons-card .text-styles {
  font-size: var(--fs-base);
}

/* line 421, app/assets/stylesheets/widgets.scss */
.crayons-article-sticky .crayons-card.billboard, .crayons-article-sticky .crayons-card.bb-placement,
.sidebar-wrapper .crayons-card.billboard,
.sidebar-wrapper .crayons-card.bb-placement {
  max-height: calc( 100vh - var(--header-height) - 2 * var(--layout-padding));
  overflow-y: auto;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 5, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card {
  background: var(--accent-brand);
  position: relative;
  border-radius: var(--radius);
  padding: var(--su-7) var(--su-8) var(--su-8) var(--su-8);
  display: none;
}

/* line 12, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card .task-card-title {
  font-weight: var(--fw-heavy);
  font-size: var(--fs-4xl);
  line-height: var(--lh-tight);
  color: var(--base-inverted);
}

/* line 19, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card .task-card-subtitle {
  color: var(--base-inverted);
  opacity: 0.7;
  font-weight: var(--fw-medium);
  font-size: var(--fs-s);
  line-height: var(--lh-tight);
  letter-spacing: -0.02em;
}

/* line 28, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card .task-card-action {
  border-radius: var(--radius);
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 33, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card .task-card-action:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 38, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card a.task-card-link {
  display: block;
  border-radius: var(--radius);
  padding: var(--su-5) var(--su-5);
  margin-top: var(--su-4);
  font-weight: var(--fw-bold);
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  letter-spacing: -0.02em;
  color: var(--base-inverted);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 52, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card a.task-card-link:hover {
  cursor: pointer;
}

/* line 56, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card a.task-card-link .emoji {
  margin-right: var(--su-2);
}

/* line 61, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card .task-card-image {
  width: 100px;
  height: 100px;
}

/* line 66, app/assets/stylesheets/onboarding.scss */
.onboarding-task-card .close {
  background: none;
  border: none;
  position: absolute;
  top: var(--su-6);
  right: var(--su-6);
}

/* line 79, app/assets/stylesheets/onboarding.scss */
.onboarding-main .email-preferences-wrapper h1 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: var(--lh-tight);
}

/* line 84, app/assets/stylesheets/onboarding.scss */
.onboarding-main .email-preferences-wrapper p {
  line-height: var(--lh-base);
}

/* line 87, app/assets/stylesheets/onboarding.scss */
.onboarding-main .email-preferences-wrapper img {
  width: 100%;
  aspect-ratio: 800 / 279;
  object-fit: cover;
}

/* line 94, app/assets/stylesheets/onboarding.scss */
.onboarding-main .onboarding-inner-popover {
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: var(--su-4);
  padding-top: calc(13vh - 20px);
  position: absolute;
  left: calc(10px + 1vw);
  right: calc(10px + 1vw);
  bottom: calc(10px + 6vw);
  top: calc(10px + 6vw);
  z-index: 100;
  text-align: center;
  overflow: auto;
}

/* line 109, app/assets/stylesheets/onboarding.scss */
.onboarding-main .onboarding_newsletter_opt_in_head {
  font-weight: 600;
}

/* line 113, app/assets/stylesheets/onboarding.scss */
.onboarding-main .onboarding_newsletter_opt_in_subhead {
  color: var(--base-60);
}

/* line 117, app/assets/stylesheets/onboarding.scss */
.onboarding-main .email_newsletter {
  border: 1px solid var(--card-border);
  border-radius: 0 6px 6px 0;
  border-left-width: thick;
  border-left-color: var(--accent-brand);
  background-color: var(--card-secondary-bg);
}

/* line 3, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment {
  padding: 0px;
  background: inherit;
  font-family: var(--ff-sans-serif);
  margin: 0.95em 0 1.2em;
  position: relative;
  border: 1px solid var(--form-border);
  box-shadow: var(--shadow-smooth);
  border-radius: var(--radius-auto);
  width: auto;
}

@media screen and (min-width: 760px) {
  /* line 3, app/assets/stylesheets/ltags/CommentTag.scss */
  .liquid-comment {
    margin: 0.95em auto;
  }
}

/* line 17, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details {
  padding: 0px;
  margin: 13px;
  height: 33px;
  border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  display: flex;
  font-size: var(--fs-base);
  font-weight: 500;
}

/* line 26, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details img {
  left: inherit;
}

/* line 30, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details img.profile-pic {
  min-height: inherit;
  height: 33px;
  width: 33px;
  border-radius: 100px;
  margin: 0;
}

/* line 38, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details .icon-img {
  min-height: inherit;
  height: 16px;
  width: 16px;
  margin-right: 0px;
  opacity: 0.7;
}

/* line 45, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details .color-base-30 {
  display: none;
}

/* line 48, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details .comment-date {
  border: none;
  position: absolute;
  top: calc(28px - 0.25vw);
  right: calc(5px + 0.1vw) !important;
  font-size: 12px;
  text-align: right;
  display: block;
  width: 100px;
}

/* line 57, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details .comment-date :not(:first-child) {
  display: none;
}

/* line 60, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details .comment-date a {
  color: var(--card-color-tertiary);
}

/* line 65, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details a {
  color: var(--card-color-tertiary);
  line-height: initial;
  align-self: center;
  margin-right: 6px;
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .details a:last-child {
  align-self: baseline;
  position: absolute;
  right: 5px;
}

/* line 80, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body {
  font-family: var(--ff-sans-serif);
  color: #0a0a0a;
  color: var(--body-color);
  font-size: 0.95em;
  line-height: 1.35em;
  overflow: hidden;
  margin: 13px;
  word-wrap: break-word;
  width: auto;
  padding: 0;
  margin-bottom: 10px !important;
}

/* line 93, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body pre {
  width: auto;
  margin-left: 0;
  padding: 10px;
}

/* line 99, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body h1,
.liquid-comment .body h2,
.liquid-comment .body h3,
.liquid-comment .body h4,
.liquid-comment .body h5,
.liquid-comment .body h6 {
  padding: 0px;
  margin: 4px 0px calc(1.1vw + 10px);
  font-size: 1em;
  font-weight: 600;
}

/* line 111, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body h1 {
  font-size: 1.3em;
}

/* line 115, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body p {
  padding: 0px;
  font-size: 0.95em;
  margin: 0 0 15px 0;
}

/* line 121, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body br {
  line-height: 220%;
}

/* line 125, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body ul,
.liquid-comment .body ol {
  padding-left: 6px;
  margin: 0.8em 0.7em 0.8em 1em;
}

/* line 131, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body ul {
  list-style-type: square;
}

/* line 135, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body li {
  margin: 3px 0px calc(0.5vw + 5px);
}

/* line 139, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body blockquote {
  border-left: calc(0.2vw + 2px) solid #333333;
  padding: 0.1% 3% 0.1% 2%;
  margin: 1.6em 1vw;
  font-size: 0.92em;
  line-height: 1.4em;
}

/* line 146, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body blockquote p {
  padding: 0;
  margin: 0.95em 0 0.95em;
}

/* line 151, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body blockquote.twitter-tweet {
  font-family: var(--ff-sans-serif);
  background: white;
  max-width: 480px;
  min-height: 135px;
  border: 1px solid #e9eef2;
  font-size: 17px;
  line-height: 20px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px;
}

/* line 165, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body .edited-notification {
  color: #999999;
  font-size: 0.7em;
  padding: 3px 0px 0px;
  position: relative;
  z-index: 1;
}

/* line 173, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body code {
  margin: auto;
  white-space: nowrap;
  background: #f9fafa;
  background: var(--body-bg);
  padding: 1px 5px 0px;
  border-radius: 2px;
  color: #333842;
  font-size: 0.8em;
  display: inline-block;
  vertical-align: 0.1em;
  max-width: 100%;
  line-height: 1.4em;
}

/* line 188, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body img {
  max-width: 100%;
}

/* line 192, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body button {
  border: 0px;
  background: transparent;
  vertical-align: 2px;
  cursor: pointer;
  border-radius: 3px;
  display: block;
  padding: 0px;
  position: relative;
  z-index: 6;
}

/* line 202, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body button img {
  left: inherit;
  min-height: 0px;
  height: 16px;
  opacity: 0.62;
}

/* line 209, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body button:hover img {
  opacity: 1;
}

/* line 213, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body button .voted-heart {
  display: none;
  font-size: 22px;
  line-height: 21px;
  vertical-align: -2px;
}

@media screen and (min-width: 390px) {
  /* line 192, app/assets/stylesheets/ltags/CommentTag.scss */
  .liquid-comment .body button {
    vertical-align: -7px;
  }
}

/* line 222, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body button.reacted {
  color: #66e2d5;
}

/* line 224, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body button.reacted img {
  display: none;
}

/* line 227, app/assets/stylesheets/ltags/CommentTag.scss */
.liquid-comment .body button.reacted .voted-heart {
  display: inline-block;
}

/* line 1, app/assets/stylesheets/ltags/CtaTag.scss */
.ltag_cta {
  --border-width: 1px;
  padding: var(--su-2) var(--su-4);
  border: var(--border-width) solid;
  border-color: var(--border);
  text-decoration: none;
  border-radius: var(--radius);
  font: inherit;
  background-color: var(--bg);
  color: var(--color);
  outline: 0;
  text-align: center;
  display: inline-flex;
  position: relative;
  overflow-wrap: normal;
}

/* line 17, app/assets/stylesheets/ltags/CtaTag.scss */
.ltag_cta:hover, .js-focus-visible .ltag_cta.focus-visible:focus {
  background-color: var(--bg-hover);
  border-color: var(--border-hover);
  color: var(--color-hover);
  z-index: var(--z-elevate);
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/ltags/CtaTag.scss */
.js-focus-visible .ltag_cta.focus-visible:focus {
  box-shadow: var(--focus-ring);
}

/* line 31, app/assets/stylesheets/ltags/CtaTag.scss */
.ltag_cta {
  --bg: var(--cta-bg);
  --bg-hover: var(--cta-bg-hover);
  --color: var(--cta-color);
  --color-hover: var(--cta-color-hover);
  --border: var(--cta-border);
  --border-hover: var(--cta-border-hover);
}

/* line 39, app/assets/stylesheets/ltags/CtaTag.scss */
.ltag_cta--branded {
  --bg: var(--cta-branded-bg);
  --bg-hover: var(--cta-branded-bg-hover);
  --color: var(--cta-branded-color);
  --color-hover: var(--cta-branded-color-hover);
  --border: var(--cta-branded-border);
  --border-hover: var(--cta-branded-border-hover);
  font-weight: var(--fw-medium);
}

/* line 2, app/assets/stylesheets/ltags/GistTag.scss */
.ltag_gist-liquid-tag table {
  margin: 0 !important;
}

/* line 6, app/assets/stylesheets/ltags/GistTag.scss */
.ltag_gist-liquid-tag td {
  border: 0 !important;
  width: 500 !important;
}

/* line 11, app/assets/stylesheets/ltags/GistTag.scss */
.ltag_gist-liquid-tag .gist .markdown-body pre {
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #29292e;
}

/* line 18, app/assets/stylesheets/ltags/GistTag.scss */
.ltag_gist-liquid-tag .gist .markdown-body pre code {
  color: #29292e;
}

/* line 22, app/assets/stylesheets/ltags/GistTag.scss */
.ltag_gist-liquid-tag .gist .blob-wrapper table {
  text-size-adjust: none;
  tab-size: 2;
}

/* line 2, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag {
  position: relative;
  border: 1px solid var(--form-border);
  box-shadow: var(--shadow-smooth);
  border-radius: var(--radius-auto);
  margin: 1.1em auto 1.3em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag a {
  color: var(--link-branded-color) !important;
}

/* line 14, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .readme-overview {
  padding: 0.8em calc(0.5em + 0.25vw);
  border-bottom: 1px solid #dbdbdb;
}

/* line 17, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .readme-overview h2 {
  font-weight: 400 !important;
  font-size: 1.2em !important;
  line-height: 1.3em !important;
  margin: 0em 0px 0.5em !important;
}

/* line 22, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .readme-overview h2 img {
  width: 1.15em !important;
  max-width: 1.1em !important;
  display: inline-block;
  left: 0px;
  margin: 0;
  vertical-align: -0.18em;
  filter: invert(0);
  filter: var(--theme-social-icon-invert, invert(0));
}

/* line 33, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .readme-overview h3 {
  font-weight: 400 !important;
  margin: 0;
  margin-left: 0.15em;
  font-size: 0.75em !important;
  line-height: 1.05em !important;
}

/* line 42, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .ltag-github-body {
  font-size: 0.72em;
  line-height: 1.12em;
  text-align: left;
  min-height: 100px;
}

/* line 49, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .gh-btn-container {
  padding: 0.1em 0 1.15em;
}

/* line 53, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .gh-btn {
  padding: 0.28em 1.2em;
  font-size: 0.75em;
}

/* line 58, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .markdown-body {
  padding: 0em calc(0.5em + 0.2vw);
}

/* line 60, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .markdown-body table {
  max-width: 80%;
  margin-left: 10%;
}

/* line 65, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .markdown-body img {
  display: inline-block;
  left: 0px;
}

/* line 69, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .markdown-body .highlight {
  background: white;
}

/* line 72, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .markdown-body pre {
  max-width: 100%;
  margin-left: 10%;
}

/* line 77, app/assets/stylesheets/ltags/GithubReadmeTag.scss */
.ltag-github-readme-tag .markdown-body .anchor {
  display: none;
}

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

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

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

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

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

/* line 103, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn.crayons-btn--inverted, .ltag__wikipedia--container .crayons-btn--inverted.ltag__wikipedia--btn, .ltag__stackexchange--container .crayons-btn--inverted.ltag__stackexchange--btn, .ltag__reddit--container .crayons-btn--inverted.ltag__reddit--btn, .gh-btn-container .crayons-btn--inverted.gh-btn {
  --bg: var(--bg-inverted);
  --bg-hover: var(--bg-inverted-hover);
  --border: var(--border-inverted);
  --border-hover: var(--border-inverted-hover);
  --color: var(--color-inverted);
  --color-hover: var(--color-inverted-hover);
}

/* line 112, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn[disabled], .ltag__wikipedia--container .ltag__wikipedia--btn[disabled], .ltag__stackexchange--container .ltag__stackexchange--btn[disabled], .ltag__reddit--container .ltag__reddit--btn[disabled], .gh-btn-container .gh-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

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

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

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

/* line 143, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn > *, .ltag__wikipedia--container .ltag__wikipedia--btn > *, .ltag__stackexchange--container .ltag__stackexchange--btn > *, .ltag__reddit--container .ltag__reddit--btn > *, .gh-btn-container .gh-btn > * {
  pointer-events: none;
}

/* line 145, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn > * + input, .ltag__wikipedia--container .ltag__wikipedia--btn > * + input, .ltag__stackexchange--container .ltag__stackexchange--btn > * + input, .ltag__reddit--container .ltag__reddit--btn > * + input, .gh-btn-container .gh-btn > * + input {
  pointer-events: revert;
}

/* line 151, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn--secondary, .ltag__wikipedia--container .ltag__wikipedia--btn, .ltag__stackexchange--container .ltag__stackexchange--btn, .ltag__reddit--container .ltag__reddit--btn, .gh-btn-container .gh-btn {
  --bg: var(--button-secondary-bg);
  --bg-hover: var(--button-secondary-bg-hover);
  --color: var(--button-secondary-color);
  --color-hover: var(--button-secondary-color-hover);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 392, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn, .crayons-btn-group .gh-btn-container .gh-btn, .gh-btn-container .crayons-btn-group .gh-btn {
  border-radius: 0;
}

/* line 395, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .crayons-btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .gh-btn-container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .crayons-btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__reddit--container .gh-btn-container .crayons-btn-group .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .gh-btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .gh-btn + .gh-btn:not(.crayons-btn--outlined) {
  box-shadow: var(--shadow), inset 1px 0 0 rgba(0, 0, 0, 0.1);
  margin-left: -1px;
}

/* line 399, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .crayons-btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .gh-btn-container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .crayons-btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .gh-btn-container .crayons-btn-group .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .gh-btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .gh-btn + .gh-btn:not(.crayons-btn--outlined):hover {
  box-shadow: var(--shadow-hover), inset 0 0 0 rgba(0, 0, 0, 0.1);
}

/* line 404, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn--outlined, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn--outlined, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn--outlined, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn--outlined, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn--outlined, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn--outlined, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn--outlined, .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn--outlined, .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn--outlined {
  margin-left: calc(-1 * var(--border-width));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag_github-liquid-tag {
  margin: 1.1em auto 1.3em;
  position: relative;
}

/* line 8, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag_github-liquid-tag h1 {
  font-size: var(--fs-xl) !important;
  line-height: var(--lh-base) !important;
  margin: 0 0 0.7em !important;
}

@media screen and (min-width: 500px) {
  /* line 8, app/assets/stylesheets/ltags/GithubTag.scss */
  .ltag_github-liquid-tag h1 {
    margin-bottom: 10px;
    word-wrap: break-word;
  }
}

/* line 18, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag_github-liquid-tag h1 a {
  color: var(--body-color);
}

/* line 22, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag_github-liquid-tag h1 .issue-title {
  font-weight: var(--fw-normal);
}

/* line 26, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag_github-liquid-tag h1 .issue-number {
  color: var(--base-60);
  font-weight: var(--fw-normal);
  letter-spacing: -1px;
}

/* line 32, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag_github-liquid-tag h1 .github-logo {
  display: inline-block;
  max-width: 1.1em;
  width: 1.15em;
  vertical-align: middle;
  margin: 0;
  margin-right: 0.3em;
  left: 0;
  filter: invert(0);
  filter: var(--theme-social-icon-invert, invert(0));
}

/* line 46, app/assets/stylesheets/ltags/GithubTag.scss */
.github-thread {
  font-family: var(--ff-sans-serif);
  background-color: var(--card-bg);
  border: 1px solid var(--form-border);
  box-shadow: var(--shadow-smooth);
  border-radius: var(--radius-auto);
  font-size: 0.77em;
  line-height: 1.15em;
  margin: 0;
  overflow: hidden;
}

/* line 57, app/assets/stylesheets/ltags/GithubTag.scss */
.github-thread .timeline-comment-header {
  display: flex;
  align-items: center;
  background: var(--card-bg);
  border-bottom: 1px solid var(--form-border);
  padding: 0.5em 1.5em;
}

@media screen and (min-width: 500px) {
  /* line 57, app/assets/stylesheets/ltags/GithubTag.scss */
  .github-thread .timeline-comment-header {
    align-items: center;
  }
}

/* line 68, app/assets/stylesheets/ltags/GithubTag.scss */
.github-thread .timeline-comment-header .github-liquid-tag-img {
  margin: 10px 10px 10px 0;
  width: 38px;
  height: 38px;
  padding: 0;
}

/* line 76, app/assets/stylesheets/ltags/GithubTag.scss */
.github-thread .timeline-comment-header-text {
  padding: 10px 0;
}

/* line 79, app/assets/stylesheets/ltags/GithubTag.scss */
.github-thread .timeline-comment-header-text a {
  color: var(--base-60);
}

/* line 82, app/assets/stylesheets/ltags/GithubTag.scss */
.github-thread .timeline-comment-header-text a:hover {
  color: var(--base-60);
  text-decoration: underline;
}

/* line 90, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body {
  padding: 1em 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  max-height: calc(21vw + 165px);
  overflow: hidden;
}

@media screen and (min-width: 430px) {
  /* line 90, app/assets/stylesheets/ltags/GithubTag.scss */
  .ltag-github-body {
    max-height: calc(20vw + 153px);
  }
}

@media screen and (min-width: 800px) {
  /* line 90, app/assets/stylesheets/ltags/GithubTag.scss */
  .ltag-github-body {
    max-height: 310px;
  }
}

/* line 102, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body h1,
.ltag-github-body h2,
.ltag-github-body h3,
.ltag-github-body h4,
.ltag-github-body h5,
.ltag-github-body h6 {
  font-weight: 500 !important;
}

/* line 110, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body h1 {
  margin-left: 0;
  font-size: 1.9em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #eaecef;
  margin-top: 1em !important;
  margin-bottom: 0.9em !important;
}

/* line 119, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body h3 {
  margin-top: 1em !important;
  margin-bottom: 0.9em !important;
  padding: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.25;
}

/* line 128, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body h4 {
  padding: 0;
}

/* line 132, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body *:first-child {
  margin-top: 0 !important;
}

/* line 135, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body *:last-child {
  margin-bottom: 0 !important;
}

/* line 139, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body img {
  left: inherit;
}

/* line 143, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body blockquote {
  color: #6a737d;
  padding: 0px 1em;
  border-left: 0.25em solid #dfe2e5;
  margin: 16px 0px;
}

/* line 150, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  background-color: var(--card-bg);
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #959da5;
}

/* line 165, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body p {
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

/* line 169, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body p a.github-user-link {
  color: var(--card-color-secondary);
  font-weight: 600;
  white-space: nowrap;
}

/* line 175, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body p a.github-user-link:hover {
  color: #24292e;
  text-decoration: underline;
}

/* line 180, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body code {
  border-radius: 3px;
  padding: 0.2em 5px 0px;
  margin: 0px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

/* line 188, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body pre {
  width: 100% !important;
  margin: 0px;
  color: black;
  background-color: #f6f8fa;
  padding: 0;
}

/* line 194, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body pre code {
  background-color: #f6f8fa;
  color: black;
  padding: 0em 0px 0px !important;
  line-height: 2em !important;
}

/* line 202, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .highlight pre,
.ltag-github-body pre,
.ltag-github-body pre code {
  padding: 16px !important;
  overflow: auto !important;
  font-size: 14px !important;
  margin-bottom: 16px !important;
  background-color: #f7f7f7 !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  color: black !important;
  border-radius: 3px !important;
  margin: 0.95em 0 1.2em !important;
}

/* line 217, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .highlight {
  font-size: 14px !important;
  margin-bottom: 16px !important;
  border-radius: 3px !important;
}

/* line 223, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body b,
.ltag-github-body strong {
  font-weight: 600;
}

/* line 228, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-c {
  color: #969896;
}

/* line 232, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-c1,
.ltag-github-body .pl-s .pl-v {
  color: #0086b3;
}

/* line 237, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-e,
.ltag-github-body .pl-en {
  color: #795da3;
}

/* line 242, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-s .pl-s1,
.ltag-github-body .pl-smi {
  color: #333;
}

/* line 247, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-ent {
  color: #63a35c;
}

/* line 251, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-k {
  color: #a71d5d;
}

/* line 255, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-pds,
.ltag-github-body .pl-s,
.ltag-github-body .pl-s .pl-pse .pl-s1,
.ltag-github-body .pl-sr,
.ltag-github-body .pl-sr .pl-cce,
.ltag-github-body .pl-sr .pl-sra,
.ltag-github-body .pl-sr .pl-sre {
  color: #183691;
}

/* line 265, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-v {
  color: #ed6a43;
}

/* line 269, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-id {
  color: #b52a1d;
}

/* line 273, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-ii {
  background-color: #b52a1d;
  color: #f8f8f8;
}

/* line 278, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-sr .pl-cce {
  color: #63a35c;
  font-weight: bold;
}

/* line 283, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-ml {
  color: #693a17;
}

/* line 287, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-mh,
.ltag-github-body .pl-mh .pl-en,
.ltag-github-body .pl-ms {
  color: #1d3e81;
  font-weight: bold;
}

/* line 294, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-mq {
  color: #008080;
}

/* line 298, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-mi {
  color: #333;
  font-style: italic;
}

/* line 303, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-mb {
  color: #333;
  font-weight: bold;
}

/* line 308, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-md {
  background-color: #ffecec;
  color: #bd2c00;
}

/* line 313, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-mi1 {
  background-color: #eaffea;
  color: #55a532;
}

/* line 318, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-mdr {
  color: #795da3;
  font-weight: bold;
}

/* line 323, app/assets/stylesheets/ltags/GithubTag.scss */
.ltag-github-body .pl-mo {
  color: #1d3e81;
}

/* line 328, app/assets/stylesheets/ltags/GithubTag.scss */
.gh-btn-container {
  text-align: center;
  padding: 0.35em 0 1.35em;
  box-shadow: 0 0 60px 42px var(--card-bg);
  position: relative;
  z-index: var(--z-elevate);
}

/* line 1, app/assets/stylesheets/ltags/InstagramTag.scss */
#instagram-liquid-tag {
  background: white;
  border: 1px solid #dbdbdb;
  margin: 1px 1px 12px;
  min-width: 326px;
  max-width: 540px;
  width: calc(100% - 2px);
  height: 559px;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  padding: 0px;
}

/* line 15, app/assets/stylesheets/ltags/InstagramTag.scss */
.instagram-position {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
}

/* line 1, app/assets/stylesheets/ltags/KatexTag.scss */
.katex-element {
  overflow-x: auto;
}

/* line 3, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link__link {
  color: var(--body-color) !important;
}

/* line 5, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link__link:active {
  opacity: 0.7;
}

/* line 9, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link {
  font-family: var(--ff-sans-serif);
  border: 1px solid var(--form-border);
  box-shadow: var(--shadow-smooth);
  border-radius: var(--radius-auto);
  display: block;
  margin: 0.95em 0 1.2em;
  max-width: 100%;
}

/* line 17, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .video-image {
  position: relative;
  padding-top: 56%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #0a0a0a no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
}

/* line 29, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .video-timestamp {
  position: absolute;
  font-size: 12px;
  bottom: 6px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 0px 5px 0px;
  font-weight: 500;
  border-radius: 3px;
  display: block;
  line-height: 20px;
}

/* line 41, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .video-timestamp img {
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: -2px;
  padding-left: 5px;
}

/* line 49, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__pic {
  display: inline-block;
  padding: calc(0.6vw + 8px) calc(0.8vw + 8px);
  padding-right: 8px;
  box-sizing: border-box;
  border-radius: var(--radius);
}

/* line 55, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__pic img {
  width: calc(1.2vw + 40px);
  height: calc(1.2vw + 40px);
  margin: auto auto !important;
  border-radius: 150px;
  box-sizing: border-box;
  max-width: 60px;
  max-height: 60px;
}

/* line 65, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__org__pic {
  border-radius: var(--radius);
  position: relative;
  display: inline-block;
  padding: calc(0.4vw + 8px) calc(0.8vw + 8px);
  padding-right: 10px;
  box-sizing: border-box;
}

/* line 72, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__org__pic::after {
  content: '';
  opacity: 0.15;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: var(--radius);
  pointer-events: none;
  box-sizing: border-box;
}

/* line 85, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__org__pic > img {
  display: inline-block;
  width: calc(2.2vw + 45px);
  height: calc(2.5vw + 40px);
  margin: auto auto !important;
  border-radius: var(--radius);
  box-sizing: border-box;
  max-width: 55px;
  max-height: 55px;
}

/* line 95, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__user__pic {
  display: inline-block;
  position: absolute;
  right: 3px;
  bottom: calc(1vw);
  border: 2px solid var(--base-inverted);
  border-radius: 100%;
  background-color: var(--card-color-tertiary);
  box-sizing: border-box;
  width: calc(2vw + 28px);
  height: calc(2vw + 28px);
  max-width: 38px;
  max-height: 38px;
}

/* line 108, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__user__pic img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin: 0;
}

/* line 116, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content {
  display: inline-block;
  vertical-align: top;
  padding: calc(0.7vw + 6px);
  padding-left: 0;
  width: calc(100% - 2.5vw - 70px);
}

/* line 122, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content h2 {
  margin: 0;
  padding: 0;
  font-weight: var(--fw-bold);
  font-size: calc(1.45em + 0.2vw);
  line-height: var(--lh-tight);
}

/* line 129, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content h3 {
  margin: calc(0.3vw + 1px) 0;
  padding: 0;
  font-size: var(--fs-s);
  font-weight: var(--fw-medium);
  color: var(--color);
  color: var(--card-color-tertiary);
}

/* line 136, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content h3 a {
  color: var(--card-color-tertiary);
}

/* line 140, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content .missing {
  padding: 0 10px !important;
}

/* line 143, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content .ltag__link__taglist {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.88em;
  margin-bottom: 5px;
  color: var(--tag-color);
}

/* line 151, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content .ltag__link__tag {
  margin-right: calc(0.02vw + 4px);
  font-size: 0.9em;
  margin-left: 1px;
}

/* line 156, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content .ltag__link__servicename {
  color: var(--card-color-tertiary);
  font-size: 0.7em;
}

/* line 159, app/assets/stylesheets/ltags/LinkTag.scss */
.ltag__link .ltag__link__content .ltag__link__servicename img {
  vertical-align: -5px;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  margin-left: 2px;
}

/* line 173, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__org__pic,
.crayons-story__indention-billboard .ltag__link .ltag__link__org__pic {
  width: 60px;
  height: 60px;
}

/* line 176, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__org__pic img,
.crayons-story__indention-billboard .ltag__link .ltag__link__org__pic img {
  width: 33px;
  height: 33px;
}

/* line 181, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__user__pic,
.crayons-story__indention-billboard .ltag__link .ltag__link__user__pic {
  width: 19px;
  height: 19px;
  padding: 0 !important;
}

/* line 185, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__user__pic img,
.crayons-story__indention-billboard .ltag__link .ltag__link__user__pic img {
  width: 15px;
  height: 15px;
  top: 0;
  position: absolute;
}

/* line 192, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__pic,
.crayons-story__indention-billboard .ltag__link .ltag__link__pic {
  width: 60px;
  height: 60px;
}

/* line 195, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__pic img,
.crayons-story__indention-billboard .ltag__link .ltag__link__pic img {
  width: 33px;
  height: 33px;
}

/* line 200, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__content,
.crayons-story__indention-billboard .ltag__link .ltag__link__content {
  width: calc(100% - 65px);
}

/* line 202, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__content h2,
.crayons-story__indention-billboard .ltag__link .ltag__link__content h2 {
  font-size: 1.25em;
  line-height: 1.28em;
}

/* line 206, app/assets/stylesheets/ltags/LinkTag.scss */
.crayons-article-sticky .ltag__link .ltag__link__content h3,
.crayons-story__indention-billboard .ltag__link .ltag__link__content h3 {
  margin-top: 4px !important;
}

/* line 213, app/assets/stylesheets/ltags/LinkTag.scss */
.bluesky-embed {
  min-height: 170px;
  width: 100%;
  max-width: 600px;
  border: 1px solid var(--form-border) !important;
  border-radius: 8px !important;
  margin-top: 10px !important;
  display: block;
  font-size: 1.125rem;
}

/* line 222, app/assets/stylesheets/ltags/LinkTag.scss */
.bluesky-embed p {
  padding-top: 60px !important;
}

/* line 225, app/assets/stylesheets/ltags/LinkTag.scss */
.bluesky-embed iframe {
  margin-bottom: 0px !important;
  border-radius: 8px !important;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 4, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing {
  font-family: var(--ff-sans-serif);
  border: 1px solid #dbdbdb;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  display: block;
  margin: 0.95em 0 1.2em;
  max-width: 100%;
}

@media screen and (min-width: 760px) {
  /* line 4, app/assets/stylesheets/ltags/ListingTag.scss */
  .ltag__listing {
    margin: 0.95em auto;
    width: 620px;
  }
}

/* line 17, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content {
  padding: calc(0.5vw + 6px);
}

/* line 19, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.5em;
}

/* line 24, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content h3 a {
  color: var(--body-color);
}

/* line 29, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content .ltag__listing-body {
  max-width: 100%;
  margin: 5px 0 15px 0;
  font-size: 0.9em;
}

/* line 33, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content .ltag__listing-body a {
  color: var(--body-color);
}

/* line 38, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content .ltag__listing-tags {
  font-size: 0.7em;
  line-height: 1.3em;
}

/* line 42, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content .ltag__listing-tags .ltag__listing-tag {
  margin-right: calc(0.4vw + 4px);
  margin-left: 1px;
}

/* line 46, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content .ltag__listing-tags .ltag__listing-tag a {
  color: var(--card-color-secondary);
  display: inline-block;
  margin: 2px;
  padding: 2px 7px;
  border-radius: 3px;
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content .ltag__listing-author-info {
  color: var(--card-color-tertiary);
  line-height: 1.3em;
}

/* line 60, app/assets/stylesheets/ltags/ListingTag.scss */
.ltag__listing .ltag__listing-content .ltag__listing-author-info a {
  margin: 0.1vw 0;
  padding: 0;
  font-size: 0.7em;
  margin-bottom: 0;
  font-weight: bold;
  color: var(--card-color-tertiary);
}

/* line 3, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag {
  padding: 0px;
  margin-bottom: 20px;
  margin-top: 90px;
  border-radius: 3px;
  font-family: var(--ff-sans-serif);
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 830px) {
  /* line 3, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag {
    flex-direction: row-reverse;
    margin: 20px 0;
  }
}

/* line 20, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info {
  color: white;
  font-weight: 500;
  margin: -5px 15px 10px;
}

@media screen and (min-width: 830px) {
  /* line 20, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__info {
    margin: 20px 15px;
    width: 77%;
  }
}

/* line 30, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info a {
  color: white;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info a .tinyimage {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin-right: 10px;
  left: 0;
  float: left;
}

/* line 44, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info a:hover {
  color: white;
}

/* line 48, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info h1 {
  margin: 0px 0px 0.5em 0px;
  font-weight: 700;
  padding: 0;
}

/* line 54, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info .podcastliquidtag__info__episodetitle {
  font-size: calc(1.8vw + 19px);
}

/* line 57, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info .podcastliquidtag__info__podcasttitle {
  font-size: calc(1.2vw + 14px);
  padding: 0px 0px;
  font-weight: 500;
  margin-top: -5px;
}

/* line 62, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info .podcastliquidtag__info__podcasttitle button {
  font-size: 25px;
  border-radius: 3px;
  border: 0px;
  width: 100%;
  margin-top: 15px;
  padding: 20px 0px;
}

@media screen and (min-width: 950px) {
  /* line 62, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__info .podcastliquidtag__info__podcasttitle button {
    font-size: calc(1.2vw + 16px);
    margin-left: 5px;
    display: inline-block;
    width: 220px;
    padding: 5px 0px;
  }
}

@media screen and (min-width: 950px) {
  /* line 80, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__info .podcastliquidtag__info__episodetitle {
    font-size: 38px;
  }
  /* line 83, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__info .podcastliquidtag__info__podcasttitle {
    font-size: 24px;
  }
  /* line 85, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__info .podcastliquidtag__info__podcasttitle button {
    font-size: 22px;
    width: 165px;
  }
}

/* line 92, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info .podcastliquidtag__links {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

/* line 96, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info .podcastliquidtag__links a {
  margin-right: 10px;
  background-color: #292e34;
  color: white;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  width: 100px;
  border: 1px solid #3c5163;
  box-shadow: inset 1px 1px 0 #485f74;
  transition: background-color 250ms ease;
  text-align: center;
}

/* line 109, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info .podcastliquidtag__links a:hover {
  background-color: #202429;
}

/* line 113, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info .podcastliquidtag__links a img {
  display: inline;
  width: 16px;
  height: 16px;
  left: 0;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 121, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__info .podcastliquidtag__links a .service-name {
  display: none;
}

@media screen and (min-width: 630px) {
  /* line 125, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__info .podcastliquidtag__links a .service-name {
    display: inline-block;
  }
}

/* line 133, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__record {
  position: relative;
  margin: 20px 20px;
  height: 70px;
  transform: translateY(-33px);
}

@media screen and (min-width: 830px) {
  /* line 133, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__record {
    width: 15%;
    height: inherit;
    transform: none;
  }
}

/* line 145, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__record:hover {
  cursor: pointer;
}

/* line 149, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__record img {
  max-width: 100%;
}

/* line 153, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__record .pause-butt {
  display: none;
}

/* line 157, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__record .podcastliquidtag__podcastimage {
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  height: 130px;
  background: #0a0a0a;
  margin: auto;
  animation: var(--podcast-spinning-animation);
  -webkit-backface-visibility: hidden;
  animation-play-state: paused;
}

@media screen and (min-width: 830px) {
  /* line 157, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__record .podcastliquidtag__podcastimage {
    height: inherit;
  }
}

/* line 178, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .podcastliquidtag__record .button {
  position: absolute;
  height: 115px;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 830px) {
  /* line 178, app/assets/stylesheets/ltags/PodcastTag.scss */
  .podcastliquidtag .podcastliquidtag__record .button {
    height: 75px;
  }
}

/* line 195, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .playing .podcastliquidtag__podcastimage {
  animation-play-state: running;
}

/* line 199, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .playing .play-butt {
  display: none;
}

/* line 203, app/assets/stylesheets/ltags/PodcastTag.scss */
.podcastliquidtag .playing .pause-butt {
  display: block;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 4, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll {
  width: 600px;
  max-width: 96%;
  margin: auto;
  border-radius: 3px;
  border: 1px solid #dbdbdb !important;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  padding: 2px 15px 18px;
  font-family: var(--ff-sans-serif);
  margin: 1.6em auto !important;
}

/* line 15, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll h3 {
  margin: 15px 0px;
}

/* line 18, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers {
  list-style-type: none !important;
  margin: 0 !important;
  /* To remove default bottom margin */
  padding: 0 !important;
  padding-bottom: 8px !important;
  font-size: 0.9em !important;
}

/* line 24, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers li {
  padding-left: 8px;
  border-radius: 3px;
  width: 95%;
  position: relative;
}

/* line 29, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers li:hover {
  background: #f5f6f7;
  background: var(--theme-container-background-hover, #f5f6f7);
}

/* line 36, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers li.ltag-polloption-justshowmetheresults:hover {
  background: transparent;
}

/* line 39, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers li.already-voted {
  background: transparent;
}

/* line 43, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers input {
  vertical-align: top;
  margin-top: 1.05em;
}

/* line 47, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers label {
  width: calc(100% - 40px);
  padding: 2px 6px;
  cursor: pointer;
  vertical-align: -3px;
  display: inline-block;
  line-height: 1.25em;
}

/* line 55, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers .ltag-voting-results-count {
  font-size: 0.7em;
  color: #666666;
  text-align: left;
}

/* line 60, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers button {
  width: 100%;
  background: transparent;
  border: 0px;
  font-size: 0.7em;
  color: #666666;
  text-align: left;
  padding-left: 20px;
}

/* line 69, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers .ltag-votepercent {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  border-radius: 3px;
}

/* line 77, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers .ltag-votepercent.ltag-optionvotedfor {
  background: #66e2d5;
  font-weight: bold;
}

/* line 81, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers .ltag-votepercent.ltag-optionnotvotedfor {
  background: #dbdbdb;
  background: var(--theme-container-accent-background, #dbdbdb);
}

/* line 89, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll .ltag-pollanswers .ltag-votepercenttext {
  position: relative;
  z-index: 5;
}

/* line 98, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll[data-poll-type="scale"] .ltag-pollanswers li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  margin-bottom: 4px;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 108, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll[data-poll-type="scale"] .ltag-pollanswers li:hover {
  border-color: #66e2d5;
}

/* line 112, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll[data-poll-type="scale"] .ltag-pollanswers li.already-voted {
  border-color: #66e2d5;
  background: rgba(102, 226, 213, 0.1);
  box-shadow: 1px 1px 1px #66e2d5;
}

/* line 119, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll[data-poll-type="scale"] .ltag-pollanswers .scale-value {
  font-size: 1.2em;
  font-weight: bold;
  color: #66e2d5;
  min-width: 40px;
  text-align: center;
  padding: 4px 8px;
  background: rgba(102, 226, 213, 0.1);
  border-radius: 4px;
  margin-left: 10px;
}

/* line 131, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll[data-poll-type="scale"] .ltag-pollanswers input[type="radio"] {
  margin-right: 10px;
}

/* line 135, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll[data-poll-type="scale"] .ltag-pollanswers label {
  flex: 1;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/* line 146, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll.scale-5-options .ltag-pollanswers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

/* line 153, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll.scale-5-options .ltag-pollanswers li {
  flex: 0 0 auto;
  min-width: 30px;
  max-width: 80px;
  padding: 4px 4px;
  justify-content: center;
  text-align: center;
  margin-bottom: 0;
}

/* line 162, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll.scale-5-options .ltag-pollanswers li .scale-value {
  font-size: 1.1em;
  font-weight: bold;
  color: #66e2d5;
  min-width: 30px;
  text-align: center;
  padding: 2px 3px;
  background: rgba(102, 226, 213, 0.1);
  border-radius: 4px;
  margin: 0;
}

/* line 174, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll.scale-5-options .ltag-pollanswers li input[type="radio"] {
  display: none;
}

/* line 178, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll.scale-5-options .ltag-pollanswers li label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 188, app/assets/stylesheets/ltags/PollTag.scss */
.ltag-poll.scale-5-options .ltag-pollanswers .ltag-polloption-justshowmetheresults {
  flex-basis: 100%;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  /* line 198, app/assets/stylesheets/ltags/PollTag.scss */
  .ltag-poll.scale-many-options .ltag-pollanswers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  /* line 206, app/assets/stylesheets/ltags/PollTag.scss */
  .ltag-poll.scale-many-options .ltag-pollanswers li {
    flex: 0 0 auto;
    min-width: 30px;
    max-width: 80px;
    padding: 4px 4px;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
  }
  /* line 215, app/assets/stylesheets/ltags/PollTag.scss */
  .ltag-poll.scale-many-options .ltag-pollanswers li .scale-value {
    font-size: 1.1em;
    font-weight: bold;
    color: #66e2d5;
    min-width: 30px;
    text-align: center;
    padding: 2px 3px;
    background: rgba(102, 226, 213, 0.1);
    border-radius: 4px;
    margin: 0;
  }
  /* line 227, app/assets/stylesheets/ltags/PollTag.scss */
  .ltag-poll.scale-many-options .ltag-pollanswers li input[type="radio"] {
    display: none;
  }
  /* line 231, app/assets/stylesheets/ltags/PollTag.scss */
  .ltag-poll.scale-many-options .ltag-pollanswers li label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  /* line 241, app/assets/stylesheets/ltags/PollTag.scss */
  .ltag-poll.scale-many-options .ltag-pollanswers .ltag-polloption-justshowmetheresults {
    flex-basis: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 5, app/assets/stylesheets/ltags/SurveyTag.scss */
.ltag-survey {
  width: 650px;
  max-width: 98%;
  margin: 2em auto !important;
  border: 1px solid var(--form-border, #dbdbdb) !important;
  box-shadow: var(--shadow-smooth, 1px 2px 4px 0 rgba(0, 0, 0, 0.18));
  background-color: var(--theme-container-background, white);
  border-radius: var(--radius-lg, 5px);
  box-sizing: border-box;
  padding: 15px 25px 25px;
  font-family: var(--ff-sans-serif);
}

/* line 18, app/assets/stylesheets/ltags/SurveyTag.scss */
.ltag-survey .survey-title {
  margin: 10px 0 25px;
  text-align: center;
  font-size: 1.4em;
  color: var(--body-color);
}

/* line 26, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll {
  padding-bottom: 1em;
  border-bottom: 1px solid var(--form-border, #eee);
  margin-bottom: 1em;
}

/* line 31, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll h3 {
  margin: 15px 0px 20px !important;
  font-size: 1.1em !important;
  color: var(--body-color);
}

/* line 37, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll.survey-poll-long-question h3 {
  font-size: 1em !important;
}

/* line 43, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 51, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers .survey-poll-option {
  border: 1px solid var(--form-border);
  border-radius: var(--radius-md, 5px);
  padding: 12px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 61, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers .survey-poll-option input[type="radio"],
.survey-poll-answers .survey-poll-option input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers .survey-poll-option .option-text {
  color: var(--body-color);
  flex: 1;
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers .survey-poll-option:hover {
  background-color: var(--theme-container-background-hover, #f5f6f7);
  border-color: var(--cta-border-hover);
}

/* line 81, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers .survey-poll-option.user-selected {
  background-color: var(--cta-branded-bg);
  border-color: var(--cta-branded-border);
  box-shadow: 1px 1px 1px var(--cta-branded-border);
  cursor: default;
}

/* line 89, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers .survey-poll-option.user-selected .option-text {
  color: var(--cta-branded-color);
  font-weight: var(--fw-bold, 700);
}

/* line 96, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers .survey-poll-option.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 102, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-answers .survey-poll-option.disabled:hover {
  border-color: var(--form-border);
}

/* line 114, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll[data-poll-type="scale"] .survey-poll-answers .survey-poll-option {
  justify-content: space-between;
}

/* line 117, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll[data-poll-type="scale"] .survey-poll-answers .survey-poll-option .scale-value {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--cta-branded-color);
  min-width: 40px;
  text-align: center;
  padding: 4px 8px;
  background: rgba(var(--cta-branded-bg-rgb), 0.1);
  border-radius: var(--radius-sm, 4px);
  margin-left: 10px;
}

/* line 133, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll.scale-5-options[data-poll-type="scale"] .survey-poll-answers {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

/* line 139, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll.scale-5-options[data-poll-type="scale"] .survey-poll-answers .survey-poll-option {
  flex: 0 0 auto;
  min-width: 30px;
  max-width: 80px;
  padding: 4px 4px;
  justify-content: center;
  text-align: center;
}

/* line 147, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll.scale-5-options[data-poll-type="scale"] .survey-poll-answers .survey-poll-option .scale-value {
  font-size: 1.1em;
  font-weight: bold;
  color: var(--cta-branded-color);
  min-width: 30px;
  text-align: center;
  padding: 2px 3px;
  background: rgba(var(--cta-branded-bg-rgb), 0.1);
  border-radius: var(--radius-sm, 4px);
  margin: 0;
}

/* line 159, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll.scale-5-options[data-poll-type="scale"] .survey-poll-answers .survey-poll-option input[type="radio"] {
  display: none;
}

/* line 163, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll.scale-5-options[data-poll-type="scale"] .survey-poll-answers .survey-poll-option .option-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1280px) {
  /* line 174, app/assets/stylesheets/ltags/SurveyTag.scss */
  .survey-poll.scale-many-options[data-poll-type="scale"] .survey-poll-answers {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  /* line 181, app/assets/stylesheets/ltags/SurveyTag.scss */
  .survey-poll.scale-many-options[data-poll-type="scale"] .survey-poll-answers .survey-poll-option {
    flex: 0 0 auto;
    min-width: 30px;
    max-width: 80px;
    padding: 4px 4px;
    justify-content: center;
    text-align: center;
  }
  /* line 189, app/assets/stylesheets/ltags/SurveyTag.scss */
  .survey-poll.scale-many-options[data-poll-type="scale"] .survey-poll-answers .survey-poll-option .scale-value {
    font-size: 1.1em;
    font-weight: bold;
    color: var(--cta-branded-color);
    min-width: 30px;
    text-align: center;
    padding: 2px 3px;
    background: rgba(var(--cta-branded-bg-rgb), 0.1);
    border-radius: var(--radius-sm, 4px);
    margin: 0;
  }
  /* line 201, app/assets/stylesheets/ltags/SurveyTag.scss */
  .survey-poll.scale-many-options[data-poll-type="scale"] .survey-poll-answers .survey-poll-option input[type="radio"] {
    display: none;
  }
  /* line 205, app/assets/stylesheets/ltags/SurveyTag.scss */
  .survey-poll.scale-many-options[data-poll-type="scale"] .survey-poll-answers .survey-poll-option .option-text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* line 218, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-poll-feedback,
.survey-poll-final-vote-feedback {
  margin-top: 15px;
  padding: 10px;
  background-color: var(--cta-branded-bg);
  border-left: 4px solid var(--cta-branded-border);
  color: var(--cta-branded-color);
  font-weight: var(--fw-medium);
  border-radius: var(--radius-sm, 3px);
}

/* line 229, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  padding: 0 5px;
}

/* line 236, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-navigation .survey-progress {
  font-size: 0.9em;
  color: var(--card-color-tertiary, #666666);
  display: none;
}

@media (min-width: 768px) {
  /* line 236, app/assets/stylesheets/ltags/SurveyTag.scss */
  .survey-navigation .survey-progress {
    display: block;
  }
}

/* line 245, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-navigation button {
  padding: 8px 16px;
  border: 1px solid var(--form-border);
  border-radius: var(--radius-md, 4px);
  background-color: transparent;
  color: var(--body-color);
  cursor: pointer;
  font-weight: var(--fw-medium, 500);
  min-width: 44%;
}

@media (min-width: 768px) {
  /* line 245, app/assets/stylesheets/ltags/SurveyTag.scss */
  .survey-navigation button {
    min-width: 25%;
  }
}

/* line 259, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-navigation button:hover:not(:disabled) {
  background-color: var(--theme-container-background-hover, #f5f6f7);
  border-color: var(--cta-border-hover);
}

/* line 264, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-navigation button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 272, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-complete-message {
  text-align: center;
  padding: 3em 1em;
}

/* line 276, app/assets/stylesheets/ltags/SurveyTag.scss */
.survey-complete-message h3 {
  color: var(--cta-branded-color);
}

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

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

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

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

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

/* line 103, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn.crayons-btn--inverted, .ltag__wikipedia--container .crayons-btn--inverted.ltag__wikipedia--btn, .ltag__stackexchange--container .crayons-btn--inverted.ltag__stackexchange--btn, .ltag__reddit--container .crayons-btn--inverted.ltag__reddit--btn, .gh-btn-container .crayons-btn--inverted.gh-btn {
  --bg: var(--bg-inverted);
  --bg-hover: var(--bg-inverted-hover);
  --border: var(--border-inverted);
  --border-hover: var(--border-inverted-hover);
  --color: var(--color-inverted);
  --color-hover: var(--color-inverted-hover);
}

/* line 112, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn[disabled], .ltag__wikipedia--container .ltag__wikipedia--btn[disabled], .ltag__stackexchange--container .ltag__stackexchange--btn[disabled], .ltag__reddit--container .ltag__reddit--btn[disabled], .gh-btn-container .gh-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

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

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

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

/* line 143, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn > *, .ltag__wikipedia--container .ltag__wikipedia--btn > *, .ltag__stackexchange--container .ltag__stackexchange--btn > *, .ltag__reddit--container .ltag__reddit--btn > *, .gh-btn-container .gh-btn > * {
  pointer-events: none;
}

/* line 145, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn > * + input, .ltag__wikipedia--container .ltag__wikipedia--btn > * + input, .ltag__stackexchange--container .ltag__stackexchange--btn > * + input, .ltag__reddit--container .ltag__reddit--btn > * + input, .gh-btn-container .gh-btn > * + input {
  pointer-events: revert;
}

/* line 151, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn--secondary, .ltag__wikipedia--container .ltag__wikipedia--btn, .ltag__stackexchange--container .ltag__stackexchange--btn, .ltag__reddit--container .ltag__reddit--btn, .gh-btn-container .gh-btn {
  --bg: var(--button-secondary-bg);
  --bg-hover: var(--button-secondary-bg-hover);
  --color: var(--button-secondary-color);
  --color-hover: var(--button-secondary-color-hover);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 392, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn, .crayons-btn-group .gh-btn-container .gh-btn, .gh-btn-container .crayons-btn-group .gh-btn {
  border-radius: 0;
}

/* line 395, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .crayons-btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .gh-btn-container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .crayons-btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__reddit--container .gh-btn-container .crayons-btn-group .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .gh-btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .gh-btn + .gh-btn:not(.crayons-btn--outlined) {
  box-shadow: var(--shadow), inset 1px 0 0 rgba(0, 0, 0, 0.1);
  margin-left: -1px;
}

/* line 399, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .crayons-btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .gh-btn-container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .crayons-btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .gh-btn-container .crayons-btn-group .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .gh-btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .gh-btn + .gh-btn:not(.crayons-btn--outlined):hover {
  box-shadow: var(--shadow-hover), inset 0 0 0 rgba(0, 0, 0, 0.1);
}

/* line 404, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn--outlined, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn--outlined, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn--outlined, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn--outlined, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn--outlined, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn--outlined, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn--outlined, .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn--outlined, .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn--outlined {
  margin-left: calc(-1 * var(--border-width));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container {
  max-width: 620px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.18);
  margin: 1.1em auto 1.3em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--title-container {
  border-bottom: 1px solid var(--base-60);
  display: flex;
  flex-direction: column;
  padding: 0 var(--su-3);
}

/* line 20, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--title-container header {
  display: flex;
  justify-content: space-between;
}

/* line 25, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--title-container header .ltag__reddit--title h1 {
  margin: var(--su-2) 0 0 var(--su-1);
  font-size: var(--fs-xl);
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

/* line 32, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--title-container header .ltag__reddit--title h1 > a {
  color: var(--link-branded-color);
  display: inline-block;
}

/* line 37, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--title-container header .ltag__reddit--title h1 img {
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 var(--su-3) 0 0;
}

/* line 47, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--title-container header .ltag__reddit--post-metadata {
  font-size: var(--fs-s);
  margin-left: 40px;
}

/* line 51, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--title-container header .ltag__reddit--post-metadata span {
  display: inline-block;
  padding: var(--su-2);
  margin-left: 6px;
  color: var(--base-60);
}

/* line 61, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--body {
  padding: 0 var(--su-3);
  max-height: calc(21vw + 165px);
  overflow: hidden;
}

@media screen and (min-width: 430px) {
  /* line 61, app/assets/stylesheets/ltags/RedditTag.scss */
  .ltag__reddit--container .ltag__reddit--body {
    max-height: calc(20vw + 153px);
  }
}

@media screen and (min-width: 800px) {
  /* line 61, app/assets/stylesheets/ltags/RedditTag.scss */
  .ltag__reddit--container .ltag__reddit--body {
    max-height: 310px;
  }
}

/* line 73, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--body h1,
.ltag__reddit--container .ltag__reddit--body h2,
.ltag__reddit--container .ltag__reddit--body h3,
.ltag__reddit--container .ltag__reddit--body h4,
.ltag__reddit--container .ltag__reddit--body h5,
.ltag__reddit--container .ltag__reddit--body h6 {
  font-weight: var(--fw-medium);
}

/* line 82, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--body p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: var(--fs-l);
  line-height: var(--lh-base);
}

/* line 91, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--btn--container {
  padding: 1rem;
  z-index: var(--z-elevate);
  text-align: center;
  position: relative;
  box-shadow: 0 0 60px 42px var(--theme-container-background, #fff);
}

/* line 103, app/assets/stylesheets/ltags/RedditTag.scss */
.ltag__reddit--container .ltag__reddit--btn > a,
.ltag__reddit--container .ltag__reddit--btn > a:hover {
  color: var(--button-secondary-color);
}

/* line 2, app/assets/stylesheets/ltags/ReplitTag.scss */
.ltag__replit br {
  line-height: 0 !important;
  display: none !important;
}

/* line 6, app/assets/stylesheets/ltags/ReplitTag.scss */
.ltag__replit iframe {
  margin: 0 !important;
}

/* line 3, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container {
  max-width: 620px;
  border: 1px solid var(--base-60);
  border-radius: 3px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.18);
  margin: 1.1em auto 1.3em;
  font-family: var(--ff-sans-serif);
  overflow: hidden;
  padding-top: 1rem;
}

/* line 13, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container {
  border-bottom: 1px solid #eaecef;
  display: flex;
  flex-direction: column;
}

/* line 18, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header {
  display: flex;
  justify-content: space-between;
}

/* line 22, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--title h1,
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--title .ltag__stackexchange--header {
  font-size: var(--fs-l);
  font-weight: var(--fw-normal);
  line-height: var(--lh-base);
  margin: 0em 0 0.5em;
  padding: 0 var(--su-3);
}

/* line 30, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--title h1 .title-flare,
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--title .ltag__stackexchange--header .title-flare {
  background: #557de8;
  color: white;
  padding: 0px 7px;
  border-radius: 3px;
}

/* line 37, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--title h1 img,
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--title .ltag__stackexchange--header img {
  width: var(--su-7);
  display: inline-block;
  margin: 0 var(--su-2) 0 0;
  vertical-align: middle;
}

/* line 45, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--post-metadata {
  font-size: 0.6em;
}

/* line 47, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--post-metadata span {
  display: inline-block;
  padding: 7px 6px;
  margin-left: 6px;
}

/* line 53, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--score-container {
  margin-right: 15px;
  display: flex;
  width: 50px;
  flex-direction: column;
  flex-wrap: nowrap;
  color: gray;
  font-size: 0.85em;
  align-self: center;
}

/* line 62, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--score-container img {
  position: initial;
  width: 16px;
  height: 16px;
  margin: var(--su-2) auto;
}

/* line 68, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--title-container header .ltag__stackexchange--score-container .ltag__stackexchange--score-number {
  width: 100%;
  height: 20px;
  text-align: center;
  padding-bottom: 10px;
  font-size: 0.8em;
}

/* line 79, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--body {
  padding: 1em 0.5em;
  max-height: calc(21vw + 165px);
  overflow: hidden;
}

@media screen and (min-width: 430px) {
  /* line 79, app/assets/stylesheets/ltags/StackexchangeTag.scss */
  .ltag__stackexchange--container .ltag__stackexchange--body {
    max-height: calc(20vw + 153px);
  }
}

@media screen and (min-width: 800px) {
  /* line 79, app/assets/stylesheets/ltags/StackexchangeTag.scss */
  .ltag__stackexchange--container .ltag__stackexchange--body {
    max-height: 310px;
  }
}

/* line 90, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--body h1,
.ltag__stackexchange--container .ltag__stackexchange--body h2,
.ltag__stackexchange--container .ltag__stackexchange--body h3,
.ltag__stackexchange--container .ltag__stackexchange--body h4,
.ltag__stackexchange--container .ltag__stackexchange--body h5,
.ltag__stackexchange--container .ltag__stackexchange--body h6 {
  font-weight: 500 !important;
}

/* line 99, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--body p {
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

/* line 106, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--body code {
  border-radius: 3px;
  padding: 0.2em 5px 0px;
  margin: 0px;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

/* line 114, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--body pre {
  width: 100%;
  margin: 0px;
  padding: 0.2em 0.6em;
}

/* line 118, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--body pre code {
  background-color: #f6f8fa;
  color: black;
  padding: 0em 0px 0px !important;
  line-height: 2em !important;
}

/* line 126, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--body .highlight pre,
.ltag__stackexchange--container .ltag__stackexchange--body pre,
.ltag__stackexchange--container .ltag__stackexchange--body pre code {
  overflow: auto;
  background-color: #f7f7f7;
  border-radius: 3px;
  box-sizing: border-box;
  color: black;
}

/* line 136, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--body .highlight {
  font-size: 14px;
  margin-bottom: 16px;
  border-radius: 3px;
}

/* line 143, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--btn--container {
  padding: 0.1em 0 1.15em;
  z-index: var(--z-elevate);
  text-align: center;
  position: relative;
  box-shadow: 0 0 60px 42px var(--card-bg);
}

/* line 157, app/assets/stylesheets/ltags/StackexchangeTag.scss */
.ltag__stackexchange--container .ltag__stackexchange--btn a {
  pointer-events: revert;
}

/* line 1, app/assets/stylesheets/ltags/SpeakerdeckTag.scss */
.ltag_speakerdeck {
  border: 0px;
  background: padding-box padding-box rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding: 0px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px;
  width: 560px;
  height: 420px;
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 4, app/assets/stylesheets/ltags/TagTag.scss */
.ltag__tag {
  font-family: var(--ff-sans-serif);
  border-left: 1px solid var(--form-border) !important;
  border-right: 1px solid var(--form-border) !important;
  border-bottom: 1px solid var(--form-border) !important;
  border-top: 30px solid var(--form-border);
  box-shadow: var(--shadow-smooth) !important;
  border-radius: var(--radius-auto) !important;
  display: block;
  margin: 0.95em 0 1.2em;
  position: relative;
  overflow: hidden;
  width: auto;
}

@media screen and (min-width: 760px) {
  /* line 4, app/assets/stylesheets/ltags/TagTag.scss */
  .ltag__tag {
    margin: 0.95em auto;
  }
}

/* line 20, app/assets/stylesheets/ltags/TagTag.scss */
.ltag__tag .ltag__tag__content {
  width: 90%;
  width: calc(100% - 36px);
  padding: calc(0.5vw + 6px) 0px;
  padding-left: 24px;
}

/* line 21, app/assets/stylesheets/ltags/TagTag.scss */
.ltag__tag .ltag__tag__content a {
  color: var(--card-color);
}

/* line 28, app/assets/stylesheets/ltags/TagTag.scss */
.ltag__tag .ltag__tag__content h2 {
  margin: 0;
  padding: 0;
  font-weight: var(--fw-bold);
  display: flex;
  align-items: center;
}

/* line 34, app/assets/stylesheets/ltags/TagTag.scss */
.ltag__tag .ltag__tag__content h2 .follow-action-button {
  visibility: hidden;
  margin: 0.2em 0.5em;
}

/* line 37, app/assets/stylesheets/ltags/TagTag.scss */
.ltag__tag .ltag__tag__content h2 .follow-action-button.showing {
  visibility: visible;
}

/* line 42, app/assets/stylesheets/ltags/TagTag.scss */
.ltag__tag .ltag__tag__content .ltag__tag__summary {
  padding-top: calc(0.5vw + 6px);
  padding-bottom: calc(0.5vw + 6px);
  font-size: 0.77em;
  line-height: 1.1em;
}

/* line 6, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet {
  font-family: var(--ff-sans-serif);
  background: white;
  max-width: 500px;
  font-size: 0.75em;
  line-height: 1.35em;
  border: 1px solid var(--form-border);
  box-shadow: var(--shadow-smooth);
  border-radius: var(--radius-auto);
  margin: 1.6em auto !important;
  min-height: 60px;
  cursor: pointer;
  padding: 0px !important;
}

/* line 19, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet a {
  color: #55acee;
}

@media screen and (min-width: 360px) {
  /* line 6, app/assets/stylesheets/ltags/TweetTag.scss */
  blockquote.ltag__twitter-tweet {
    min-height: 105px;
  }
}

/* line 26, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__media {
  position: relative;
  overflow: hidden;
}

/* line 29, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__media img {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 37, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__media img.ltag__twitter-tweet__play-butt {
  width: 70px;
  height: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 48, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__video {
  display: none;
}

/* line 50, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__video video {
  width: 100%;
}

/* line 54, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__header {
  position: relative;
  height: 45px;
}

@media screen and (min-width: 360px) {
  /* line 54, app/assets/stylesheets/ltags/TweetTag.scss */
  blockquote.ltag__twitter-tweet .ltag__twitter-tweet__header {
    height: 52px;
  }
}

/* line 60, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__header .ltag__twitter-tweet__profile-image {
  height: 36px;
  min-height: 36px;
  width: 36px;
  border-radius: 50px;
  position: absolute;
  left: calc(0.3vw + 13px);
  top: calc(0.3vw + 13px);
  background-color: #ececec;
  margin: 0;
}

/* line 71, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__header .ltag__twitter-tweet__twitter-logo {
  position: absolute;
  right: calc(0.3vw + 8px);
  top: 20px;
  left: auto;
}

/* line 76, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__header .ltag__twitter-tweet__twitter-logo img {
  height: 24px;
  min-height: 24px;
  max-width: 24px;
  display: inline-block;
  width: 36px;
  margin: auto;
}

/* line 85, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__header .ltag__twitter-tweet__full-name {
  color: #1c2022;
  position: absolute;
  left: calc(0.3vw + 57px);
  top: calc(0.3vw + 13px);
  font-weight: bold;
  font-size: 16px;
}

/* line 93, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__header .ltag__twitter-tweet__username {
  position: absolute;
  left: calc(0.3vw + 57px);
  top: calc(0.3vw + 33px);
  color: #697882;
  font-size: 14px;
}

/* line 101, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__body {
  color: #1c2022;
  font-size: 16px;
  line-height: 22px;
  padding: calc(0.3vw + 13px) calc(0.3vw + 13px) 0px;
}

/* line 106, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__body br {
  line-height: 0 !important;
}

/* line 110, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__date {
  font-size: 14px;
  color: #697882;
  margin-top: 3px;
  padding: 0px calc(0.3vw + 13px);
}

/* line 116, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__quote {
  color: #1c2022;
  margin: calc(0.3vw + 13px) calc(0.3vw + 13px) 0px;
  padding: calc(0.2vw + 8px) calc(0.2vw + 8px);
  border: 1px solid #dce3e8;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.1em;
}

/* line 124, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__quote:hover {
  border: 1px solid #a09dad;
}

/* line 127, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__quote .ltag__twitter-tweet__quote__header {
  padding: 0 0 calc(0.05vw + 3px);
  font-size: 0.9em;
}

/* line 130, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__quote .ltag__twitter-tweet__quote__header .ltag__twitter-tweet__quote__header__name {
  font-weight: bold;
  font-size: 1.1em;
}

/* line 136, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__actions {
  margin: 6px auto 0px;
  padding: 0px calc(0.3vw + 13px) 5px;
  color: #aab8c2;
  font-size: 14px;
}

/* line 141, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__actions .ltag__twitter-tweet__actions__button {
  width: 18px;
  height: 22px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 2px;
  vertical-align: -7px;
}

/* line 148, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__actions .ltag__twitter-tweet__actions__button:first-child {
  margin-left: 8px;
}

/* line 152, app/assets/stylesheets/ltags/TweetTag.scss */
blockquote.ltag__twitter-tweet .ltag__twitter-tweet__actions img {
  height: 20px;
  min-height: 20px;
  margin: 0;
}

/* line 3, app/assets/stylesheets/ltags/TwitterTimelineTag.scss */
.ltag_twitter-timeline-liquid-tag {
  margin: 1.1em auto 1.3em;
  max-width: 580px;
  position: relative;
}

/* line 9, app/assets/stylesheets/ltags/TwitterTimelineTag.scss */
.twitter-timeline-thread {
  background-color: #fff;
  background-color: var(--card-bg);
  border: 1px solid #d1d5da;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  font-size: 0.77em;
  line-height: 1.15em;
  margin: 0;
  width: 98%;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/ltags/TwitterTimelineTag.scss */
.ltag-twitter-timeline-body {
  padding: 1em 0.5em;
  max-height: calc(21vw + 165px);
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/ltags/TwitterTimelineTag.scss */
.tt-btn-container {
  text-align: center;
  padding: 0.35em 0 1.35em;
  box-shadow: -0px -0px 60px 42px #fff;
  box-shadow: 0px 0px 60px 42px var(--card-bg);
  position: relative;
  z-index: var(--z-elevate);
}

/* line 37, app/assets/stylesheets/ltags/TwitterTimelineTag.scss */
.tt-btn {
  color: #0366d6;
  background-color: #f1f8ff;
  border-radius: 3px;
  line-height: 20px;
  padding: 0.25em 1.2em;
  opacity: 0.9;
  font-size: 0.94em;
  font-weight: bold;
  border: 1px solid #0366d6;
}

/* line 47, app/assets/stylesheets/ltags/TwitterTimelineTag.scss */
.tt-btn:hover {
  opacity: 1;
}

/* line 4, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__container {
  background: var(--card-bg);
  color: var(--card-color);
  border-radius: var(--radius);
  border: 1px solid var(--card-color);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: var(--su-4);
}

@media screen and (min-width: 768px) {
  /* line 4, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
  .ltag__user-subscription-tag__container {
    padding: var(--su-6);
  }
}

/* line 20, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__signed-in {
  color: var(--base-70);
}

/* line 25, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__profile-images.signed-in {
  margin: 0 auto var(--su-4);
  position: relative;
  height: 80px;
  width: 80px;
}

/* line 31, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__profile-images.signed-in .ltag__user-subscription-tag__author-profile-image,
.ltag__user-subscription-tag__profile-images.signed-in .ltag__user-subscription-tag__subscriber-profile-image {
  display: block;
}

/* line 37, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__profile-images.signed-out {
  height: auto;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

/* line 43, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__profile-images.signed-out .ltag__user-subscription-tag__author-profile-image {
  margin: 0 auto var(--su-4);
}

/* line 47, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__profile-images.signed-out .ltag__user-subscription-tag__subscriber-profile-image {
  display: none;
}

/* line 52, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__profile-images img {
  border-radius: 100%;
}

/* line 57, app/assets/stylesheets/ltags/UserSubscriptionTag.scss */
.ltag__user-subscription-tag__subscriber-profile-image {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 0 4px var(--body-color-inverted);
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 3, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user__link {
  color: var(--body-color) !important;
}

/* line 5, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user__link:active {
  opacity: 0.7;
}

/* line 9, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user__link.profile-image-link:hover {
  opacity: 1;
}

/* line 12, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user__link.profile-image-link:active {
  opacity: 1;
}

/* line 17, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user {
  font-family: var(--ff-sans-serif);
  border-left: 1px solid var(--form-border) !important;
  border-right: 1px solid var(--form-border) !important;
  border-bottom: 1px solid var(--form-border) !important;
  border-top: 30px solid var(--form-border);
  box-shadow: var(--shadow-smooth) !important;
  border-radius: var(--radius-auto) !important;
  display: block;
  margin: 0.95em 0 1.2em;
  position: relative;
  overflow: hidden;
  width: auto;
}

/* line 30, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__pic {
  display: inline-block;
  padding: calc(0.6vw + 8px);
  padding-right: 8px;
}

/* line 34, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__pic img {
  width: calc(5vw + 30px);
  height: calc(5vw + 30px);
  margin: auto auto !important;
  border-radius: 50%;
  max-width: 100px;
  max-height: 100px;
}

/* line 43, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__content {
  display: inline-block;
  vertical-align: top;
  padding: calc(0.9vw + 6px);
  padding-left: 2px;
  width: calc(100% - 8vw - 60px);
}

/* line 49, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__content h2 {
  margin: 0;
  padding: 0;
  font-weight: var(--fw-bold);
  display: flex;
  align-items: center;
}

/* line 55, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__content h2 .follow-action-button {
  visibility: hidden;
  margin: 0.2em 0.5em;
}

/* line 58, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__content h2 .follow-action-button.showing {
  visibility: visible;
}

/* line 63, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__content .ltag__user__summary {
  margin: 0.3em 0;
  padding: 0;
  font-size: 0.87em;
  margin-bottom: 0;
  line-height: 1.2em;
  opacity: 0.85;
}

/* line 71, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__content .ltag__user__taglist {
  margin: 1em 0px;
  padding: 0px;
  line-height: 1;
  font-size: 0.8em;
  opacity: 0.7;
}

/* line 77, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__content .ltag__user__taglist a {
  color: #0a0a0a;
  margin-right: 1em;
  display: inline-block;
  height: 30px;
}

/* line 83, app/assets/stylesheets/ltags/UserTag.scss */
.ltag__user .ltag__user__content .ltag__user__taglist img {
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  margin-right: 2px;
  vertical-align: -0.1em;
  left: 0px;
}

/* line 97, app/assets/stylesheets/ltags/UserTag.scss */
.crayons-article-sticky .ltag__user .ltag__user__pic {
  width: 60px;
  height: 60px;
}

/* line 100, app/assets/stylesheets/ltags/UserTag.scss */
.crayons-article-sticky .ltag__user .ltag__user__pic img {
  width: 40px;
  height: 40px;
}

/* line 105, app/assets/stylesheets/ltags/UserTag.scss */
.crayons-article-sticky .ltag__user .ltag__user__content {
  width: calc(100% - 65px);
}

/* line 107, app/assets/stylesheets/ltags/UserTag.scss */
.crayons-article-sticky .ltag__user .ltag__user__content h2 {
  font-size: 1.4em;
  line-height: 1.42em;
  display: block;
}

/* line 111, app/assets/stylesheets/ltags/UserTag.scss */
.crayons-article-sticky .ltag__user .ltag__user__content h2 .ltag__user__link {
  width: 100%;
  display: block;
}

/* line 115, app/assets/stylesheets/ltags/UserTag.scss */
.crayons-article-sticky .ltag__user .ltag__user__content h2 .follow-action-button {
  display: block;
  margin: 10px 0;
}

/* line 120, app/assets/stylesheets/ltags/UserTag.scss */
.crayons-article-sticky .ltag__user .ltag__user__content h3 {
  margin-top: 4px !important;
}

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

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

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

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

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

/* line 103, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn.crayons-btn--inverted, .ltag__wikipedia--container .crayons-btn--inverted.ltag__wikipedia--btn, .gh-btn-container .crayons-btn--inverted.gh-btn, .ltag__reddit--container .crayons-btn--inverted.ltag__reddit--btn, .ltag__stackexchange--container .crayons-btn--inverted.ltag__stackexchange--btn {
  --bg: var(--bg-inverted);
  --bg-hover: var(--bg-inverted-hover);
  --border: var(--border-inverted);
  --border-hover: var(--border-inverted-hover);
  --color: var(--color-inverted);
  --color-hover: var(--color-inverted-hover);
}

/* line 112, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn[disabled], .ltag__wikipedia--container .ltag__wikipedia--btn[disabled], .gh-btn-container .gh-btn[disabled], .ltag__reddit--container .ltag__reddit--btn[disabled], .ltag__stackexchange--container .ltag__stackexchange--btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

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

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

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

/* line 143, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn > *, .ltag__wikipedia--container .ltag__wikipedia--btn > *, .gh-btn-container .gh-btn > *, .ltag__reddit--container .ltag__reddit--btn > *, .ltag__stackexchange--container .ltag__stackexchange--btn > * {
  pointer-events: none;
}

/* line 145, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn > * + input, .ltag__wikipedia--container .ltag__wikipedia--btn > * + input, .gh-btn-container .gh-btn > * + input, .ltag__reddit--container .ltag__reddit--btn > * + input, .ltag__stackexchange--container .ltag__stackexchange--btn > * + input {
  pointer-events: revert;
}

/* line 151, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn--secondary, .ltag__wikipedia--container .ltag__wikipedia--btn, .gh-btn-container .gh-btn, .ltag__reddit--container .ltag__reddit--btn, .ltag__stackexchange--container .ltag__stackexchange--btn {
  --bg: var(--button-secondary-bg);
  --bg-hover: var(--button-secondary-bg-hover);
  --color: var(--button-secondary-color);
  --color-hover: var(--button-secondary-color-hover);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 392, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn, .crayons-btn-group .gh-btn-container .gh-btn, .gh-btn-container .crayons-btn-group .gh-btn, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn {
  border-radius: 0;
}

/* line 395, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .crayons-btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .crayons-btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .gh-btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .gh-btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .gh-btn-container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .gh-btn-container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .gh-btn-container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .gh-btn-container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__reddit--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .ltag__reddit--container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined), .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined) {
  box-shadow: var(--shadow), inset 1px 0 0 rgba(0, 0, 0, 0.1);
  margin-left: -1px;
}

/* line 399, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .crayons-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__wikipedia--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .crayons-btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .gh-btn-container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .crayons-btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .gh-btn-container .crayons-btn-group .ltag__wikipedia--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .gh-btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .gh-btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .gh-btn-container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .gh-btn-container .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .gh-btn-container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .gh-btn-container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .gh-btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__reddit--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .crayons-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__reddit--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__reddit--container .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__reddit--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__reddit--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .crayons-btn-group .ltag__stackexchange--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .crayons-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__wikipedia--container .ltag__stackexchange--container .crayons-btn-group .ltag__wikipedia--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .gh-btn-container .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .gh-btn-container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .gh-btn-container .crayons-btn-group .ltag__stackexchange--container .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .gh-btn-container .crayons-btn-group .gh-btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__reddit--container .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__reddit--container .crayons-btn-group .ltag__stackexchange--container .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .ltag__stackexchange--btn:not(.crayons-btn--outlined):hover {
  box-shadow: var(--shadow-hover), inset 0 0 0 rgba(0, 0, 0, 0.1);
}

/* line 404, app/assets/stylesheets/ltags/../components/buttons.scss */
.crayons-btn-group .crayons-btn + .crayons-btn--outlined, .crayons-btn-group .ltag__wikipedia--container .ltag__wikipedia--btn + .crayons-btn--outlined, .ltag__wikipedia--container .crayons-btn-group .ltag__wikipedia--btn + .crayons-btn--outlined, .crayons-btn-group .gh-btn-container .gh-btn + .crayons-btn--outlined, .gh-btn-container .crayons-btn-group .gh-btn + .crayons-btn--outlined, .crayons-btn-group .ltag__reddit--container .ltag__reddit--btn + .crayons-btn--outlined, .ltag__reddit--container .crayons-btn-group .ltag__reddit--btn + .crayons-btn--outlined, .crayons-btn-group .ltag__stackexchange--container .ltag__stackexchange--btn + .crayons-btn--outlined, .ltag__stackexchange--container .crayons-btn-group .ltag__stackexchange--btn + .crayons-btn--outlined {
  margin-left: calc(-1 * var(--border-width));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4, app/assets/stylesheets/ltags/WikipediaTag.scss */
.ltag__wikipedia--container {
  border: 1px solid var(--form-border);
  box-shadow: var(--shadow-smooth);
  border-radius: var(--radius-auto);
  margin: 1.1em auto 1.3em;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  overflow: hidden;
  padding-top: 1rem;
}

/* line 14, app/assets/stylesheets/ltags/WikipediaTag.scss */
.ltag__wikipedia--container .ltag__wikipedia--header {
  font-weight: var(--fw-normal);
  font-size: var(--fs-xl);
  line-height: var(--lh-base);
  margin: 0em 0 0.5em;
  padding: 0 var(--su-5);
}

/* line 21, app/assets/stylesheets/ltags/WikipediaTag.scss */
.ltag__wikipedia--container .ltag__wikipedia--header > a {
  color: var(--link-branded-color);
}

/* line 25, app/assets/stylesheets/ltags/WikipediaTag.scss */
.ltag__wikipedia--container .ltag__wikipedia--header .ltag__wikipedia--logo {
  width: 1.15em;
  max-width: 1.1em;
  display: inline-block;
  left: 0;
  margin: 0 var(--su-2) 0 0;
  vertical-align: middle;
  filter: invert(0);
  filter: var(--theme-social-icon-invert, invert(0));
}

/* line 37, app/assets/stylesheets/ltags/WikipediaTag.scss */
.ltag__wikipedia--container .ltag__wikipedia--extract {
  font-weight: var(--fw-normal);
  margin: 0;
  margin-left: 0.15em;
  font-size: var(--fs-s);
  line-height: var(--lh-base);
  padding: 0 var(--su-5);
}

/* line 46, app/assets/stylesheets/ltags/WikipediaTag.scss */
.ltag__wikipedia--container .ltag__wikipedia--btn--container {
  padding: 1rem;
  z-index: var(--z-elevate);
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 60px 42px #fff;
  box-shadow: 0px 0px 60px 42px var(--theme-container-background, #fff);
}

/* line 59, app/assets/stylesheets/ltags/WikipediaTag.scss */
.ltag__wikipedia--container .ltag__wikipedia--btn > a,
.ltag__wikipedia--container .ltag__wikipedia--btn > a:hover {
  color: var(--button-secondary-color);
}

/* line 1, app/assets/stylesheets/email_subscriptions.scss */
.unsubscribed {
  background: #66e2d5;
  color: #0c3d38;
  margin: 100px auto;
  padding: 40px 10px;
}

@media screen and (min-width: 645px) {
  /* line 1, app/assets/stylesheets/email_subscriptions.scss */
  .unsubscribed {
    margin: 100px auto;
    width: 565px;
    padding: 40px;
  }
}

/* line 14, app/assets/stylesheets/email_subscriptions.scss */
.unsubscribed--red {
  background: #ea919a;
}

/* line 18, app/assets/stylesheets/email_subscriptions.scss */
.unsubscribed__title {
  font-weight: 600;
  font-size: 26px;
}

/* line 23, app/assets/stylesheets/email_subscriptions.scss */
.unsubscribed__message {
  font-weight: 400;
}

/* line 11, app/assets/stylesheets/runtime.scss */
.ForemWebView-only,
.ForemWebView-iOS-only,
.ForemWebView-Android-only,
.Desktop-only,
.Browser-only,
.Browser-iOS-only,
.Browser-Android-only,
.Browser-macOS-only,
.Browser-Windows-only,
.Browser-Linux-only {
  display: none;
}

/* line 26, app/assets/stylesheets/runtime.scss */
body[data-runtime='ForemWebView-iOS'] .ForemWebView-only,
body[data-runtime='ForemWebView-Android'] .ForemWebView-only {
  display: var(--runtime-display, block);
}

/* line 32, app/assets/stylesheets/runtime.scss */
body[data-runtime='ForemWebView-iOS'] .ForemWebView-iOS-only,
body[data-runtime='ForemWebView-Android'] .ForemWebView-Android-only {
  display: var(--runtime-display, block);
}

/* line 38, app/assets/stylesheets/runtime.scss */
body[data-runtime$='Windows'] .Desktop-only,
body[data-runtime$='Linux'] .Desktop-only,
body[data-runtime$='macOS'] .Desktop-only {
  display: var(--runtime-display, block);
}

/* line 46, app/assets/stylesheets/runtime.scss */
body[data-runtime='Browser-Android'] .Browser-only,
body[data-runtime='Browser-iOS'] .Browser-only,
body[data-runtime='Browser-Linux'] .Browser-only,
body[data-runtime='Browser-Windows'] .Browser-only,
body[data-runtime='Browser-macOS'] .Browser-only {
  display: var(--runtime-display, block);
}

/* line 55, app/assets/stylesheets/runtime.scss */
body[data-runtime='Browser-Android'] .Browser-Android-only,
body[data-runtime='Browser-iOS'] .Browser-iOS-only,
body[data-runtime='Browser-Linux'] .Browser-Linux-only,
body[data-runtime='Browser-Windows'] .Browser-Windows-only,
body[data-runtime='Browser-macOS'] .Browser-macOS-only {
  display: var(--runtime-display, block);
}

/**
*
* Makes working with themeable CSS variables easier.
*
* $property: the CSS property to theme.
* $cssVariable: The CSS variable that will store the themed value.
* $fallback: The value to use as a fallback but as well for the CSS variable default value.
*/
/* Mixin for a load more wrapper, made by a container div and child button */
/**
*
* Generates the src property for @font-face. The mixin is required
* so that webpack for Storybook and the application can both
* generate the font URL correctly.
*
* $font: the font file name, e.g. 'OpenDyslexic-Regular.otf'
*/
/* line 5, app/assets/stylesheets/runtime-banner.scss */
.runtime-banner {
  display: flex;
  margin: 0 auto;
  left: var(--su-4);
  right: var(--su-4);
  position: fixed;
  bottom: calc(var(--su-2) + env(safe-area-inset-bottom));
  flex-flow: row nowrap;
  align-items: center;
  padding: var(--su-3);
  max-width: calc(min(100% - var(--su-4) * 2, 750px));
  z-index: var(--z-popover);
  border-radius: var(--radius);
  background: #012026;
  color: var(--snackbar-color);
  font-size: var(--fs-s);
}

/* line 22, app/assets/stylesheets/runtime-banner.scss */
.runtime-banner :any-link {
  color: inherit;
}

/* line 27, app/assets/stylesheets/runtime-banner.scss */
.runtime-banner a svg {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
}

/* line 33, app/assets/stylesheets/runtime-banner.scss */
.runtime-banner a div > span:first-child {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: var(--su-1);
}

/* line 40, app/assets/stylesheets/runtime-banner.scss */
.runtime-banner a div > span:last-child {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  opacity: 0.65;
}

/* line 49, app/assets/stylesheets/runtime-banner.scss */
.runtime-banner button > svg {
  color: #ffffff;
}

@media (max-width: 768px) {
  /* line 58, app/assets/stylesheets/runtime-banner.scss */
  div[data-current-page='stories-show'] .runtime-banner {
    bottom: calc(var(--su-9) + env(safe-area-inset-bottom));
  }
}

/* line 63, app/assets/stylesheets/runtime-banner.scss */
.mobile-deep-link-banner {
  margin: 30px;
  text-align: center;
}

/* line 67, app/assets/stylesheets/runtime-banner.scss */
.mobile-deep-link-banner .crayons-card {
  max-width: 500px;
  margin: 30px auto;
}

/* line 74, app/assets/stylesheets/runtime-banner.scss */
#mobile-deep-link-spinner svg {
  margin: 30px auto;
}
