.has-phone-switch {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;

  :global {
    .ant-switch {
      margin-left: 8px;
    }
  }
}
