body.profile-page .profile-v2-hero-band .profile-contact-trigger {
  position: relative;
  display: inline-flex;
  min-width: 72px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0 11px 0 7px;
  border: 1px solid rgba(43, 91, 62, 0.18);
  border-radius: 8px;
  background: #f5faf4;
  color: #244a33;
  box-shadow: 0 1px 2px rgba(29, 67, 43, 0.08);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

body.profile-page .profile-v2-hero-band .profile-contact-trigger:hover {
  border-color: rgba(43, 91, 62, 0.32);
  background: #eaf5e9;
}

body.profile-page .profile-v2-hero-band .profile-contact-trigger:focus-visible {
  outline: 3px solid rgba(64, 182, 108, 0.32);
  outline-offset: 2px;
}

body.profile-page .profile-contact-trigger-symbol {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: #2d7a4e;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

body.profile-page .profile-contact-trigger-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  place-items: center;
  border: 2px solid #f7fcf6;
  border-radius: 8px;
  background: #dc3a37;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
