/* TEMVIO v1.1.3 — Marketplace Production Cleanup */

/* Real multiline content */
.chat-bubble p{
  white-space:pre-wrap !important;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.chat-compose textarea,
.field textarea{
  white-space:pre-wrap;
  overflow-wrap:anywhere;
}
.chat-compose textarea{
  min-height:72px;
  max-height:190px;
  overflow-y:auto;
  resize:none;
}

/* FAB now means Post a Project */
.fab{
  font-size:28px;
  font-weight:700;
}

/* Home must remain available on mobile */
@media(max-width:680px){
  .topbar .right .home-link{
    display:inline-flex !important;
    width:42px;
    height:42px;
    padding:0;
    align-items:center;
    justify-content:center;
    font-size:0;
  }
  .topbar .right .home-link::before{
    content:"⌂";
    font-size:21px;
  }
  #quickAdd{
    display:none;
  }
}

/* Marketplace-focused More page */
.more-grid{
  align-items:stretch;
}

/* Production build: no release/RC UI should accidentally surface */
[data-more="release"],
[data-view="release"]{
  display:none !important;
}
