/* /colors/ */
/* Spacing */
/* /todo: probably remove the rest of these / */
/* /Line heights/ */
/* /Breakpoints/ */
.community-banner {
  display: block;
  background-color: #f6f5f4;
}
.community-banner .p-h1 {
  padding: 32px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.community-banner .p-h1 .community-homepage__link {
  font-family: "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #4854d3;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  margin: 16px 0 0;
  white-space: initial;
  text-decoration: none;
}
.community-banner .community-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.community-banner .community-image-container img {
  width: auto;
  height: 100%;
  max-height: 96px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 8px;
  float: right;
}

.user-details__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-details__container .user-details__avatar {
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 50%;
}

.agent-icon {
  position: relative;
  margin-top: 8px;
}
.agent-icon .author-is-agent {
  position: absolute;
  z-index: 1;
  top: 29px;
  left: 30px;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
  line-height: 17px;
}

.user-details__name {
  margin-right: 8px;
  font-size: 1rem;
}

.breadcrumbs {
  height: 100%;
}
.breadcrumbs li {
  line-height: 24px;
}

.typography-content__body {
  font-size: 0.875rem;
  font-weight: 400;
  word-break: break-word;
}
.typography-content__body p {
  font-size: 0.875rem;
}
.typography-content__body ul {
  list-style-type: disc;
}
.typography-content__body ol {
  list-style-type: decimal;
}
.typography-content__body pre {
  overflow: auto;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  border-radius: 3px;
  white-space: pre;
}
.typography-content__body p,
.typography-content__body ol,
.typography-content__body h2,
.typography-content__body h3,
.typography-content__body h4 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.typography-content__body h2,
.typography-content__body h3,
.typography-content__body h4 {
  margin-top: 0;
}
.typography-content__body ul,
.typography-content__body ol {
  padding-left: 20px;
  margin: 20px 0 20px 20px !important;
  list-style-position: outside;
}
.typography-content__body blockquote {
  padding: 0 15px;
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
}

.show-all__container {
  position: relative;
}
.show-all__container .dropdown-showall__button {
  padding: 9px 0;
  border: none;
  background: none;
  color: #007acd;
  cursor: pointer;
  white-space: nowrap;
}
.show-all__container .dropdown-showall__button img {
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
  margin-left: 4px;
}
.show-all__container .showall_dropdown-menu {
  position: absolute;
  z-index: 2000;
  left: 0;
  display: none;
  min-width: 230px;
  padding: 16px 0;
  border: 1px solid #d7d5d2;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
}
.show-all__container .showall_dropdown-menu a {
  color: #44413d;
}
.show-all__container .showall_dropdown-menu a:hover {
  color: #333;
  text-decoration: none;
}
@media (max-width: 480px) {
  .show-all__container .showall_dropdown-menu {
    right: auto;
    left: 0;
  }
}
.show-all__container .showall_dropdown-menu [role=menuitem] {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}
.show-all__container .showall_dropdown-menu [role=menuitem]:hover, .show-all__container .showall_dropdown-menu [role=menuitem]:focus {
  background: #f3f3f3;
}

.sort-by__container {
  position: relative;
}
.sort-by__container .dropdown-sortby__button {
  padding: 9px 0;
  border: none;
  background: none;
  color: #007acd;
  cursor: pointer;
  white-space: nowrap;
}
.sort-by__container .dropdown-sortby__button img {
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
  margin-left: 4px;
}
.sort-by__container .sortby_dropdown-menu {
  position: absolute;
  z-index: 2000;
  right: 0;
  display: none;
  min-width: 230px;
  padding: 16px 0;
  border: 1px solid #d7d5d2;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
}
.sort-by__container .sortby_dropdown-menu a {
  color: #44413d;
}
.sort-by__container .sortby_dropdown-menu a:hover {
  color: #333;
  text-decoration: none;
}
@media (max-width: 480px) {
  .sort-by__container .sortby_dropdown-menu {
    right: auto;
    left: 0;
  }
}
.sort-by__container .sortby_dropdown-menu [role=menuitem] {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}
.sort-by__container .sortby_dropdown-menu [role=menuitem]:hover, .sort-by__container .sortby_dropdown-menu [role=menuitem]:focus {
  background: #f3f3f3;
}

.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  margin-right: 8px;
  background-color: #5f6f88;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.status.status-label--pending-moderation {
  background-color: #8e9eb6;
}
.status.status-label--answered {
  background-color: #229b4b;
}
.status.status-label--completed {
  background-color: #229b4b;
}
.status.status-label--not_planned {
  background-color: #eb9600;
}
.status.status-label--planned {
  background-color: #02a5bc;
}

