/* Generated from resources/less/forum.less. Edit the Less source and regenerate this file. */
/* HFLC forum visual refresh */
/**
 * Adds a focus ring to an element.
 *
 * This is only shown when focus is provided via keyboard, using the
 * `:focus-visible` selector, and `:-moz-focusring` for older Firefox.
 */
/** 
 * This mixin allows support for a custom focus
 * selector to be supplied.
 *
 * For example...
 * 
 *? button { .add-keyboard-focus-ring(":focus-within") }
 * becomes
 *? button:focus-within { <styles>  }
 *
 * AND
 *
 *? button { .add-keyboard-focus-ring(" :focus-within") }
 * becomes
 *? button :focus-within { <styles>  }
 */
/** 
 * This mixin allows support for a custom element nearby the focused one
 * to have a focus style applied to it
 *
 * For example...
 * 
 *? button { .add-keyboard-focus-ring-nearby("+ .myOtherElement") }
 * becomes
 *? button:-moz-focusring + .myOtherElement { <styles> }
 *? button:focus-within + .myOtherElement { <styles> }
 */
/**
 * Allows an offset to be supplied for an a11y
 * outline.
 *
 * Useful for elements whose content is right up
 * against their bounds.
 *
 * `.addKeyboardFocusRingOffset(2px)` will add an
 *  offset of 2 pixels to the outline.
 */
/**
 * Allows an offset to be supplied for an a11y
 * outline.
 *
 * Useful for elements whose content is right up
 * against their bounds.
 */
/** 
 * This mixin allows support for a custom element nearby the focused one
 * to have a focus style applied to it
 *
 * For example...
 * 
 *? button { .add-keyboard-focus-ring-nearby("+ .myOtherElement") }
 * becomes
 *? button:-moz-focusring + .myOtherElement { <styles> }
 *? button:focus-within + .myOtherElement { <styles> }
 */
/**
 * Should be used at the `:root` level to declare the color variations as custom CSS properties first.
 * Then use the `.Button--color-auto()` below to use those variations on your element.
 *
 * `@name` parameter must be unique.
 *
 * For example:
 * :root {
 *   .Button--color-vars(green, white, 'button-success');
 * }
 *
 * .Button--success {
 *   .Button-color-auto('button-success');
 * }
 */
/**
 * Legacy mixin, allows customizing button colors inline without declaring custom CSS properties at the root.
 * For a better theming experience, declaring the custom CSS properties at the root first using `Button--color-vars()`
 * then using `Button--color-auto()` is recommended.
 */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
