/* Upgrade 219 — real SEC/Aramco branding in the shared trust strip. */
.home-trust-strip .info-icon--company-logo{
  width: clamp(52px, 4.2vw, 58px);
  height: clamp(52px, 4.2vw, 58px);
  flex-basis: clamp(52px, 4.2vw, 58px);
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.24);
  background: #1b79b9;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.13), 0 16px 32px rgba(0,19,62,.24);
}

.home-trust-strip .info-icon .info-icon-company-logo{
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 640px){
  .home-trust-strip .info-icon--company-logo{
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
}
