/* Hidden by default; no desktop layout or spacing changes. */
.hw-mobile-composer-model { display: none; }
@media (max-width: 768px) {
  .chat-input-area .input-wrapper .context-usage-row.hw-mobile-composer-model-row {
    left: 14px;
    right: 14px;
    max-width: none;
  }
  .chat-input-area .input-wrapper .hw-mobile-composer-model {
    display: block;
    flex: 1 1 0%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: var(--text-muted);
    text-align: start;
    pointer-events: none;
  }
  .chat-input-area .hw-mobile-composer-model-row > .context-info {
    flex: 0 1 auto;
    max-width: 72%;
  }
  /* Context stats can be absent on a new chat; retain the same top slot. */
  .chat-input-area .input-wrapper > .hw-mobile-composer-model {
    position: absolute;
    top: 9px;
    left: 14px;
    right: 14px;
  }
}