/** @deprecated */
:root {
  --primary-color: #b9842e;
  --secondary-color: #24343d;
  --body-bg: #f6f7f3;
  --body-bg-shaded: #eef1ec;
  --body-bg-light: #ffffff;
  --text-color: #20242b;
  --link-color: #276274;
  --heading-color: #171b20;
  --muted-color: #66717c;
  --muted-more-color: #8d96a0;
  --control-bg: #ebeef0;
  --control-bg-light: #f3f5f5;
  --control-bg-shaded: #dde3e4;
  --control-color: #56636d;
  --header-bg: #ffffff;
  --header-color: #173f49;
  --header-control-bg: #eef4f2;
  --header-control-color: #52636b;
  --hero-bg: #1f5663;
  --hero-color: #ffffff;
  --button-primary-bg: #c99a49;
  --button-primary-bg-hover: #b88635;
  --button-primary-bg-active: #a7782c;
  --button-primary-color: #ffffff;
  --button-bg: #edf1ef;
  --button-bg-hover: #e1e9e6;
  --button-bg-active: #d6e0dd;
  --button-color: #3d4a52;
  --discussion-list-item-bg-hover: #fafbf8;
  --border-radius: 8px;
  --header-height: 64px;
  --header-height-phone: 54px;
  --hflc-forum-build: "20260625a";
}
body {
  background: var(--body-bg);
  color: var(--text-color);
  font-size: 14px;
}
.App {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(246, 247, 243, 0) 320px), var(--body-bg);
}
.Button {
  border-radius: 7px;
  font-weight: 650;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, transform 0.16s ease;
}
.Button:active {
  transform: translateY(1px);
}
.Button--primary {
  box-shadow: 0 8px 18px rgba(185, 132, 46, 0.22);
}
.Button--primary .Button-icon,
.IndexPage-newDiscussion .Button-icon {
  display: inline-block;
}
.FormControl {
  border: 1px solid rgba(36, 52, 61, 0.1);
  border-radius: 7px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .App-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(36, 52, 61, 0.08);
    box-shadow: 0 10px 30px rgba(36, 52, 61, 0.08);
    padding: 10px 8px;
    backdrop-filter: saturate(160%) blur(12px);
    -webkit-backdrop-filter: saturate(160%) blur(12px);
  }
  .App-header .container,
  .App-content > .IndexPage > .container,
  .TagsPage > .container,
  .DiscussionPage-discussion > .container,
  .DiscussionHero > .container {
    width: min(1180px, calc(100% - 48px));
  }
  .Header-title {
    line-height: 40px;
    margin-right: 22px;
  }
  .Header-title a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--header-color);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-decoration: none;
  }
  .Header-title a::after {
    content: "Help for Long COVID Forum";
  }
  .Header-logo {
    max-height: 36px;
    filter: drop-shadow(0 3px 8px rgba(36, 52, 61, 0.12));
  }
  .Header-primary {
    padding-top: 2px;
  }
  .Header-primary .Button--link,
  .Header-secondary .Button--link {
    border-radius: 7px;
    color: #33424a !important;
    font-weight: 650;
    padding: 9px 12px;
  }
  .Header-primary .Button--link:hover,
  .Header-primary .Button--link:focus,
  .Header-secondary .Button--link:hover,
  .Header-secondary .Button--link:focus {
    background: #eef4f2 !important;
    color: #173f49 !important;
    text-decoration: none;
  }
  .Header-secondary .item-signUp .Button--link {
    background: #173f49 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(23, 63, 73, 0.18);
  }
  .Header-secondary .Search {
    margin-right: 14px;
  }
  .Search-input input {
    width: 260px;
    height: 40px;
    background: #f4f4f0;
    color: var(--heading-color);
    padding-left: 38px;
  }
  .Search-input:before {
    color: #25343c;
    font-size: 15px;
    padding: 9px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .Header-title {
    margin-right: 12px;
  }
  .Header-title a {
    gap: 8px;
  }
  .Header-title a::after {
    content: "Forum";
  }
  .Header-primary .Button--link,
  .Header-secondary .Button--link {
    padding-right: 8px;
    padding-left: 8px;
  }
  .Search-input input {
    width: 190px;
  }
}
.IndexPage {
  padding-top: 1px;
}
@media (min-width: 992px) {
  .sideNavContainer {
    align-items: flex-start;
    gap: 34px;
  }
  .sideNav {
    margin-right: 0;
  }
  .sideNav,
  .sideNav > ul {
    width: 220px;
  }
  .sideNav > ul {
    position: sticky;
    top: calc(var(--header-height) + 18px);
    margin-top: 0;
    padding: 14px;
    border: 1px solid rgba(36, 52, 61, 0.09);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(36, 52, 61, 0.07000000000000001);
  }
  .sideNav > ul.affix {
    top: calc(var(--header-height) + 18px);
  }
  .sideNavOffset {
    margin-top: 0;
  }
  .IndexPage-nav .item-newDiscussion {
    margin-bottom: 12px;
  }
}
.sideNav .Dropdown--select .Dropdown-menu > li > a,
.TagsPage-nav .Dropdown--select .Dropdown-menu > li > a {
  border-radius: 6px;
  color: #34434c;
  font-weight: 650;
  margin: 2px 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.sideNav .Dropdown--select .Dropdown-menu > li > a:hover,
.TagsPage-nav .Dropdown--select .Dropdown-menu > li > a:hover {
  background: #f3f7f5;
  color: #173f49;
}
.sideNav .Dropdown--select .Dropdown-menu > li.active > a,
.TagsPage-nav .Dropdown--select .Dropdown-menu > li.active > a {
  background: #fff6e5;
  color: #8c641f;
  font-weight: 800;
}
.ForumSidebar-note {
  display: grid;
  gap: 5px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(39, 98, 116, 0.14);
  border-radius: 8px;
  background: #f3f8f6;
  color: #52616a;
  font-size: 12px;
  line-height: 1.45;
}
.ForumSidebar-note strong {
  color: #173f49;
  font-size: 13px;
}
.ForumSidebar-note--sso {
  background: #fff9ed;
  border-color: rgba(185, 132, 46, 0.22);
}
.ForumSidebar-note--safety {
  background: #f7f8f5;
}
.ForumSidebar-button {
  justify-content: center;
  min-height: 36px;
  margin-top: 4px;
  padding: 8px 10px;
  font-size: 12px;
}
.ForumSso-join {
  background: #173f49 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(23, 63, 73, 0.18);
}
.IndexPage-results {
  flex: 1;
  min-width: 0;
  padding: 18px 20px;
  border: 1px solid rgba(36, 52, 61, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(36, 52, 61, 0.08);
}
.ForumHub {
  margin-bottom: 18px;
  padding: 26px;
  border: 1px solid rgba(185, 132, 46, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, #fffefa 0%, #f2f7f5 100%);
  box-shadow: 0 12px 28px rgba(36, 52, 61, 0.06);
}
.ForumHub-intro {
  max-width: 720px;
}
.ForumHub-kicker {
  margin-bottom: 7px;
  color: #8c641f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ForumHub h1 {
  margin: 0 0 9px;
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 850;
  line-height: 1.16;
}
.ForumHub p {
  color: #52616a;
  font-size: 15px;
  line-height: 1.6;
}
.ForumHub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.ForumHub-primaryAction,
.ForumHub-secondaryAction {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}
.ForumHub-secondaryAction {
  background: #ffffff;
  color: #173f49;
  border: 1px solid rgba(23, 63, 73, 0.14);
}
.ForumHub-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.ForumHub-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  min-height: 118px;
  padding: 15px;
  border: 1px solid rgba(36, 52, 61, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: #52616a;
  text-decoration: none !important;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.ForumHub-card:hover,
.ForumHub-card:focus {
  border-color: rgba(39, 98, 116, 0.28);
  box-shadow: 0 10px 24px rgba(36, 52, 61, 0.08);
  transform: translateY(-1px);
}
.ForumHub-cardIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #eef4f2;
  color: #276274;
}
.ForumHub-cardText {
  display: grid;
  gap: 5px;
}
.ForumHub-cardText strong {
  color: #173f49;
  font-size: 14px;
  line-height: 1.25;
}
.ForumHub-cardText span {
  color: #66717c;
  font-size: 12px;
  line-height: 1.42;
}
.ForumHub-primaryAction.disabled {
  opacity: 0.62;
  pointer-events: none;
}
.IndexPage-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(36, 52, 61, 0.08);
}
.IndexPage-toolbar-view,
.IndexPage-toolbar-action {
  float: none;
}
.IndexPage-toolbar .Button {
  background: #f4f6f4;
  color: #33424a;
}
.DiscussionList-discussions > li:not(:last-child) {
  border-bottom: 1px solid rgba(36, 52, 61, 0.08);
}
@media (min-width: 768px) {
  .DiscussionListItem {
    margin: 0;
    padding: 0 8px;
    border-radius: 8px;
  }
  .DiscussionListItem:hover {
    background: var(--discussion-list-item-bg-hover);
  }
  .DiscussionListItem-content {
    padding-left: 60px;
    padding-right: 80px;
  }
  .DiscussionListItem-author {
    margin-top: 18px;
    margin-left: -52px;
  }
  .DiscussionListItem-main {
    padding: 16px 0;
  }
  .DiscussionListItem-title {
    margin-right: 0 !important;
    margin-bottom: 7px;
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 750;
    letter-spacing: 0;
  }
  .DiscussionListItem-info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: center;
    color: #75818a;
    font-size: 12px;
  }
  .DiscussionListItem-info > li {
    display: inline-flex;
    align-items: center;
  }
  .IndexPage .DiscussionListItem-info > .item-tags,
  .UserPage .DiscussionListItem-info > .item-tags {
    position: static;
    right: auto;
    top: auto;
    order: 2;
    max-width: none;
    margin-right: 0;
    white-space: normal;
    overflow: visible;
    -webkit-mask-image: none;
  }
  .DiscussionListItem-info > .item-terminalPost {
    order: 1;
  }
  .DiscussionListItem-count {
    margin-top: 18px;
    width: auto;
    min-width: 48px;
    margin-right: -68px;
    padding: 4px 9px 4px 26px;
    border-radius: 999px;
    background: #f1f4f2;
    color: #56636d;
    font-size: 12px;
    font-weight: 750;
  }
  .DiscussionListItem-count:before {
    margin-top: 1px;
    margin-left: -17px;
  }
}
.Avatar {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 6px 16px rgba(36, 52, 61, 0.12);
  font-weight: 800;
}
.TagLabel {
  padding: 0.22em 0.62em;
  border: 1px solid rgba(36, 52, 61, 0.1);
  border-radius: 999px;
  background: #f7f8f5;
  color: #3d4a52;
  font-size: 11px;
  font-weight: 750;
}
.TagLabel.colored,
.TagLabel--colored {
  --tag-color: var(--tag-bg);
  background: #ffffff;
  border-color: currentColor;
  color: var(--tag-bg) !important;
}
.TagLabel.colored .TagLabel-text,
.TagLabel--colored .TagLabel-text {
  color: inherit !important;
}
.TagLabel-icon {
  margin-right: 4px;
}
.ForumTopicType {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0.22em 0.62em;
  border: 1px solid rgba(39, 98, 116, 0.18);
  border-radius: 999px;
  background: #eef4f2;
  color: #276274;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}
.ForumTopicType .icon {
  font-size: 11px;
}
.ForumTopicType--provider {
  border-color: rgba(39, 98, 116, 0.2);
  background: #eef7f8;
  color: #1f6473;
}
.ForumTopicType--treatment {
  border-color: rgba(185, 132, 46, 0.24);
  background: #fff6e5;
  color: #8c641f;
}
.ForumTopicType--archive {
  border-color: rgba(102, 113, 124, 0.22);
  background: #f1f4f2;
  color: #66717c;
}
.ForumTopicType--providerImport {
  border-color: rgba(39, 98, 116, 0.22);
  background: #f0f6f6;
  color: #2d6570;
}
.ForumTopicType--treatmentImport {
  border-color: rgba(185, 132, 46, 0.26);
  background: #fff7e8;
  color: #8c641f;
}
.ForumTopicType--question {
  border-color: rgba(72, 101, 163, 0.2);
  background: #eff4fb;
  color: #4865a3;
}
.DiscussionHero {
  --hero-bg: #1f5663;
  --contrast-color: #ffffff;
  background: linear-gradient(135deg, #1f5663, #264851);
  border-bottom: 1px solid rgba(36, 52, 61, 0.12);
  text-align: left;
}
.DiscussionHero .container {
  padding-top: 34px;
  padding-bottom: 34px;
}
.DiscussionHero .containerNarrow {
  max-width: 900px;
}
.DiscussionHero h1 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
}
.DiscussionHero .TagsLabel {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.DiscussionHero .TagsLabel .TagLabel {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff !important;
}
.DiscussionHero .TagsLabel .TagLabel-text {
  color: #ffffff !important;
}
.DiscussionHero-supportNote {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}
.DiscussionHero-supportNote .ForumTopicType {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
  color: #ffffff;
}
@media (min-width: 768px) {
  .DiscussionPage-discussion > .container {
    grid-gap: 52px;
    padding-top: 30px;
  }
  .DiscussionPage-stream {
    padding: 4px 0 36px;
  }
  .PostStream {
    padding: 8px 20px 20px;
    border: 1px solid rgba(36, 52, 61, 0.09);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(36, 52, 61, 0.07000000000000001);
  }
  .Post {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 20px;
  }
  .DiscussionPage-nav {
    top: calc(var(--header-height) + 20px);
    padding: 14px;
    border: 1px solid rgba(36, 52, 61, 0.09);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(36, 52, 61, 0.07000000000000001);
  }
}
.Post-header {
  color: #687680;
}
.PostUser-name,
.PostUser-name a,
.PostUser h3,
.PostUser h3 a {
  color: var(--heading-color);
  font-weight: 800;
}
.Post-body {
  color: #242a31;
  font-size: 15px;
  line-height: 1.75;
}
.Post-body strong,
.Post-body b {
  color: #171b20;
}
.Post-body a {
  color: #996b22;
  border-bottom-color: rgba(185, 132, 46, 0.28);
}
.Post-body blockquote {
  border-top: 0;
  border-bottom: 0;
  border-left: 4px solid #c99a49;
  background: #f7f4eb;
  color: #3f4850;
}
.TagsPage {
  padding-top: 30px;
}
.TagsPage-content {
  flex: 1;
}
.TagTiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  overflow: visible;
}
.TagTiles > li {
  float: none !important;
  width: auto !important;
  height: 220px;
}
.TagTile {
  overflow: hidden;
  border: 1px solid rgba(36, 52, 61, 0.09);
  border-top: 4px solid var(--tag-bg, #9a8360);
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(36, 52, 61, 0.07000000000000001);
}
.TagTile,
.TagTile a,
.TagTile.colored,
.TagTile.colored a {
  color: var(--text-color) !important;
}
.TagTile-info {
  padding: 22px;
  bottom: 50px;
  overflow: hidden;
}
.TagTile-info:hover {
  background: #fbfcf9;
}
.TagTile-info .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border-radius: 8px;
  background: #eef4f2;
  color: var(--tag-bg, #9a8360);
  font-size: 18px;
}
.TagTile-name {
  margin-top: 3px;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 800;
}
.TagTile-description {
  clear: both;
  color: #5c6872;
  font-size: 13px;
  line-height: 1.48;
  opacity: 1;
}
.TagTile-lastPostedDiscussion {
  height: 50px;
  margin: 0;
  padding: 13px 18px;
  border-top: 1px solid rgba(36, 52, 61, 0.08);
  background: #f7f8f5;
  color: #66717c !important;
  opacity: 1;
}
@media (max-width: 767.98px) {
  :root {
    --header-height-phone: 54px;
  }
  body {
    font-size: 14px;
  }
  .App-header {
    background: #ffffff;
  }
  .Header-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Header-logo {
    max-height: 34px;
  }
  .IndexPage-results {
    margin: 0 -15px;
    padding: 14px 12px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .ForumHub {
    padding: 20px;
  }
  .ForumHub h1 {
    font-size: 23px;
  }
  .ForumHub p {
    font-size: 14px;
  }
  .ForumHub-cards {
    grid-template-columns: 1fr;
  }
  .ForumHub-card {
    min-height: 0;
  }
  .IndexPage-toolbar {
    padding-left: 3px;
    padding-right: 3px;
  }
  .DiscussionListItem-content {
    padding-left: 58px;
  }
  .DiscussionListItem-title {
    font-size: 15px;
    font-weight: 750;
  }
  .DiscussionListItem-info {
    white-space: normal;
  }
  .TagLabel {
    margin-top: 3px;
  }
  .DiscussionHero {
    text-align: left;
  }
  .DiscussionHero .container {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .DiscussionHero h1 {
    font-size: 22px;
  }
  .Post {
    padding-left: 12px;
    padding-right: 12px;
  }
  .Post-body {
    font-size: 15px;
  }
  .TagTiles {
    display: grid;
    gap: 12px;
    margin: 0;
  }
  .TagTiles > li {
    height: 230px;
  }
}
