/* NTIMA OS v10.13.4 — discreet call and email actions for member contact details. */
.genesis-contact-action-value{
  align-items:center;
}
.genesis-contact-action-button{
  appearance:none;
  -webkit-appearance:none;
  display:inline-grid;
  place-items:center;
  flex:0 0 auto;
  width:30px;
  height:30px;
  min-width:30px;
  padding:0!important;
  margin:0!important;
  border:1px solid #bfd2ff!important;
  border-radius:9px!important;
  background:#f4f7ff!important;
  color:#1d4ed8!important;
  font:800 15px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  text-decoration:none!important;
  box-shadow:0 3px 10px rgba(29,78,216,.08)!important;
  cursor:pointer;
  touch-action:manipulation;
}
.genesis-contact-action-button:hover,
.genesis-contact-action-button:focus-visible{
  border-color:#2563eb!important;
  background:#dbeafe!important;
  color:#1e40af!important;
  text-decoration:none!important;
  outline:3px solid rgba(37,99,235,.25)!important;
  outline-offset:2px;
}
.genesis-contact-action-button.is-email{
  font-size:14px!important;
}
.wfms-members-table .genesis-contact-action-button{
  width:27px;
  height:27px;
  min-width:27px;
  border-radius:8px!important;
  font-size:13px!important;
}
.wfms-members-table :is(td:nth-child(3),td:nth-child(4)) .genesis-quick-copy-value{
  gap:5px;
}
.wfms-member-profile-head .genesis-contact-action-button{
  border-color:rgba(255,255,255,.42)!important;
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.wfms-member-profile-head .genesis-contact-action-button:hover,
.wfms-member-profile-head .genesis-contact-action-button:focus-visible{
  background:rgba(255,255,255,.25)!important;
  color:#fff!important;
}
@media(max-width:782px){
  .genesis-contact-action-button{
    width:34px;
    height:34px;
    min-width:34px;
  }
}
