.issued-report {
  min-width: 0;
  overflow: hidden;
  color: #171914;
  background: white;
  box-shadow: 0 18px 50px rgba(18, 19, 23, 0.1);
  font-family: "STIX Two Text", Georgia, serif;
}

.issued-report .report-rule {
  height: 26px;
  display: grid;
  grid-template-columns: 1fr 26px 26px 26px;
  gap: 4px;
}

.issued-report .report-rule span {
  height: 4px;
  align-self: center;
  background: var(--cobalt);
}

.issued-report .report-rule i:nth-child(2) {
  background: var(--orange);
  border-radius: 50%;
}

.issued-report .report-rule i:nth-child(3) {
  background: var(--lime);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.issued-report .report-rule i:nth-child(4) {
  background: var(--magenta);
  border-radius: 100% 0 0;
}