.community-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  margin: 8px;
  margin-left: 0;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
}
.community-badge.community-badge__titles {
  background-color: #ffcb4f;
  color: #943800;
}
.community-badge.community-badge__achievements {
  background-color: #006ebd;
  color: #fff;
}
.community-badge img {
  width: 16px;
  height: 16px;
}

.community-footer {
  background-color: #fff;
}
.community-footer .community-footer-left .p-h1 {
  padding-top: 48px;
  margin-bottom: 32px;
  font-family: "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  color: #4854d3;
  font-weight: 700;
  line-height: 24px;
  white-space: initial;
}
.community-footer .community-footer-left .tmh-button {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .community-footer .community-footer-left .tmh-button {
    margin-bottom: 24px;
  }
}
.community-footer .community-footer-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.community-footer .community-footer-right img {
  height: 100%;
  max-height: 162px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  float: right;
}
@media (max-width: 768px) {
  .community-footer .community-footer-right img {
    max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
  }
}

main img {
  max-width: 100%;
}

.post-breadcrumbs {
  margin-top: 32px;
}

.post-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 16px 0;
}
.post-header__container .post-title {
  margin-right: 8px;
  font-size: 18px;
}

.content-tags {
  margin: 24px 0;
}

.actions button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  white-space: nowrap;
}
.actions button:hover, .actions button:focus, .actions button:active {
  color: #393531;
}
.actions button::after {
  margin-left: 8px;
  color: #007acd;
  content: "Edit";
}

.post-primary__body {
  margin: 32px 0;
}

.post-button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.5px solid #d7d5d2;
  white-space: nowrap;
}
.post-button__container .post-button__follow div button {
  position: relative;
  display: block;
  width: 100%;
  min-width: 3rem;
  padding: 0.75rem 24px;
  border: none;
  margin-bottom: 24px;
  background-color: #007acd;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: background-color, border-color, padding-top, padding-bottom, color, -webkit-box-shadow;
  transition-property: background-color, border-color, padding-top, padding-bottom, color, -webkit-box-shadow;
  transition-property: background-color, border-color, box-shadow, padding-top, padding-bottom, color;
  transition-property: background-color, border-color, box-shadow, padding-top, padding-bottom, color, -webkit-box-shadow;
}
.post-button__container .post-button__follow div button:hover {
  background-color: #279be9;
  color: #fff;
}
.post-button__container .post-button__follow div button:active {
  background-color: #00569e;
}
.post-button__container .post-button__follow div button:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .post-button__container .post-button__follow div button {
    display: inline-block;
    width: auto;
    margin-right: 24px;
  }
}
.post-button__container .post-vote-sum {
  margin: 13px;
  color: #5a5653;
  font-size: 1rem;
  font-weight: 500;
}
.post-button__container .post-vote-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .post-button__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comment-header__container {
  margin-top: 80px;
}

.comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment-header .comment-count {
  padding: 9px 0;
  font-size: 18px;
  font-weight: 500;
}

.sort-by__container {
  float: right;
}

.tmh-container .post-comment__container:first-child {
  border-top: 0.5px solid #d7d5d2;
}

.post-comment__container {
  padding: 24px 0;
  border-bottom: 0.5px solid #d7d5d2;
}
.post-comment__container .post-comment__user-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-comment__container .post-comment-body {
  margin: 16px 0;
}

.vote-container button {
  width: 64px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d7d5d2;
  background: #fff;
  cursor: pointer;
  fill: #65605d;
}
.vote-container button:focus, .vote-container button.vote-voted {
  border: 2px solid #65605d;
}
.vote-container button:hover {
  background: #f3f3f3;
}
.vote-container .vote-up {
  border-radius: 3px 0 0 3px;
}
.vote-container .vote-down {
  border-radius: 0 3px 3px 0;
}

.post-vote-container button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .post-vote-container button {
    width: 100%;
  }
}

.comment-vote-sum {
  margin-left: 13px;
  font-weight: 500;
}

.post-create-comment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}
.post-create-comment__container .post-create-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-create-comment__container .post-create-comment textarea {
  resize: vertical;
}

.guidelines-link {
  margin-top: 8px;
  margin-bottom: 28px;
  font-size: 14px;
}

