/* SafeDeal CRM: branded SD One avatar. Remove this override after the next full web release. */
.crm-sd-one-connection > button {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 64px;
}

.crm-sd-one-connection img {
  background: #071e53;
  border: 2px solid #24e1b3;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(36, 225, 179, .12), 0 7px 16px rgba(2, 22, 54, .28);
  box-sizing: border-box;
  height: 42px;
  object-fit: cover;
  padding: 2px;
  width: 42px;
}

.crm-account-menu-scroll .crm-account-product {
  grid-template-columns: 36px minmax(0, 1fr) 20px;
  min-height: 62px;
}

.crm-account-menu-scroll .crm-account-product > img {
  background: #071e53;
  border: 1.5px solid #24e1b3;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(36, 225, 179, .1);
  box-sizing: border-box;
  height: 36px;
  object-fit: cover;
  padding: 1px;
  width: 36px;
}
