body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.small-box .icon {
  top: 0.35rem;
  opacity: 0.25;
  font-size: 3.25rem;
}

.progress[data-progress] {
  position: relative;
}

.progress[data-progress]::after {
  content: attr(data-progress) "%";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 600;
}

.portal-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.portal-timeline::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 1.1rem;
  width: 2px;
  background: rgba(59, 130, 246, 0.35);
}

.portal-timeline__item {
  position: relative;
  padding-left: 2.75rem;
}

.portal-timeline__badge {
  position: absolute;
  left: 1.1rem;
  top: 0.15rem;
  transform: translate(-50%, 0);
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
  font-size: 0.75rem;
}

.portal-timeline__card {
  border-radius: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 1rem 1.25rem;
  box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.08);
}

.portal-timeline__date {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(15, 23, 42, 0.55);
  margin-bottom: 0.25rem;
}

.portal-timeline__title {
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.portal-timeline__description {
  margin: 0;
  color: rgba(30, 41, 59, 0.75);
}

.results-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.results-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: rgba(15, 23, 42, 0.85);
}

.results-list li span:last-child {
  font-variant-numeric: tabular-nums;
  color: rgba(15, 23, 42, 0.65);
}
