.feed-comments > .feed-comments-head {
  position: sticky;
  top: 0;
  z-index: 6;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: -2px 0 8px;
  border-bottom: 1px solid rgba(0, 27, 71, 0.08);
  background: rgba(255, 255, 255, 0.98);
  padding: 0 0 7px;
}

.feed-comments > .feed-comments-head > strong {
  color: #001b47;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 830;
}

.feed-comments > .feed-comments-head > .feed-comments-close {
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 27, 71, 0.12);
  border-radius: 999px;
  background: #f7f9fc;
  color: #001b47;
  cursor: pointer;
  padding: 0;
  font: inherit;
  font-size: 21px;
  line-height: 1;
  font-weight: 620;
  box-shadow: none;
}

.feed-comments > .feed-comments-head > .feed-comments-close:hover,
.feed-comments > .feed-comments-head > .feed-comments-close:focus-visible {
  border-color: rgba(255, 106, 0, 0.36);
  background: #fff4e8;
  color: #d95700;
  outline: 3px solid rgba(255, 106, 0, 0.2);
  outline-offset: 2px;
}
