.font-size-1-rem {
  font-size: 1rem;
}

/*
 * Inspinia sets #wrapper { overflow-x: hidden }, which prevents position:sticky from working
 * in many browsers. Scope visibility to this page only (see planning-budget-detail-page pattern).
 */
body.colegia-travel-public-page #wrapper {
  overflow-x: visible !important;
}

/* Participant strip on public travel page: stays at top while scrolling (same width as page content). */
.travel-participant-banner {
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.travel-participant-banner__link,
.travel-participant-banner__link:visited {
  color: #fff !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.travel-participant-banner__link:hover,
.travel-participant-banner__link:focus {
  color: #f8f9fa !important;
}
