#template-aston-martin .link-bio-preview {
  /* background-color: #00665e; */
  color: #ffffff;
  background: rgb(0, 64, 79);
  background: rgb(0, 64, 79);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 64, 79, 1) 51%,
    rgba(0, 102, 94, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 64, 79, 1) 51%,
    rgba(0, 102, 94, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 64, 79, 1) 51%,
    rgba(0, 102, 94, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00404f",endColorstr="#00665e",GradientType=1);
}

#template-aston-martin .profile-section span {
  border: 3px solid #00665e !important;
  width: 150px !important;
  height: 150px !important;
  box-shadow:
    rgba(0, 0, 0, 0.09) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

#template-aston-martin .icon-grid button,
#template-aston-martin .button {
  border: 1px solid #00404f !important;
  border-radius: 0 !important;
  background-color: #00404f !important;
  color: #ffffff !important;
  transition: all 0.3s;
  font-weight: 400 !important;
  position: relative;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
}

#template-aston-martin .icon-grid button:hover,
#template-aston-martin .button:hover {
  transform: translateY(4px);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
}

#template-aston-martin .link-bio-footer .company-logo {
  background-image: url("https://bhkdqdjvzhklacfupxxq.supabase.co/storage/v1/object/public/assets/aston-martin/aston-martin.png");
  background-size: contain;
  height: 20px !important;
  width: 100% !important;
  margin-bottom: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

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