.official-comment {
  position: relative;
  padding: 24px;
  border: 1px solid #006ebd;
}
.official-comment .actions-comments button {
  margin-right: -24px;
}

.official-comment::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 4px 8px;
  background-color: #006ebd;
  color: #fff;
  content: "Official comment";
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 14px;
}

.current-comment-sorter {
  text-transform: lowercase;
}

/* stylelint-disable-next-line -- ID name was provided by Zendesk */
#community_comment_body {
  height: 101px;
}

@media (max-width: 480px) {
  .post-header__container .post-title {
    width: 100%;
    margin-right: 0;
  }
  .post-info {
    margin-top: 0;
  }
  .post-button__container .post-button__follow {
    margin-bottom: 16px;
  }
  .comment-header__container .comment-header {
    margin-top: 32px;
  }
  .sort-by__container {
    width: 100%;
    border-top: 0.5px solid #d7d5d2;
  }
  .comment-header .comment-count {
    padding: 0;
    margin-top: 40px;
  }
  .comment-header__container {
    margin-top: 0;
  }
  .post-create-comment__container .user-details__container {
    display: none;
  }
}
.date__container {
  position: relative;
}
.date__container .created-at {
  margin-right: 8px;
  color: #76716d;
  font-size: 0.75rem;
}
.date__container .edited-at__text,
.date__container .edited-at__date {
  color: #76716d;
  cursor: default;
  font-size: 0.75rem;
}
.date__container .edited-at__text:hover + .edited-at__date,
.date__container .edited-at__date:hover + .edited-at__date {
  position: absolute;
  top: 26px;
  left: 68px;
  display: inline-block;
  padding: 0 5px;
  background: #65605d;
  border-radius: 3px;
  color: #fff;
}
.date__container .edited-at__date {
  display: none;
  font-size: 10px;
  white-space: nowrap;
}

.admin-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.actions-comments button {
  margin-top: 4px;
}
.actions-comments button::after {
  content: "";
}

/* stylelint-disable-next-line selector-class-pattern -- Class name was provided by Zendesk */
.comment_callout {
  padding-top: 24px;
  border-top: 0.5px solid #d7d5d2;
  font-size: 0.875rem;
}

.comment-form-controls {
  margin-top: 8px;
}

.post-footer__container {
  margin-bottom: 80px;
}
.post-footer__container .user-details__container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.comment-form-controls label {
  display: inline-block;
}

.pagination {
  margin-bottom: 32px;
}

div[role=dialog] span[role=heading] {
  color: #5a5653;
  font-size: 1.375rem;
  line-height: 28px;
}
div[role=dialog] label {
  display: inline-block;
}
div[role=dialog] div[role=button]:not(div[aria-label=Close]) {
  position: relative;
  display: block;
  width: 100%;
  min-width: 2rem;
  padding: 0.75rem 24px;
  border: none;
  margin-bottom: 24px;
  background-color: rgba(196, 192, 188, 0.25);
  border-radius: 3px;
  color: #007acd;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-align: center;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: background-color, border-color, padding-top, padding-bottom, color, -webkit-box-shadow;
  transition-property: background-color, border-color, padding-top, padding-bottom, color, -webkit-box-shadow;
  transition-property: background-color, border-color, box-shadow, padding-top, padding-bottom, color;
  transition-property: background-color, border-color, box-shadow, padding-top, padding-bottom, color, -webkit-box-shadow;
}
div[role=dialog] div[role=button]:not(div[aria-label=Close]):focus {
  outline: 0;
}
div[role=dialog] div[role=button]:not(div[aria-label=Close]):disabled {
  background-color: #f6f5f4;
  color: #c4c0bc;
  cursor: not-allowed;
}
div[role=dialog] div[role=button]:nth-child(1):not(div[aria-label=Close]):hover {
  background-color: rgba(229, 226, 223, 0.35);
  color: #0061af;
}
div[role=dialog] div[role=button]:nth-child(1):not(div[aria-label=Close]):active {
  background-color: #d7d5d2;
}
div[role=dialog] div[role=button]:nth-child(2):not(div[aria-label=Close]) {
  background-color: #007acd;
  color: #fff;
}
div[role=dialog] div[role=button]:nth-child(2):not(div[aria-label=Close]):hover {
  background-color: #279be9;
  color: #fff;
}
div[role=dialog] div[role=button]:nth-child(2):not(div[aria-label=Close]):active {
  background-color: #00569e;
}/*$vite$:1*/