#template-ferrari {
  margin: 0 auto;
  font-family: "Ferrari";
}

#template-ferrari .link-bio-preview {
  font-size: 14px !important;
}

#template-ferrari .link-bio-preview {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(187, 61, 53, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(187, 61, 53, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(187, 61, 53, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#bb3d35",GradientType=1);
  color: #ffffff !important;
}

#template-ferrari .profile-section .avatar {
  width: 150px !important;
  height: 150px !important;
  border: 1px solid #ffffff !important;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
}

#template-ferrari .profile-section {
  order: 1;
  z-index: 1;
}

#template-ferrari .button-container {
  order: 2;
  z-index: 1;
}

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

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

#template-ferrari .divider {
  border-color: #ffffff !important;
}

#template-ferrari .icon-grid button {
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  transition: all 0.3s;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
}

#template-ferrari .icon-grid button:hover {
  transform: translateY(3px);
  box-shadow: none;
}

#template-ferrari .button {
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  transition: all 0.3s;
  border-radius: 0 !important;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
}

#template-ferrari .card:hover,
#template-ferrari .button:hover {
  transform: translateY(3px);
  box-shadow: none;
}

#template-ferrari .link-bio-footer {
  font-family: "Plus Jakarta Sans", sans-serif;
}

#template-ferrari .link-bio-footer__brand {
  display: none;
}

#template-ferrari .link-bio-footer .company-logo {
  background-image: url(https://bhkdqdjvzhklacfupxxq.supabase.co/storage/v1/object/public/assets/ferrari/ferrari.png);
  height: 80px !important;
  width: 80px !important;
  background-size: contain;
}
