.LI-profile-badge {
  display: none;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.LI-badge-container {
  animation: fadein 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.LI-name-container {
  display: block !important;
}

.LI-profile-pic-container,
.LI-name,
.LI-footer {
  display: none !important;
}

.LI-badge-container,
.LI-col {
  width: 100% !important;
}

@media (min-width: 600px) {
  .LI-profile-badge {
    display: block;
  }
}

.sr-only,
.profile-badge__content-profile-name,
.profile-badge__content-profile-image,
.profile-badge__cta-btn {
  display: none;
}
.profile-badge__header-logo-icon svg {
  width: 84px;
  color: #0a66c2;
  margin: auto;
}
