/* ???????? ?????, ?????????? ????????? */
.search { display: none; }
.menu-toggle { display: flex; }

/* ????? */
.vk-footer { padding: 20px 16px; }
.footer-inner { flex-direction: column; align-items: center; text-align: center; }
.footer-links { justify-content: center; gap: 10px 16px; }
.footer-copy { margin-top: 8px; }

/* ??????? */
.profile-content { display: grid; grid-template-columns: auto; gap: 8px; }
.online-status { bottom: 64px; right: 42px; width: 15px; height: 15px; border: 1px solid #000; }
.profile-avatar img {
  width: 140px; height: 140px; border-radius: 50%; border: 2px solid white;
  box-shadow: 0 4px 15px rgb(133 108 108 / 37%); margin-top: -75px; object-fit: cover;
}

/* ??????? */
.content { padding: 10px; }


.messages-page { max-width: 92%; padding: 0 12px; }
.dialog-item { padding: 14px 16px; }
.conversation-page { height: calc(100vh - 140px); }
.messages-container { padding: 14px; }
.message { max-width: 85%; }
.emoji-panel { grid-template-columns: repeat(7, 1fr); }
.partner-info h2 { font-size: 17px; }
.message-audio audio { width: 220px; }