/* Utilities used across public + employer areas */

body {
  text-rendering: optimizeLegibility;
}

.navbar-brand,
.brand-link {
  color: var(--ink);
}

.page-shell {
  min-height: 100vh;
}

.breadcrumb-chevron {
  --bs-breadcrumb-divider: '>';
}

.breadcrumb .breadcrumb-item a {
  color: inherit;
}

.breadcrumb .breadcrumb-item a:hover {
  color: var(--bs-primary, var(--primary));
}

.embed-map {
  border: 0;
  width: 100%;
  height: 270px;
}

.spinner-xl {
  width: 3rem;
  height: 3rem;
}

.overflow-visible,
.search-overflow-visible {
  overflow: visible;
}

.search-z-top {
  z-index: 9999;
}

.position-relative-inline {
  position: relative;
}

.min-w-0 {
  min-width: 0;
}

.fw-800 {
  font-weight: 800;
}

.cursor-help {
  cursor: help;
}

.text-xs-strong {
  font-size: .82rem;
}

.text-strong-muted,
.auth-link-strong {
  font-weight: 650;
  color: rgba(11, 18, 32, .72);
}

.form-help-strong {
  font-weight: 650;
  color: rgba(11, 18, 32, .58);
}

.status-dot-primary {
  background: rgba(99, 102, 241, .95);
}

.radius-14 {
  border-radius: var(--radius-sm);
}

.mt-6px {
  margin-top: 6px;
}

:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(37, 99, 235, .12);
}


.media-frame {
  position: relative;
  overflow: hidden;
  background: rgba(148, 163, 184, .12);
}

.media-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-frame--16x9 {
  aspect-ratio: 16 / 9;
}

.media-frame--4x3 {
  aspect-ratio: 4 / 3;
}

.media-frame--square {
  aspect-ratio: 1 / 1;
}

.job-logo-frame {
  width: 72px;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 72px;
  background: #fff;
}

.job-logo-frame > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


@media (max-width: 991.98px) {
  .navbar .container {
    row-gap: .75rem;
  }

  .navbar-brand .brand-name {
    font-size: 1.05rem;
  }

  .navbar-collapse {
    padding-top: .75rem;
  }

  .navbar-collapse .btn-nav,
  .navbar-collapse .btn-prem {
    width: 100%;
    justify-content: center;
  }
}


.page-breadcrumb-block {
  padding: 24px 0 18px;
}

.page-breadcrumb-block .breadcrumb {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .page-breadcrumb-block {
    padding: 18px 0 14px;
  }
}

