button,
a {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  text-decoration: none;
}

.recording-phones .phone {
  width: 100%;
  min-height: 48px;
  margin: 5px 0;
  padding: 10px 12px;
}

.edit-row .phone {
  flex: 0 0 auto;
}
