.ki-exam-entry-portal {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #182433;
}

.ki-exam-entry-portal .ki-hub-portal-hero {
  padding-top: 0;
}

.ki-exam-entry-portal .ki-hub-portal-hero .ki-hub-title {
  margin-bottom: 7px;
  font-size: clamp(24px, 3vw, 32px);
}

.ki-exam-entry-portal .ki-hub-portal-grid button,
.ki-exam-entry-portal .ki-hub-portal-pills button,
.ki-exam-entry-all,
.ki-exam-entry-portal .ki-hub-portal-back {
  font-family: inherit;
  cursor: pointer;
}

.ki-exam-entry-portal .ki-hub-portal-grid button {
  width: 100%;
  border-top: 0;
  border-left: 0;
  text-align: left;
}

.ki-exam-entry-portal .ki-hub-portal-link small {
  flex: 0 0 auto;
  color: #718096;
  font-size: 11px;
  font-weight: 700;
}

.ki-exam-entry-portal .ki-hub-portal-link.is-active {
  background: #eef5fd;
  color: #0d57b7;
  box-shadow: inset 3px 0 0 #0d57b7;
}

.ki-exam-entry-portal .ki-hub-portal-section__head p {
  margin: 4px 0 0;
  color: #64748b;
  font-size: 12px;
}

.ki-exam-entry-portal .ki-hub-portal-pills button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  color: #183b68;
  font-size: 13px;
  font-weight: 700;
}

.ki-exam-entry-portal .ki-hub-portal-pills button:hover,
.ki-exam-entry-portal .ki-hub-portal-pills button:focus-visible,
.ki-exam-entry-portal .ki-hub-portal-pills button.is-active {
  border-color: #0d57b7;
  background: #f2f7fd;
  color: #0d57b7;
}

.ki-exam-entry-portal .ki-hub-portal-pills small {
  color: #718096;
  font-size: 10px;
}

.ki-exam-entry-list {
  border-top: 1px solid #e5e7eb;
}

.ki-exam-entry-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 18px;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 10px 4px;
  border-bottom: 1px solid #e5e7eb;
  color: #183b68;
  text-decoration: none;
}

.ki-exam-entry-row:hover,
.ki-exam-entry-row:focus-visible {
  background: #f7faff;
  color: #0d57b7;
  text-decoration: none;
}

.ki-exam-entry-row[hidden] {
  display: none;
}

.ki-exam-entry-row__main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ki-exam-entry-row__main strong {
  font-size: 14px;
  line-height: 1.5;
}

.ki-exam-entry-row__main small,
.ki-exam-entry-row time {
  color: #64748b;
  font-size: 11px;
  line-height: 1.4;
}

.ki-exam-entry-row > span:last-child {
  color: #718096;
  font-size: 20px;
}

.ki-exam-entry-all {
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #183b68;
  font-size: 13px;
  font-weight: 700;
}

.ki-exam-entry-all:hover,
.ki-exam-entry-all:focus-visible {
  border-color: #0d57b7;
  color: #0d57b7;
}

.ki-exam-entry-results[hidden],
.ki-exam-entry-latest[hidden] {
  display: none;
}

.ki-exam-entry-results .ki-hub-portal-view__head p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 12px;
}

.ki-exam-entry-portal .ki-hub-portal-back {
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 680px) {
  .ki-exam-entry-portal .ki-hub-portal-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ki-exam-entry-row {
    grid-template-columns: minmax(0, 1fr) 18px;
    padding: 10px 2px;
  }

  .ki-exam-entry-row time {
    display: none;
  }
}
