
/* Linkedin(Placeholder - Removed below CSS styles when replaced with Linkedin sign in widget) */
.cig--linkedin-signin-cta {
  box-sizing: border-box;
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--color-blue-light-text);
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  padding: 10px 30px 10px 60px;
  border: solid 1px #e4eaee;
  border-radius: 5px;
  text-align: center;
}
.cig--linkedin-signin-cta::before {
  content: "";
  height: 24px;
  width: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99922 3.6002C5.99922 4.8746 5.14722 5.97139 3.59802 5.97139C2.14002 5.97139 1.19922 4.937 1.19922 3.6626C1.19922 2.3546 2.11122 1.2002 3.59922 1.2002C5.08722 1.2002 5.97042 2.2922 5.99922 3.6002ZM1.19922 22.8002V7.20019H5.99922V22.8002H1.19922ZM8.39922 12.533C8.39922 10.679 8.33802 9.12979 8.27682 7.79179H12.5896L12.8032 9.85939H12.8944C13.5016 8.88619 14.9896 7.4594 17.4808 7.4594C20.5192 7.4594 22.7992 9.49339 22.7992 13.8698V22.8002H17.9992V14.567C17.9992 12.6542 17.2708 11.195 15.5992 11.195C14.3248 11.195 13.6864 12.227 13.3516 13.0778C13.2292 13.3826 13.1992 13.8074 13.1992 14.2334V22.8002H8.39922V12.533Z' fill='%233066C0'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .cig--linkedin-signin-cta {
    padding: 10px 20px 10px 40px;
  }
}
