.Comments {
  padding-top: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  background-color: rgba(199,199,199,0.15);
  color: #131313;
}
@media screen and (min-width: 981px) {
  .Comments {
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
}
.Comments__Title {
  position: relative;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 25px;
  color: #131313;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.57;
  letter-spacing: 0.08em;
}
.Comments__Title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 45px;
  background-color: var(--color-primary, #0d366d);
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .Comments__Title {
    margin-bottom: 16px;
    padding-left: 20px;
    font-size: 20px;
  }
  .Comments__Title::before {
    width: 7px;
    height: 36px;
  }
}
.Comments__ListSection {
  margin-bottom: 2em;
}
.Comments__ListHeading {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2em;
  padding-bottom: 0.75em;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: rgba(199,199,199,0.5);
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .Comments__ListHeading {
    margin-bottom: 1.5em;
    font-size: 15px;
  }
}
.Comments__ListIcon,
.Comments__FormIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 980px) {
  .Comments__ListIcon,
  .Comments__FormIcon {
    width: 16px;
    height: 16px;
  }
}
.Comments__ListIcon img,
.Comments__FormIcon img {
  display: block;
  width: 100%;
  height: 100%;
}
.Comments__List {
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 0;
  list-style: none;
}
.Comments__List .children {
  margin-top: 1em;
  margin-left: 1.5em;
  padding-top: 1em;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1.5em;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(199,199,199,0.5);
  list-style: none;
}
@media screen and (max-width: 980px) {
  .Comments__List .children {
    margin-left: 1em;
    padding-left: 1em;
  }
}
.Comment {
  margin-bottom: 2em;
  list-style: none;
}
.Comment:last-child {
  margin-bottom: 0;
}
.Comment__Body {
  padding-left: 8px;
}
.Comment__Header {
  display: flex;
  align-items: center;
  margin-left: -8px;
  margin-bottom: 0;
}
.Comment__Avatar {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 50%;
}
.Comment__Avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Comment__Meta {
  margin-left: 0.5em;
  min-width: 0;
}
.Comment__Author {
  color: #131313;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.Comment__Author a {
  color: inherit;
  text-decoration: none;
}
.Comment__Date {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #666;
  font-size: 11px;
  line-height: 1.4;
}
.Comment__Content {
  color: #131313;
  font-size: 14px;
  line-height: 1.8;
}
.Comment__Content > * {
  margin-bottom: 1em;
}
.Comment__Content > *:last-child {
  margin-bottom: 0;
}
.Comment__Content blockquote {
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
}
.Comment__Moderation {
  margin-top: 0;
  margin-bottom: 8px;
  color: #b26a00;
  font-size: 13px;
}
.Comment__Actions {
  margin-top: 1em;
}
.Comment__ReplyWrap {
  display: inline-block;
}
.Comment__ReplyWrap .comment-reply-link {
  display: inline-block;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #aaa;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.25s;
}
.Comment__ReplyWrap .comment-reply-link:hover {
  opacity: 0.8;
}
.Comments__FormSection {
  margin-top: 0;
}
.Comments__FormTitle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 0;
  margin-bottom: 2em;
  padding-bottom: 0.75em;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: rgba(199,199,199,0.5);
  color: #131313;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .Comments__FormTitle {
    gap: 0.5em;
    margin-bottom: 1.5em;
    font-size: 15px;
  }
}
.Comments__FormTitle-Main {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.Comments__FormTitle-Main a {
  display: inline;
  margin-right: 0.25em;
  margin-left: 0.25em;
  color: var(--color-primary, #0d366d);
  text-decoration: none;
}
.Comments__FormTitle-Main a:hover {
  text-decoration: underline;
}
.Comments__FormTitle-Cancel {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 400;
}
.Comments__FormTitle-Cancel a {
  display: inline-block;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  background-color: #aaa;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.25s;
}
.Comments__FormTitle-Cancel a:hover {
  opacity: 0.8;
}
.Comments__Form {
  margin-top: 0;
  margin-bottom: 0;
}
.Comments__FormInner {
  margin-top: 0;
}
.Comments .logged-in-as {
  margin-top: 0;
  margin-bottom: 1em;
  color: #666;
  font-size: 0.9em;
  line-height: 1.6;
}
.Comments .logged-in-as a {
  display: inline;
  color: var(--color-primary, #0d366d);
  text-decoration: underline;
}
.Comments .logged-in-as a:hover {
  opacity: 0.8;
}
.Comments__Field {
  margin-bottom: 1em;
}
.Comments__Label {
  display: block;
  margin-bottom: 0.25em;
  color: #131313;
  font-size: 0.9em;
  line-height: 1.5;
}
.Comments__Required {
  margin-left: 2px;
  color: #8a8a8a;
  font-size: 0.85em;
  font-weight: 400;
}
.Comments__Input,
.Comments__Textarea {
  -webkit-appearance: none;
  appearance: none;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  width: 100%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: rgba(199,199,199,0.5);
  background-color: #fff;
  color: #131313;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.6;
}
.Comments__Textarea {
  min-height: 180px;
  resize: vertical;
}
@media screen and (max-width: 980px) {
  .Comments__Textarea {
    min-height: 140px;
  }
}
.Comments__Checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  color: #131313;
  font-size: 13px;
  line-height: 1.2;
}
.Comments__Checkbox input[type="checkbox"] {
  -webkit-appearance: auto;
  appearance: auto;
  flex: 0 0 auto;
  margin-right: 8px;
  transform: scale(1.2);
}
.Comments__Submit {
  -webkit-appearance: none;
  appearance: none;
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0.5em;
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  border-width: 0;
  background-color: var(--color-primary, #0d366d);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  transition: opacity 0.25s;
}
.Comments__Submit:hover {
  opacity: 0.8;
}
.Comments__Notes {
  margin-top: 1em;
  margin-bottom: 0;
  padding-left: 1.2em;
  list-style: disc;
}
.Comments__Notes li {
  margin-top: 0.25em;
  color: #666;
  font-size: 0.85em;
  line-height: 1.7;
}
.Comments__Notes li:first-child {
  margin-top: 0;
}
.Comments__Closed {
  margin-top: 1em;
  color: #666;
  font-size: 13px;
}
