/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
.suggested-features--new .back-to-features-link,
.suggested-features--edit .back-to-features-link {
  align-items: center;
  color: var(--color-text-medium-contrast);
  display: inline-flex;
  font-size: 14px;
  gap: 4px;
  margin-top: 8px;
  margin-bottom: 24px;
  text-decoration: none;
}
.suggested-features--new .back-to-features-link .material-icons,
.suggested-features--edit .back-to-features-link .material-icons {
  font-size: 16px;
}
.suggested-features--new .back-to-features-link:hover,
.suggested-features--edit .back-to-features-link:hover {
  color: var(--color-text-link);
}
.suggested-features--new .feature-show-card,
.suggested-features--edit .feature-show-card {
  background: var(--color-background-primary);
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 40px;
}
.suggested-features--new .form-field,
.suggested-features--edit .form-field {
  margin-top: 24px;
  margin-bottom: 24px;
}
.suggested-features--new .field-label,
.suggested-features--edit .field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.suggested-features--new input[type=text],
.suggested-features--new textarea,
.suggested-features--edit input[type=text],
.suggested-features--edit textarea {
  background: var(--color-background-primary);
  border: 1px solid var(--color-border-primary);
  border-radius: 4px;
  box-sizing: border-box;
  font: inherit;
  max-width: 100%;
  padding: 10px 12px;
  width: 100%;
}
.suggested-features--new input[type=text]:focus,
.suggested-features--new textarea:focus,
.suggested-features--edit input[type=text]:focus,
.suggested-features--edit textarea:focus {
  border-color: var(--color-text-link);
  outline: none;
}
.suggested-features--new textarea,
.suggested-features--edit textarea {
  field-sizing: content;
  min-height: 150px;
  resize: vertical;
}
.suggested-features--new .description-split-panel,
.suggested-features--edit .description-split-panel {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .suggested-features--new .description-split-panel,
  .suggested-features--edit .description-split-panel {
    flex-direction: row;
    gap: 32px;
  }
}
.suggested-features--new .description-field,
.suggested-features--edit .description-field {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.suggested-features--new .description-tips,
.suggested-features--edit .description-tips {
  background: var(--color-background-element-low-contrast);
  border-radius: 6px;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .suggested-features--new .description-tips,
  .suggested-features--edit .description-tips {
    flex-basis: 320px;
    flex-shrink: 0;
  }
}
.suggested-features--new .description-tips .tips-heading,
.suggested-features--edit .description-tips .tips-heading {
  font-size: 16px;
  margin: 0 0 16px 0;
}
.suggested-features--new .description-tips .tips-list,
.suggested-features--edit .description-tips .tips-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.suggested-features--new .description-tips li,
.suggested-features--edit .description-tips li {
  align-items: flex-start;
  color: var(--color-text-medium-contrast);
  display: flex;
  font-size: 14px;
  gap: 8px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.suggested-features--new .description-tips li:last-child,
.suggested-features--edit .description-tips li:last-child {
  margin-bottom: 0;
}
.suggested-features--new .description-tips .tip-icon,
.suggested-features--edit .description-tips .tip-icon {
  color: #0bbf7d;
  flex-shrink: 0;
  font-size: 18px;
  margin-top: -1px;
}
.suggested-features--new .form-actions,
.suggested-features--edit .form-actions {
  margin-top: 32px;
}
.suggested-features--new .suggested-feature-form:has(.feature-title-input:placeholder-shown) .feature-submit,
.suggested-features--new .suggested-feature-form:has(.feature-body-input:placeholder-shown) .feature-submit,
.suggested-features--edit .suggested-feature-form:has(.feature-title-input:placeholder-shown) .feature-submit,
.suggested-features--edit .suggested-feature-form:has(.feature-body-input:placeholder-shown) .feature-submit {
  opacity: 0.45;
  pointer-events: none;
}

.suggested-features--index > h1 {
  margin-top: 8px;
  margin-bottom: 12px;
}
.suggested-features--index .top-voted-features-section {
  margin-bottom: 12px;
}
.suggested-features--index .filter-container {
  margin: 12px 0;
}
.suggested-features--index .filter-container .suggested-filter-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.suggested-features--index .filter-container .search-input-wrapper {
  flex: 1 1 250px;
  min-width: 0;
  position: relative;
}
.suggested-features--index .filter-container .search-input-wrapper .search-icon {
  color: var(--color-text-low-contrast);
  font-size: 18px;
  left: 8px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.suggested-features--index .filter-container .search-input,
.suggested-features--index .filter-container select {
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 6px 10px;
}
.suggested-features--index .filter-container .search-input {
  font-size: 16px;
  padding-left: 32px;
  width: 100%;
}
.suggested-features--index .feature-suggestions-summary {
  color: var(--color-text-medium-contrast);
  font-size: 13px;
  margin-bottom: 10px;
}
.suggested-features--index .feature-suggestions-summary a {
  color: inherit;
  text-decoration: underline;
}
.suggested-features--index .feature-suggestions-summary a:hover {
  color: var(--color-text-high-contrast);
}
.suggested-features--index .feature-suggestions-summary .feature-suggestions-summary-separator {
  margin: 0 6px;
}
.suggested-features--index .feature-suggestion-container {
  align-items: stretch;
  background: var(--color-background-primary);
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  display: flex;
  margin-bottom: 8px;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.suggested-features--index .feature-suggestion-container:hover {
  border-color: var(--color-border-tertiary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.suggested-features--index .feature-suggestion-container.is-declined {
  opacity: 0.65;
}
.suggested-features--index .feature-suggestion-container.is-declined .suggestion-link {
  text-decoration: line-through;
}
.suggested-features--index .feature-suggestion-container .suggestion-right-side {
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .suggested-features--index .feature-suggestion-container .suggestion-right-side {
    padding: 10px 20px;
  }
}
.suggested-features--index .feature-suggestion-container .suggestion-link::after {
  content: "";
  inset: 0;
  position: absolute;
}
.suggested-features--index .feature-suggestion-container .suggestion-detail a {
  position: relative;
  z-index: 1;
}
.suggested-features--index .feature-suggestion-container .suggestion-title-row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.suggested-features--index .feature-suggestion-container .suggestion-title {
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}
.suggested-features--index .feature-suggestion-container .suggestion-detail {
  color: var(--color-text-medium-contrast);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 12px;
  margin-top: 4px;
}
.suggested-features--index .feature-suggestion-container .suggestion-detail .detail-item {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}
.suggested-features--index .feature-suggestion-container .suggestion-detail .detail-icon {
  color: var(--color-text-low-contrast);
  font-size: 16px;
  line-height: 1;
}

.dev-view-as-toggle {
  background: var(--color-background-primary);
  border: 1px solid #ffb238;
  border-radius: 8px;
  bottom: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  max-width: 240px;
  padding: 10px 12px;
  position: fixed;
  right: 16px;
  z-index: 9999;
}
.dev-view-as-toggle .dev-view-as-toggle-header {
  align-items: center;
  column-gap: 6px;
  display: flex;
  margin-bottom: 8px;
}
.dev-view-as-toggle .dev-view-as-toggle-badge {
  background: #ffb238;
  border-radius: 3px;
  color: var(--color-text-high-contrast);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 1px 5px;
}
.dev-view-as-toggle .dev-view-as-toggle-label {
  color: var(--color-text-medium-contrast);
  font-weight: 600;
}
.dev-view-as-toggle .dev-view-as-toggle-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dev-view-as-toggle .dev-view-as-toggle-option {
  background: var(--color-background-element-low-contrast);
  border: 1px solid var(--color-border-primary);
  border-radius: 999px;
  color: var(--color-text-high-contrast);
  padding: 3px 10px;
  text-decoration: none;
}
.dev-view-as-toggle .dev-view-as-toggle-option:hover {
  border-color: #ffb238;
}
.dev-view-as-toggle .dev-view-as-toggle-option.is-active {
  background: #ffb238;
  border-color: #ffb238;
  font-weight: 600;
}
.dev-view-as-toggle .dev-view-as-toggle-current {
  color: var(--color-text-medium-contrast);
  margin-top: 8px;
}

.suggested-features--show {
  background-color: var(--color-background-secondary);
}
.suggested-features--show .back-to-features-link {
  align-items: center;
  color: var(--color-text-medium-contrast);
  display: inline-flex;
  font-size: 14px;
  gap: 4px;
  margin-top: 8px;
  text-decoration: none;
}
.suggested-features--show .back-to-features-link .material-icons {
  font-size: 16px;
}
.suggested-features--show .back-to-features-link:hover {
  color: var(--color-text-link);
}
.suggested-features--show .change-status-container {
  margin: 12px 0;
}
.suggested-features--show .feature-show-card {
  background: var(--color-background-primary);
  border: 1px solid var(--color-border-primary);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.suggested-features--show .feature-show-card.is-completed .feature-show-title {
  color: var(--color-text-medium-contrast);
}
.suggested-features--show .feature-show-top {
  align-items: stretch;
  border-bottom: 1px solid var(--color-border-primary);
  display: flex;
}
.suggested-features--show .feature-show-header {
  flex: 1;
  min-width: 0;
  padding: 14px 16px 12px;
}
@media only screen and (min-width: 1024px) {
  .suggested-features--show .feature-show-header {
    padding: 16px 20px 14px;
  }
}
.suggested-features--show .feature-show-title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.suggested-features--show .feature-show-title {
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .suggested-features--show .feature-show-title {
    font-size: 22px;
  }
}
.suggested-features--show .edit-link {
  color: var(--color-text-medium-contrast);
  font-size: 13px;
  text-decoration: none;
}
.suggested-features--show .edit-link:hover {
  color: var(--color-text-link);
}
.suggested-features--show .feature-show-meta {
  color: var(--color-text-medium-contrast);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 12px;
}
.suggested-features--show .meta-item {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}
.suggested-features--show .meta-item a {
  color: inherit;
  text-decoration: none;
}
.suggested-features--show .meta-item a:hover {
  color: var(--color-text-link);
  text-decoration: underline;
}
.suggested-features--show .meta-icon {
  color: var(--color-text-low-contrast);
  font-size: 16px;
  line-height: 1;
}
.suggested-features--show .feature-show-body {
  padding: 16px;
}
@media only screen and (min-width: 1024px) {
  .suggested-features--show .feature-show-body {
    padding: 18px 20px;
  }
}
.suggested-features--show .feature-description {
  line-height: 1.65;
  max-width: 720px;
}
.suggested-features--show .feature-description p {
  margin: 0 0 1em;
}
.suggested-features--show .feature-description p:last-child {
  margin-bottom: 0;
}
.suggested-features--show .feature-image {
  margin-top: 20px;
}
.suggested-features--show .feature-image img {
  border-radius: 4px;
  max-height: 400px;
  max-width: 100%;
}
.suggested-features--show .feature-category-label {
  align-items: center;
  background: var(--color-background-action-low-contrast);
  border-radius: 5px;
  display: inline-flex;
  font-size: 14px;
  gap: 4px;
  padding: 2px 8px;
}
.suggested-features--show .feature-category-label .category-icon {
  font-size: 16px;
  line-height: 1;
}
.suggested-features--show .comments-container {
  margin-top: 50px;
  padding-bottom: 50px;
}
.suggested-features--show .comments-container .new-comment-form {
  margin-bottom: 20px;
}
.suggested-features--show .comments-container .login-to-comment {
  color: var(--color-text-medium-contrast);
  font-size: 14px;
}
.suggested-features--show .comments-container .comments-title {
  font-size: 16px;
  margin-bottom: 12px;
}
.suggested-features--show .comments-container .comments-title::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  content: "comment";
  padding-right: 6px;
}

.voting-comments-styled.voting-comment-container {
  background-color: var(--color-background-tertiary);
  border-radius: 10px;
  margin: 15px 0;
  padding: 20px 25px;
}
.voting-comments-styled.voting-comment-container .comment-top-line {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.voting-comments-styled.voting-comment-container .comment-top-line .comment-rating {
  margin-right: 10px;
}
.voting-comments-styled.voting-comment-container .comment-top-line .comment-author {
  color: var(--color-text-high-contrast);
  font-weight: bold;
  margin-right: 10px;
}
.voting-comments-styled.voting-comment-container .comment-top-line .comment-author a {
  color: inherit;
  text-decoration: none;
}
.voting-comments-styled.voting-comment-container .comment-top-line .comment-author a:hover {
  text-decoration: underline;
}
.voting-comments-styled.voting-comment-container .comment-top-line .comment-timestamp {
  color: var(--color-text-lower-contrast);
  font-size: 12px;
  font-weight: 400;
}
.voting-comments-styled.voting-comment-container .comment-content {
  overflow-wrap: break-word;
  word-break: break-word;
}
.voting-comments-styled.voting-comment-container .comment-actions {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}
.voting-comments-styled.voting-comment-container .comment-actions .comment-action,
.voting-comments-styled.voting-comment-container .comment-actions .reply-summary {
  color: var(--color-text-lower-contrast);
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  user-select: none;
}
.voting-comments-styled.voting-comment-container .comment-actions .comment-action:hover,
.voting-comments-styled.voting-comment-container .comment-actions .reply-summary:hover {
  color: var(--color-text-high-contrast);
}
.voting-comments-styled.voting-comment-container .comment-actions .comment-action--delete:hover {
  color: var(--color-text-error-high-contrast);
}
.voting-comments-styled.voting-comment-container .comment-actions .reply-summary {
  list-style: none;
}
.voting-comments-styled.voting-comment-container .comment-actions .reply-summary::-webkit-details-marker {
  display: none;
}
.voting-comments-styled.voting-comment-container .comment-actions .reply-details[open] {
  flex-basis: 100%;
}
.voting-comments-styled.voting-comment-container .comment-actions .reply-form {
  margin-top: 10px;
}
.voting-comments-styled.voting-comment-container .reply-thread {
  border-left: 2px solid var(--color-border-primary);
  margin-left: 36px;
  margin-top: 15px;
  padding-left: 12px;
}
.voting-comments-styled.voting-comment-container .reply-thread .voting-comment-container {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.voting-comments-styled.voting-comment-container .reply-thread .reply-comment-container + .reply-comment-container {
  margin-top: 15px;
}
.voting-comments-styled .radio-options {
  margin: 15px 0;
}
.voting-comments-styled .radio-options input[type=radio] {
  cursor: pointer;
  padding-top: 5px;
}
.voting-comments-styled .radio-options label {
  cursor: pointer;
  margin-right: 5px;
  padding: 5px;
}
.voting-comments-styled .content-wrapper {
  padding: 20px 0;
}
.voting-comments-styled .comment-textarea {
  background-color: var(--color-background-primary);
  border: 1px solid var(--color-border-primary);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--color-text-high-contrast);
  display: block;
  field-sizing: content;
  font: inherit;
  font-size: 14px;
  max-width: 100%;
  min-height: 2.6em;
  overflow-wrap: break-word;
  padding: 8px 10px;
  resize: none;
  width: 100%;
  word-break: break-word;
}
.voting-comments-styled .comment-textarea:focus {
  border-color: var(--color-border-tertiary);
  outline: none;
}
.voting-comments-styled .comment-form:has(.comment-textarea:placeholder-shown) .comment-submit {
  opacity: 0.45;
  pointer-events: none;
}

.suggested-features .breadcrumbs-section,
.suggested-features--new .breadcrumbs-section,
.suggested-features--edit .breadcrumbs-section,
.suggested-features--show .breadcrumbs-section {
  margin-top: 40px;
}
.suggested-features .content-wrapper,
.suggested-features--new .content-wrapper,
.suggested-features--edit .content-wrapper,
.suggested-features--show .content-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}
.suggested-features .suggestion-vote-count-container,
.suggested-features--new .suggestion-vote-count-container,
.suggested-features--edit .suggestion-vote-count-container,
.suggested-features--show .suggestion-vote-count-container {
  border-right: 1px solid var(--color-border-primary);
  position: relative;
  width: 96px;
}
@media only screen and (min-width: 1024px) {
  .suggested-features .suggestion-vote-count-container,
  .suggested-features--new .suggestion-vote-count-container,
  .suggested-features--edit .suggestion-vote-count-container,
  .suggested-features--show .suggestion-vote-count-container {
    width: 132px;
  }
}
.suggested-features .suggestion-vote-count-container .vote-count,
.suggested-features--new .suggestion-vote-count-container .vote-count,
.suggested-features--edit .suggestion-vote-count-container .vote-count,
.suggested-features--show .suggestion-vote-count-container .vote-count {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}
.suggested-features .suggestion-vote-count-container .vote-count-label,
.suggested-features--new .suggestion-vote-count-container .vote-count-label,
.suggested-features--edit .suggestion-vote-count-container .vote-count-label,
.suggested-features--show .suggestion-vote-count-container .vote-count-label {
  color: var(--color-text-medium-contrast);
  font-size: 12px;
}
.suggested-features .suggestion-vote-count-container > .vote-count,
.suggested-features .suggestion-vote-count-container > .vote-count-label,
.suggested-features--new .suggestion-vote-count-container > .vote-count,
.suggested-features--new .suggestion-vote-count-container > .vote-count-label,
.suggested-features--edit .suggestion-vote-count-container > .vote-count,
.suggested-features--edit .suggestion-vote-count-container > .vote-count-label,
.suggested-features--show .suggestion-vote-count-container > .vote-count,
.suggested-features--show .suggestion-vote-count-container > .vote-count-label {
  text-align: center;
}
.suggested-features .suggestion-vote-count-container > .vote-count,
.suggested-features--new .suggestion-vote-count-container > .vote-count,
.suggested-features--edit .suggestion-vote-count-container > .vote-count,
.suggested-features--show .suggestion-vote-count-container > .vote-count {
  padding-top: 10px;
}
.suggested-features .suggestion-vote-count-container > .vote-count-label,
.suggested-features--new .suggestion-vote-count-container > .vote-count-label,
.suggested-features--edit .suggestion-vote-count-container > .vote-count-label,
.suggested-features--show .suggestion-vote-count-container > .vote-count-label {
  padding-bottom: 10px;
}
.suggested-features .completed-label,
.suggested-features--new .completed-label,
.suggested-features--edit .completed-label,
.suggested-features--show .completed-label {
  background: var(--color-background-action-low-contrast);
  border-radius: 5px;
  color: var(--color-text-status);
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
}
