#template-ey .link-bio-preview {
  background-color: #2e2e38 !important;
  color: #ffffff !important;
}

#template-ey .button-container button,
#template-ey .icon-grid button {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  border-radius: 0 !important;
}

#template-ey .icon-grid {
  order: 3;
}

#template-ey .icon-grid button {
  border: none !important;
  transform: scale(1.3) !important;
}

#template-ey .profile-section .avatar {
  width: 150px !important;
  height: 150px !important;
  border: 3px solid #ffe600 !important;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

#template-ey .icon-grid button:hover {
  opacity: 0.4 !important;
}

#template-ey .link-bio-footer {
  order: 4;
}

#template-ey .link-bio-footer .company-logo {
  position: relative;
}

#template-ey .link-bio-footer .company-logo::before {
  content: "";
  border-left: 1px solid #ffffff;
  position: absolute;
  width: 5px;
  height: 15px;
  bottom: 10px;
  left: -25px;
}

#template-ey .link-bio-footer .company-logo {
  background-image: url(https://bhkdqdjvzhklacfupxxq.supabase.co/storage/v1/object/public/assets/ey/ey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px !important;
  width: 50px !important;
  margin-bottom: 20px;
  margin-left: 40px;
}
