.company-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 24px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1);
  opacity: 0.62;
}

.logo-luma {
  width: 30px;
  height: 30px;
}

.logo-meta {
  width: 22px;
  height: 22px;
}

.logo-apple {
  width: 16px;
  height: 20px;
}

.logo-reconstruct {
  width: 22px;
  height: 22px;
}

.logo-amazon {
  width: 45px;
  max-width: none;
  height: auto;
}

.logo-microsoft {
  width: 94px;
  max-width: none;
  height: 24px;
}

.fact-logo-list,
.company-context,
.internship-logo-list,
.experience-brand,
.brand-lockup,
.brand-mark {
  display: flex;
  align-items: center;
}

.brand-lockup {
  gap: 7px;
  min-width: 0;
}

.brand-name {
  line-height: 1.25;
}

.brand-mark {
  flex: 0 0 auto;
  justify-content: flex-start;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.brand-mark-luma {
  position: relative;
  width: 27px;
  height: 27px;
  overflow: visible;
}

.brand-mark-luma .logo-luma {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  max-width: none;
  height: 48px;
  transform: translate(-50%, -50%);
}

.brand-mark-meta {
  width: 22px;
  height: 22px;
}

.brand-mark-apple {
  width: 17px;
  height: 22px;
}

.brand-mark-reconstruct {
  width: 22px;
  height: 22px;
}

.brand-mark-microsoft {
  width: 24px;
}

.brand-mark-amazon {
  width: 45px;
}

.profile-facts .fact-logo-list {
  flex-wrap: wrap;
  gap: 8px 14px;
  min-height: 27px;
  margin-top: 4px;
}

.profile-facts .brand-name {
  font-size: 0.74rem;
}

.company-context {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  min-height: 39px;
}

.company-period {
  padding-left: 31px;
  white-space: nowrap;
}

.experience-list .experience-brand {
  min-height: 25px;
  margin: 0 0 4px;
}

.internship-logo-list {
  flex-wrap: wrap;
  gap: 10px 22px;
  min-height: 30px;
  margin-top: 7px;
}

.internship-logo-list .brand-name {
  color: var(--secondary);
  font-size: 0.72rem;
}

@media (max-width: 680px) {
  .company-context {
    margin-bottom: 1px;
  }
}
