.admin-bar-logo img {
  display: flex;
}
.menu-bottom .link-out-p1 {
  list-style-type: none !important;
}
.link-out-p1 a {
color: #efefef !important;
}

.row_social{ display: grid; grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); gap: 10px; align-items: center; }