@media screen and (max-width: 979px) {
  .ipsPhotoPanel > .ipsUserPhoto {
  	margin-right: 10px;
  }
  @media screen and (max-width: 767px) {
    html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notPhone > div, html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_notTablet > div {
      margin-left: 16px;
    }

    li[data-blocktitle="Database"] {
      padding: 10px;
    }
  }
}
.klarGuideCard__avatar .ipsUserPhoto{display:inline-block;line-height:0;}
.klarGuideCard__avatar img{
	width:96px;
	height:96px;
	border-radius: 18px !important;
	object-fit:cover;
	border:4px solid rgb(var(--klar-cat));
	box-shadow:0 0 0 2px rgba(var(--klar-brand),.6), 0 10px 26px rgba(0,0,0,.5);
	background:rgb(var(--klar-cat));
}
