<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.document-unit {
  margin-bottom: 18px;
}

.document-unit-header {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 5;
  background-color: #fff;
  border: 2px solid #016cb0;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
  line-height: 17px;
  padding: 9px 10px;
  color: #016cb0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.document-unit-header svg {
  margin-left: auto;
  width: 15px;
  transition: 0.3s;
  flex-shrink: 0;
}

.document-unit-header.active svg {
  transform: rotate(180deg);
}

.document-unit-content {
  position: relative;
  top: -5px;
  z-index: 3;
  padding: 18px 13px 13px;
  border: 1px solid #016cb0;
  border-radius: 0 0 5px 5px;
  margin: 0;
}

.document-unit-no-dropdown {
  margin: 18px 0;
}

.document-unit-no-dropdown-header {
  margin-bottom: 8px;
  font-weight: 700;
}</pre></body></html>