.cel-ptax-reference {
  width: 100%;
  margin: 0 0 clamp(20px, 3vw, 34px);
  border: 1px solid rgba(18, 61, 121, .14);
  border-left: 3px solid rgba(18, 61, 121, .38);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(247, 250, 254, .86));
  box-shadow: 0 10px 24px rgba(14, 22, 40, .045);
  color: #344054;
  padding: 13px 15px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cel-ptax-reference,
.cel-ptax-reference * {
  box-sizing: border-box;
}

.cel-ptax-lines {
  display: grid;
  gap: 5px;
  font-size: .82rem;
  line-height: 1.38;
}

.cel-ptax-lines strong {
  color: #123d79;
  font-weight: 850;
}

.cel-ptax-date {
  margin: 0;
  color: #667085;
  font-size: .74rem;
  line-height: 1.35;
}

.cel-ptax-note {
  margin: 10px 0 0;
  color: #475467;
  font-size: .79rem;
  line-height: 1.45;
}

@media (max-width: 620px) {
  .cel-ptax-reference {
    border-radius: 14px;
    padding: 12px;
  }
}
