.custom_207 {height:auto;color:#333;background-color:rgba(255, 255, 255, 0);-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-attachment: fixed;background-position: center;background-repeat: no-repeat;}[class*='col-'] { padding-right: 0px; }.row-6678f29f3ae53 {height:auto;color:#333;background-color:rgba(255, 255, 255, 0);z-index:;transform:;}.mobile-section.row-6678f29f3ae53 {height:auto;color:#333;background-color:rgba(255, 255, 255, 0);z-index:;transform:;}.column-6678f29f3ae54 {height:auto;color:#333;background-color:rgba(255, 255, 255, 0);@media (max-width: 768px) {
  .mdl-cell:nth-child(1) { order: 2; }
  .mdl-cell:nth-child(2) { order: 1; }
  .mdl-cell:nth-child(3) { order: 3; }
  .mdl-cell.mdl-cell--3-col .demo-card-wide:nth-of-type(1) { order: 2; }
  .mdl-cell.mdl-cell--3-col .demo-card-wide:nth-of-type(2) { order: 1; }

  .mdl-cell.mdl-cell--6-col {
    display: flex;
    flex-direction: column;
  }

  /* Set the append_post div to come first */
  #id_append_post {
    order: 1;
  }

  /* Set the postbox div to come after */
  #id_postbox {
    order: 2;
  }
}

min-height:5px;}

.post-row {
  display: flex;
  gap: 20px;
}

.post-left {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #eee;
  padding-right: 10px;
}

.vote-btn, .bookmark-btn {
  margin: 5px 0;
  border-radius: 50%;
}

.vote-count {
  font-weight: bold;
  margin: 5px 0;
}

.post-right {
  flex: 1;
}

.post-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.post-text {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* truncate after 3 lines */
  -webkit-box-orient: vertical;
}

.post-images {
  margin-top: 10px;
}

.post-images img,
.post-images video {
  max-width: 100%;
  border-radius: 6px;
  margin-top: 5px;
}

.post-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

@media (min-width: 1025px) {
    .responsive_menu ul {
        display: block !important;
    }
}
.post-header{
    position: sticky;
    top: 0;
    background-color: white;
    padding: 10px;
    z-index: 1000;
    min-height: 80px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu_title {
    visibility: hidden;
    position: relative;
}


#responsive_menu_607 .menu-opened:before{
    content: "X" !important;
    background: unset !important;
    font-size: 19px;
    transform: unset !important;
    right: 20px !important;
    top: 18px !important;
    padding-left: unset !important;
}



#responsive_menu_607 #menu-button.menu-opened:after{
 display:  contents !important;
}



@media only screen and (max-width: 767px){
.row-6625f5162fdf5{
   padding: unset !important;
  min-height: unset !important;
  height: 55px !important ;
}
.responsive_menu #menu-button {
        margin-right: 85% !important;
        width: 100%
    }
}