/* /colors/ */
/* Spacing */
/* /todo: probably remove the rest of these / */
/* /Line heights/ */
/* /Breakpoints/ */
/* /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;
  }
}

/* /colors/ */
/* Spacing */
/* /todo: probably remove the rest of these / */
/* /Line heights/ */
/* /Breakpoints/ */
/* /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;
  }
}

.tmh-container {
  grid-gap: 0;
}

.topics__container {
  margin-bottom: 80px;
}

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

.topic-title {
  margin: 24px 0;
}

.topic-body {
  margin-bottom: 32px;
}

.topic-follow div {
  display: inherit;
}
.topic-follow div button {
  position: relative;
  display: block;
  width: 100%;
  min-width: 2rem;
  border: none;
  margin-bottom: 24px;
  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;
  background-color: rgba(196, 192, 188, 0.25);
  padding: 0.75rem 24px;
}
.topic-follow div button:hover {
  background-color: rgba(229, 226, 223, 0.35);
  color: #0061af;
}
.topic-follow div button:active {
  background-color: #d7d5d2;
}
.topic-follow div button:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .topic-follow div button {
    display: inline-block;
    width: auto;
    margin-left: 24px;
  }
}

.sort-by__container {
  float: right;
}

.post-details-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  min-width: 80px;
}
.post-details-alignment .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
}
.post-details-alignment .post-details a {
  margin-right: 8px;
}

.post-overview__container {
  border-top: 0.5px solid #d7d5d2;
}

.post-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
  border-bottom: 0.5px solid #d7d5d2;
}
.post-overview .post-overview-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: capitalize;
}
.post-overview .post-overview-count .post-details-alignment {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-overview .post-overview-count .post-interaction-count {
  font-size: 24px;
}
.post-overview .user-details__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 8px;
}
.post-overview .user-details__name {
  color: #65605d;
  font-weight: 400;
}

.post-date {
  color: #aea9a5;
}

.no-posts {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .post-date {
    width: 100%;
  }
  .topic-follow {
    margin-bottom: 32px;
  }
  .post-overview .post-overview-count {
    gap: 48px;
  }
  .sort-by__container .sortby_dropdown-menu {
    min-width: 205px;
  }
  .show-all__container .showall_dropdown-menu {
    min-width: 205px;
  }
}
@media (max-width: 480px) {
  .post-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-overview .post-overview-count {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 32px;
    gap: 16px;
  }
  .post-overview .post-overview-count .post-details-alignment {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.75rem;
    gap: 4px;
  }
  .post-overview .post-overview-count .post-details-alignment .post-interaction-count {
    font-size: 0.75rem;
  }
  .sortby__wrapper {
    border-top: 0.5px solid #d7d5d2;
    margin-top: 8px;
  }
  .sortby__wrapper .sort-by__container {
    float: left;
  }
}
.platform {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  padding-left: 0;
  margin-bottom: 24px;
  background-color: #fff;
}
.platform .platform__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #d7d5d2;
}
.platform .chevron {
  margin-top: 0 !important;
}
.platform .platform__tab {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0px;
  padding: 0 24px 13px;
  color: #007acd;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  list-style-type: none;
  text-align: center;
  white-space: nowrap;
}
.platform .platform__tab :first-child {
  padding-left: 0 !important;
}
.platform .platform__tab--active {
  padding: 0 24px 11px;
  -webkit-box-shadow: inset 0 -3px 0 0 #44413d;
          box-shadow: inset 0 -3px 0 0 #44413d;
  color: #44413d;
  cursor: default;
  font-weight: 500;
}
.platform .platform__tab--active a,
.platform .platform__tab--active a:active,
.platform .platform__tab--active a:hover,
.platform .platform__tab--active a:visited {
  color: #44413d;
  text-decoration: none;
}
.platform .platform__tab a,
.platform .platform__tab a:active,
.platform .platform__tab a:hover,
.platform .platform__tab a:visited {
  color: #007acd;
  text-decoration: none;
}
.platform .platform__content-container {
  padding-top: 24px;
}
.platform .platform__content-container div {
  overflow-wrap: anywhere;
}
.platform .platform__content:not(.platform__content--active) {
  display: none;
}
.platform .platform__content--active {
  display: block;
}
.platform ul {
  padding: 0 !important;
  list-style-type: none;
}
.platform ol {
  padding-left: 16px;
  margin-top: 12px !important;
  margin-bottom: 16px;
  margin-left: 24px;
  list-style-type: none;
}
.platform ol > li {
  padding-top: 8px;
  padding-bottom: 8px;
  counter-increment: platformlistcounter;
  line-height: 24px;
}
.platform ol > li:before {
  position: relative;
  left: -48px;
  content: counter(platformlistcounter) " " !important;
}
.platform ol:first-child {
  counter-reset: platformlistcounter;
}

.guidelines-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 68px;
  background-color: #e1f3ff;
  border-radius: 3px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.guidelines-banner .guidelines-banner-text {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  margin: auto 31px;
}
.guidelines-banner .guidelines-banner-link {
  color: #007acd;
  white-space: nowrap;
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guidelines-banner .guidelines-banner-link svg {
  fill: #007acd;
  height: 18px;
  width: 18px;
  margin-left: 8px;
  margin-top: 3px;
}
.guidelines-banner .guidelines-banner-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.featured-posts {
  background-color: #fff;
}
.featured-posts .featured-posts__heading {
  font-size: 24px;
  color: #44413d;
  margin-bottom: 32px;
  text-transform: capitalize;
}
.featured-posts .featured-posts__card-container {
  padding-bottom: 48px;
}
.featured-posts .featured-posts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #d7d5d2;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 16px;
  height: 100%;
}
.featured-posts .featured-posts-card:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.featured-posts .featured-posts-card .featured-posts__headings {
  margin-bottom: 32px;
}
.featured-posts .featured-posts-card .featured-posts__headings .featured-posts__title {
  font-size: 18px;
}
.featured-posts .featured-posts-card .featured-posts__user-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-posts .featured-posts-card .featured-posts__user-container .featured-posts__user-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 16px;
}
.featured-posts .featured-posts-card .featured-posts__user-container .featured-posts__user-name {
  font-size: 1rem;
  color: #76716d;
  font-weight: 500;
  margin-bottom: 8px;
}
.featured-posts .featured-posts-card .featured-posts__user-container .featured-posts__created-date {
  font-size: 0.75rem;
  color: #76716d;
}

.community-topics {
  background-color: #f7f7f7;
}
.community-topics > *:last-child {
  padding-bottom: 80px;
}
.community-topics .community-topics__title {
  padding-top: 48px;
  padding-bottom: 32px;
}
.community-topics .community-topics__card-container {
  padding-bottom: 80px;
  padding-top: 48px;
  row-gap: 16px;
}
.community-topics .community-topics-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
}
.community-topics .community-topics-card .community-topics-card__content {
  padding-bottom: 16px;
}
.community-topics .community-topics-card .community-topics-card__link {
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.community-topics .community-topics-card .community-topics-card__link svg {
  fill: #007acd;
  height: 18px;
  width: 18px;
  margin-left: 8px;
}

@media (max-width: 480px) {
  .featured-posts .featured-posts__card-container {
    row-gap: 24px;
  }
  .featured-posts .featured-posts__heading {
    margin-bottom: 24px;
  }
  .guidelines-banner {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .featured-posts .featured-posts__card-container {
    row-gap: 24px;
  }
  .featured-posts .featured-posts__heading {
    margin-bottom: 24px;
  }
  .guidelines-banner {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.platform {
  background-color: #f6f5f4;
  padding: 0;
  padding-top: 32px;
  margin-bottom: 0;
}

.post-overview-container {
  display: none;
  padding-bottom: 80px;
}

.post-list-container {
  background-color: #f6f5f4;
}

.posts-list {
  padding-bottom: 16px;
}

.tmh-container {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.no-posts {
  margin-top: 0;
  padding-top: 32px;
}/*$vite$:1*/