.mew-mainx-latest-block .block-container {
  overflow: hidden;
}

.mew-mxw-root,
.mew-mxw-root * {
  box-sizing: border-box;
}

.mew-mxw-root {
  min-width: 0;
}

.mew-mxw-loading,
.mew-mxw-empty {
  padding: 12px 10px;
  color: rgba(127, 127, 127, .95);
  font-size: 12px;
  line-height: 1.35;
}

.mew-mxw-list {
  display: block;
}

.mew-mxw-post {
  display: block;
  min-width: 0;
  padding: 9px 10px;
  border-top: 1px solid rgba(127, 127, 127, .16);
  color: inherit;
  text-decoration: none !important;
  transition: background-color .15s ease;
}

.mew-mxw-post:first-child {
  border-top: 0;
}

.mew-mxw-post:hover,
.mew-mxw-post:focus-visible {
  background: rgba(127, 127, 127, .08);
  color: inherit;
  text-decoration: none !important;
}

.mew-mxw-context {
  margin: 0 0 4px 39px;
  overflow: hidden;
  color: rgba(127, 127, 127, .92);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mew-mxw-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
}

.mew-mxw-row.has-media {
  grid-template-columns: 30px minmax(0, 1fr) 58px;
}

.mew-mxw-avatar,
.mew-mxw-avatarFallback {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(127, 127, 127, .16);
}

img.mew-mxw-avatar {
  object-fit: cover;
}

.mew-mxw-avatarFallback {
  color: inherit;
  font-size: 12px;
  font-weight: 800;
}

.mew-mxw-main {
  min-width: 0;
  display: block;
}

.mew-mxw-head {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 3px;
  overflow: hidden;
  font-size: 11.5px;
  line-height: 1.22;
  white-space: nowrap;
}

.mew-mxw-head strong {
  min-width: 0;
  max-width: 48%;
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mew-mxw-handle,
.mew-mxw-head time,
.mew-mxw-dot {
  flex: 0 0 auto;
  color: rgba(127, 127, 127, .95);
  font-size: 10.5px;
  font-style: normal;
}

.mew-mxw-handle {
  min-width: 0;
  max-width: 28%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mew-mxw-text {
  display: -webkit-box;
  margin-top: 2px;
  overflow: hidden;
  font-size: 11.5px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mew-mxw-media {
  position: relative;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(127, 127, 127, .18);
  border-radius: 8px;
  background: #080808;
}

.mew-mxw-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mew-mxw-video {
  color: #fff;
}

.mew-mxw-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.mew-mxw-play {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .35);
  font-size: 9px;
  text-indent: 1px;
}

.mew-mxw-videoLabel {
  display: none;
}

.mew-mxw-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  border-top: 1px solid rgba(127, 127, 127, .16);
  color: #1d9bf0 !important;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none !important;
}

.mew-mxw-more:hover,
.mew-mxw-more:focus-visible {
  background: rgba(29, 155, 240, .08);
  text-decoration: none !important;
}

.mew-mxw-more span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 650px) {
  .mew-mainx-latest-block {
    display: none;
  }
}
