.ng-editorial-revision-note {
  margin: 10px 0;
  color: #354052;
  font-size: 13px;
  line-height: 1.45;
}

.ng-editorial-revision-note summary {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border: 1px solid #a9bfd6;
  border-radius: 4px;
  background: #f4f8fb;
  color: #244764;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.ng-editorial-revision-note summary::-webkit-details-marker {
  display: none;
}

.ng-editorial-revision-note__icon {
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  object-fit: contain;
}

.ng-editorial-revision-note summary:focus-visible {
  outline: 2px solid #0062fd;
  outline-offset: 2px;
}

.ng-editorial-revision-note > div {
  max-width: 620px;
  margin-top: 7px;
  padding: 8px 10px;
  border-left: 3px solid #a9bfd6;
  background: #f7f9fb;
}

.ng-editorial-revision-note p {
  display: block;
  width: auto;
  margin: 0 0 5px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ng-editorial-revision-note a {
  color: #075dad;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 480px) {
  .ng-editorial-revision-note {
    margin: 8px 0;
  }

  .ng-editorial-revision-note > div {
    max-width: 100%;
  }
}
