.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 95%;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.comment-display {
  border-top: 1px solid #767d843c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}

.comment-display div {
  display: flex;
  gap: 1rem;
}

.comment-display div span:nth-child(1) {
  background-color: #626262;
  padding: 0px 7px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
  font-size: 0.9rem;
}

.comment-block-answer {
  margin-left: 2rem;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.block-info {
  width: 100%;
}

.block-info-comment {
  position: relative;
  width: 90%;
}

.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: -68px;
  border-radius: 50%;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.block-info-comment__svg svg {
  background-color: #62626237;
  border-radius: 50%;
  fill: #303030;
  width: 15px;
  padding: 5px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #052962;
  /* padding-bottom: 1rem; */
}

.block-info-comment__name span {
  font-size: 0.8rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 0.5rem;
}

.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: #626262;
  font-weight: normal;
  font-size: 0.7rem;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
  text-align: center;
}


.reg__list li {
  position: relative;
  padding: 10px 15px;
  padding-left: 55px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.reg__list li:before {
  content: "" !important;
  display: flex;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #007fff;
  color: #007fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.talk-tab-button {
  color: #bcbcbc;
  font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
}

.talk-tab-button>span>div {
  left: 10px;
  top: 45px;
}

.talk-tab-count {
  background: none;
  color: inherit;
  font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-left: 3px;
  margin-top: 0;
  min-width: 0;
  padding: 0;
  position: static;
  top: auto;
}

.talk-tab-count:before {
  content: "(";
}

.talk-tab-count:after {
  content: ")";
}

.talk-tab-count+i {
  display: none;
}

.talk-plugin-infobox-info {
  background: #f4f4f4;
  border-radius: 1px;
  color: #555;
  font-size: 12px;
  padding: 6px 9px;
}

.talk-plugin-infobox-info p {
  margin: 0;
}

.talk-plugin-infobox-info p a {
  color: #000;
  text-decoration: none;
}

.talk-plugin-infobox-info ul {
  margin: 0;
  padding-left: 15px;
}

.talk-plugin-commentbox-container textarea {
  border-color: #d5d5d5;
  border-radius: 3px;
  margin-top: 0;
  padding: 10px;
}

.talk-plugin-commentbox-container textarea::placeholder {
  color: #bcbcbc;
  font-size: 14px;
  font-style: italic;
}

.talk-plugin-rich-text-content {
  font-size: 16px;
}

.talk-plugin-commentbox-button {
  background: #1591db;
  color: #fff;
  font-size: 0;
  font-weight: 400;
  height: auto;
  line-height: normal;
  min-width: auto;
  padding: 10px;
  text-transform: uppercase;
}

.talk-plugin-commentbox-button:hover {
  background: #2da6eb;
}

.talk-plugin-commentbox-button:after {
  content: "POST COMMENT";
  display: inline;
  font-size: 10px;
}

.talk-plugin-commentbox-cancel-button {
  background: none;
  color: #999;
  font-size: 10px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  min-width: auto;
  padding: 10px;
  text-transform: uppercase;
}

.talk-plugin-tag-label {
  background: #666;
  border-radius: 0;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  margin: 0 0 0 10px;
  padding: 2px 5px 1px;
  text-transform: uppercase;
}

.talk-plugin-tag-label:after {
  content: "NEWS.COM.AU HQ";
  display: inline;
  font-size: 10px;
  line-height: 10px;
}

.talk-stream-comment-featured-tag-label {
  background: #000;
  border-radius: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin: 0;
  padding: 2px 5px 1px;
  text-transform: uppercase;
}

.talk-plugin-author-menu-button {
  color: #333;
  font-size: 14px;
}

.talk-comment-timestamp {
  color: #999;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.talk-embed-stream-comment-actions-container-left {
  flex: 1;
  float: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.talk-embed-stream-comment-actions-container-left>div button,
.talk-embed-stream-comment-actions-container-left>span button {
  color: #999;
  font-size: 11px;
  font-weight: 700;
}

.talk-embed-stream-comment-actions-container-right {
  flex: 0 1 auto;
}

.talk-embed-stream-comment-actions-container-right>span .talk-plugin-flags-button {
  color: #999;
  font-size: 11px;
  font-weight: 700;
}

.talk-plugin-comment-content-line {
  color: #292929;
  font-size: 14px;
  line-height: 20px;
}

.talk-plugin-flags-popup-button,
.talk-plugin-ignore-user-action {
  background: #000;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.talk-plugin-ignore-user-action {
  border: none;
  border-radius: 2px;
  padding: 10px;
}

.talk-plugin-viewing-options button {
  font-size: 12px;
  font-weight: 700;
}

.talk-plugin-viewing-options i {
  display: none;
}

.talk-plugin-viewing-options span {
  display: inline-block;
}

.talk-load-more {
  margin: 20px 0;
}

.talk-load-more button {
  background: #1591db;
  color: #fff;
  margin: 0;
}

.talk-load-more button:hover {
  background: #2da6eb;
  color: #fff;
}

.talk-tab-active .talk-tab-button {
  border-color: #000;
  color: #000;
}

.talk-tab {
  display: inline-block;
  margin-right: 6px;
}

.talk-tab:last-child {
  display: inline-block;
  margin-bottom: -3px;
}

.talk-tab-bar {
  border-bottom: 3px solid #d5d5d5;
}

.talk-stream-comment-wrapper {
  margin: 0;
}

.talk-stream-comment-wrapper:not([class*="level-0"]) {
  border-top: 1px solid #d5d5d5;
  margin: 0;
  padding-left: 40px;
  padding-top: 0;
}

.talk-stream-comment-wrapper[class*="level-0"]:not(:first-child) {
  border-top: 3px solid #d5d5d5;
  margin: 0;
  padding: 0;
}

.talk-stream-comment-container {
  padding: 0;
}

.talk-stream-comment-container:hover .talk-plugin-flags-button {
  opacity: 1;
}

.talk-stream-comment {
  border-bottom: 3px solid #d5d5d5;
  padding-bottom: 22px;
  padding-left: 0;
}

.talk-stream-comment-header-container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}

.talk-slot-comment-info-bar {
  flex: 0 1 auto;
}

.talk-stream-comment-header {
  margin: 25px 0 16px;
}

.talk-stream-comment-header a.Comment__link___1quD0 {
  margin-right: 8px;
}

.talk-stream-comment-user-name {
  margin-right: 0;
}

.talk-stream-comment-author-tags {
  margin: 0;
}

.talk-stream-comment-user-byline {
  align-items: center;
  padding: 3px 0;
}

.talk-stream-comment-user-byline:before {
  background: #999;
  border-radius: 5px;
  content: "";
  height: 4px;
  margin: 0 10px;
  width: 4px;
}

.talk-slot-comment-content {
  line-height: 20px;
  font-size: 16px;
}

.talk-plugin-rich-text-text blockquote {
  background: none;
  font-style: italic;
  margin: 20px 20px 0;
  padding-bottom: 0;
  position: relative;
}

.talk-plugin-rich-text-text blockquote:before {
  content: "“";
  display: block;
  font-size: 32px;
  left: -12px;
  margin-right: 5px;
  position: absolute;
  top: 0;
}

.talk-plugin-rich-text-text blockquote:after {
  content: "”";
  display: inline-block;
  font-size: 32px;
  line-height: 20px;
  margin-left: 5px;
  margin-top: 20px;
  vertical-align: text-top;
}

.talk-stream-comment-actions-container {
  display: flex;
  margin: 10px 0 0;
}

.talk-plugin-respect-container .talk-plugin-respect-button {
  align-items: center;
  display: inline-flex;
}

.talk-plugin-respect-container .talk-plugin-respect-button:hover {
  color: #23b0e7;
}

.talk-plugin-respect-container .talk-plugin-respect-label {
  display: none;
}

.talk-plugin-respect-container .talk-plugin-respect-count {
  margin-left: 5px;
}

.talk-plugin-respect-container .talk-plugin-respect-icon {
  font-size: 18px;
}

.talk-plugin-respect-container .talk-plugin-respect-respected {
  color: #23b0e7;
}

.talk-plugin-like-container .talk-plugin-like-button {
  align-items: center;
  display: inline-flex;
  margin: 5px 0;
}

.talk-plugin-like-container .talk-plugin-like-button:hover {
  color: #23b0e7;
}

.talk-plugin-like-container .talk-plugin-like-label {
  display: none;
}

.talk-plugin-like-container .talk-plugin-like-count {
  margin-left: 5px;
  margin-right: 6px;
}

.talk-plugin-like-container .talk-plugin-like-count:empty {
  margin-right: 0;
}

.talk-plugin-like-container .talk-plugin-like-icon {
  font-size: 14px;
  padding: 2px 2px 0;
}

.talk-plugin-like-container .talk-plugin-like-liked {
  color: #23b0e7;
}

.talk-plugin-replies-reply-button {
  align-items: center;
  display: inline-flex;
}

.talk-plugin-replies-reply-button:before {
  background: #999;
  border-radius: 5px;
  content: "";
  height: 4px;
  margin: 0 5px 0 2px;
  width: 4px;
}

.talk-plugin-replies-reply-button:hover {
  color: #23b0e7;
}

.talk-plugin-replies-reply-button .talk-plugin-replies-label {
  display: block;
  order: 2;
}

.talk-plugin-replies-reply-button .talk-plugin-replies-icon {
  font-size: 18px;
  order: 1;
  transform: scaleX(-1);
}

.talk-plugin-permalink-container {
  display: none;
}

.talk-plugin-flags-button {
  align-items: center;
  display: inline-flex;
  opacity: 0;
  transition: opacity 0.1s;
}

.talk-plugin-flags-button:hover {
  color: #d0021b;
}

.talk-plugin-flags-button:focus {
  opacity: 1;
}

.talk-plugin-flags-button-text {
  display: none;
}

.talk-plugin-flags-icon {
  font-size: 18px;
}

.talk-plugin-replies-textarea {
  margin-bottom: 20px;
}

.talk-plugin-replies-textarea .talk-plugin-commentbox-button:after {
  content: "POST";
}

.talk-load-more-replies {
  padding-left: 40px;
}

.talk-load-more-replies button {
  border: none;
  font-weight: 400;
  margin: 0 0 5px;
}

.talk-plugin-flags-popup>div:after,
.talk-plugin-flags-popup>div:before {
  right: 4px;
}

.Stream__tabContainer___2trkn {
  min-height: auto !important;
}

.Stream__root___2wTfr>div p {
  font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
}

.talk-embed-stream-tab-bar>.talk-tab-bar {
  display: block;
}

.talk-embed-stream-tab-bar .talk-tab-content {
  padding: 0 !important;
}

@media (pointer: coarse) {
  .talk-plugin-flags-button {
    opacity: 1;
  }
}

.publish-comment {
  margin-left: 40px;
}

.FlagButton__icon___2IOP6 {
  padding: 0 2px;
  font-size: 12px;
  vertical-align: middle;
}

.Comment__root___3hQ_c {
  margin-left: 20px;
  margin-bottom: 16px;
  position: relative;
  padding-top: 12px;
}

.Comment__rootLevel0___1rJSw:first-child {
  padding-top: 0;
  border: 0;
}

.Comment__rootLevel0___1rJSw {
  margin-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.Comment__comment___3_T6p {
  position: relative;
  padding-left: 15px;
  display: -ms-flexbox;
  display: flex;
}

.Comment__commentContainer___3sJdg {
  width: 100%;
}

.Comment__commentLevel0___1B4Fw {
  padding-left: 0px;
}

.Comment__commentLevel0___1B4Fw.Comment__highlightedComment___3raJF {
  margin-top: 8px;
}

.Comment__commentLevel1___1VM3J {
  border-left: 3px #212121 solid;
}

.Comment__commentLevel2___1iprR {
  border-left: 2px #6a6a6a solid;
}

.Comment__commentLevel3___1KyxE {
  border-left: 2px #9e9e9e solid;
}

.Comment__commentLevel4___13isG {
  border-left: 2px #c1c1c1 solid;
}

.Comment__highlightedComment___3raJF {
  padding: 1px 15px 8px 15px;
  background-color: #e3f2fd;
}

.Comment__bylineSecondary___3wA7v {
  display: -ms-flexbox;
  display: flex;
  color: #696969;
  font-size: 12px;
}

.Comment__pendingComment___1b8S8 {
  filter: blur(2px);
  pointer-events: none;
}

.Comment__editedMarker___1ZMCp {
  font-style: italic;
}

.Comment__hr___1glXo {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.Comment__editCommentForm___22VGF {
  margin-bottom: 10px;
}

.Comment__editCommentForm___22VGF .Comment__buttonContainerLeft___3R59t {
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.Comment__editCommentForm___22VGF .Comment__buttonContainerLeft___3R59t .Comment__editWindowRemaining___2G3WL {
  margin-right: 1em;
}

.Comment__editCommentForm___22VGF .Comment__button___S4-Wq {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Comment__editWindowAlmostOver___31xxw {
  font-weight: bold;
}

.Comment__link___1quD0 {
  color: #2376d8;
  cursor: pointer;
}

.Comment__popover___qJFH4 {
  position: absolute;
  z-index: 1;
}

/* Wizard used for Ignore User, Delete Comment confirmations */

.Comment__Wizard___1yfL_ {
  background-color: #2e343b;
  color: white;
  padding: 1em;
  max-width: 220px;
  /* consider moving to better class */
}

.Comment__Wizard___1yfL_ header {
  font-weight: bold;
}

.Comment__Wizard___1yfL_ .Comment__textAlignRight___AtB_j {
  text-align: right;
}

.Comment__commentInfoBar___3R1RT {
  margin-left: auto;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

@keyframes Comment__enter___2GWsk {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }

  50% {
    background-color: rgba(255, 255, 0, 0.2);
  }

  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

.Comment__enter___2GWsk {
  animation: Comment__enter___2GWsk 1000ms;
}

.Comment__commentAvatar___xgVA3 {
  margin-top: 10px;
  max-width: 60px;
}

.Comment__commentAvatar___xgVA3:empty {
  display: none;
}

.Comment__timerIcon___bOryr {
  vertical-align: middle;
  font-size: 14px;
}

.Comment__commentFooter___128Wh {
  padding-top: 8px;
}

.Comment__header___2nnH0 {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
}

.Comment__headerContainer___3iZR2 {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 480px) {
  .Comment__headerContainer___3iZR2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.Comment__tagsContainer___3_las {
  display: -ms-flexbox;
  display: flex;
}

.Comment__tagsContainer___3_las>* {
  margin: 3px;
}

.Comment__tagsContainer___3_las>*:first-child {
  margin-left: 0px;
}

.Comment__content___H2nSW {
  word-wrap: break-word;
}

.Comment__footer___3AWk_ {
  min-height: 10px;
}

.Comment__username___qwlpJ {
  margin-right: 5px;
}

.CommentTombstone__commentTombstone___2jL7E {
  background-color: #f0f0f0;
  text-align: center;
  padding: 1em;
  color: #3e4f71;
}

.CommentTombstone__undo___2q6WY {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 5px;
}

.InactiveCommentLabel__root___1JTz6 {
  display: inline-block;
  color: white;
  background: grey;
  height: 22px;
  box-sizing: border-box;
  line-height: 19px;
  padding: 2px 6px 2px 4px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: capitalize;
}

.InactiveCommentLabel__icon___3gkra {
  font-size: 14px;
  vertical-align: text-top;
  margin: 0;
  margin-right: 4px;
}

.InactiveCommentLabel__label___3dSe7 {
  display: inline-block;
}

.InactiveCommentLabel__premod___3VUJ9 {
  background: #063b9a;
}

.InactiveCommentLabel__rejected___1_BeQ {
  background: #d03235;
}

.RestrictedMessageBox__message___WrP94 {
  padding: 25px;
  margin-bottom: 8px;
  background-color: white;
  border: 1px #f0f0f0 solid;
  text-align: center;
  font-weight: 100;
}

.ChangeUsername__editNameInput___2EM_S {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #d8d8d8;
  font-size: 0.9em;
}

.ChangeUsername__alert___1CmaL {
  margin-top: 10px;
  color: #b71c1c;
}

.ModerationLink__moderationLink___3kAS2 {
  display: inline;
}

.ModerationLink__moderationLink___3kAS2 a {
  color: #679af3;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.QuestionBox__qbInfo___2y2Ps {
  top: 0;
  border: 0;
  background: #f0f0f0;
  color: black;
  width: 100%;
  text-align: left;
  padding-left: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  padding-right: 40px;
  box-sizing: border-box;
}

.QuestionBox__icon___1c_SU {
  z-index: 2;
  top: 12px;
  left: 12px;
  position: absolute;
  font-size: 33px;
  color: #262626;
}

.QuestionBox__iconBubble___2ah9W {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #9e9e9e;
  font-size: 24px;
  z-index: 0;
}

.QuestionBox__iconPerson___1DZa6 {
  z-index: 2;
  top: 12px;
  left: 12px;
  position: absolute;
  font-size: 33px;
  color: #262626;
}

.QuestionBox__qbIconContainer___1A04o {
  position: relative;
  border: 0;
  color: white;
  padding: 20px;
  margin-left: 0px !important;
  margin-right: 10px;
  display: inline-block;
  width: 10px;
  min-height: 100%;
  padding: 5px 20px;
  vertical-align: middle;
}

.QuestionBox__qbContent___1VZtU {
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
}

.DefaultQuestionBoxIcon__iconBubble___2Ax-s {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #9e9e9e;
  font-size: 24px;
  z-index: 0;
}

.DefaultQuestionBoxIcon__iconPerson___1VU1Z {
  z-index: 2;
  top: 12px;
  left: 12px;
  position: absolute;
  font-size: 33px;
  color: #262626;
}

.DefaultQuestionBoxIcon__root___nJzbw {}

.NoComments__message___3Sqah {
  padding: 20px 10px;
  background-color: #f7f7f7;
  margin: 20px 0;
  text-align: center;
}

.ExtendableTabPanel__spinnerContainer___3KJXh {
  margin-top: 16px;
}

.Stream__viewAllButtonContainer___1LwHE {
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -11px;
  z-index: 10;
}

.Stream__viewAllButton___12m9I {
  background-color: #4d8fcc;
  color: white;
  padding: 4px 8px;
  border-radius: 2px;
}

.Stream__tabPanel___3SVJC {
  margin-top: 8px;
}

.Stream__filterWrapper___1A4eQ {
  position: absolute;
  right: 0;
  margin-top: 4px;
}

.Stream__highlightedContainer___1QEzD {
  margin-top: 28px;
  padding-bottom: 160px;
}

.Stream__tabContainer___2trkn {
  position: relative;
  margin-top: 28px;
}

.AssetStatusInfo__wrapper___6PQM_ {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.AssetStatusInfo__button___2bDfN {
  width: 300px;
  margin-left: 20px;
}

.Settings__container___rAwH0 {
  position: relative;
}

.Settings__apply___2xQlr {
  float: right;
  margin: 0 10px;
}

.Settings__description___3UPCu {
  max-width: 380px;
}

.Settings__checkbox___3be1f {
  vertical-align: top;
  margin: 12px 12px 12px 0;
}

.Settings__list___1LL0c {
  margin-top: 26px;
}

.Settings__wrapper___3tFlh {
  margin-bottom: 20px;
}

.Settings__questionBoxContainer___2Vdn4 {
  margin-top: 24px;
}

.QuestionBoxBuilder__root___32BEb {}

.QuestionBoxBuilder__iconList___h_hQq {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 10px 0;
}

.QuestionBoxBuilder__item___2BGaR {
  list-style-type: none;
}

.QuestionBoxBuilder__button___1BSsK {
  display: -ms-flexbox;

  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #f0f0f0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  color: #252525;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  border: solid 2px #f0f0f0;
  outline: 0;
}

.QuestionBoxBuilder__button___1BSsK:hover {
  cursor: pointer;
}

.QuestionBoxBuilder__button___1BSsK:focus {
  border: solid 2px #00c96b;
}

.QuestionBoxBuilder__buttonActive___3wf6S {
  border: solid 2px #00796b;
}

.QuestionBoxBuilder__defaultIcon___1lKnY {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.QuestionBoxBuilder__questionBox___SV0xN {
  margin: 10px 0;
}

.Profile__userInfo___GbaXr {
  margin-bottom: 20px;
}

.Profile__email___riE_r {
  margin: 0;
}

.Profile__username___3b4Jl {
  margin-bottom: 4px;
}

.Comment__myComment___1kOBk {
  margin: 1em 0;
  border-bottom: 1px solid lightgrey;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.Comment__myComment___1kOBk:last-child {
  border-bottom: solid 1px #ebebeb;
}

.Comment__main___30OYc {
  min-width: 70%;
  max-width: 100%;
}

.Comment__sidebar___3AfrJ {
  min-width: 30%;
}

.Comment__commentBody___3pYXT {
  word-wrap: break-word;
}

.Comment__assetURL___2rECe {
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #757575;
  cursor: pointer;
}

.Comment__rejectionBlack___s7gv0 {
  text-decoration: none;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
}

.Comment__commentSummary___2_rxw {
  font-size: 14px;
  margin: 30px 0 10px;
  color: #424242;
}

.Comment__commentSummaryReactions___2AdJP {
  margin-right: 10px;
}

.Comment__reactionCount___2rkmg,
.Comment__replyCount___3-r67 {
  margin: 0 4px;
}

.Comment__countZero___3sOi3 {
  color: #9e9e9e;
}

.Comment__sidebar___3AfrJ ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  min-width: 140px;
  padding: 0px 10px;
}

.Comment__sidebar___3AfrJ li {
  margin-bottom: 5px;
}

.Comment__viewLink___2eHWl {
  color: #5394d7;
}

.Comment__viewLink___2eHWl:hover {
  cursor: pointer;
}

.Comment__iconView___1kFhl {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
  padding-bottom: 1px;
}

.Comment__iconDate___Apy0B {
  margin-right: 5px;
  font-size: 15px;
  color: #696969;
  vertical-align: middle;
  padding-bottom: 1px;
}

.Comment__iconRejected___3trG_ {
  margin-right: 5px;
  font-size: 15px;
  color: lightcoral;
  vertical-align: middle;
  padding-bottom: 1px;
}

@media (max-width: 480px) {
  .Comment__myComment___1kOBk {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .Comment__sidebar___3AfrJ ul {
    display: -ms-flexbox;
    display: flex;
  }

  .Comment__sidebar___3AfrJ ul li {
    margin-right: 20px;
  }
}

.Comment__pubdate___2urkS {
  display: inline-block;
  font-size: inherit;
  margin: inherit;
  color: inherit;
}

.BlankCommentHistory__root___3X9QE {
  text-align: center;
  padding-top: 24px;
}

.BlankCommentHistory__icon___20rlQ {
  font-size: 64px;
  color: #3a4a52;
}

.BlankCommentHistory__title___2NjOh {
  font-size: 18px;
  margin-bottom: 8px;
}

.BlankCommentHistory__info___2uVU6 {
  margin-top: 0px;
  font-size: 14px;
  color: #7d8285;
}

.talk-plugin-like-label {
  display: none;
}

.Stream__filterWrapper___1A4eQ {
  position: absolute;
  right: 0;
  margin-top: 4px;
}

.talk-plugin-viewing-options i Specificity: (0, 1, 1) {
  display: none;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.Tab__root___2JtBW:only-child .Tab__button___25mye,
.Tab__rootSub___2WcDL:only-child .Tab__buttonSub___2GrIi Specificity: (0, 3, 0) {
  cursor: default;
  pointer-events: none;
}

.talk-tab-active .talk-tab-button {
  border-color: #000;
  color: #000;
}

.talk-tab-button {
  color: #bcbcbc;
  font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
}

.Tab__buttonSubActive___3zYeu,
.Tab__buttonSubActive___3zYeu:hover,
.Tab__buttonSubActive___3zYeu:focus {
  font-weight: bold;
  border-bottom: solid 3px #10589b;
  margin-bottom: 0px;
  padding: 6px 10px;
}

.Tab__buttonSub___2GrIi {
  color: black;
  border: none;
  background: transparent;
  padding: 6px 12px;
  margin-bottom: 3px;
  outline: none;
}


.talk-plugin-like-container .talk-plugin-like-icon {
  font-size: 14px;
  padding: 2px 2px 0;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.talk-plugin-like-container .talk-plugin-like-button {
  align-items: center;
  display: inline-flex;
  margin: 5px 0;
}

.talk-embed-stream-comment-actions-container-left>div button,
.talk-embed-stream-comment-actions-container-left>span button {
  color: #999;
  font-size: 11px;
  font-weight: 700;
}

.talk-embed-stream-comment-actions-container-left>div button,
.talk-embed-stream-comment-actions-container-left>span button Specificity: (0, 1, 2) {
  color: #999;
  font-size: 11px;
  font-weight: 700;
}

.talk-plugin-replies-reply-button {
  align-items: center;
  display: inline-flex;
}

.ReplyButton__button___2DJKT {
  margin: 5px 10px 5px 0px;
}

.talk-plugin-replies-reply-button:before {
  background: #999;
  border-radius: 5px;
  content: "";
  height: 4px;
  margin: 0 5px 0 2px;
  width: 4px;
}


.comment__action-container {
  display: flex;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2") format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}