.profile-block__avatar[src*="iwander-editor-profile"] {
  padding: 13px !important;
  object-fit: contain !important;
  background: #fff !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
}

.profile-block__links [hidden] {
  display: none !important;
}

:root[data-theme="dark"] .profile-block__avatar[src*="iwander-editor-profile"],
body.dark .profile-block__avatar[src*="iwander-editor-profile"] {
  background: #f5f5f7 !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 760px) {
  .profile-block__avatar[src*="iwander-editor-profile"] {
    padding: 15px !important;
  }
}
