html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #2f6fed;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
}

.portal-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.portal-steps .step {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--admin-border, #e2e8f0);
  background: #fff;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 600;
}

.portal-steps .step.active {
  background: var(--admin-accent, #2f6fed);
  border-color: var(--admin-accent, #2f6fed);
  color: #fff;
}

.portal-hero {
  background: linear-gradient(135deg, #1c2434 0%, #2f6fed 100%);
  color: #fff;
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
}

.portal-hero .lead {
  opacity: 0.9;
}

.admin-sidebar-foot .btn-link:hover {
  color: #fff !important;
}

.program-info-message p:last-child {
  margin-bottom: 0;
}

.program-info-message ul,
.program-info-message ol {
  margin-bottom: 0.5rem;
  padding-left: 1.25rem;
}

.application-start-card {
  width: 100%;
  max-width: none;
}

.application-start-info {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.application-start-info .program-info-message {
  flex: 1 1 auto;
  max-height: min(70vh, 520px);
  overflow-y: auto;
}

@media (max-width: 991.98px) {
  .application-start-info {
    margin-top: 0.25rem;
  }

  .application-start-info .program-info-message {
    max-height: none;
  }
}
