.page-aside .promoted-content {
  background-color: transparent;
  margin: 0;
  padding: 0;
  margin: 30px 0 0 0;
}
.page-main-column:has(.mezzanine) .page-aside .promoted-content {
  margin: 46px 0 0 0;
}
.page-aside .promoted-content .post-flow-container {
  display: block;
  margin: 0;
}
.page-aside .promoted-content .post {
  flex-direction: row;
  min-width: auto;
  box-shadow: none;
  margin: 26px 0;
  padding: 20px 20px 25px 20px;
  display: block;
  border-radius: 5px;
  background-color: #eee;
}
.page-aside .promoted-content .post:first-child {
  margin-top: 0;
}
.page-aside .promoted-content .post:hover {
  background-color: #e4e4e4;
}
.page-aside .promoted-content .post:last-child {
  margin-bottom: 0;
}
.page-aside .promoted-content .post:hover img {
  filter: brightness(1.1);
}
.page-aside .promoted-content .post-title {
  overflow: visible; 
  font-weight: normal; 
  font-size: 1.8rem; 
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 5px 0;
}

.page-aside .promoted-content .user-promote {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 5px;
  background-color: #b7b7b7;
  width: max-content;
  margin: 4px 0 0 0;
  position: relative;
  z-index: 1;
}
.page-aside .promoted-content .user-promote:hover {
  background-color: #444;
}
.page-aside .post-flow-container .post-footer {
  line-height: 1;
  padding: 0;
}
.page-aside .post .post-footer-aside {
  display: none;
}
.page-aside  .post-flow-container .post-content {
  display: flex;
  padding: 15px 0 0 10px;
  flex-direction: column;
  height: auto;
}

@media (max-width: 960px) {
  .page-aside .promoted-content {
    background-color: #eee;
    margin: 0;
  }
  .page-aside .promoted-content .post  {
    padding: 12px 15px;
    margin: 12px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .page-aside .promoted-content figure img {
    width: 130px;
    border-radius: 10px;
  }
  .page-aside .promoted-content .post-title {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    text-wrap: balance;
  }

  .mobile-recommendation .promoted-content {
    padding: 0 10px 40px;
    background-color: #fff;
    margin: 0;
  }
  .mobile-recommendation .post-flow-container figure img {
    width: 240px;
    height: auto;
    border-radius: 0;
  }
  .mobile-recommendation .post-flow-container {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
  .mobile-recommendation .post-flow-container::-webkit-scrollbar{
    display: none;
    -webkit-appearance: none;
    width: 0;
    height: 0;
  }
  .mobile-recommendation .post-flow-container .post {
    padding: 0;
    flex-direction: column;
    margin: 0;
    min-width: max-content;
    overflow: hidden;
    border-radius: 12px;
    height: 260px;
  }
  .mobile-recommendation .post-flow-container > div {
    scroll-snap-align: center;
    scroll-snap-stop: always
  }
  .mobile-recommendation .post-flow-container .post-content {
    position: absolute;
    flex-basis: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding: 50% 20px 20px;
    display: flex;
    flex-direction: column-reverse;
    background: rgb(58,58,58);
    background: linear-gradient(0deg, rgba(58,58,58,1) 0%,rgba(58,58,58,0.99) 30%, rgba(58,58,58,0.6) 40%, rgba(58,58,58,0) 50%, rgba(58,58,58,0) 100%);
    width: 100%;
  }
  .mobile-recommendation .post-flow-container .post-content a {
    color: #fff
  }
  .mobile-recommendation .post-flow-container .post-title {
    font-weight: normal;
  }
  .mobile-recommendation .post-flow-container .user-promote {
    font-size: 1.2rem;
  }
}